kopia lustrzana https://github.com/Hamlib/Hamlib
misc fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1301 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
2bb4e81d09
commit
d1c5710625
|
@ -136,7 +136,7 @@ version or you won't even be able to build from the cvs checkout.
|
||||||
|
|
||||||
* Gnu C or any C99 compliant compiler # gcc --version
|
* Gnu C or any C99 compliant compiler # gcc --version
|
||||||
* Gnu make (or any modern one, BSD okay) # make --version
|
* Gnu make (or any modern one, BSD okay) # make --version
|
||||||
* autoconf 2.50 # autoconf --version
|
* autoconf 2.54 # autoconf --version
|
||||||
* automake 1.5 # automake --version
|
* automake 1.5 # automake --version
|
||||||
* libtool 1.4.2 # libtool --version
|
* libtool 1.4.2 # libtool --version
|
||||||
* cvs and ssh for connection to cvs.hamlib.sourceforge.net
|
* cvs and ssh for connection to cvs.hamlib.sourceforge.net
|
||||||
|
@ -306,7 +306,11 @@ like this. The error checking is removed for simplicity.
|
||||||
Starting point: kontakt, grig
|
Starting point: kontakt, grig
|
||||||
|
|
||||||
8. Coding guidelines
|
8. Coding guidelines
|
||||||
Your code must be LGPL.
|
Contributed code to the Hamlib frontend must be released under the LGPL.
|
||||||
|
Contributed code to Hamlib backends must be follow backend current license.
|
||||||
|
Needless to say, the LGPL is the license of choice.
|
||||||
|
End user applications like rigctl, rotctl and RPC daemons should be released
|
||||||
|
under the GPL, so any contributed code must follow the rule.
|
||||||
|
|
||||||
|
|
||||||
Stephane Fillod f8cfe
|
Stephane Fillod f8cfe
|
||||||
|
|
Ładowanie…
Reference in New Issue