diff --git a/yaesu/ft747.c b/yaesu/ft747.c index c7b8c4d34..37a09e561 100644 --- a/yaesu/ft747.c +++ b/yaesu/ft747.c @@ -7,7 +7,7 @@ * box (FIF-232C) or similar * * - * $Id: ft747.c,v 1.14 2001-06-04 17:01:21 f4cfe Exp $ + * $Id: ft747.c,v 1.15 2001-12-11 22:04:45 fillods Exp $ * * * This program is free software; you can redistribute it and/or @@ -148,7 +148,7 @@ const struct rig_caps ft747_caps = { model_name: "FT-747GX", mfg_name: "Yaesu", version: "0.1", - copyright: "LGPL?", + copyright: "LGPL", status: RIG_STATUS_ALPHA, rig_type: RIG_TYPE_MOBILE, ptt_type: RIG_PTT_RIG, diff --git a/yaesu/ft847.c b/yaesu/ft847.c index f83bc2cef..8af3ca767 100644 --- a/yaesu/ft847.c +++ b/yaesu/ft847.c @@ -6,7 +6,7 @@ * via serial interface to an FT-847 using the "CAT" interface. * * - * $Id: ft847.c,v 1.16 2001-11-19 21:12:19 f4cfe Exp $ + * $Id: ft847.c,v 1.17 2001-12-11 22:04:45 fillods Exp $ * * * @@ -187,7 +187,7 @@ rig_model: RIG_MODEL_FT847, model_name:"FT-847", mfg_name: "Yaesu", version: "0.1", -copyright: "GPL", +copyright: "LGPL", status: RIG_STATUS_ALPHA, rig_type: RIG_TYPE_TRANSCEIVER, ptt_type: RIG_PTT_RIG,