converted to LGPL

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@583 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.2
Stéphane Fillod, F8CFE 2001-07-13 19:16:58 +00:00
rodzic 1f01081335
commit 48bc28ecf5
1 zmienionych plików z 18 dodań i 19 usunięć

Wyświetl plik

@ -1,29 +1,28 @@
/* hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com)
/*
* Hamlib C++ bindings - main file
* Copyright (c) 2001 by Stephane Fillod
*
* class.cc - Copyright (C) 2001 Stephane Fillod
* This program defines the Hamlib API and rig capabilities structures that
* will be used for obtaining rig capabilities. C++ bindings.
* $Id: rigclass.cc,v 1.3 2001-07-13 19:16:58 f4cfe 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.
*
* $Id: rigclass.cc,v 1.2 2001-06-18 20:17:20 f4cfe Exp $
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <hamlib/rig.h>
#include <hamlib/rigclass.h>