From faffed1e2e149c622262de8de01a051483f15225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 16 Aug 2004 22:34:25 +0000 Subject: [PATCH] (c) date update git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1809 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/conf.c | 6 +++--- src/locator.c | 6 +++--- src/mem.c | 6 +++--- src/rotator.c | 6 +++--- src/settings.c | 6 +++--- src/tones.c | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/conf.c b/src/conf.c index 0c71093cc..cfd8c2634 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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 diff --git a/src/locator.c b/src/locator.c index fecb48a26..4d141f461 100644 --- a/src/locator.c +++ b/src/locator.c @@ -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. diff --git a/src/mem.c b/src/mem.c index 9c7c96927..d7c5565b0 100644 --- a/src/mem.c +++ b/src/mem.c @@ -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 diff --git a/src/rotator.c b/src/rotator.c index 7dcd6d825..9042f563e 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -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. */ diff --git a/src/settings.c b/src/settings.c index 34cc0c1b1..29165acf1 100644 --- a/src/settings.c +++ b/src/settings.c @@ -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 diff --git a/src/tones.c b/src/tones.c index 0ccb19dcb..6e0c54733 100644 --- a/src/tones.c +++ b/src/tones.c @@ -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