kopia lustrzana https://github.com/Hamlib/Hamlib
Changed some modules to LGPL in lieu of GPL
rodzic
cf6bed8b61
commit
199111bcc4
flexradio
src
|
@ -1,12 +1,21 @@
|
|||
/*
|
||||
ltdl.c - ltdl emulation for android
|
||||
Copyright (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
version 2 as published by the Free Software Foundation.
|
||||
|
||||
*/
|
||||
* ltdl.c - ltdl emulation for android
|
||||
* Copyright (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <ltdl.h>
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
/*
|
||||
ltdl.h - ltdl emulation for android
|
||||
Copyright (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
version 2 as published by the Free Software Foundation.
|
||||
|
||||
*/
|
||||
* ltdl.h - ltdl emulation for android
|
||||
*
|
||||
* Copyright (C) 2012 Ladislav Vaiz <ok1zia@nagano.cz>
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
typedef void *lt_dlhandle;
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ const struct rig_caps dttsp_rig_caps = {
|
|||
.model_name = "DttSP IPC",
|
||||
.mfg_name = "DTTS Microwave Society",
|
||||
.version = "0.2",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_COMPUTER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
@ -240,7 +240,7 @@ const struct rig_caps dttsp_udp_rig_caps = {
|
|||
.model_name = "DttSP UDP",
|
||||
.mfg_name = "DTTS Microwave Society",
|
||||
.version = "0.2",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_COMPUTER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
|
|
@ -56,7 +56,7 @@ const struct rig_caps gr_caps = {
|
|||
.model_name = "GNU Radio dev",
|
||||
.mfg_name = "GNU",
|
||||
.version = "0.1.1",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_PCRECEIVER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
|
|
@ -59,7 +59,7 @@ const struct rig_caps graudio_caps = {
|
|||
.model_name = "GNU Radio GrAudio",
|
||||
.mfg_name = "GNU",
|
||||
.version = "0.1.2",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_PCRECEIVER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
@ -129,7 +129,7 @@ const struct rig_caps graudioiq_caps = {
|
|||
.model_name = "GNU Radio GrAudio I&Q",
|
||||
.mfg_name = "GNU",
|
||||
.version = "0.1.2",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.rig_type = RIG_TYPE_PCRECEIVER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
|
|
@ -56,7 +56,7 @@ const struct rig_caps mc4020_caps = {
|
|||
.model_name = "GNU Radio MC4020",
|
||||
.mfg_name = "GNU",
|
||||
.version = "0.1.1",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.rig_type = RIG_TYPE_PCRECEIVER,
|
||||
.targetable_vfo = RIG_TARGETABLE_ALL,
|
||||
|
|
|
@ -86,7 +86,7 @@ const struct rig_caps elektor304_caps = {
|
|||
.model_name = "Elektor 3/04",
|
||||
.mfg_name = "Elektor",
|
||||
.version = "0.4",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_STABLE,
|
||||
.rig_type = RIG_TYPE_TUNER,
|
||||
.ptt_type = RIG_PTT_NONE,
|
||||
|
|
|
@ -92,7 +92,7 @@ const struct rig_caps funcube_caps = {
|
|||
.model_name = "FUNcube Dongle",
|
||||
.mfg_name = "AMSAT-UK",
|
||||
.version = "0.3",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TUNER,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
|
@ -154,7 +154,7 @@ const struct rig_caps funcubeplus_caps = {
|
|||
.model_name = "FUNcube Dongle Pro+",
|
||||
.mfg_name = "AMSAT-UK",
|
||||
.version = "0.3",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TUNER,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
|
|
|
@ -232,7 +232,7 @@ const struct rig_caps si570peaberry1_caps = {
|
|||
.model_name = "Si570 Peaberry V1",
|
||||
.mfg_name = "AE9RB",
|
||||
.version = "0.3",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TUNER,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
|
@ -308,7 +308,7 @@ const struct rig_caps si570peaberry2_caps = {
|
|||
.model_name = "Si570 Peaberry V2",
|
||||
.mfg_name = "AE9RB",
|
||||
.version = "0.2",
|
||||
.copyright = "GPL",
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TUNER,
|
||||
.ptt_type = RIG_PTT_RIG,
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
* the hamlib_version string. Changing the size provokes a warning from the
|
||||
* dynamic loader.
|
||||
*/
|
||||
const char *hamlib_license = "GPLV2";
|
||||
const char *hamlib_license = "LGPL";
|
||||
const char hamlib_version[21] = "Hamlib " PACKAGE_VERSION;
|
||||
const char *hamlib_version2 = "Hamlib " PACKAGE_VERSION;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue