(c) date update

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1809 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.2
Stéphane Fillod, F8CFE 2004-08-16 22:34:25 +00:00
rodzic b697ce1859
commit faffed1e2e
6 zmienionych plików z 18 dodań i 18 usunięć

Wyświetl plik

@ -3,13 +3,13 @@
* \ingroup rig
* \brief Rig configuration interface
* \author Stephane Fillod
* \date 2000-2003
* \date 2000-2004
*/
/*
* Hamlib Interface - configuration interface
* Copyright (c) 2000-2003 by Stephane Fillod
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: conf.c,v 1.10 2003-05-03 13:17:25 fillods Exp $
* $Id: conf.c,v 1.11 2004-08-16 22:34:25 fillods 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

Wyświetl plik

@ -3,7 +3,7 @@
* \ingroup hamlib
* \brief locator and bearing conversion interface
* \author Stephane Fillod and the Hamlib Group
* \date 2000-2003
* \date 2000-2004
*
* Hamlib Interface - locator, bearing, and conversion calls
*/
@ -14,7 +14,7 @@
* Copyright (c) 2003 by Nate Bargmann
* Copyright (c) 2003 by Dave Hines
*
* $Id: locator.c,v 1.14 2003-11-03 15:07:23 n0nb Exp $
* $Id: locator.c,v 1.15 2004-08-16 22:34:25 fillods Exp $
*
* Code to determine bearing and range was taken from the Great Circle,
* by S. R. Sampson, N5OWK.
@ -387,7 +387,7 @@ int locator2longlat(double *longitude, double *latitude, const char *locator) {
* \param pair_count Precision expressed as lon/lat pairs in the locator
*
* Convert longitude/latitude (decimal degrees) to Maidenhead grid locator.
* \a locator must point to an array at least \a pair_count * 2 char + '\0'.
* \a locator must point to an array at least \a pair_count * 2 char + '\\0'.
*
* \retval -RIG_EINVAL if \a locator is NULL or \a pair_count exceeds
* length limit. Currently 1 to 6 lon/lat pairs.

Wyświetl plik

@ -3,16 +3,16 @@
* \ingroup rig
* \brief Memory and channel interface
* \author Stephane Fillod
* \date 2000-2003
* \date 2000-2004
*
* Hamlib interface is a frontend implementing wrapper functions.
*/
/*
* Hamlib Interface - mem/channel calls
* Copyright (c) 2000-2003 by Stephane Fillod
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: mem.c,v 1.2 2003-04-06 18:40:35 fillods Exp $
* $Id: mem.c,v 1.3 2004-08-16 22:34:25 fillods 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

Wyświetl plik

@ -1,8 +1,8 @@
/*
* Hamlib Interface - main file
* Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
* Copyright (c) 2000-2004 by Stephane Fillod and Frank Singleton
*
* $Id: rotator.c,v 1.13 2003-10-01 19:44:00 fillods Exp $
* $Id: rotator.c,v 1.14 2004-08-16 22:34:25 fillods 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
@ -25,7 +25,7 @@
* \ingroup rot
* \brief Rotator interface
* \author Stephane Fillod
* \date 2000-2002
* \date 2000-2004
*
* Hamlib interface is a frontend implementing rotator wrapper functions.
*/

Wyświetl plik

@ -3,16 +3,16 @@
* \ingroup rig
* \brief func/level/parm interface
* \author Stephane Fillod
* \date 2000-2003
* \date 2000-2004
*
* Hamlib interface is a frontend implementing wrapper functions.
*/
/*
* Hamlib Interface - func/level/parm
* Copyright (c) 2000-2003 by Stephane Fillod
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: settings.c,v 1.3 2003-11-16 17:14:44 fillods Exp $
* $Id: settings.c,v 1.4 2004-08-16 22:34:25 fillods 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

Wyświetl plik

@ -3,13 +3,13 @@
* \ingroup rig
* \brief CTCSS and DCS interface and tables
* \author Stephane Fillod
* \date 2000-2003
* \date 2000-2004
*/
/*
* Hamlib Interface - CTCSS and DCS interface and tables
* Copyright (c) 2000-2003 by Stephane Fillod
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: tones.c,v 1.5 2003-10-01 19:32:02 fillods Exp $
* $Id: tones.c,v 1.6 2004-08-16 22:34:25 fillods 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