diff --git a/src/locator.c b/src/locator.c index 876334af5..6a1349bbe 100644 --- a/src/locator.c +++ b/src/locator.c @@ -1,7 +1,7 @@ /** * \file src/locator.c * \ingroup hamlib - * \brief Ham Radio Control Libraries interface + * \brief locator and bearing conversion interface * \author Stephane Fillod * \date 2000-2002 * @@ -12,7 +12,7 @@ * Hamlib Interface - locator and bearing conversion calls * Copyright (c) 2001-2002 by Stephane Fillod * - * $Id: locator.c,v 1.5 2002-09-24 21:42:56 fillods Exp $ + * $Id: locator.c,v 1.6 2002-11-04 22:37:53 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 bb447479a..e94f9f64d 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -1,7 +1,7 @@ /** * \file src/rotator.c * \ingroup rot - * \brief Ham Radio Control Libraries interface + * \brief Rotator interface * \author Stephane Fillod * \date 2000-2001 * @@ -12,7 +12,7 @@ * Hamlib Interface - main file * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * - * $Id: rotator.c,v 1.7 2002-09-24 21:42:56 fillods Exp $ + * $Id: rotator.c,v 1.8 2002-11-04 22:37:53 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