diff --git a/src/conf.c b/src/conf.c index 4ffd14b93..73582ae03 100644 --- a/src/conf.c +++ b/src/conf.c @@ -3,13 +3,13 @@ * \ingroup rig * \brief Rig configuration interface * \author Stephane Fillod - * \date 2000-2005 + * \date 2000-2006 */ /* * Hamlib Interface - configuration interface - * Copyright (c) 2000-2005 by Stephane Fillod + * Copyright (c) 2000-2006 by Stephane Fillod * - * $Id: conf.c,v 1.13 2005-04-04 18:30:47 fillods Exp $ + * $Id: conf.c,v 1.14 2006-02-26 19:29:19 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 80f82e701..7bfa80364 100644 --- a/src/locator.c +++ b/src/locator.c @@ -3,18 +3,18 @@ * \ingroup hamlib * \brief locator and bearing conversion interface * \author Stephane Fillod and the Hamlib Group - * \date 2000-2004 + * \date 2000-2006 * * Hamlib Interface - locator, bearing, and conversion calls */ /* * Hamlib Interface - locator and bearing conversion calls - * Copyright (c) 2001-2002 by Stephane Fillod + * Copyright (c) 2001-2006 by Stephane Fillod * Copyright (c) 2003 by Nate Bargmann * Copyright (c) 2003 by Dave Hines * - * $Id: locator.c,v 1.17 2005-01-18 23:06:34 n0nb Exp $ + * $Id: locator.c,v 1.18 2006-02-26 19:29:19 fillods Exp $ * * Code to determine bearing and range was taken from the Great Circle, * by S. R. Sampson, N5OWK. diff --git a/src/rotator.c b/src/rotator.c index b17ec3e6b..6eb43c07b 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -1,8 +1,8 @@ /* * Hamlib Interface - main file - * Copyright (c) 2000-2005 by Stephane Fillod and Frank Singleton + * Copyright (c) 2000-2006 by Stephane Fillod and Frank Singleton * - * $Id: rotator.c,v 1.18 2005-04-04 18:31:00 fillods Exp $ + * $Id: rotator.c,v 1.19 2006-02-26 19:29:19 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-2005 + * \date 2000-2006 * * Hamlib interface is a frontend implementing rotator wrapper functions. */ diff --git a/src/settings.c b/src/settings.c index ae6bb34c9..85b818c99 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-2005 + * \date 2000-2006 * * Hamlib interface is a frontend implementing wrapper functions. */ /* * Hamlib Interface - func/level/parm - * Copyright (c) 2000-2005 by Stephane Fillod + * Copyright (c) 2000-2006 by Stephane Fillod * - * $Id: settings.c,v 1.6 2005-04-03 22:33:08 fillods Exp $ + * $Id: settings.c,v 1.7 2006-02-26 19:29:19 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 370c5b7d0..88b77955a 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-2005 + * \date 2000-2006 */ /* * Hamlib Interface - CTCSS and DCS interface and tables - * Copyright (c) 2000-2005 by Stephane Fillod + * Copyright (c) 2000-2006 by Stephane Fillod * - * $Id: tones.c,v 1.8 2005-04-03 22:33:08 fillods Exp $ + * $Id: tones.c,v 1.9 2006-02-26 19:29:19 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/tests/rigctl.1 b/tests/rigctl.1 index 5520ff3e5..da9e9e5ee 100644 --- a/tests/rigctl.1 +++ b/tests/rigctl.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH RIGCTL "1" "August 8, 2004" "Hamlib" +.TH RIGCTL "1" "February 26, 2006" "Hamlib" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -295,7 +295,7 @@ Report bugs to . .br I'm already aware of the bug in the previous section :-) .SH COPYRIGHT -Copyright \(co 2000-2005 Stephane Fillod & Frank Singleton. +Copyright \(co 2000-2006 Stephane Fillod & Frank Singleton. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY diff --git a/tests/rigmem.1 b/tests/rigmem.1 index af9857e83..7ea282618 100644 --- a/tests/rigmem.1 +++ b/tests/rigmem.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH RIGCTL "1" "December 03, 2003" "Hamlib" +.TH RIGCTL "1" "February 26, 2006" "Hamlib" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -106,7 +106,7 @@ Report bugs to . .br I'm already aware of the bug in the previous section :-) .SH COPYRIGHT -Copyright \(co 2000-2005 Stephane Fillod. +Copyright \(co 2000-2006 Stephane Fillod. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY diff --git a/tests/rigswr.1 b/tests/rigswr.1 index 22e19f86e..11e0c33f6 100644 --- a/tests/rigswr.1 +++ b/tests/rigswr.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH RIGSWR "1" "June 14, 2004" "Hamlib" +.TH RIGSWR "1" "February 26, 2006" "Hamlib" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -122,7 +122,7 @@ thus giving possibly wrong result. Please report this situation if it happens. .SH REPORTING BUGS Report bugs to . .SH COPYRIGHT -Copyright \(co 2004-2005 Thierry Leconte & Stephane Fillod +Copyright \(co 2004-2006 Thierry Leconte & Stephane Fillod .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY diff --git a/tests/rotctl.1 b/tests/rotctl.1 index a12519b9c..851be829c 100644 --- a/tests/rotctl.1 +++ b/tests/rotctl.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH ROTCTL "1" "February 26, 2003" "Hamlib" +.TH ROTCTL "1" "February 26, 2006" "Hamlib" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -100,7 +100,7 @@ Stop the rotator. Reset the rotator. .TP .B M, move -Move the rotator in a spesific direction. +Move the rotator in a specific direction. .TP .B C, set_conf Set a configuration parameter. It is safe to give "Token" a value of '0' @@ -124,7 +124,7 @@ Report bugs to . .br I'm already aware of the bug in the previous section :-) .SH COPYRIGHT -Copyright \(co 2000-2005 Stephane Fillod. +Copyright \(co 2000-2006 Stephane Fillod. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY