From 3e70f67269ddbf25f6c9b15c54ca32bdee07e62e Mon Sep 17 00:00:00 2001 From: wittend99 Date: Tue, 20 Nov 2012 03:55:22 +0000 Subject: [PATCH] Modified the header comment block of all files to indicate GPL license. git-svn-id: https://svn.code.sf.net/p/freetel/code@1034 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/build/fdmdv2.mk | 4 ++-- fdmdv2/build/fdmdv2.project | 12 +++++----- fdmdv2/src/dlg_about.cpp | 8 ++----- fdmdv2/src/dlg_about.h | 8 ++----- fdmdv2/src/dlg_audiooptions.cpp | 27 ++++++++++++++-------- fdmdv2/src/dlg_audiooptions.h | 20 +++++++++++----- fdmdv2/src/dlg_comports.cpp | 18 ++++++++++++--- fdmdv2/src/dlg_comports.h | 18 ++++++++++++--- fdmdv2/src/dlg_options.cpp | 17 +++++++++++--- fdmdv2/src/dlg_options.h | 18 ++++++++++++--- fdmdv2/src/fdmdv2_defines.h | 8 ++----- fdmdv2/src/fdmdv2_hdw_ports.cpp | 7 ++---- fdmdv2/src/fdmdv2_hdw_ports.h | 7 ++---- fdmdv2/src/fdmdv2_main.cpp | 10 +++----- fdmdv2/src/fdmdv2_main.h | 20 ++++++++++++---- fdmdv2/src/fdmdv2_pa_wrapper.cpp | 7 ++---- fdmdv2/src/fdmdv2_pa_wrapper.h | 7 ++---- fdmdv2/src/fdmdv2_plot.cpp | 22 ++++++++++-------- fdmdv2/src/fdmdv2_plot.h | 19 +++++++++++---- fdmdv2/src/fdmdv2_plot_scalar.cpp | 8 ++----- fdmdv2/src/fdmdv2_plot_scalar.h | 8 ++----- fdmdv2/src/fdmdv2_plot_scatter.cpp | 8 ++----- fdmdv2/src/fdmdv2_plot_scatter.h | 8 ++----- fdmdv2/src/fdmdv2_plot_spectrum.cpp | 8 ++----- fdmdv2/src/fdmdv2_plot_spectrum.h | 8 ++----- fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp | 8 ++----- fdmdv2/src/fdmdv2_plot_waterfall_linux.h | 8 ++----- fdmdv2/src/topFrame.cpp | 26 ++++++++++++++++----- fdmdv2/src/topFrame.h | 26 ++++++++++++++++----- 29 files changed, 216 insertions(+), 157 deletions(-) diff --git a/fdmdv2/build/fdmdv2.mk b/fdmdv2/build/fdmdv2.mk index 94a74f90..aac6c79e 100644 --- a/fdmdv2/build/fdmdv2.mk +++ b/fdmdv2/build/fdmdv2.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=wittend -Date :=11/18/2012 +Date :=11/19/2012 CodeLitePath :="D:\bin\CodeLite" LinkerName :=g++ SharedObjectLinkerName :=g++ -shared -fPIC @@ -43,7 +43,7 @@ IncludePCH := RcIncludePath := Libs := $(LibrarySwitch)sndfile-1 $(LibrarySwitch)codec2 $(LibrarySwitch)portaudio $(LibrarySwitch)portaudiocpp $(LibrarySwitch)samplerate.dll ArLibs := "libsndfile-1.dll" "codec2" "libportaudio.a" "libportaudiocpp.a" "libsamplerate.dll.a" -LibPath := $(LibraryPathSwitch). $(LibraryPathSwitch)/bin/Projects/Radio/codec2-dev/src/.libs $(LibraryPathSwitch)/bin/MinGW-4.6.1/msys/1.0/local/lib $(LibraryPathSwitch)/bin/Projects/Audio/libsndfile/lib +LibPath := $(LibraryPathSwitch). $(LibraryPathSwitch)d:/Projects/Radio/codec2-dev/src/.libs $(LibraryPathSwitch)d:/bin/MinGW-4.6.1/msys/1.0/local/lib $(LibraryPathSwitch)d:/Projects/Audio/libsndfile/lib ## ## Common variables diff --git a/fdmdv2/build/fdmdv2.project b/fdmdv2/build/fdmdv2.project index c6a10a36..a7d73137 100644 --- a/fdmdv2/build/fdmdv2.project +++ b/fdmdv2/build/fdmdv2.project @@ -70,9 +70,9 @@ - - - + + + @@ -121,9 +121,9 @@ - - - + + + diff --git a/fdmdv2/src/dlg_about.cpp b/fdmdv2/src/dlg_about.cpp index 7e8a88dd..1746ad53 100644 --- a/fdmdv2/src/dlg_about.cpp +++ b/fdmdv2/src/dlg_about.cpp @@ -5,14 +5,10 @@ // help/about page. // // Date: May 05 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/dlg_about.h b/fdmdv2/src/dlg_about.h index 32403d11..cbe73e0c 100644 --- a/fdmdv2/src/dlg_about.h +++ b/fdmdv2/src/dlg_about.h @@ -5,14 +5,10 @@ // (DlgAbout from topFrame.h) // // Date: May 05 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/dlg_audiooptions.cpp b/fdmdv2/src/dlg_audiooptions.cpp index 2701b822..aff255dc 100644 --- a/fdmdv2/src/dlg_audiooptions.cpp +++ b/fdmdv2/src/dlg_audiooptions.cpp @@ -1,14 +1,23 @@ //========================================================================= -// Name: AudioOptsDialog.cpp -// Purpose: Implements simple wxWidgets application with GUI -// created using wxFormBuilder. -// Author: -// Created: -// Copyright: -// License: wxWidgets license (www.wxwidgets.org) +// Name: AudioOptsDialog.cpp +// Purpose: Implements an Audio options selection dialog. +// +// Authors: David Rowe, David Witten +// License: +// +// All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . // -// Notes: Note that all GUI creation code is implemented in -// gui.cpp source file which is generated by wxFormBuilder. //========================================================================= #include "fdmdv2_main.h" #include "dlg_audiooptions.h" diff --git a/fdmdv2/src/dlg_audiooptions.h b/fdmdv2/src/dlg_audiooptions.h index b770d7ec..2ac5faaa 100644 --- a/fdmdv2/src/dlg_audiooptions.h +++ b/fdmdv2/src/dlg_audiooptions.h @@ -2,13 +2,21 @@ // Name: AudioInfoDisplay.h // Purpose: Declares simple wxWidgets application with GUI // created using wxFormBuilder. -// Author: -// Created: -// Copyright: -// License: wxWidgets license (www.wxwidgets.org) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . // -// Notes: Note that all GUI creation code is declared in -// gui.h source file which is generated by wxFormBuilder. //========================================================================= #ifndef __AudioOptsDialog__ #define __AudioOptsDialog__ diff --git a/fdmdv2/src/dlg_comports.cpp b/fdmdv2/src/dlg_comports.cpp index 7fa81060..7d820fe2 100644 --- a/fdmdv2/src/dlg_comports.cpp +++ b/fdmdv2/src/dlg_comports.cpp @@ -3,9 +3,21 @@ // Purpose: Creates simple wxWidgets dialog GUI to select // real/virtual Comm ports. // Date: May 11 2012 -// Initial author: David Witten -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== #include "dlg_comports.h" #include "fdmdv2_hdw_ports.h" diff --git a/fdmdv2/src/dlg_comports.h b/fdmdv2/src/dlg_comports.h index 695f0b7d..50521685 100644 --- a/fdmdv2/src/dlg_comports.h +++ b/fdmdv2/src/dlg_comports.h @@ -3,9 +3,21 @@ // Purpose: Subclasses dialog GUI for general program options. // (DlgOptions from topFrame.h) // Created: May. 11, 2012 -// Initial author: David Witten -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== #ifndef __COMPORTS_DIALOG__ #define __COMPORTS_DIALOG__ diff --git a/fdmdv2/src/dlg_options.cpp b/fdmdv2/src/dlg_options.cpp index 0bb838aa..0a810c60 100644 --- a/fdmdv2/src/dlg_options.cpp +++ b/fdmdv2/src/dlg_options.cpp @@ -5,9 +5,20 @@ // devices/options. // // Date: May 06 2012 -// Initial author: David Witten -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== #include "dlg_options.h" diff --git a/fdmdv2/src/dlg_options.h b/fdmdv2/src/dlg_options.h index 2e01fee7..405178d7 100644 --- a/fdmdv2/src/dlg_options.h +++ b/fdmdv2/src/dlg_options.h @@ -5,9 +5,21 @@ // (DlgOptions from topFrame.h) // // Date: May 05 2012 -// Initial author: David Witten -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== #ifndef __OPTIONS_DIALOG__ #define __OPTIONS_DIALOG__ diff --git a/fdmdv2/src/fdmdv2_defines.h b/fdmdv2/src/fdmdv2_defines.h index f4d8e3a5..7a53eaa8 100644 --- a/fdmdv2/src/fdmdv2_defines.h +++ b/fdmdv2/src/fdmdv2_defines.h @@ -2,14 +2,10 @@ // Name: fdmdv2_defines.h // Purpose: Definitions used by plots derived from fdmdv2_plot class. // Created: August 27, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_hdw_ports.cpp b/fdmdv2/src/fdmdv2_hdw_ports.cpp index 9c755591..7aa29538 100644 --- a/fdmdv2/src/fdmdv2_hdw_ports.cpp +++ b/fdmdv2/src/fdmdv2_hdw_ports.cpp @@ -2,13 +2,10 @@ // Name: fdmdv2_enum_ports.cpp // Purpose: Tools to enumerate hardware ports (other than audio). // Created: Oct 2, 2012 -// Initial author: David Witten +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_hdw_ports.h b/fdmdv2/src/fdmdv2_hdw_ports.h index b8255d20..521a7142 100644 --- a/fdmdv2/src/fdmdv2_hdw_ports.h +++ b/fdmdv2/src/fdmdv2_hdw_ports.h @@ -2,13 +2,10 @@ // Name: fdmdv2_enum_ports.h // Purpose: Tools to enumerate hardware ports (other than audio). // Created: Oct 2, 2012 -// Initial author: David Witten +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_main.cpp b/fdmdv2/src/fdmdv2_main.cpp index 379331f2..d4d6a24a 100644 --- a/fdmdv2/src/fdmdv2_main.cpp +++ b/fdmdv2/src/fdmdv2_main.cpp @@ -1,16 +1,12 @@ - //========================================================================== +//========================================================================== // Name: fdmdv2_main.cpp // // Purpose: Implements simple wxWidgets application with GUI. // Created: Apr. 9, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_main.h b/fdmdv2/src/fdmdv2_main.h index 81dacbca..fab0a9f3 100644 --- a/fdmdv2/src/fdmdv2_main.h +++ b/fdmdv2/src/fdmdv2_main.h @@ -3,9 +3,21 @@ // // Purpose: Declares simple wxWidgets application with GUI. // Created: Apr. 9, 2012 -// Initial author: David Witten -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== #ifndef __FDMDV2_MAIN__ #define __FDMDV2_MAIN__ @@ -240,7 +252,7 @@ class MainFrame : public TopFrame PaStreamCallbackFlags statusFlags, void *userData ); - + static int txCallback( const void *inBuffer, void *outBuffer, diff --git a/fdmdv2/src/fdmdv2_pa_wrapper.cpp b/fdmdv2/src/fdmdv2_pa_wrapper.cpp index cad3db89..71c4a528 100644 --- a/fdmdv2/src/fdmdv2_pa_wrapper.cpp +++ b/fdmdv2/src/fdmdv2_pa_wrapper.cpp @@ -2,13 +2,10 @@ // Name: fdmdv2_pa_wrapper.cpp // Purpose: Implements a wrapper class around the PortAudio library. // Created: August 12, 2012 -// Initial author: David Witten +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_pa_wrapper.h b/fdmdv2/src/fdmdv2_pa_wrapper.h index dac630d6..fbfc6822 100644 --- a/fdmdv2/src/fdmdv2_pa_wrapper.h +++ b/fdmdv2/src/fdmdv2_pa_wrapper.h @@ -2,13 +2,10 @@ // Name: fdmdv2_pa_wrapper.h // Purpose: Defines a wrapper class around PortAudio // Created: August 12, 2012 -// Initial author: David Witten +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot.cpp b/fdmdv2/src/fdmdv2_plot.cpp index 26d5cae2..97b72757 100644 --- a/fdmdv2/src/fdmdv2_plot.cpp +++ b/fdmdv2/src/fdmdv2_plot.cpp @@ -2,16 +2,20 @@ // Name: fdmdv2_plot.cpp // Purpose: Implements simple wxWidgets application with GUI. // Created: Apr. 9, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: // -// @class $(Name) -// @author $(User) -// @date $(Date) -// @file $(CurrentFileName).$(CurrentFileExt) -// @brief +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . // //========================================================================== #include diff --git a/fdmdv2/src/fdmdv2_plot.h b/fdmdv2/src/fdmdv2_plot.h index 0967556e..f887178f 100644 --- a/fdmdv2/src/fdmdv2_plot.h +++ b/fdmdv2/src/fdmdv2_plot.h @@ -2,10 +2,21 @@ // Name: fdmdv2_plot.h // Purpose: Declares simple wxWidgets application with GUI // Created: Apr. 10, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe -// License: BSD License (other licenses may apply to other -// components of this project) +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// //========================================================================== //#include "fdmdv2_main.h" #ifndef __FDMDV2_PLOT__ diff --git a/fdmdv2/src/fdmdv2_plot_scalar.cpp b/fdmdv2/src/fdmdv2_plot_scalar.cpp index a79215ae..f278c13b 100644 --- a/fdmdv2/src/fdmdv2_plot_scalar.cpp +++ b/fdmdv2/src/fdmdv2_plot_scalar.cpp @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_scalar.cpp // Purpose: Plots scalar amplitude against time // Created: June 22, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_scalar.h b/fdmdv2/src/fdmdv2_plot_scalar.h index c49c956e..b4470ab3 100644 --- a/fdmdv2/src/fdmdv2_plot_scalar.h +++ b/fdmdv2/src/fdmdv2_plot_scalar.h @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_scalar.h // Purpose: Defines a scalar plot derivative of fdmdv2_plot. // Created: June 22, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_scatter.cpp b/fdmdv2/src/fdmdv2_plot_scatter.cpp index d1aa38bb..0607def7 100644 --- a/fdmdv2/src/fdmdv2_plot_scatter.cpp +++ b/fdmdv2/src/fdmdv2_plot_scatter.cpp @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_scatter.cpp // Purpose: Implements a scatter plot derivative of fdmdv2_plot. // Created: June 24, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_scatter.h b/fdmdv2/src/fdmdv2_plot_scatter.h index a52ce7a8..23c803b2 100644 --- a/fdmdv2/src/fdmdv2_plot_scatter.h +++ b/fdmdv2/src/fdmdv2_plot_scatter.h @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_scatter.h // Purpose: Defines a waterfall plot derivative of fdmdv2_plot. // Created: June 24, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_spectrum.cpp b/fdmdv2/src/fdmdv2_plot_spectrum.cpp index 7892e5ab..8da96534 100644 --- a/fdmdv2/src/fdmdv2_plot_spectrum.cpp +++ b/fdmdv2/src/fdmdv2_plot_spectrum.cpp @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_waterfall.cpp // Purpose: Implements a waterfall plot derivative of fdmdv2_plot. // Created: June 23, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_spectrum.h b/fdmdv2/src/fdmdv2_plot_spectrum.h index a437a345..d6e94e16 100644 --- a/fdmdv2/src/fdmdv2_plot_spectrum.h +++ b/fdmdv2/src/fdmdv2_plot_spectrum.h @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_spectrum.h // Purpose: Defines a spectrum plot derived from fdmdv2_plot class. // Created: June 22, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp b/fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp index 1cf40eb3..e9ade682 100644 --- a/fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp +++ b/fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_waterfall.cpp // Purpose: Implements a waterfall plot derivative of fdmdv2_plot. // Created: June 22, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/fdmdv2_plot_waterfall_linux.h b/fdmdv2/src/fdmdv2_plot_waterfall_linux.h index 258f3035..4e9380ac 100644 --- a/fdmdv2/src/fdmdv2_plot_waterfall_linux.h +++ b/fdmdv2/src/fdmdv2_plot_waterfall_linux.h @@ -2,14 +2,10 @@ // Name: fdmdv2_plot_waterfall.h // Purpose: Defines a waterfall plot derivative of fdmdv2_plot. // Created: June 22, 2012 -// Initial author: David Witten -// Derived from: code written by David Rowe +// Authors: David Rowe, David Witten +// // License: // -// Copyright (C) 2012 David Witten -// -// All rights reserved. -// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version 2.1, // as published by the Free Software Foundation. This program is diff --git a/fdmdv2/src/topFrame.cpp b/fdmdv2/src/topFrame.cpp index 7dcef905..79df13a4 100644 --- a/fdmdv2/src/topFrame.cpp +++ b/fdmdv2/src/topFrame.cpp @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Apr 10 2012) -// http://www.wxformbuilder.org/ +//========================================================================== +// Name: topFrame.cpp // -// PLEASE DO "NOT" EDIT THIS FILE! -/////////////////////////////////////////////////////////////////////////// - +// Purpose: Implements simple wxWidgets application with GUI. +// Created: Apr. 9, 2012 +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// +//========================================================================== #include "topFrame.h" extern int g_playFileToMicInEventId; diff --git a/fdmdv2/src/topFrame.h b/fdmdv2/src/topFrame.h index 3e5aee0c..adb05142 100644 --- a/fdmdv2/src/topFrame.h +++ b/fdmdv2/src/topFrame.h @@ -1,10 +1,24 @@ -/////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Apr 10 2012) -// http://www.wxformbuilder.org/ +//========================================================================== +// Name: topFrame.h // -// PLEASE DO "NOT" EDIT THIS FILE! -/////////////////////////////////////////////////////////////////////////// - +// Purpose: Implements simple wxWidgets application with GUI. +// Created: Apr. 9, 2012 +// Authors: David Rowe, David Witten +// +// License: +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License version 2.1, +// as published by the Free Software Foundation. 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 Lesser General Public License +// along with this program; if not, see . +// +//========================================================================== #ifndef __TOPFRAME_H__ #define __TOPFRAME_H__ -- 2.25.1