diff --git a/rft/ekd500.c b/rft/ekd500.c index a4bb50cef..b0604d18f 100644 --- a/rft/ekd500.c +++ b/rft/ekd500.c @@ -2,21 +2,20 @@ * Hamlib RFT backend - EKD-500 description * Copyright (c) 2003-2009 by Thomas B. Ruecker * - * $Id: ekd500.c,v 1.5 2009-02-20 12:23:46 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 - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program 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 Library General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -97,7 +96,7 @@ const struct rig_caps ekd500_caps = { RIG_CHAN_END, /* FIXME */ }, -.rx_range_list1 = { +.rx_range_list1 = { {kHz(10),MHz(30),EKD500_MODES,-1,-1,EKD500_VFO}, RIG_FRNG_END, }, diff --git a/rft/rft.c b/rft/rft.c index 239df5f35..870d412d2 100644 --- a/rft/rft.c +++ b/rft/rft.c @@ -2,21 +2,20 @@ * Hamlib RFT backend - main file * Copyright (c) 2003 by Thomas B. Ruecker * - * $Id: rft.c,v 1.3 2006-10-07 18:48:34 csete 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 - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program 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 Library General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -85,7 +84,7 @@ int rft_set_freq(RIG *rig, vfo_t vfo, freq_t freq) char freqbuf[16], ackbuf[16]; int freq_len, ack_len, retval; - /* + /* */ freq_len = sprintf(freqbuf,"FRQ%f" EOM, (float)freq/1000); retval = rft_transaction(rig, freqbuf, freq_len, ackbuf, &ack_len); diff --git a/rft/rft.h b/rft/rft.h index 5d73d8083..eeeca54ee 100644 --- a/rft/rft.h +++ b/rft/rft.h @@ -2,21 +2,20 @@ * Hamlib RFT backend - main header * Copyright (c) 2003 by Stephane Fillod * - * $Id: rft.h,v 1.1 2003-10-07 22:15:49 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 - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program 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 Library General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */