diff --git a/src/combo/combo.cxx b/src/combo/combo.cxx index 2a45ba98..162ea828 100644 --- a/src/combo/combo.cxx +++ b/src/combo/combo.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include #include diff --git a/src/compat/getsysinfo.c b/src/compat/getsysinfo.c index bdbc5a6a..9b949466 100644 --- a/src/compat/getsysinfo.c +++ b/src/compat/getsysinfo.c @@ -1,12 +1,24 @@ /* Adapted from libgw32c-0.4 */ -/* -Platform SDK: Windows System Information - -See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/sysinfo_5r76.asp - - -*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include #include diff --git a/src/compat/mingw.c b/src/compat/mingw.c index 3fdd9275..99349d27 100644 --- a/src/compat/mingw.c +++ b/src/compat/mingw.c @@ -9,8 +9,11 @@ // The rest: // Copyright (C) 2009 // Stelios Bounanos, M0GLD +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// This file is part of fldigi. +// This file is part of fldigi // // fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -26,6 +29,7 @@ // along with this program. If not, see . // ---------------------------------------------------------------------------- + #include #include diff --git a/src/compat/mingw.h b/src/compat/mingw.h index cef70d14..8559859e 100644 --- a/src/compat/mingw.h +++ b/src/compat/mingw.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef MINGW_H_ #define MINGW_H_ diff --git a/src/compat/regex.c b/src/compat/regex.c index 4ef9a99e..b6bfd65d 100644 --- a/src/compat/regex.c +++ b/src/compat/regex.c @@ -4,20 +4,26 @@ internationalization features.) Copyright (C) 1993 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (REGEX_MALLOC) diff --git a/src/compat/regex.h b/src/compat/regex.h index 2b4796d1..5b949f3f 100644 --- a/src/compat/regex.h +++ b/src/compat/regex.h @@ -2,20 +2,26 @@ expression library, version 0.12. Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - - This program 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ diff --git a/src/dialogs/font_browser.cxx b/src/dialogs/font_browser.cxx index 01ea39db..e7c4ce07 100644 --- a/src/dialogs/font_browser.cxx +++ b/src/dialogs/font_browser.cxx @@ -1,25 +1,21 @@ // ---------------------------------------------------------------------------- -// Font_Browser.cpp v 0.0.3 2007-04-21 +// Copyright (C) 2014 +// David Freese, W1HKJ // -// for the Fast Light Tool Kit (FLTK) 1.1.x . +// This file is part of fldigi // -// David Freese, w1hkj@w1hkj.com -// based on similar widget by Mariwan Jalal -// -// This file is part of fldigi. -// -// Fldigi is free software: you can redistribute it and/or modify +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/feld/Feld7x7-14.cxx b/src/feld/Feld7x7-14.cxx index a1811f0b..36bd54c9 100644 --- a/src/feld/Feld7x7-14.cxx +++ b/src/feld/Feld7x7-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld 7x7-14 font fntchr feld7x7_14[] = { diff --git a/src/feld/Feld7x7n-14.cxx b/src/feld/Feld7x7n-14.cxx index 4ae2dc5e..4dee90ab 100644 --- a/src/feld/Feld7x7n-14.cxx +++ b/src/feld/Feld7x7n-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld 7x7n-14 font fntchr feld7x7n_14[] = { diff --git a/src/feld/FeldDx-14.cxx b/src/feld/FeldDx-14.cxx index b2cc74ad..43a900e0 100644 --- a/src/feld/FeldDx-14.cxx +++ b/src/feld/FeldDx-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feldDx-14 font fntchr feldDx_14[] = { diff --git a/src/feld/FeldFat-14.cxx b/src/feld/FeldFat-14.cxx index 67ec44b7..9a71d249 100644 --- a/src/feld/FeldFat-14.cxx +++ b/src/feld/FeldFat-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld-fat font fntchr feldfat_14[] = { diff --git a/src/feld/FeldHell-12.cxx b/src/feld/FeldHell-12.cxx index 6c536c84..8fda2508 100644 --- a/src/feld/FeldHell-12.cxx +++ b/src/feld/FeldHell-12.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feldhell-12 font fntchr feldhell_12[] = { diff --git a/src/feld/FeldLittle-12.cxx b/src/feld/FeldLittle-12.cxx index 35d2fadd..e8b64ef3 100644 --- a/src/feld/FeldLittle-12.cxx +++ b/src/feld/FeldLittle-12.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld little - 12 font fntchr feldlittle_12[] = { diff --git a/src/feld/FeldLo8-14.cxx b/src/feld/FeldLo8-14.cxx index 9c1a7f5f..50d84b84 100644 --- a/src/feld/FeldLo8-14.cxx +++ b/src/feld/FeldLo8-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld Lo8-14 font fntchr feldlo8_14[] = { diff --git a/src/feld/FeldLow-14.cxx b/src/feld/FeldLow-14.cxx index e7782c7d..54bfe06e 100644 --- a/src/feld/FeldLow-14.cxx +++ b/src/feld/FeldLow-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld low-14 font fntchr feldlow_14[] = { diff --git a/src/feld/FeldModern-14.cxx b/src/feld/FeldModern-14.cxx index 39bb0df2..6b2cd352 100644 --- a/src/feld/FeldModern-14.cxx +++ b/src/feld/FeldModern-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld modern-14 font fntchr feldmodern_14[] = { diff --git a/src/feld/FeldModern8-14.cxx b/src/feld/FeldModern8-14.cxx index 5811518b..2249dc39 100644 --- a/src/feld/FeldModern8-14.cxx +++ b/src/feld/FeldModern8-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld modern -8-14 font fntchr feldmodern8_14[] = { diff --git a/src/feld/FeldNarr-14.cxx b/src/feld/FeldNarr-14.cxx index 3fc12bd8..722915c8 100644 --- a/src/feld/FeldNarr-14.cxx +++ b/src/feld/FeldNarr-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld narrow-14 font fntchr feldnarr_14[] = { diff --git a/src/feld/FeldReal-14.cxx b/src/feld/FeldReal-14.cxx index a92691e9..334ba1d5 100644 --- a/src/feld/FeldReal-14.cxx +++ b/src/feld/FeldReal-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld real-14 font fntchr feldreal_14[] = { diff --git a/src/feld/FeldStyl-14.cxx b/src/feld/FeldStyl-14.cxx index 2cc665c6..3d43a16d 100644 --- a/src/feld/FeldStyl-14.cxx +++ b/src/feld/FeldStyl-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld styl-14 font fntchr feldstyl_14[] = { diff --git a/src/feld/FeldVert-14.cxx b/src/feld/FeldVert-14.cxx index f49e3248..40bbece0 100644 --- a/src/feld/FeldVert-14.cxx +++ b/src/feld/FeldVert-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld vert-14 font fntchr feldvert_14[] = { diff --git a/src/feld/FeldWide-14.cxx b/src/feld/FeldWide-14.cxx index 561e6443..f4b2c849 100644 --- a/src/feld/FeldWide-14.cxx +++ b/src/feld/FeldWide-14.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // feld wide-14 font fntchr feldwide_14[] = { diff --git a/src/feld/feld.cxx b/src/feld/feld.cxx index 351cfe24..78d2ae04 100644 --- a/src/feld/feld.cxx +++ b/src/feld/feld.cxx @@ -6,28 +6,31 @@ // // This modem code owes much to the efforts of Joe Veldhuis, N8FQ // -// This file is part of fldigi. Adapted from code contained in gmfsk source code -// distribution. +// Adapted from code contained in gmfsk source code distribution. // gmfsk Copyright (C) 2001, 2002, 2003 // Tomi Manninen (oh2bns@sral.fi) // Copyright (C) 2004 // Lawrence Glaister (ve7it@shaw.ca) +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// Fldigi is free software: you can redistribute it and/or modify +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- - #include #include diff --git a/src/feld/feldfonts.cxx b/src/feld/feldfonts.cxx index cd12b6d7..e497c7fc 100644 --- a/src/feld/feldfonts.cxx +++ b/src/feld/feldfonts.cxx @@ -1,9 +1,22 @@ -// ====================================================================================== -// -// feldfonts.cxx +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// Special font definition file(s) for fuzzy mode fonts used by the fldigi application +// This file is part of fldigi // +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/fileselector/Native_File_Chooser.cxx b/src/fileselector/Native_File_Chooser.cxx index 07f5a875..0c8a08ed 100644 --- a/src/fileselector/Native_File_Chooser.cxx +++ b/src/fileselector/Native_File_Chooser.cxx @@ -13,12 +13,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// - +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . #include diff --git a/src/fileselector/Native_File_Chooser_FLTK.cxx b/src/fileselector/Native_File_Chooser_FLTK.cxx index ad0ec27a..e9addbc8 100644 --- a/src/fileselector/Native_File_Chooser_FLTK.cxx +++ b/src/fileselector/Native_File_Chooser_FLTK.cxx @@ -14,17 +14,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please keep code 80 column compliant. -// -// 10 20 30 40 50 60 70 -// | | | | | | | -// 4567890123456789012345678901234567890123456789012345678901234567890123456789 -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . #include "FL/Native_File_Chooser.H" #define FNFC_CLASS Fl_Native_File_Chooser diff --git a/src/fileselector/Native_File_Chooser_MAC.cxx b/src/fileselector/Native_File_Chooser_MAC.cxx index 3721fa88..f4dada1c 100644 --- a/src/fileselector/Native_File_Chooser_MAC.cxx +++ b/src/fileselector/Native_File_Chooser_MAC.cxx @@ -15,12 +15,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #include "flnfc_common.cxx" // strnew/strfree/strapp/chrcat #include diff --git a/src/fileselector/Native_File_Chooser_WIN32.cxx b/src/fileselector/Native_File_Chooser_WIN32.cxx index 40b6cd63..6072efb3 100644 --- a/src/fileselector/Native_File_Chooser_WIN32.cxx +++ b/src/fileselector/Native_File_Chooser_WIN32.cxx @@ -15,21 +15,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please keep code 80 column compliant. -// -// 10 20 30 40 50 60 70 -// | | | | | | | -// 4567890123456789012345678901234567890123456789012345678901234567890123456789 -// - -// Any application to multi-folder implementation: -// http://www.codeproject.com/dialog/selectfolder.asp -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . #include // debugging #include "flnfc_common.cxx" // strnew/strfree/strapp/chrcat diff --git a/src/fileselector/flnfc_common.cxx b/src/fileselector/flnfc_common.cxx index 32411ef3..295be036 100644 --- a/src/fileselector/flnfc_common.cxx +++ b/src/fileselector/flnfc_common.cxx @@ -13,17 +13,8 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please keep code 80 column compliant. -// -// 10 20 30 40 50 60 70 -// | | | | | | | -// 4567890123456789012345678901234567890123456789012345678901234567890123456789 -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . #include diff --git a/src/flarq-src/arq.cxx b/src/flarq-src/arq.cxx index 84dcd9c3..f84fc861 100644 --- a/src/flarq-src/arq.cxx +++ b/src/flarq-src/arq.cxx @@ -1,21 +1,21 @@ // ---------------------------------------------------------------------------- -// arq.cxx -- arq module -// Copyright (c) 2007, Dave Freese, W1HKJ +// Copyright (C) 2014 +// David Freese, W1HKJ // -// This file is part of fldigi. +// This file is part of fldigi // -// Fldigi is free software: you can redistribute it and/or modify +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/flarq-src/arqhelp.cxx b/src/flarq-src/arqhelp.cxx index 22ca35d0..e32244cf 100644 --- a/src/flarq-src/arqhelp.cxx +++ b/src/flarq-src/arqhelp.cxx @@ -1,23 +1,21 @@ // ---------------------------------------------------------------------------- -// arqhelp.cxx +// Copyright (C) 2014 +// David Freese, W1HKJ // -// Copyright 2008-2009 -// Dave Freese, W1HKJ +// This file is part of fldigi // -// This file is part of fldigi. -// -// Fldigi is free software: you can redistribute it and/or modify +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/flarq-src/b64.cxx b/src/flarq-src/b64.cxx index 12b0724c..8c0147b6 100644 --- a/src/flarq-src/b64.cxx +++ b/src/flarq-src/b64.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + //===================================================================== // // base64 encoding / decoding class diff --git a/src/flarq-src/flarq.cxx b/src/flarq-src/flarq.cxx index c05096f8..2e9818cb 100644 --- a/src/flarq-src/flarq.cxx +++ b/src/flarq-src/flarq.cxx @@ -1,23 +1,24 @@ // ---------------------------------------------------------------------------- // flarq.cxx - Fast Light ARQ Application // -// Copyright (C) 2007-2009 -// Dave Freese, W1HKJ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// This file is part of fldigi. +// This file is part of fldigi // -// Fldigi is free software: you can redistribute it and/or modify +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/flarq-src/flarqenv.cxx b/src/flarq-src/flarqenv.cxx index 80e03d62..d6453995 100644 --- a/src/flarq-src/flarqenv.cxx +++ b/src/flarq-src/flarqenv.cxx @@ -2,25 +2,25 @@ // flarqenv.cxx // // Copyright (C) 2009 -// Stelios Bounanos, M0GLD -// Copyright (C) 2009 -// Dave Freese, W1HKJ +// Stelios Bounanos, M0GLD +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // +// This file is part of fldigi // -// This file is part of fldigi. -// -// Fldigi is free software: you can redistribute it and/or modify +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/include/Viewer.h b/src/include/Viewer.h index 576ce86d..77ed8241 100644 --- a/src/include/Viewer.h +++ b/src/include/Viewer.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef Viewer_h #define Viewer_h diff --git a/src/include/adif_def.h b/src/include/adif_def.h index 34723d3e..4c412c46 100644 --- a/src/include/adif_def.h +++ b/src/include/adif_def.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef ADIF_DEF #define ADIF_DEF diff --git a/src/include/adif_io.h b/src/include/adif_io.h index 48d9232e..ceaf3b72 100644 --- a/src/include/adif_io.h +++ b/src/include/adif_io.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef ADIFIO #define ADIFIO diff --git a/src/include/arq_io.h b/src/include/arq_io.h index 9408ce12..48474c53 100644 --- a/src/include/arq_io.h +++ b/src/include/arq_io.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef ARQIO_H #define ARQIO_H diff --git a/src/include/base64.h b/src/include/base64.h index f13c6cd8..32193a03 100644 --- a/src/include/base64.h +++ b/src/include/base64.h @@ -1,10 +1,25 @@ - - +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- // base64.hpp // Autor Konstantin Pilipchuk // mailto:lostd@ukr.net -// -// #if !defined(__BASE64_H_INCLUDED__) #define __BASE64_H_INCLUDED__ 1 diff --git a/src/include/benchmark.h b/src/include/benchmark.h index e4ee6e6e..90e26da5 100644 --- a/src/include/benchmark.h +++ b/src/include/benchmark.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef BENCHMARK_H_ #define BENCHMARK_H_ diff --git a/src/include/calendar.h b/src/include/calendar.h index 63928a26..cc42e24e 100644 --- a/src/include/calendar.h +++ b/src/include/calendar.h @@ -1,27 +1,22 @@ -/* -*-C++-*- - - "$Id: Fl_Calendar.H,v 1.4 2000/02/13 04:43:56 jamespalmer Exp $" - - Copyright 1999-2000 by the Flek development team. - - 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 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. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. - - Please report all bugs and problems to "flek-devel@sourceforge.net". - -*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _FL_CALENDAR_H #define _FL_CALENDAR_H diff --git a/src/include/charsetlist.h b/src/include/charsetlist.h index 6336bab8..2a0a0a5e 100644 --- a/src/include/charsetlist.h +++ b/src/include/charsetlist.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef CHARSETLIST_H #define CHARSETLIST_H diff --git a/src/include/colorbox.h b/src/include/colorbox.h index c4dd4f16..f90872b2 100644 --- a/src/include/colorbox.h +++ b/src/include/colorbox.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef COLORBOX_H #define COLORBOX_H diff --git a/src/include/combo.h b/src/include/combo.h index d6f81406..14fb7aa0 100644 --- a/src/include/combo.h +++ b/src/include/combo.h @@ -1,27 +1,22 @@ -/* -*-C++-*- - - "$Id: Fl_Combobox.H,v 1.4 2000/02/13 04:43:56 dhfreese Exp $" - - Copyright 1999-2010 by the Dave Freese. - - 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 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. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. - - Please report all bugs and problems to "flek-devel@sourceforge.net". - -*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _FL_COMBOBOX_H #define _FL_COMBOBOX_H diff --git a/src/include/compat.h b/src/include/compat.h index 43dfeee5..adec9c13 100644 --- a/src/include/compat.h +++ b/src/include/compat.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef COMPAT_H #define COMPAT_H diff --git a/src/include/date.h b/src/include/date.h index 434164a9..14877397 100644 --- a/src/include/date.h +++ b/src/include/date.h @@ -13,15 +13,11 @@ 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. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA. - - Please report all bugs and problems to "flek-devel@sourceforge.net". - */ +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef DATE_H #define DATE_H diff --git a/src/include/dtmf.h b/src/include/dtmf.h index fb4f4cad..55c35ddf 100644 --- a/src/include/dtmf.h +++ b/src/include/dtmf.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include "filters.h" diff --git a/src/include/fftfilt.h b/src/include/fftfilt.h index e4065a2a..f8b560e0 100644 --- a/src/include/fftfilt.h +++ b/src/include/fftfilt.h @@ -1,6 +1,22 @@ -/* - * fftfilt.h -- Fast convolution FIR filter -*/ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _FFTFILT_H #define _FFTFILT_H diff --git a/src/include/field_def.h b/src/include/field_def.h index 2058cc26..adc13c91 100644 --- a/src/include/field_def.h +++ b/src/include/field_def.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef FIELD_DEFS #define FIELD_DEFS diff --git a/src/include/fileselect.h b/src/include/fileselect.h index 7b9c28be..669fd7a9 100644 --- a/src/include/fileselect.h +++ b/src/include/fileselect.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef FILESELECT_H #define FILESELECT_H diff --git a/src/include/flinput2.h b/src/include/flinput2.h index 0545bcf7..9e2234c4 100644 --- a/src/include/flinput2.h +++ b/src/include/flinput2.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef FL_INPUT2_ #define FL_INPUT2_ diff --git a/src/include/font_browser.h b/src/include/font_browser.h index b49bf9ff..41e8fa2f 100644 --- a/src/include/font_browser.h +++ b/src/include/font_browser.h @@ -6,23 +6,26 @@ // David Freese, w1hkj@w1hkj.com // based on similar widget by Mariwan Jalal // -// This file is part of fldigi. +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// Fldigi is free software: you can redistribute it and/or modify +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // -// Fldigi is distributed in the hope that it will be useful, +// fldigi 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 General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, see . +// along with this program. If not, see . // ---------------------------------------------------------------------------- - #ifndef FONTBROWSER_H #define FONTBROWSER_H diff --git a/src/include/hamlib.h b/src/include/hamlib.h index 0ea9698d..d5ed7ffa 100644 --- a/src/include/hamlib.h +++ b/src/include/hamlib.h @@ -1,6 +1,22 @@ -/* - * hamlib.h -- Hamlib (rig control) interface - */ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _HAMLIB_H #define _HAMLIB_H diff --git a/src/include/locator.h b/src/include/locator.h index ae15308d..40c918d4 100644 --- a/src/include/locator.h +++ b/src/include/locator.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef LOCATOR_H_ #define LOCATOR_H_ diff --git a/src/include/log.h b/src/include/log.h index c833e283..8fefe02f 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _LOG_H #define _LOG_H diff --git a/src/include/logbook.h b/src/include/logbook.h index 58007787..a14e7942 100644 --- a/src/include/logbook.h +++ b/src/include/logbook.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef FL_LOGBOOK_H #define FL_LOGBOOK_H diff --git a/src/include/logsupport.h b/src/include/logsupport.h index 6edfd175..d886aa94 100644 --- a/src/include/logsupport.h +++ b/src/include/logsupport.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef SUPPORT_H #define SUPPORT_h diff --git a/src/include/lookupcall.h b/src/include/lookupcall.h index 4ef5a422..65307708 100644 --- a/src/include/lookupcall.h +++ b/src/include/lookupcall.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef LOOKUPCALL_H #define LOOKUPCALL_H diff --git a/src/include/macroedit.h b/src/include/macroedit.h index 5834ee68..b5859b90 100644 --- a/src/include/macroedit.h +++ b/src/include/macroedit.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef MACROEDIT_H #define MACROEDIT_H diff --git a/src/include/macros.h b/src/include/macros.h index c205a443..2830a69a 100644 --- a/src/include/macros.h +++ b/src/include/macros.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _MACROS_H #define _MACROS_H diff --git a/src/include/main.h b/src/include/main.h index 2bcfbbc5..5bec078f 100644 --- a/src/include/main.h +++ b/src/include/main.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef MAIN_H_ #define MAIN_H_ diff --git a/src/include/modem.h b/src/include/modem.h index bf901f4e..8cebb48e 100644 --- a/src/include/modem.h +++ b/src/include/modem.h @@ -1,4 +1,22 @@ // ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _MODEM_H #define _MODEM_H diff --git a/src/include/navtex.h b/src/include/navtex.h index 9f30a0c9..f1a0a8a7 100644 --- a/src/include/navtex.h +++ b/src/include/navtex.h @@ -1,5 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// Remi Chateauneu // -// navtex.h +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _NAVTEX_H #define _NAVTEX_H diff --git a/src/include/network.h b/src/include/network.h index a5e18b73..94ed4b88 100644 --- a/src/include/network.h +++ b/src/include/network.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef NETWORK_H_ #define NETWORK_H_ diff --git a/src/include/newinstall.h b/src/include/newinstall.h index bef5ac41..3efe6438 100644 --- a/src/include/newinstall.h +++ b/src/include/newinstall.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef NEW_INSTALL_H #define NEW_INSTALL_H diff --git a/src/include/nls.h b/src/include/nls.h index 5933a03d..dd756d4d 100644 --- a/src/include/nls.h +++ b/src/include/nls.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef NLS_H_ #define NLS_H_ diff --git a/src/include/notify.h b/src/include/notify.h index 8472d4ad..c8659f87 100644 --- a/src/include/notify.h +++ b/src/include/notify.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef NOTIFY_H_ #define NOTIFY_H_ diff --git a/src/include/pixmaps.h b/src/include/pixmaps.h index e244b4f6..7ac0ec05 100644 --- a/src/include/pixmaps.h +++ b/src/include/pixmaps.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef PIXMAPS_H_ #define PIXMAPS_H_ diff --git a/src/include/pkg.h b/src/include/pkg.h index 944a6b87..e1cf6e88 100644 --- a/src/include/pkg.h +++ b/src/include/pkg.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef PKG_H_ #define PKG_H_ diff --git a/src/include/progress.h b/src/include/progress.h index c20a0ef6..5ac90b78 100644 --- a/src/include/progress.h +++ b/src/include/progress.h @@ -5,25 +5,26 @@ // // Based on Fl_Progress widget, Copyright 2000-2005 by Michael Sweet. // -// 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. +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// This library is distributed in the hope that it will be useful, +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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. -// -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. // +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _Progress_H_ # define _Progress_H_ diff --git a/src/include/psk_browser.h b/src/include/psk_browser.h index f8098801..b593f0e6 100644 --- a/src/include/psk_browser.h +++ b/src/include/psk_browser.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef PSK_BROWSER_H #define PSK_BROWSER_H diff --git a/src/include/pskcoeff.h b/src/include/pskcoeff.h index 82f6613b..0d2b90a2 100644 --- a/src/include/pskcoeff.h +++ b/src/include/pskcoeff.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _COEFF_H #define _COEFF_H diff --git a/src/include/pskrep.h b/src/include/pskrep.h index 9e380912..b078c525 100644 --- a/src/include/pskrep.h +++ b/src/include/pskrep.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef PSKREP_H_ #define PSKREP_H_ diff --git a/src/include/qrzlib.h b/src/include/qrzlib.h index 3b57d5a0..e8e714ab 100644 --- a/src/include/qrzlib.h +++ b/src/include/qrzlib.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef QRZHEADER // To include the email code remove the comment specifier from the following line diff --git a/src/include/qso_db.h b/src/include/qso_db.h index 1caa0dea..aff12076 100644 --- a/src/include/qso_db.h +++ b/src/include/qso_db.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef QSO_DB #define QSO_DB diff --git a/src/include/record_loader_gui.h b/src/include/record_loader_gui.h index cee7a6c6..4b6b1881 100644 --- a/src/include/record_loader_gui.h +++ b/src/include/record_loader_gui.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef RECORD_LOADER_GUI_H #define RECORD_LOADER_GUI_H diff --git a/src/include/rigCAT.h b/src/include/rigCAT.h index 2cbe549e..00e8dbd1 100644 --- a/src/include/rigCAT.h +++ b/src/include/rigCAT.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef RIGCAT_H_ #define RIGCAT_H_ diff --git a/src/include/rigclass.h b/src/include/rigclass.h index c0ee516f..71ffbf2c 100644 --- a/src/include/rigclass.h +++ b/src/include/rigclass.h @@ -1,7 +1,22 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// Hamlib C++ bindings - API header -// modified from the c++ bindings distributed with hamlib +// This file is part of fldigi // +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _RIGCLASS_H #define _RIGCLASS_H diff --git a/src/include/rigio.h b/src/include/rigio.h index bc192218..903941a9 100644 --- a/src/include/rigio.h +++ b/src/include/rigio.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef RIGIO_H #define RIGIO_H diff --git a/src/include/rigsupport.h b/src/include/rigsupport.h index 5232042a..0b06bf2b 100644 --- a/src/include/rigsupport.h +++ b/src/include/rigsupport.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef RIG_SUPPORT_H #define RIG_SUPPORT_H diff --git a/src/include/rigxml.h b/src/include/rigxml.h index cc7c0734..6279a4ee 100644 --- a/src/include/rigxml.h +++ b/src/include/rigxml.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef XML_H #define XML_H diff --git a/src/include/serial.h b/src/include/serial.h index 0de937c6..9cafd081 100644 --- a/src/include/serial.h +++ b/src/include/serial.h @@ -1,6 +1,22 @@ -// SerialComm.h: interface for the Cserial class. +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -////////////////////////////////////////////////////////////////////// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef SERIAL_H #define SERIAL_H diff --git a/src/include/soundconf.h b/src/include/soundconf.h index 8b6e7cd5..d4cda5d6 100644 --- a/src/include/soundconf.h +++ b/src/include/soundconf.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef SOUNDCONF_H #define SOUNDCONF_H diff --git a/src/include/stacktrace.h b/src/include/stacktrace.h index 7a4bc898..27409eb3 100644 --- a/src/include/stacktrace.h +++ b/src/include/stacktrace.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef STACKTRACE_H #define STACKTRACE_H diff --git a/src/include/status.h b/src/include/status.h index 84842cd5..8b6ac10f 100644 --- a/src/include/status.h +++ b/src/include/status.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _status_H #define _status_H diff --git a/src/include/testmodem.h b/src/include/testmodem.h index 7faa47ed..f76a92a3 100644 --- a/src/include/testmodem.h +++ b/src/include/testmodem.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include "trx.h" class psktest : public trx { diff --git a/src/include/textio.h b/src/include/textio.h index 109f0c31..53bb9fa6 100644 --- a/src/include/textio.h +++ b/src/include/textio.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef MULTIPSK_H #define MULTIPSK_H diff --git a/src/include/timeops.h b/src/include/timeops.h index ee2588de..1a703d21 100644 --- a/src/include/timeops.h +++ b/src/include/timeops.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef TIMEOPS_H_ #define TIMEOPS_H_ diff --git a/src/include/wefax-pic.h b/src/include/wefax-pic.h index 5c293fbf..9b6133f7 100644 --- a/src/include/wefax-pic.h +++ b/src/include/wefax-pic.h @@ -1,5 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// Remi Chateauneu // -// wefax-pic.h -- Weather Fax modem +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _WEFAX_PIC_H #define _WEFAX_PIC_H diff --git a/src/include/wefax.h b/src/include/wefax.h index 1214e870..b03d9190 100644 --- a/src/include/wefax.h +++ b/src/include/wefax.h @@ -1,5 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// Remi Chateauneu // -// wefax.h -- Weather Fax modem +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _WEFAX_H #define _WEFAX_H diff --git a/src/include/xmlreader.h b/src/include/xmlreader.h index 55f80906..3cc03de1 100644 --- a/src/include/xmlreader.h +++ b/src/include/xmlreader.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include "irrXML.h" diff --git a/src/include/xmlrpc.h b/src/include/xmlrpc.h index 18b06f7d..e15d852d 100644 --- a/src/include/xmlrpc.h +++ b/src/include/xmlrpc.h @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef XMLRPC_H #define XMLRPC_H diff --git a/src/irrxml/CXMLReaderImpl.h b/src/irrxml/CXMLReaderImpl.h index 1a8d7d9b..03a128fe 100644 --- a/src/irrxml/CXMLReaderImpl.h +++ b/src/irrxml/CXMLReaderImpl.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and/or irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __ICXML_READER_IMPL_H_INCLUDED__ #define __ICXML_READER_IMPL_H_INCLUDED__ diff --git a/src/irrxml/fast_atof.h b/src/irrxml/fast_atof.h index 4a1e1f5c..dd291ee2 100644 --- a/src/irrxml/fast_atof.h +++ b/src/irrxml/fast_atof.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __FAST_A_TO_F_H_INCLUDED__ #define __FAST_A_TO_F_H_INCLUDED__ diff --git a/src/irrxml/heapsort.h b/src/irrxml/heapsort.h index d0db319d..53b42791 100644 --- a/src/irrxml/heapsort.h +++ b/src/irrxml/heapsort.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __IRR_HEAPSORT_H_INCLUDED__ #define __IRR_HEAPSORT_H_INCLUDED__ diff --git a/src/irrxml/irrArray.h b/src/irrxml/irrArray.h index fe67d358..e2264da5 100644 --- a/src/irrxml/irrArray.h +++ b/src/irrxml/irrArray.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __IRR_ARRAY_H_INCLUDED__ #define __IRR_ARRAY_H_INCLUDED__ diff --git a/src/irrxml/irrString.h b/src/irrxml/irrString.h index f95205a3..17c9380f 100644 --- a/src/irrxml/irrString.h +++ b/src/irrxml/irrString.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __IRR_STRING_H_INCLUDED__ #define __IRR_STRING_H_INCLUDED__ diff --git a/src/irrxml/irrTypes.h b/src/irrxml/irrTypes.h index 923c698e..2510cb58 100644 --- a/src/irrxml/irrTypes.h +++ b/src/irrxml/irrTypes.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __IRR_TYPES_H_INCLUDED__ #define __IRR_TYPES_H_INCLUDED__ diff --git a/src/irrxml/irrXML.cpp b/src/irrxml/irrXML.cpp index fa07d2dd..e376a117 100644 --- a/src/irrxml/irrXML.cpp +++ b/src/irrxml/irrXML.cpp @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and/or irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include diff --git a/src/irrxml/irrXML.h b/src/irrxml/irrXML.h index 0d6b6444..70bba2a6 100644 --- a/src/irrxml/irrXML.h +++ b/src/irrxml/irrXML.h @@ -1,6 +1,26 @@ // Copyright (C) 2002-2005 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine" and the "irrXML" project. // For conditions of distribution and use, see copyright notice in irrlicht.h and/or irrXML.h +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef __IRR_XML_H_INCLUDED__ #define __IRR_XML_H_INCLUDED__ diff --git a/src/libtiniconv/tiniconv.c b/src/libtiniconv/tiniconv.c index 0e5ca1f2..b5e5f0d5 100644 --- a/src/libtiniconv/tiniconv.c +++ b/src/libtiniconv/tiniconv.c @@ -2,19 +2,23 @@ * This file is part of the TINICONV Library. * * The TINICONV Library is free software; you can redistribute it - * and/or modify it under the terms of the Library General Public + * and/or modify it under the terms of the GNU Library General Public * License version 2 as published by the Free Software Foundation. - * - * The TINICONV 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. - * - * You should have received a copy of the Library General Public - * License along with the TINICONV Library; see the file COPYING.LIB. - * If not, write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301, USA. */ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include "tiniconv.h" #include "tiniconv_int.h" diff --git a/src/libtiniconv/tiniconv.h b/src/libtiniconv/tiniconv.h index 2262588e..618e3d5a 100644 --- a/src/libtiniconv/tiniconv.h +++ b/src/libtiniconv/tiniconv.h @@ -2,19 +2,23 @@ * This file is part of the TINICONV Library. * * The TINICONV Library is free software; you can redistribute it - * and/or modify it under the terms of the Library General Public + * and/or modify it under the terms of the GNU Library General Public * License version 2 as published by the Free Software Foundation. - * - * The TINICONV 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. - * - * You should have received a copy of the Library General Public - * License along with the TINICONV Library; see the file COPYING.LIB. - * If not, write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301, USA. */ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef TINICONV_H_ #define TINICONV_H_ diff --git a/src/libtiniconv/tiniconv_desc.c b/src/libtiniconv/tiniconv_desc.c index ef676abe..4a3c857d 100644 --- a/src/libtiniconv/tiniconv_desc.c +++ b/src/libtiniconv/tiniconv_desc.c @@ -2,19 +2,23 @@ * This file is part of the TINICONV Library. * * The TINICONV Library is free software; you can redistribute it - * and/or modify it under the terms of the Library General Public + * and/or modify it under the terms of the GNU Library General Public * License version 2 as published by the Free Software Foundation. - * - * The TINICONV 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. - * - * You should have received a copy of the Library General Public - * License along with the TINICONV Library; see the file COPYING.LIB. - * If not, write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301, USA. */ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include "tiniconv_int.h" diff --git a/src/libtiniconv/tiniconv_int.h b/src/libtiniconv/tiniconv_int.h index 7ae0af3a..335a43fa 100644 --- a/src/libtiniconv/tiniconv_int.h +++ b/src/libtiniconv/tiniconv_int.h @@ -2,19 +2,24 @@ * This file is part of the TINICONV Library. * * The TINICONV Library is free software; you can redistribute it - * and/or modify it under the terms of the Library General Public - * License version 2 as published by the Free Software Foundation. - * - * The TINICONV 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. - * - * You should have received a copy of the Library General Public - * License along with the TINICONV Library; see the file COPYING.LIB. - * If not, write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301, USA. + * and/or modify it under the terms of the GNU Library General Public + * License version 3 as published by the Free Software Foundation. */ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef TINICONV_INT_H_ #define TINICONV_INT_H_ diff --git a/src/logbook/adif_io.cxx b/src/logbook/adif_io.cxx index 8226fea2..60b3e5e6 100644 --- a/src/logbook/adif_io.cxx +++ b/src/logbook/adif_io.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include #include diff --git a/src/logbook/calendar.cxx b/src/logbook/calendar.cxx index 229c95fd..7a669c0d 100644 --- a/src/logbook/calendar.cxx +++ b/src/logbook/calendar.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include diff --git a/src/logbook/logbook.cxx b/src/logbook/logbook.cxx index 47f5d2c1..7a74e5e8 100644 --- a/src/logbook/logbook.cxx +++ b/src/logbook/logbook.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include diff --git a/src/logbook/xmlrpc_log.cxx b/src/logbook/xmlrpc_log.cxx index 185ca6ee..e589919c 100644 --- a/src/logbook/xmlrpc_log.cxx +++ b/src/logbook/xmlrpc_log.cxx @@ -1,10 +1,22 @@ -// ===================================================================== +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ // -// xmlrpc_io.cxx +// This file is part of fldigi // -// connect to logbook xmlrpc server +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. // -// ===================================================================== +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include #include diff --git a/src/misc/charsetlist.cxx b/src/misc/charsetlist.cxx index 604247b7..ddb7e7b9 100644 --- a/src/misc/charsetlist.cxx +++ b/src/misc/charsetlist.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include "config.h" #include "charsetlist.h" diff --git a/src/misc/pixmaps.cxx b/src/misc/pixmaps.cxx index a5880c17..b31ac756 100644 --- a/src/misc/pixmaps.cxx +++ b/src/misc/pixmaps.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include // This file contains custom icons, icons from gtk, and possibly other sources. diff --git a/src/misc/pixmaps_tango.cxx b/src/misc/pixmaps_tango.cxx index 1de8eb98..342c6936 100644 --- a/src/misc/pixmaps_tango.cxx +++ b/src/misc/pixmaps_tango.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include // This file contains pixmap versions of icons from the Tango Icon Library diff --git a/src/navtex/navtex.cxx b/src/navtex/navtex.cxx index 585e9c7e..6a935e9d 100644 --- a/src/navtex/navtex.cxx +++ b/src/navtex/navtex.cxx @@ -11,7 +11,7 @@ // // fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or +// the Free Software Foundation; either version 3 of the License, or // (at your option) any later version. // // fldigi is distributed in the hope that it will be useful, @@ -20,8 +20,8 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include #include diff --git a/src/psk/pskcoeff.cxx b/src/psk/pskcoeff.cxx index 49eb9d9b..cb2c382c 100644 --- a/src/psk/pskcoeff.cxx +++ b/src/psk/pskcoeff.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #include #include "pskcoeff.h" diff --git a/src/rsid/rsid_defs.cxx b/src/rsid/rsid_defs.cxx index dfea9c17..f74c1cc0 100644 --- a/src/rsid/rsid_defs.cxx +++ b/src/rsid/rsid_defs.cxx @@ -1,3 +1,23 @@ +// ---------------------------------------------------------------------------- +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + // Syntax: ELEM_(rsid_code, rsid_tag, fldigi_mode) // fldigi_mode is NUM_MODES if mode is not available in fldigi, // otherwise one of the tags defined in globals.h. diff --git a/src/wefax/wefax-pic.cxx b/src/wefax/wefax-pic.cxx index eadf565d..c2287d7d 100644 --- a/src/wefax/wefax-pic.cxx +++ b/src/wefax/wefax-pic.cxx @@ -19,8 +19,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/wefax/wefax.cxx b/src/wefax/wefax.cxx index fb2e8ef1..03462a72 100644 --- a/src/wefax/wefax.cxx +++ b/src/wefax/wefax.cxx @@ -19,8 +19,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/widgets/Fl_Text_Buffer_mod.cxx b/src/widgets/Fl_Text_Buffer_mod.cxx index d16878bf..c9742d34 100644 --- a/src/widgets/Fl_Text_Buffer_mod.cxx +++ b/src/widgets/Fl_Text_Buffer_mod.cxx @@ -15,15 +15,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include "config.h" diff --git a/src/widgets/Fl_Text_Display_mod.cxx b/src/widgets/Fl_Text_Display_mod.cxx index 366e1c71..a1f21a22 100644 --- a/src/widgets/Fl_Text_Display_mod.cxx +++ b/src/widgets/Fl_Text_Display_mod.cxx @@ -15,18 +15,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php -// - -// TODO: rendering of the "optional hyphen" -// TODO: make line numbering work again +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include "config.h" diff --git a/src/widgets/Fl_Text_Editor_mod.cxx b/src/widgets/Fl_Text_Editor_mod.cxx index ac4d2a24..cef606b4 100644 --- a/src/widgets/Fl_Text_Editor_mod.cxx +++ b/src/widgets/Fl_Text_Editor_mod.cxx @@ -15,15 +15,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include "config.h" diff --git a/src/widgets/picture.cxx b/src/widgets/picture.cxx index 2a4d8fe0..0bf795f2 100644 --- a/src/widgets/picture.cxx +++ b/src/widgets/picture.cxx @@ -12,7 +12,7 @@ // // fldigi is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or +// the Free Software Foundation; either version 4 of the License, or // (at your option) any later version. // // Fldigi is distributed in the hope that it will be useful, @@ -21,8 +21,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with fldigi. If not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// along with this program. If not, see . // ---------------------------------------------------------------------------- #include diff --git a/src/widgets/progress.cxx b/src/widgets/progress.cxx index ed9c6e8e..503a8b70 100644 --- a/src/widgets/progress.cxx +++ b/src/widgets/progress.cxx @@ -15,14 +15,9 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Library General Public License for more details. // -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// -// Include necessary header files... -// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpc.h b/src/xmlrpcpp/XmlRpc.h index 3b4d14c3..6cb5d1b2 100644 --- a/src/xmlrpcpp/XmlRpc.h +++ b/src/xmlrpcpp/XmlRpc.h @@ -1,23 +1,28 @@ -#ifndef _XMLRPC_H_ -#define _XMLRPC_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley -// 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 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. -// -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 // -// The XmlRpc++ home page is http://xmlrpcpp.sourceforge.net/ -// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPC_H_ +#define _XMLRPC_H_ #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info diff --git a/src/xmlrpcpp/XmlRpcClient.cpp b/src/xmlrpcpp/XmlRpcClient.cpp index fac7ded4..652c0c41 100644 --- a/src/xmlrpcpp/XmlRpcClient.cpp +++ b/src/xmlrpcpp/XmlRpcClient.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcClient.h b/src/xmlrpcpp/XmlRpcClient.h index 59540037..a59c30f1 100644 --- a/src/xmlrpcpp/XmlRpcClient.h +++ b/src/xmlrpcpp/XmlRpcClient.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCCLIENT_H_ -#define _XMLRPCCLIENT_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCCLIENT_H_ +#define _XMLRPCCLIENT_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcDispatch.cpp b/src/xmlrpcpp/XmlRpcDispatch.cpp index 53d19cdf..74bd18a6 100644 --- a/src/xmlrpcpp/XmlRpcDispatch.cpp +++ b/src/xmlrpcpp/XmlRpcDispatch.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcDispatch.h b/src/xmlrpcpp/XmlRpcDispatch.h index 1c250967..0ee88665 100644 --- a/src/xmlrpcpp/XmlRpcDispatch.h +++ b/src/xmlrpcpp/XmlRpcDispatch.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCDISPATCH_H_ -#define _XMLRPCDISPATCH_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCDISPATCH_H_ +#define _XMLRPCDISPATCH_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcException.h b/src/xmlrpcpp/XmlRpcException.h index 70243114..706fa921 100644 --- a/src/xmlrpcpp/XmlRpcException.h +++ b/src/xmlrpcpp/XmlRpcException.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCEXCEPTION_H_ -#define _XMLRPCEXCEPTION_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCEXCEPTION_H_ +#define _XMLRPCEXCEPTION_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcMutex.cpp b/src/xmlrpcpp/XmlRpcMutex.cpp index 1e03b0b8..6bc28f8f 100644 --- a/src/xmlrpcpp/XmlRpcMutex.cpp +++ b/src/xmlrpcpp/XmlRpcMutex.cpp @@ -1,3 +1,26 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #if defined(XMLRPC_THREADS) #include diff --git a/src/xmlrpcpp/XmlRpcMutex.h b/src/xmlrpcpp/XmlRpcMutex.h index f46373da..1fb57ad0 100644 --- a/src/xmlrpcpp/XmlRpcMutex.h +++ b/src/xmlrpcpp/XmlRpcMutex.h @@ -1,8 +1,29 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _XMLRPCMUTEX_H_ #define _XMLRPCMUTEX_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcServer.cpp b/src/xmlrpcpp/XmlRpcServer.cpp index 853818f3..7a58a5ac 100644 --- a/src/xmlrpcpp/XmlRpcServer.cpp +++ b/src/xmlrpcpp/XmlRpcServer.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcServer.h b/src/xmlrpcpp/XmlRpcServer.h index 7da5d62f..3f316a6f 100644 --- a/src/xmlrpcpp/XmlRpcServer.h +++ b/src/xmlrpcpp/XmlRpcServer.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCSERVER_H_ -#define _XMLRPCSERVER_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCSERVER_H_ +#define _XMLRPCSERVER_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcServerConnection.cpp b/src/xmlrpcpp/XmlRpcServerConnection.cpp index 7e29f692..2bf75c85 100644 --- a/src/xmlrpcpp/XmlRpcServerConnection.cpp +++ b/src/xmlrpcpp/XmlRpcServerConnection.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcServerConnection.h b/src/xmlrpcpp/XmlRpcServerConnection.h index cefe56b5..a97ab14e 100644 --- a/src/xmlrpcpp/XmlRpcServerConnection.h +++ b/src/xmlrpcpp/XmlRpcServerConnection.h @@ -1,8 +1,29 @@ -#ifndef _XMLRPCSERVERCONNECTION_H_ -#define _XMLRPCSERVERCONNECTION_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCSERVERCONNECTION_H_ +#define _XMLRPCSERVERCONNECTION_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcServerMethod.cpp b/src/xmlrpcpp/XmlRpcServerMethod.cpp index 125e9727..27045499 100644 --- a/src/xmlrpcpp/XmlRpcServerMethod.cpp +++ b/src/xmlrpcpp/XmlRpcServerMethod.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcServerMethod.h b/src/xmlrpcpp/XmlRpcServerMethod.h index ab481c81..6e7c4a23 100644 --- a/src/xmlrpcpp/XmlRpcServerMethod.h +++ b/src/xmlrpcpp/XmlRpcServerMethod.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCSERVERMETHOD_H_ -#define _XMLRPCSERVERMETHOD_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCSERVERMETHOD_H_ +#define _XMLRPCSERVERMETHOD_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcSocket.cpp b/src/xmlrpcpp/XmlRpcSocket.cpp index 5bf2733a..e8f4c52c 100644 --- a/src/xmlrpcpp/XmlRpcSocket.cpp +++ b/src/xmlrpcpp/XmlRpcSocket.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcSocket.h b/src/xmlrpcpp/XmlRpcSocket.h index b5d451ab..ed26cc66 100644 --- a/src/xmlrpcpp/XmlRpcSocket.h +++ b/src/xmlrpcpp/XmlRpcSocket.h @@ -1,8 +1,29 @@ -#ifndef _XMLRPCSOCKET_H_ -#define _XMLRPCSOCKET_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCSOCKET_H_ +#define _XMLRPCSOCKET_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcSource.cpp b/src/xmlrpcpp/XmlRpcSource.cpp index 18df87d8..7be77e1c 100644 --- a/src/xmlrpcpp/XmlRpcSource.cpp +++ b/src/xmlrpcpp/XmlRpcSource.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcSource.h b/src/xmlrpcpp/XmlRpcSource.h index a124062c..2d78c336 100644 --- a/src/xmlrpcpp/XmlRpcSource.h +++ b/src/xmlrpcpp/XmlRpcSource.h @@ -1,9 +1,29 @@ - -#ifndef _XMLRPCSOURCE_H_ -#define _XMLRPCSOURCE_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCSOURCE_H_ +#define _XMLRPCSOURCE_H_ + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcThread.cpp b/src/xmlrpcpp/XmlRpcThread.cpp index e14942bb..9cd73a97 100644 --- a/src/xmlrpcpp/XmlRpcThread.cpp +++ b/src/xmlrpcpp/XmlRpcThread.cpp @@ -1,3 +1,26 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #if defined(XMLRPC_THREADS) #include diff --git a/src/xmlrpcpp/XmlRpcThread.h b/src/xmlrpcpp/XmlRpcThread.h index 6f4ec781..2df0c0bc 100644 --- a/src/xmlrpcpp/XmlRpcThread.h +++ b/src/xmlrpcpp/XmlRpcThread.h @@ -1,8 +1,29 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #ifndef _XMLRPCTHREAD_H_ #define _XMLRPCTHREAD_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcThreadedServer.cpp b/src/xmlrpcpp/XmlRpcThreadedServer.cpp index 869b142a..302f9f48 100644 --- a/src/xmlrpcpp/XmlRpcThreadedServer.cpp +++ b/src/xmlrpcpp/XmlRpcThreadedServer.cpp @@ -1,3 +1,26 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #if defined(XMLRPC_THREADS) #include "XmlRpcThreadedServer.h" diff --git a/src/xmlrpcpp/XmlRpcThreadedServer.h b/src/xmlrpcpp/XmlRpcThreadedServer.h index bedbeecd..6fc5b4d4 100644 --- a/src/xmlrpcpp/XmlRpcThreadedServer.h +++ b/src/xmlrpcpp/XmlRpcThreadedServer.h @@ -1,9 +1,29 @@ +// ---------------------------------------------------------------------------- +// +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley +// +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #ifndef _XMLRPCTHREADEDSERVER_H_ #define _XMLRPCTHREADEDSERVER_H_ -// -// XmlRpc++ Copyright (c) 2002-2003 by Chris Morley -// + #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcUtil.cpp b/src/xmlrpcpp/XmlRpcUtil.cpp index f8cc53fa..a2ae608d 100644 --- a/src/xmlrpcpp/XmlRpcUtil.cpp +++ b/src/xmlrpcpp/XmlRpcUtil.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcUtil.h b/src/xmlrpcpp/XmlRpcUtil.h index 96b110c0..e42a0007 100644 --- a/src/xmlrpcpp/XmlRpcUtil.h +++ b/src/xmlrpcpp/XmlRpcUtil.h @@ -1,8 +1,28 @@ -#ifndef _XMLRPCUTIL_H_ -#define _XMLRPCUTIL_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCUTIL_H_ +#define _XMLRPCUTIL_H_ #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info #endif diff --git a/src/xmlrpcpp/XmlRpcValue.cpp b/src/xmlrpcpp/XmlRpcValue.cpp index bd35ce79..84f753a3 100644 --- a/src/xmlrpcpp/XmlRpcValue.cpp +++ b/src/xmlrpcpp/XmlRpcValue.cpp @@ -1,6 +1,25 @@ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- #include diff --git a/src/xmlrpcpp/XmlRpcValue.h b/src/xmlrpcpp/XmlRpcValue.h index 0069c035..2a6c2131 100644 --- a/src/xmlrpcpp/XmlRpcValue.h +++ b/src/xmlrpcpp/XmlRpcValue.h @@ -1,9 +1,28 @@ - -#ifndef _XMLRPCVALUE_H_ -#define _XMLRPCVALUE_H_ +// ---------------------------------------------------------------------------- // // XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + +#ifndef _XMLRPCVALUE_H_ +#define _XMLRPCVALUE_H_ #if defined(_MSC_VER) # pragma warning(disable:4786) // identifier was truncated in debug info diff --git a/src/xmlrpcpp/base64.h b/src/xmlrpcpp/base64.h index f13c6cd8..36b202fd 100644 --- a/src/xmlrpcpp/base64.h +++ b/src/xmlrpcpp/base64.h @@ -1,10 +1,29 @@ - - // base64.hpp // Autor Konstantin Pilipchuk // mailto:lostd@ukr.net +// ---------------------------------------------------------------------------- // +// XmlRpc++ Copyright (c) 2002-2008 by Chris Morley // +// Copyright (C) 2014 +// David Freese, W1HKJ +// +// This file is part of fldigi +// +// fldigi is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 3 of the License, or +// (at your option) any later version. +// +// fldigi 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// ---------------------------------------------------------------------------- + #if !defined(__BASE64_H_INCLUDED__) #define __BASE64_H_INCLUDED__ 1