From fe3c9118a19a36a0619b16f92ac321e513a4b03a Mon Sep 17 00:00:00 2001 From: mrmoonlv Date: Fri, 31 May 2019 23:04:50 +0300 Subject: [PATCH] Change credits --- AUTHORS | 2 +- yaesu/ft600.c | 3 ++- yaesu/ft600.h | 7 ++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index e73e2129c..7f48f4783 100644 --- a/AUTHORS +++ b/AUTHORS @@ -361,4 +361,4 @@ Terry Dawson, VK2KTJ, Alexander Sack Nirgal Vourgère Andrew Errington -Kārlis Millers YL3CAAK +Kārlis Millers YL3ALK diff --git a/yaesu/ft600.c b/yaesu/ft600.c index 952379d8f..7c35a0381 100644 --- a/yaesu/ft600.c +++ b/yaesu/ft600.c @@ -2,7 +2,8 @@ * hamlib - (C) Frank Singleton 2000-2003 * (C) Stephane Fillod 2000-2010 * - * ft600.c - (C) Kārlis Millers YL3CAAK 2019 + * ft600.c -(C) Kārlis Millers YL3ALK 2019 + * * This shared library provides an API for communicating * via serial interface to an FT-600 using the "CAT" interface. * The starting point for this code was Chris Karpinsky's ft100 implementation. diff --git a/yaesu/ft600.h b/yaesu/ft600.h index 9b0fad901..22963d472 100644 --- a/yaesu/ft600.h +++ b/yaesu/ft600.h @@ -2,9 +2,10 @@ * hamlib - (C) Frank Singleton 2000-2003 (vk3fcs@ix.netcom.com) * (C) Stephane Fillod 2000-2009 * - * ft600.h - (C) Kārlis Millers YL3CAAK 2019 + * ft600.h -(C) Kārlis Millers YL3ALK 2019 + * * This shared library provides an API for communicating - * via serial interface to an FT-100 using the "CAT" interface. + * via serial interface to an FT-600 using the "CAT" interface. * The starting point for this code was Chris Karpinsky's ft100 implementation. * * This library is free software; you can redistribute it and/or @@ -12,7 +13,7 @@ * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * This l ibrary is distributed in the hope that it will be useful, + * This library 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 * Lesser General Public License for more details.