diff --git a/src/core/effect_control_dialog.cpp b/src/core/effect_control_dialog.cpp index 175844ee4..48b7c84e0 100644 --- a/src/core/effect_control_dialog.cpp +++ b/src/core/effect_control_dialog.cpp @@ -4,7 +4,7 @@ * effect_control_dialog.cpp - base-class for effect-dialogs for displaying * and editing control port values * - * Copyright (c) 2006-2007 Tobias Doerffel + * Copyright (c) 2006-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/envelope_and_lfo_widget.cpp b/src/core/envelope_and_lfo_widget.cpp index 202b9c9bc..9fe87b7e1 100644 --- a/src/core/envelope_and_lfo_widget.cpp +++ b/src/core/envelope_and_lfo_widget.cpp @@ -4,7 +4,7 @@ * envelope_and_lfo_widget.cpp - widget which is m_used by envelope/lfo/filter- * tab of channel-window * - * Copyright (c) 2004-2007 Tobias Doerffel + * Copyright (c) 2004-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/import_filter.cpp b/src/core/import_filter.cpp index ed23273ca..640b26e4d 100644 --- a/src/core/import_filter.cpp +++ b/src/core/import_filter.cpp @@ -3,7 +3,7 @@ /* * import_filter.cpp - base-class for all import-filters (MIDI, FLP etc) * - * Copyright (c) 2006-2007 Tobias Doerffel + * Copyright (c) 2006-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/main_window.cpp b/src/core/main_window.cpp index 443a34823..34d9e98d3 100644 --- a/src/core/main_window.cpp +++ b/src/core/main_window.cpp @@ -3,7 +3,7 @@ /* * main_window.cpp - implementation of LMMS-main-window * - * Copyright (c) 2004-2007 Tobias Doerffel + * Copyright (c) 2004-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/plugin.cpp b/src/core/plugin.cpp index aa8070432..5ced487f1 100644 --- a/src/core/plugin.cpp +++ b/src/core/plugin.cpp @@ -3,7 +3,7 @@ /* * plugin.cpp - implementation of plugin-class including plugin-loader * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/core/sample_play_handle.cpp b/src/core/sample_play_handle.cpp index 6e5bbdd8d..b58a269f1 100644 --- a/src/core/sample_play_handle.cpp +++ b/src/core/sample_play_handle.cpp @@ -3,7 +3,7 @@ /* * sample_play_handle.cpp - implementation of class samplePlayHandle * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/tracks/sample_track.cpp b/src/tracks/sample_track.cpp index 204c99f4f..b87373639 100644 --- a/src/tracks/sample_track.cpp +++ b/src/tracks/sample_track.cpp @@ -4,7 +4,7 @@ * sample_track.cpp - implementation of class sampleTrack, a track which * provides arrangement of samples * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/widgets/automatable_button.cpp b/src/widgets/automatable_button.cpp index 7b04d089d..e88c0c021 100644 --- a/src/widgets/automatable_button.cpp +++ b/src/widgets/automatable_button.cpp @@ -4,7 +4,7 @@ * automatable_button.cpp - implementation of class automatableButton and * automatableButtonGroup * - * Copyright (c) 2006-2007 Tobias Doerffel + * Copyright (c) 2006-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/widgets/combobox.cpp b/src/widgets/combobox.cpp index dadf702de..8df63299a 100644 --- a/src/widgets/combobox.cpp +++ b/src/widgets/combobox.cpp @@ -3,7 +3,7 @@ /* * combobox.cpp - implementation of LMMS-combobox * - * Copyright (c) 2006-2007 Tobias Doerffel + * Copyright (c) 2006-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/widgets/knob.cpp b/src/widgets/knob.cpp index 569a2145e..6b6e681a6 100644 --- a/src/widgets/knob.cpp +++ b/src/widgets/knob.cpp @@ -6,7 +6,7 @@ * This file is partly based on the knob-widget of the Qwt Widget Library by * Josef Wilgen. * - * Copyright (c) 2004-2007 Tobias Doerffel + * Copyright (c) 2004-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/src/widgets/lcd_spinbox.cpp b/src/widgets/lcd_spinbox.cpp index 6a8105909..abd3e2673 100644 --- a/src/widgets/lcd_spinbox.cpp +++ b/src/widgets/lcd_spinbox.cpp @@ -3,7 +3,7 @@ /* * lcd_spinbox.cpp - class lcdSpinBox, an improved QLCDNumber * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net *