From: <pst...@us...> - 2010-07-17 20:05:26
|
Revision: 807 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=807&view=rev Author: pstieber Date: 2010-07-17 20:05:19 +0000 (Sat, 17 Jul 2010) Log Message: ----------- Updated copyright lines. Modified Paths: -------------- trunk/jazz/src/CommandUtilities.h trunk/jazz/src/Dialogs/CleanupDialog.cpp trunk/jazz/src/Dialogs/CleanupDialog.h trunk/jazz/src/Dialogs/DeleteDialog.cpp trunk/jazz/src/Dialogs/DeleteDialog.h trunk/jazz/src/Dialogs/FilterDialog.cpp trunk/jazz/src/Dialogs/FilterDialog.h trunk/jazz/src/Dialogs/IntegerEdit.cpp trunk/jazz/src/Dialogs/IntegerEdit.h trunk/jazz/src/Dialogs/KeyOnDialog.cpp trunk/jazz/src/Dialogs/KeyOnDialog.h trunk/jazz/src/Dialogs/LengthDialog.cpp trunk/jazz/src/Dialogs/LengthDialog.h trunk/jazz/src/Dialogs/MetronomeSettingsDialog.cpp trunk/jazz/src/Dialogs/MetronomeSettingsDialog.h trunk/jazz/src/Dialogs/MidiChannelDialog.cpp trunk/jazz/src/Dialogs/MidiChannelDialog.h trunk/jazz/src/Dialogs/QuantizeDialog.cpp trunk/jazz/src/Dialogs/QuantizeDialog.h trunk/jazz/src/Dialogs/SearchAndReplaceDialog.cpp trunk/jazz/src/Dialogs/SearchAndReplaceDialog.h trunk/jazz/src/Dialogs/ShiftDialog.cpp trunk/jazz/src/Dialogs/ShiftDialog.h trunk/jazz/src/Dialogs/SnapDialog.cpp trunk/jazz/src/Dialogs/SnapDialog.h trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.cpp trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.h trunk/jazz/src/Dialogs/SysexDialog.cpp trunk/jazz/src/Dialogs/SysexDialog.h trunk/jazz/src/Dialogs/TrackDialog.cpp trunk/jazz/src/Dialogs/TrackDialog.h trunk/jazz/src/Dialogs/TransposeDialog.cpp trunk/jazz/src/Dialogs/TransposeDialog.h trunk/jazz/src/Dialogs/VelocityDialog.cpp trunk/jazz/src/Dialogs/VelocityDialog.h trunk/jazz/src/EventFrame.cpp trunk/jazz/src/EventFrame.h trunk/jazz/src/EventWindow.cpp trunk/jazz/src/EventWindow.h trunk/jazz/src/GuitarWindow.cpp trunk/jazz/src/GuitarWindow.h trunk/jazz/src/Harmony.cpp trunk/jazz/src/MouseAction.cpp trunk/jazz/src/MouseAction.h trunk/jazz/src/PianoFrame.h trunk/jazz/src/PianoWindow.h trunk/jazz/src/Random.cpp trunk/jazz/src/Random.h trunk/jazz/src/SampleWindow.h trunk/jazz/src/StringUtilities.cpp trunk/jazz/src/StringUtilities.h trunk/jazz/src/TrackWindow.h Modified: trunk/jazz/src/CommandUtilities.h =================================================================== --- trunk/jazz/src/CommandUtilities.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/CommandUtilities.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/CleanupDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/CleanupDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/CleanupDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/CleanupDialog.h =================================================================== --- trunk/jazz/src/Dialogs/CleanupDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/CleanupDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/DeleteDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/DeleteDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/DeleteDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/DeleteDialog.h =================================================================== --- trunk/jazz/src/Dialogs/DeleteDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/DeleteDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/FilterDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/FilterDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/FilterDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/FilterDialog.h =================================================================== --- trunk/jazz/src/Dialogs/FilterDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/FilterDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/IntegerEdit.cpp =================================================================== --- trunk/jazz/src/Dialogs/IntegerEdit.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/IntegerEdit.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/IntegerEdit.h =================================================================== --- trunk/jazz/src/Dialogs/IntegerEdit.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/IntegerEdit.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/KeyOnDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/KeyOnDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/KeyOnDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/KeyOnDialog.h =================================================================== --- trunk/jazz/src/Dialogs/KeyOnDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/KeyOnDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/LengthDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/LengthDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/LengthDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/LengthDialog.h =================================================================== --- trunk/jazz/src/Dialogs/LengthDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/LengthDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/MetronomeSettingsDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/MetronomeSettingsDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/MetronomeSettingsDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/MetronomeSettingsDialog.h =================================================================== --- trunk/jazz/src/Dialogs/MetronomeSettingsDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/MetronomeSettingsDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/MidiChannelDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/MidiChannelDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/MidiChannelDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/MidiChannelDialog.h =================================================================== --- trunk/jazz/src/Dialogs/MidiChannelDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/MidiChannelDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/QuantizeDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/QuantizeDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/QuantizeDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/QuantizeDialog.h =================================================================== --- trunk/jazz/src/Dialogs/QuantizeDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/QuantizeDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SearchAndReplaceDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/SearchAndReplaceDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SearchAndReplaceDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SearchAndReplaceDialog.h =================================================================== --- trunk/jazz/src/Dialogs/SearchAndReplaceDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SearchAndReplaceDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/ShiftDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/ShiftDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/ShiftDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/ShiftDialog.h =================================================================== --- trunk/jazz/src/Dialogs/ShiftDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/ShiftDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SnapDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/SnapDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SnapDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SnapDialog.h =================================================================== --- trunk/jazz/src/Dialogs/SnapDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SnapDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.h =================================================================== --- trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SynthesizerSettingsDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SysexDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/SysexDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SysexDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/SysexDialog.h =================================================================== --- trunk/jazz/src/Dialogs/SysexDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/SysexDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/TrackDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/TrackDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/TrackDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/TrackDialog.h =================================================================== --- trunk/jazz/src/Dialogs/TrackDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/TrackDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/TransposeDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/TransposeDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/TransposeDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/TransposeDialog.h =================================================================== --- trunk/jazz/src/Dialogs/TransposeDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/TransposeDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/VelocityDialog.cpp =================================================================== --- trunk/jazz/src/Dialogs/VelocityDialog.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/VelocityDialog.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/Dialogs/VelocityDialog.h =================================================================== --- trunk/jazz/src/Dialogs/VelocityDialog.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Dialogs/VelocityDialog.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/EventFrame.cpp =================================================================== --- trunk/jazz/src/EventFrame.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/EventFrame.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/EventFrame.h =================================================================== --- trunk/jazz/src/EventFrame.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/EventFrame.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2009 Peter J. Stieber, all rights reserved. +// Copyright (C) 2009-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/EventWindow.cpp =================================================================== --- trunk/jazz/src/EventWindow.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/EventWindow.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/EventWindow.h =================================================================== --- trunk/jazz/src/EventWindow.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/EventWindow.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/GuitarWindow.cpp =================================================================== --- trunk/jazz/src/GuitarWindow.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/GuitarWindow.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/GuitarWindow.h =================================================================== --- trunk/jazz/src/GuitarWindow.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/GuitarWindow.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/Harmony.cpp =================================================================== --- trunk/jazz/src/Harmony.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Harmony.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/MouseAction.cpp =================================================================== --- trunk/jazz/src/MouseAction.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/MouseAction.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/MouseAction.h =================================================================== --- trunk/jazz/src/MouseAction.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/MouseAction.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/PianoFrame.h =================================================================== --- trunk/jazz/src/PianoFrame.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/PianoFrame.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/PianoWindow.h =================================================================== --- trunk/jazz/src/PianoWindow.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/PianoWindow.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/Random.cpp =================================================================== --- trunk/jazz/src/Random.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Random.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/Random.h =================================================================== --- trunk/jazz/src/Random.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/Random.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/SampleWindow.h =================================================================== --- trunk/jazz/src/SampleWindow.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/SampleWindow.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 Modified: trunk/jazz/src/StringUtilities.cpp =================================================================== --- trunk/jazz/src/StringUtilities.cpp 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/StringUtilities.cpp 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/StringUtilities.h =================================================================== --- trunk/jazz/src/StringUtilities.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/StringUtilities.h 2010-07-17 20:05:19 UTC (rev 807) @@ -1,7 +1,7 @@ //***************************************************************************** // The JAZZ++ Midi Sequencer // -// Copyright (C) 2008 Peter J. Stieber, all rights reserved. +// Copyright (C) 2008-2010 Peter J. Stieber, all rights reserved. // // 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 Modified: trunk/jazz/src/TrackWindow.h =================================================================== --- trunk/jazz/src/TrackWindow.h 2010-07-17 19:13:48 UTC (rev 806) +++ trunk/jazz/src/TrackWindow.h 2010-07-17 20:05:19 UTC (rev 807) @@ -3,7 +3,7 @@ // // Copyright (C) 1994-2000 Andreas Voss and Per Sigmond, all rights reserved. // Modifications Copyright (C) 2004 Patrick Earl -// Modifications Copyright (C) 2008-2009 Peter J. Stieber +// Modifications Copyright (C) 2008-2010 Peter J. Stieber // // 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |