From d1c57106251a0feeb3854ae439bb2c499bf59430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Thu, 28 Nov 2002 22:34:22 +0000 Subject: [PATCH] misc fixes git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1301 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- README.developer | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.developer b/README.developer index 530f3239d..2e42c3507 100644 --- a/README.developer +++ b/README.developer @@ -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 make (or any modern one, BSD okay) # make --version -* autoconf 2.50 # autoconf --version +* autoconf 2.54 # autoconf --version * automake 1.5 # automake --version * libtool 1.4.2 # libtool --version * cvs and ssh for connection to cvs.hamlib.sourceforge.net @@ -306,8 +306,12 @@ like this. The error checking is removed for simplicity. Starting point: kontakt, grig 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 Frank Singleton vk3fcs/km5ws