2007-11-26 07:08:51 +00:00
|
|
|
This package was debianized by Terry Dawson <tjd@animats.net> on
|
|
|
|
Sun, 24 Jun 2001 22:02:12 +1000 and modified by Joop Stakenborg
|
|
|
|
<pa3aba@debian.org> on Fri, 31 Mar 2006 20:04:53 +0200.
|
2001-07-21 13:10:12 +00:00
|
|
|
|
2007-11-26 07:08:51 +00:00
|
|
|
Current Debian maintainers are Joop Stakenborg and Terry Dawson (see above
|
|
|
|
for the e-mail addresses), their work is licensed under the GPL.
|
2001-07-21 13:10:12 +00:00
|
|
|
|
2007-11-26 07:08:51 +00:00
|
|
|
It was downloaded from http://sourceforge.net/projects/hamlib, see the files
|
|
|
|
section for the available source code.
|
2001-07-21 13:10:12 +00:00
|
|
|
|
2007-11-26 07:08:51 +00:00
|
|
|
The libraries in this package are copyrighted by the LGPL, utilities are
|
|
|
|
copyrighted by the GPL. See /usr/share/common-licenses/GPL and
|
|
|
|
/usr/share/common-licenses/LGPL for the detailed terms and conditions.
|
2001-07-21 13:10:12 +00:00
|
|
|
|
2007-11-26 07:08:51 +00:00
|
|
|
Upstream Authors: Frank Singleton, VK3FCS/KM5WS and Stephane Fillod, F8CFE.
|
|
|
|
There were many contributors (see the AUTHORS file in the source package).
|
|
|
|
From src/rig.c:
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Hamlib Interface - main file
|
|
|
|
* Copyright (c) 2000-2006 by Stephane Fillod and Frank Singleton
|
|
|
|
*
|
|
|
|
* $Id: copyright,v 1.3 2007-11-26 07:08:51 pa4tu Exp $
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Library General Public License as
|
|
|
|
* published by the Free Software Foundation; either version 2 of
|
|
|
|
* the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program 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 Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
|
|
|
* MA 02110-1301, USA.
|
|
|
|
*
|
|
|
|
*/
|
2001-07-21 13:10:12 +00:00
|
|
|
|