Modified the header comment block of all files to indicate GPL license.
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Nov 2012 03:55:22 +0000 (03:55 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 20 Nov 2012 03:55:22 +0000 (03:55 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1034 01035d8c-6547-0410-b346-abe4f91aad63

29 files changed:
fdmdv2/build/fdmdv2.mk
fdmdv2/build/fdmdv2.project
fdmdv2/src/dlg_about.cpp
fdmdv2/src/dlg_about.h
fdmdv2/src/dlg_audiooptions.cpp
fdmdv2/src/dlg_audiooptions.h
fdmdv2/src/dlg_comports.cpp
fdmdv2/src/dlg_comports.h
fdmdv2/src/dlg_options.cpp
fdmdv2/src/dlg_options.h
fdmdv2/src/fdmdv2_defines.h
fdmdv2/src/fdmdv2_hdw_ports.cpp
fdmdv2/src/fdmdv2_hdw_ports.h
fdmdv2/src/fdmdv2_main.cpp
fdmdv2/src/fdmdv2_main.h
fdmdv2/src/fdmdv2_pa_wrapper.cpp
fdmdv2/src/fdmdv2_pa_wrapper.h
fdmdv2/src/fdmdv2_plot.cpp
fdmdv2/src/fdmdv2_plot.h
fdmdv2/src/fdmdv2_plot_scalar.cpp
fdmdv2/src/fdmdv2_plot_scalar.h
fdmdv2/src/fdmdv2_plot_scatter.cpp
fdmdv2/src/fdmdv2_plot_scatter.h
fdmdv2/src/fdmdv2_plot_spectrum.cpp
fdmdv2/src/fdmdv2_plot_spectrum.h
fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp
fdmdv2/src/fdmdv2_plot_waterfall_linux.h
fdmdv2/src/topFrame.cpp
fdmdv2/src/topFrame.h

index 94a74f9051b862acf0f78c8247f54d6177979b39..aac6c79ecdde6f25dea03064952e20fe0fb7fc63 100644 (file)
@@ -13,7 +13,7 @@ CurrentFileName        :=
 CurrentFilePath        :=\r
 CurrentFileFullPath    :=\r
 User                   :=wittend\r
-Date                   :=11/18/2012\r
+Date                   :=11/19/2012\r
 CodeLitePath           :="D:\bin\CodeLite"\r
 LinkerName             :=g++\r
 SharedObjectLinkerName :=g++ -shared -fPIC\r
@@ -43,7 +43,7 @@ IncludePCH             :=
 RcIncludePath          := \r
 Libs                   := $(LibrarySwitch)sndfile-1 $(LibrarySwitch)codec2 $(LibrarySwitch)portaudio $(LibrarySwitch)portaudiocpp $(LibrarySwitch)samplerate.dll \r
 ArLibs                 :=  "libsndfile-1.dll" "codec2" "libportaudio.a" "libportaudiocpp.a" "libsamplerate.dll.a" \r
-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 \r
+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 \r
 \r
 ##\r
 ## Common variables\r
index c6a10a36460e9a8765c5f5553f0e4d398589d833..a7d731375b8db07bc523ba47b8e71cafd054e43b 100644 (file)
@@ -70,9 +70,9 @@
         <Preprocessor Value="__WX__"/>
       </Compiler>
       <Linker Options="-mwindows;$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes">
-        <LibraryPath Value="/bin/Projects/Radio/codec2-dev/src/.libs"/>
-        <LibraryPath Value="/bin/MinGW-4.6.1/msys/1.0/local/lib"/>
-        <LibraryPath Value="/bin/Projects/Audio/libsndfile/lib"/>
+        <LibraryPath Value="d:/Projects/Radio/codec2-dev/src/.libs"/>
+        <LibraryPath Value="d:/bin/MinGW-4.6.1/msys/1.0/local/lib"/>
+        <LibraryPath Value="d:/Projects/Audio/libsndfile/lib"/>
         <Library Value="libsndfile-1.dll"/>
         <Library Value="codec2"/>
         <Library Value="libportaudio.a"/>
         <Preprocessor Value="__WX__"/>
       </Compiler>
       <Linker Options="-mwindows;-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes">
-        <LibraryPath Value="/bin/Projects/Radio/codec2-dev/src/.libs"/>
-        <LibraryPath Value="/bin/MinGW-4.6.1/msys/1.0/local/lib"/>
-        <LibraryPath Value="/bin/Projects/Audio/libsndfile/lib"/>
+        <LibraryPath Value="d:/Projects/Radio/codec2-dev/src/.libs"/>
+        <LibraryPath Value="d:/bin/MinGW-4.6.1/msys/1.0/local/lib"/>
+        <LibraryPath Value="d:/Projects/Audio/libsndfile/lib"/>
         <Library Value="libsndfile-1.dll"/>
         <Library Value="codec2"/>
         <Library Value="libportaudio.a"/>
index 7e8a88dd785bca198d27317a2b4b75178dea0bd3..1746ad539539f9c0907c93be9fa02c5cda78ee46 100644 (file)
@@ -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
index 32403d116bd43ead2d57ccc51dffd58b4ddda072..cbe73e0cb205d4aa8fe23406c137ab681ee3c4e2 100644 (file)
@@ -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
index 2701b8220002deddafdf6fc3b0b0bc7eeade9c85..aff255dc47b437d1f93da34434a28ee7ee694a80 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 //
-// 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"
index b770d7ec455e7fe152d3482d7c7415a60d255052..2ac5faaac3009c5c31dc3a35c3123bd0445100aa 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 //
-// Notes:         Note that all GUI creation code is declared in
-//                gui.h source file which is generated by wxFormBuilder.
 //=========================================================================
 #ifndef __AudioOptsDialog__
 #define __AudioOptsDialog__
index 7fa810606ef07f88e3c32fe9509cfb22c6ff978a..7d820fe2faea875832c3f6d9e167d44acb852896 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 #include "dlg_comports.h"
 #include "fdmdv2_hdw_ports.h"
index 695f0b7d1b1f05294d1441dae86b36dcb1b6f050..505216855ee747558efe8cf68397260e1a1d7c0d 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 #ifndef __COMPORTS_DIALOG__
 #define __COMPORTS_DIALOG__
index 0bb838aa67278b1c7b04d5cdef1cb8b2161e34cd..0a810c6005d65c98a949ce6f834b45b62e5012a7 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 #include "dlg_options.h"
 
index 2e01fee7ca786c7db584eab68926b81b8ba9bd66..405178d735840ab27a544dd485efa025d4b571c9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 #ifndef __OPTIONS_DIALOG__
 #define __OPTIONS_DIALOG__
index f4d8e3a5c678cc8e90e3eff4158c5751e28d147c..7a53eaa8e4760e2ddd2a17dd3cf1eed72d04c5f2 100644 (file)
@@ -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
index 9c75559103bce66e66fa4aa051e1f83d34644f36..7aa2953854be55d8a72143a551521c39c57db8d6 100644 (file)
@@ -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
index b8255d20f6b2c6e7fdc1cfbc1eb3e36455ecccb3..521a71427a143cf0fcf2e51c3b08a0e694c9e4e6 100644 (file)
@@ -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
index 379331f2cc5d752e79c781ebb6a11eaea814ddca..d4d6a24a7f5bd50ee63396ab5f329e5c55063b0b 100644 (file)
@@ -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
index 81dacbca9835a18a2d85cc0f54570334fea921ef..fab0a9f393f2a5cbaf920ec10f2089f22581e059 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 #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,
index cad3db8929b0c7bd8d1d9942b6a3af166b78db4d..71c4a5289f38a8b87b0eb6ca4365389704e9d90e 100644 (file)
@@ -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
index dac630d68f733ae273118813d0edc9c2ef24ceaa..fbfc68228f55feb4a579e798e65e9ff64e1c77d1 100644 (file)
@@ -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
index 26d5cae2a2235cf5f9fc7ee8ccaa7c716c41b0b8..97b727572424ae258f40f2ef9eb968927502bb84 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 //
 //==========================================================================
 #include <string.h>
index 0967556e778e6f034a5e23523d31e0a84b90bb9e..f887178fe7055bacf15c09cd3d53a0a05475bc5a 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
 //==========================================================================
 //#include "fdmdv2_main.h"
 #ifndef __FDMDV2_PLOT__
index a79215ae89a4be4e925ebfab69820d85a7a215f6..f278c13b24484be8d0e40effb71d3362e3437153 100644 (file)
@@ -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
index c49c956e37e73417d291a07dad7c70a8ab9e7e26..b4470ab3cbb499e6c63175f4e232a9f1be217b96 100644 (file)
@@ -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
index d1aa38bb68610df1196dccc08a74250ea169ad16..0607def717aa62fca2cc89b054c1398c7a22e4b4 100644 (file)
@@ -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
index a52ce7a864a3bfbe5b1d608b635de2635c37602f..23c803b254a68285c2d2ab7ad2c830574186194f 100644 (file)
@@ -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
index 7892e5ab0d0d82f76ec1d40789ee6706e2853f08..8da965340e3f6f6c8b78a2c81c932fbe3fc6381e 100644 (file)
@@ -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
index a437a34548d3245d1e9b72c5846a10c106c1c53e..d6e94e16553ab130e31994cca1ed2918293a1915 100644 (file)
@@ -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
index 1cf40eb3f471ef87ebb571db60fb6f05dedae32b..e9ade6822be6e530632dffa16a8e0f14abff4c58 100644 (file)
@@ -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
index 258f303512656de17c229826072722d9819b4184..4e9380ac316e11cbeb3bdae98554f03359160793 100644 (file)
@@ -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
index 7dcef905a43d639784ceecb5fdf038bd3609c616..79df13a405d4efca3ce58be8058c36aa647125c8 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
+//==========================================================================
 #include "topFrame.h"
 
 extern int g_playFileToMicInEventId;
index 3e5aee0c2c4e5deb32ceb9d0d66bcee17384c18f..adb0514257c60a2cf8fe73e5eed013450d9e339a 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+//
+//==========================================================================
 #ifndef __TOPFRAME_H__
 #define __TOPFRAME_H__