From 1826ced3d297374159cf48a2b29cd89bc90670e6 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Tue, 4 Nov 2014 00:13:38 -0500 Subject: [PATCH 1/5] Fix automation cursor position issue --- include/MidiTime.h | 5 +++++ src/tracks/AutomationTrack.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/MidiTime.h b/include/MidiTime.h index 9a86f3b48..351077450 100644 --- a/include/MidiTime.h +++ b/include/MidiTime.h @@ -62,6 +62,11 @@ public: return getTact() * s_ticksPerTact; } + MidiTime toAbsoluteTact() const + { + return getTact() * s_ticksPerTact; + } + MidiTime& operator=( const MidiTime& time ) { m_ticks = time.m_ticks; diff --git a/src/tracks/AutomationTrack.cpp b/src/tracks/AutomationTrack.cpp index 3353ae3eb..cc2edb4c4 100644 --- a/src/tracks/AutomationTrack.cpp +++ b/src/tracks/AutomationTrack.cpp @@ -174,7 +174,7 @@ void AutomationTrackView::dropEvent( QDropEvent * _de ) getTrackContentWidget()->x() ) * MidiTime::ticksPerTact() / static_cast( trackContainerView()->pixelsPerTact() ) ) - .toNearestTact(); + .toAbsoluteTact(); if( pos.getTicks() < 0 ) { From 6fb923cba2c1811cbf4c2a13355770e3a3fdd588 Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Tue, 4 Nov 2014 22:56:50 +0100 Subject: [PATCH 2/5] Correct the program name and site in the descriptions. --- include/AudioAlsa.h | 2 +- include/AudioDevice.h | 2 +- include/AudioDummy.h | 2 +- include/AudioFileDevice.h | 2 +- include/AudioFileOgg.h | 2 +- include/AudioFileWave.h | 2 +- include/AudioJack.h | 2 +- include/AudioOss.h | 2 +- include/AudioPort.h | 2 +- include/AudioPortAudio.h | 2 +- include/AudioPulseAudio.h | 2 +- include/AudioSampleRecorder.h | 2 +- include/AudioSdl.h | 2 +- include/AutomatableModel.h | 2 +- include/AutomatableModelView.h | 2 +- include/AutomationEditor.h | 2 +- include/AutomationPattern.h | 2 +- include/AutomationPatternView.h | 2 +- include/AutomationTrack.h | 2 +- include/BandLimitedWave.h | 2 +- include/Clipboard.h | 2 +- include/ComboBoxModel.h | 2 +- include/Controller.h | 2 +- include/ControllerConnection.h | 2 +- include/ControllerConnectionDialog.h | 2 +- include/ControllerDialog.h | 2 +- include/ControllerRackView.h | 2 +- include/ControllerView.h | 2 +- include/DataFile.h | 2 +- include/DetuningHelper.h | 2 +- include/DspEffectLibrary.h | 2 +- include/DummyEffect.h | 2 +- include/DummyInstrument.h | 2 +- include/DummyPlugin.h | 2 +- include/Effect.h | 2 +- include/EffectChain.h | 2 +- include/EffectControlDialog.h | 2 +- include/EffectControls.h | 2 +- include/EffectRackView.h | 2 +- include/EffectSelectDialog.h | 2 +- include/EffectView.h | 2 +- include/EnvelopeAndLfoParameters.h | 2 +- include/EnvelopeAndLfoView.h | 2 +- include/FileBrowser.h | 2 +- include/FileDialog.h | 2 +- include/FxLine.h | 2 +- include/FxMixer.h | 2 +- include/FxMixerView.h | 2 +- include/ImportFilter.h | 2 +- include/InlineAutomation.h | 2 +- include/Instrument.h | 2 +- include/InstrumentFunctionViews.h | 2 +- include/InstrumentFunctions.h | 2 +- include/InstrumentMidiIOView.h | 2 +- include/InstrumentPlayHandle.h | 2 +- include/InstrumentSoundShaping.h | 2 +- include/InstrumentSoundShapingView.h | 2 +- include/InstrumentTrack.h | 2 +- include/InstrumentView.h | 2 +- include/JournallingObject.h | 2 +- include/LadspaBase.h | 2 +- include/LadspaControl.h | 2 +- include/LadspaControlView.h | 2 +- include/LcdSpinBox.h | 2 +- include/LcdWidget.h | 2 +- include/LfoController.h | 2 +- include/LmmsPalette.h | 2 +- include/LmmsStyle.h | 2 +- include/MainWindow.h | 2 +- include/MemoryHelper.h | 2 +- include/MeterDialog.h | 2 +- include/MeterModel.h | 2 +- include/MicroTimer.h | 2 +- include/Midi.h | 2 +- include/MidiAlsaRaw.h | 2 +- include/MidiAlsaSeq.h | 2 +- include/MidiClient.h | 2 +- include/MidiController.h | 2 +- include/MidiDummy.h | 2 +- include/MidiEvent.h | 2 +- include/MidiEventProcessor.h | 2 +- include/MidiOss.h | 2 +- include/MidiPort.h | 2 +- include/MidiPortMenu.h | 2 +- include/MidiTime.h | 2 +- include/MidiWinMM.h | 2 +- include/MixHelpers.h | 2 +- include/Mixer.h | 2 +- include/MixerProfiler.h | 2 +- include/MixerWorkerThread.h | 2 +- include/Model.h | 2 +- include/ModelView.h | 2 +- include/NotePlayHandle.h | 2 +- include/Oscillator.h | 2 +- include/Pattern.h | 2 +- include/PeakController.h | 2 +- include/Piano.h | 2 +- include/PianoRoll.h | 2 +- include/PianoView.h | 2 +- include/Pitch.h | 2 +- include/PlayHandle.h | 2 +- include/Plugin.h | 2 +- include/PluginView.h | 2 +- include/PresetPreviewPlayHandle.h | 2 +- include/ProjectJournal.h | 2 +- include/ProjectRenderer.h | 2 +- include/RemotePlugin.h | 2 +- include/SampleBuffer.h | 2 +- include/SamplePlayHandle.h | 2 +- include/SampleRecordHandle.h | 2 +- include/SampleTrack.h | 2 +- include/SerializingObject.h | 2 +- include/SideBar.h | 2 +- include/SideBarWidget.h | 2 +- include/SongEditor.h | 2 +- include/SweepOscillator.h | 2 +- include/TempoSyncKnob.h | 2 +- include/TempoSyncKnobModel.h | 2 +- include/ThreadableJob.h | 2 +- include/TimeDisplayWidget.h | 2 +- include/ToolPlugin.h | 2 +- include/ToolPluginView.h | 2 +- include/TrackContainer.h | 2 +- include/TrackContainerView.h | 2 +- include/VersionedSaveDialog.h | 2 +- include/VstSyncController.h | 2 +- include/VstSyncData.h | 2 +- include/about_dialog.h | 2 +- include/aeffectx.h | 2 +- include/atomic_int.h | 2 +- include/automatable_button.h | 2 +- include/automatable_slider.h | 2 +- include/base64.h | 2 +- include/basic_filters.h | 2 +- include/bb_editor.h | 2 +- include/bb_track.h | 2 +- include/bb_track_container.h | 2 +- include/caption_menu.h | 2 +- include/combobox.h | 2 +- include/config_mgr.h | 2 +- include/cpuload_widget.h | 2 +- include/custom_events.h | 2 +- include/debug.h | 2 +- include/drumsynth.h | 2 +- include/embed.h | 2 +- include/endian_handling.h | 2 +- include/engine.h | 2 +- include/export.h | 2 +- include/export_project_dialog.h | 2 +- include/fade_button.h | 2 +- include/fader.h | 2 +- include/fft_helpers.h | 2 +- include/fifo_buffer.h | 2 +- include/graph.h | 2 +- include/group_box.h | 2 +- include/gui_templates.h | 2 +- include/interpolation.h | 2 +- include/knob.h | 2 +- include/ladspa_2_lmms.h | 2 +- include/ladspa_manager.h | 2 +- include/led_checkbox.h | 2 +- include/lmms_basics.h | 2 +- include/lmms_constants.h | 2 +- include/lmms_math.h | 2 +- include/note.h | 2 +- include/nstate_button.h | 2 +- include/panning.h | 2 +- include/panning_constants.h | 2 +- include/pixmap_button.h | 2 +- include/plugin_browser.h | 2 +- include/project_notes.h | 2 +- include/project_version.h | 2 +- include/rename_dialog.h | 2 +- include/rubberband.h | 2 +- include/setup_dialog.h | 2 +- include/shared_object.h | 2 +- include/song.h | 2 +- include/string_pair_drag.h | 2 +- include/tab_bar.h | 2 +- include/tab_button.h | 2 +- include/tab_widget.h | 2 +- include/templates.h | 2 +- include/text_float.h | 2 +- include/timeline.h | 2 +- include/tool_button.h | 2 +- include/tooltip.h | 2 +- include/track.h | 2 +- include/track_label_button.h | 2 +- include/transformable_auto_model.h | 2 +- include/update_event.h | 2 +- include/visualization_widget.h | 2 +- include/volume.h | 2 +- plugins/Amplifier/Amplifier.cpp | 2 +- plugins/Amplifier/Amplifier.h | 2 +- plugins/Amplifier/AmplifierControlDialog.cpp | 2 +- plugins/Amplifier/AmplifierControlDialog.h | 2 +- plugins/Amplifier/AmplifierControls.cpp | 2 +- plugins/Amplifier/AmplifierControls.h | 2 +- plugins/BassBooster/BassBooster.cpp | 2 +- plugins/BassBooster/BassBooster.h | 2 +- plugins/BassBooster/BassBoosterControlDialog.cpp | 2 +- plugins/BassBooster/BassBoosterControlDialog.h | 2 +- plugins/BassBooster/BassBoosterControls.cpp | 2 +- plugins/BassBooster/BassBoosterControls.h | 2 +- plugins/DualFilter/DualFilter.cpp | 2 +- plugins/DualFilter/DualFilter.h | 2 +- plugins/DualFilter/DualFilterControlDialog.cpp | 2 +- plugins/DualFilter/DualFilterControlDialog.h | 2 +- plugins/DualFilter/DualFilterControls.cpp | 2 +- plugins/DualFilter/DualFilterControls.h | 2 +- plugins/LadspaEffect/LadspaControlDialog.cpp | 2 +- plugins/LadspaEffect/LadspaControlDialog.h | 2 +- plugins/LadspaEffect/LadspaControls.cpp | 2 +- plugins/LadspaEffect/LadspaControls.h | 2 +- plugins/LadspaEffect/LadspaEffect.cpp | 2 +- plugins/LadspaEffect/LadspaEffect.h | 2 +- plugins/LadspaEffect/LadspaSubPluginFeatures.cpp | 2 +- plugins/LadspaEffect/LadspaSubPluginFeatures.h | 2 +- plugins/MidiImport/MidiImport.cpp | 2 +- plugins/MidiImport/MidiImport.h | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzer.h | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp | 2 +- plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h | 2 +- plugins/VstEffect/VstEffect.cpp | 2 +- plugins/VstEffect/VstEffect.h | 2 +- plugins/VstEffect/VstEffectControlDialog.cpp | 2 +- plugins/VstEffect/VstEffectControlDialog.h | 2 +- plugins/VstEffect/VstEffectControls.cpp | 2 +- plugins/VstEffect/VstEffectControls.h | 2 +- plugins/VstEffect/VstSubPluginFeatures.cpp | 2 +- plugins/VstEffect/VstSubPluginFeatures.h | 2 +- plugins/audio_file_processor/audio_file_processor.cpp | 2 +- plugins/audio_file_processor/audio_file_processor.h | 2 +- plugins/bit_invader/bit_invader.cpp | 2 +- plugins/bit_invader/bit_invader.h | 2 +- plugins/carlabase/carla.cpp | 2 +- plugins/carlabase/carla.h | 2 +- plugins/carlapatchbay/carlapatchbay.cpp | 2 +- plugins/carlarack/carlarack.cpp | 2 +- plugins/dynamics_processor/dynamics_processor.cpp | 2 +- plugins/dynamics_processor/dynamics_processor.h | 2 +- .../dynamics_processor/dynamics_processor_control_dialog.cpp | 2 +- plugins/dynamics_processor/dynamics_processor_control_dialog.h | 2 +- plugins/dynamics_processor/dynamics_processor_controls.cpp | 2 +- plugins/dynamics_processor/dynamics_processor_controls.h | 2 +- plugins/flp_import/FlpImport.cpp | 2 +- plugins/flp_import/FlpImport.h | 2 +- plugins/flp_import/unrtf.cpp | 2 +- plugins/kicker/KickerOsc.h | 2 +- plugins/kicker/kicker.cpp | 2 +- plugins/kicker/kicker.h | 2 +- plugins/ladspa_browser/ladspa_browser.cpp | 2 +- plugins/ladspa_browser/ladspa_browser.h | 2 +- plugins/ladspa_browser/ladspa_description.cpp | 2 +- plugins/ladspa_browser/ladspa_description.h | 2 +- plugins/ladspa_browser/ladspa_port_dialog.cpp | 2 +- plugins/ladspa_browser/ladspa_port_dialog.h | 2 +- plugins/lb302/lb302.cpp | 2 +- plugins/lb302/lb302.h | 2 +- plugins/lb303/lb303.cpp | 2 +- plugins/lb303/lb303.h | 2 +- plugins/monstro/Monstro.cpp | 2 +- plugins/monstro/Monstro.h | 2 +- plugins/nes/Nes.cpp | 2 +- plugins/nes/Nes.h | 2 +- plugins/opl2/opl2instrument.cpp | 2 +- plugins/opl2/opl2instrument.h | 2 +- plugins/organic/organic.cpp | 2 +- plugins/organic/organic.h | 2 +- plugins/papu/papu_instrument.cpp | 2 +- plugins/papu/papu_instrument.h | 2 +- plugins/patman/patman.cpp | 2 +- plugins/patman/patman.h | 2 +- plugins/peak_controller_effect/peak_controller_effect.cpp | 2 +- plugins/peak_controller_effect/peak_controller_effect.h | 2 +- .../peak_controller_effect_control_dialog.cpp | 2 +- .../peak_controller_effect_control_dialog.h | 2 +- .../peak_controller_effect/peak_controller_effect_controls.cpp | 2 +- .../peak_controller_effect/peak_controller_effect_controls.h | 2 +- plugins/sf2_player/patches_dialog.cpp | 2 +- plugins/sf2_player/patches_dialog.h | 2 +- plugins/sf2_player/sf2_player.cpp | 2 +- plugins/sf2_player/sf2_player.h | 2 +- plugins/sfxr/sfxr.cpp | 2 +- plugins/sfxr/sfxr.h | 2 +- plugins/sid/sid_instrument.cpp | 2 +- plugins/sid/sid_instrument.h | 2 +- plugins/stereo_enhancer/stereo_enhancer.cpp | 2 +- plugins/stereo_enhancer/stereo_enhancer.h | 2 +- plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp | 2 +- plugins/stereo_enhancer/stereoenhancer_control_dialog.h | 2 +- plugins/stereo_enhancer/stereoenhancer_controls.cpp | 2 +- plugins/stereo_enhancer/stereoenhancer_controls.h | 2 +- plugins/stereo_matrix/stereo_matrix.cpp | 2 +- plugins/stereo_matrix/stereo_matrix.h | 2 +- plugins/stereo_matrix/stereomatrix_control_dialog.cpp | 2 +- plugins/stereo_matrix/stereomatrix_control_dialog.h | 2 +- plugins/stereo_matrix/stereomatrix_controls.cpp | 2 +- plugins/stereo_matrix/stereomatrix_controls.h | 2 +- plugins/stk/mallets/mallets.cpp | 2 +- plugins/stk/mallets/mallets.h | 2 +- plugins/triple_oscillator/TripleOscillator.cpp | 2 +- plugins/triple_oscillator/TripleOscillator.h | 2 +- plugins/vestige/vestige.cpp | 2 +- plugins/vestige/vestige.h | 2 +- plugins/vibed/nine_button_selector.cpp | 2 +- plugins/vibed/nine_button_selector.h | 2 +- plugins/vibed/string_container.cpp | 2 +- plugins/vibed/string_container.h | 2 +- plugins/vibed/vibed.cpp | 2 +- plugins/vibed/vibed.h | 2 +- plugins/vibed/vibrating_string.cpp | 2 +- plugins/vibed/vibrating_string.h | 2 +- plugins/vst_base/RemoteVstPlugin.cpp | 2 +- plugins/vst_base/VstPlugin.cpp | 2 +- plugins/vst_base/VstPlugin.h | 2 +- plugins/vst_base/communication.h | 2 +- plugins/vst_base/vst_base.cpp | 2 +- plugins/watsyn/Watsyn.cpp | 2 +- plugins/watsyn/Watsyn.h | 2 +- plugins/waveshaper/waveshaper.cpp | 2 +- plugins/waveshaper/waveshaper.h | 2 +- plugins/waveshaper/waveshaper_control_dialog.cpp | 2 +- plugins/waveshaper/waveshaper_control_dialog.h | 2 +- plugins/waveshaper/waveshaper_controls.cpp | 2 +- plugins/waveshaper/waveshaper_controls.h | 2 +- plugins/zynaddsubfx/LocalZynAddSubFx.cpp | 2 +- plugins/zynaddsubfx/LocalZynAddSubFx.h | 2 +- plugins/zynaddsubfx/RemoteZynAddSubFx.cpp | 2 +- plugins/zynaddsubfx/RemoteZynAddSubFx.h | 2 +- plugins/zynaddsubfx/ZynAddSubFx.cpp | 2 +- plugins/zynaddsubfx/ZynAddSubFx.h | 2 +- plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp | 2 +- plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h | 2 +- src/core/AutomatableModel.cpp | 2 +- src/core/AutomationPattern.cpp | 2 +- src/core/BandLimitedWave.cpp | 2 +- src/core/Clipboard.cpp | 2 +- src/core/ComboBoxModel.cpp | 2 +- src/core/Controller.cpp | 2 +- src/core/ControllerConnection.cpp | 2 +- src/core/DataFile.cpp | 2 +- src/core/Effect.cpp | 2 +- src/core/EffectChain.cpp | 2 +- src/core/EnvelopeAndLfoParameters.cpp | 2 +- src/core/FxMixer.cpp | 2 +- src/core/ImportFilter.cpp | 2 +- src/core/InlineAutomation.cpp | 2 +- src/core/Instrument.cpp | 2 +- src/core/InstrumentFunctions.cpp | 2 +- src/core/InstrumentSoundShaping.cpp | 2 +- src/core/JournallingObject.cpp | 2 +- src/core/LadspaControl.cpp | 2 +- src/core/LfoController.cpp | 2 +- src/core/MemoryHelper.cpp | 2 +- src/core/MeterModel.cpp | 2 +- src/core/MixHelpers.cpp | 2 +- src/core/Mixer.cpp | 2 +- src/core/MixerProfiler.cpp | 2 +- src/core/MixerWorkerThread.cpp | 2 +- src/core/Model.cpp | 2 +- src/core/NotePlayHandle.cpp | 2 +- src/core/Oscillator.cpp | 2 +- src/core/PeakController.cpp | 2 +- src/core/Piano.cpp | 2 +- src/core/Plugin.cpp | 2 +- src/core/PresetPreviewPlayHandle.cpp | 2 +- src/core/ProjectJournal.cpp | 2 +- src/core/ProjectRenderer.cpp | 2 +- src/core/RemotePlugin.cpp | 2 +- src/core/SampleBuffer.cpp | 2 +- src/core/SamplePlayHandle.cpp | 2 +- src/core/SampleRecordHandle.cpp | 2 +- src/core/SerializingObject.cpp | 2 +- src/core/TempoSyncKnobModel.cpp | 2 +- src/core/ToolPlugin.cpp | 2 +- src/core/TrackContainer.cpp | 2 +- src/core/audio/AudioAlsa.cpp | 2 +- src/core/audio/AudioDevice.cpp | 2 +- src/core/audio/AudioFileDevice.cpp | 2 +- src/core/audio/AudioFileOgg.cpp | 2 +- src/core/audio/AudioFileWave.cpp | 2 +- src/core/audio/AudioJack.cpp | 2 +- src/core/audio/AudioOss.cpp | 2 +- src/core/audio/AudioPort.cpp | 2 +- src/core/audio/AudioPortAudio.cpp | 2 +- src/core/audio/AudioPulseAudio.cpp | 2 +- src/core/audio/AudioSampleRecorder.cpp | 2 +- src/core/audio/AudioSdl.cpp | 2 +- src/core/base64.cpp | 2 +- src/core/bb_track_container.cpp | 2 +- src/core/config_mgr.cpp | 2 +- src/core/drumsynth.cpp | 2 +- src/core/engine.cpp | 2 +- src/core/fft_helpers.cpp | 2 +- src/core/ladspa_2_lmms.cpp | 2 +- src/core/ladspa_manager.cpp | 2 +- src/core/main.cpp | 2 +- src/core/midi/MidiAlsaRaw.cpp | 2 +- src/core/midi/MidiAlsaSeq.cpp | 2 +- src/core/midi/MidiClient.cpp | 2 +- src/core/midi/MidiController.cpp | 2 +- src/core/midi/MidiOss.cpp | 2 +- src/core/midi/MidiPort.cpp | 2 +- src/core/midi/MidiWinMM.cpp | 2 +- src/core/note.cpp | 2 +- src/core/project_version.cpp | 2 +- src/core/song.cpp | 2 +- src/core/timeline.cpp | 2 +- src/core/track.cpp | 2 +- src/gui/AutomatableModelView.cpp | 2 +- src/gui/AutomationEditor.cpp | 2 +- src/gui/AutomationPatternView.cpp | 2 +- src/gui/ControllerConnectionDialog.cpp | 2 +- src/gui/ControllerDialog.cpp | 2 +- src/gui/EffectControlDialog.cpp | 2 +- src/gui/EffectSelectDialog.cpp | 2 +- src/gui/FileBrowser.cpp | 2 +- src/gui/FxMixerView.cpp | 2 +- src/gui/InstrumentView.cpp | 2 +- src/gui/LfoControllerDialog.cpp | 2 +- src/gui/LmmsPalette.cpp | 2 +- src/gui/LmmsStyle.cpp | 2 +- src/gui/MainWindow.cpp | 2 +- src/gui/ModelView.cpp | 2 +- src/gui/PeakControllerDialog.cpp | 2 +- src/gui/PianoRoll.cpp | 2 +- src/gui/PianoView.cpp | 2 +- src/gui/SongEditor.cpp | 2 +- src/gui/ToolPluginView.cpp | 2 +- src/gui/TrackContainerView.cpp | 2 +- src/gui/about_dialog.cpp | 2 +- src/gui/bb_editor.cpp | 2 +- src/gui/dialogs/FileDialog.cpp | 2 +- src/gui/dialogs/VersionedSaveDialog.cpp | 2 +- src/gui/embed.cpp | 2 +- src/gui/export_project_dialog.cpp | 2 +- src/gui/plugin_browser.cpp | 2 +- src/gui/setup_dialog.cpp | 2 +- src/gui/string_pair_drag.cpp | 2 +- src/gui/widgets/ControllerRackView.cpp | 2 +- src/gui/widgets/ControllerView.cpp | 2 +- src/gui/widgets/EffectRackView.cpp | 2 +- src/gui/widgets/EffectView.cpp | 2 +- src/gui/widgets/EnvelopeAndLfoView.cpp | 2 +- src/gui/widgets/FxLine.cpp | 2 +- src/gui/widgets/InstrumentFunctionViews.cpp | 2 +- src/gui/widgets/InstrumentMidiIOView.cpp | 2 +- src/gui/widgets/InstrumentSoundShapingView.cpp | 2 +- src/gui/widgets/LadspaControlView.cpp | 2 +- src/gui/widgets/LcdSpinBox.cpp | 2 +- src/gui/widgets/LcdWidget.cpp | 2 +- src/gui/widgets/MeterDialog.cpp | 2 +- src/gui/widgets/MidiPortMenu.cpp | 2 +- src/gui/widgets/SideBar.cpp | 2 +- src/gui/widgets/SideBarWidget.cpp | 2 +- src/gui/widgets/TimeDisplayWidget.cpp | 2 +- src/gui/widgets/automatable_button.cpp | 2 +- src/gui/widgets/automatable_slider.cpp | 2 +- src/gui/widgets/caption_menu.cpp | 2 +- src/gui/widgets/combobox.cpp | 2 +- src/gui/widgets/cpuload_widget.cpp | 2 +- src/gui/widgets/fade_button.cpp | 2 +- src/gui/widgets/fader.cpp | 2 +- src/gui/widgets/graph.cpp | 2 +- src/gui/widgets/group_box.cpp | 2 +- src/gui/widgets/knob.cpp | 2 +- src/gui/widgets/led_checkbox.cpp | 2 +- src/gui/widgets/nstate_button.cpp | 2 +- src/gui/widgets/pixmap_button.cpp | 2 +- src/gui/widgets/project_notes.cpp | 2 +- src/gui/widgets/rename_dialog.cpp | 2 +- src/gui/widgets/rubberband.cpp | 2 +- src/gui/widgets/tab_bar.cpp | 2 +- src/gui/widgets/tab_widget.cpp | 2 +- src/gui/widgets/tempo_sync_knob.cpp | 2 +- src/gui/widgets/text_float.cpp | 2 +- src/gui/widgets/tool_button.cpp | 2 +- src/gui/widgets/tooltip.cpp | 2 +- src/gui/widgets/track_label_button.cpp | 2 +- src/gui/widgets/visualization_widget.cpp | 2 +- src/tracks/AutomationTrack.cpp | 2 +- src/tracks/InstrumentTrack.cpp | 2 +- src/tracks/Pattern.cpp | 2 +- src/tracks/SampleTrack.cpp | 2 +- src/tracks/bb_track.cpp | 2 +- 489 files changed, 489 insertions(+), 489 deletions(-) diff --git a/include/AudioAlsa.h b/include/AudioAlsa.h index df5347573..e6d098aee 100644 --- a/include/AudioAlsa.h +++ b/include/AudioAlsa.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioDevice.h b/include/AudioDevice.h index 9b0b3dd18..4fb186df7 100644 --- a/include/AudioDevice.h +++ b/include/AudioDevice.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioDummy.h b/include/AudioDummy.h index 44595c31b..182d40250 100644 --- a/include/AudioDummy.h +++ b/include/AudioDummy.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioFileDevice.h b/include/AudioFileDevice.h index 992c37362..4fddad24e 100644 --- a/include/AudioFileDevice.h +++ b/include/AudioFileDevice.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioFileOgg.h b/include/AudioFileOgg.h index e3be6740e..08b3905ad 100644 --- a/include/AudioFileOgg.h +++ b/include/AudioFileOgg.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioFileWave.h b/include/AudioFileWave.h index ee68affbc..e2a7521c8 100644 --- a/include/AudioFileWave.h +++ b/include/AudioFileWave.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioJack.h b/include/AudioJack.h index 20d62cb61..946dc8b3c 100644 --- a/include/AudioJack.h +++ b/include/AudioJack.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioOss.h b/include/AudioOss.h index 5a41d0f4f..db9712b72 100644 --- a/include/AudioOss.h +++ b/include/AudioOss.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioPort.h b/include/AudioPort.h index 735c313b8..63a9e90ee 100644 --- a/include/AudioPort.h +++ b/include/AudioPort.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioPortAudio.h b/include/AudioPortAudio.h index 04b0d3590..110074df3 100644 --- a/include/AudioPortAudio.h +++ b/include/AudioPortAudio.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Csaba Hruska * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioPulseAudio.h b/include/AudioPulseAudio.h index e5254848e..2a3c17a27 100644 --- a/include/AudioPulseAudio.h +++ b/include/AudioPulseAudio.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioSampleRecorder.h b/include/AudioSampleRecorder.h index 7b0a6ae4d..a45c6e6c3 100644 --- a/include/AudioSampleRecorder.h +++ b/include/AudioSampleRecorder.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AudioSdl.h b/include/AudioSdl.h index d5b073e1e..f5aac8178 100644 --- a/include/AudioSdl.h +++ b/include/AudioSdl.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomatableModel.h b/include/AutomatableModel.h index 5acc211bc..cc2764974 100644 --- a/include/AutomatableModel.h +++ b/include/AutomatableModel.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomatableModelView.h b/include/AutomatableModelView.h index f213db405..b6fc5016a 100644 --- a/include/AutomatableModelView.h +++ b/include/AutomatableModelView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomationEditor.h b/include/AutomationEditor.h index 5256cf72a..a57fa1f92 100644 --- a/include/AutomationEditor.h +++ b/include/AutomationEditor.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomationPattern.h b/include/AutomationPattern.h index 8b9cc6d14..7b0159d5d 100644 --- a/include/AutomationPattern.h +++ b/include/AutomationPattern.h @@ -5,7 +5,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomationPatternView.h b/include/AutomationPatternView.h index 382c28375..ab16ea5c9 100644 --- a/include/AutomationPatternView.h +++ b/include/AutomationPatternView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/AutomationTrack.h b/include/AutomationTrack.h index d6af755a3..bdee33286 100644 --- a/include/AutomationTrack.h +++ b/include/AutomationTrack.h @@ -5,7 +5,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/BandLimitedWave.h b/include/BandLimitedWave.h index ca83b21b6..b66d7eab6 100644 --- a/include/BandLimitedWave.h +++ b/include/BandLimitedWave.h @@ -4,7 +4,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Clipboard.h b/include/Clipboard.h index 58d9a5828..4207ff595 100644 --- a/include/Clipboard.h +++ b/include/Clipboard.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ComboBoxModel.h b/include/ComboBoxModel.h index b11af8832..5c3aa2062 100644 --- a/include/ComboBoxModel.h +++ b/include/ComboBoxModel.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Controller.h b/include/Controller.h index 01f791321..ced01408c 100644 --- a/include/Controller.h +++ b/include/Controller.h @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ControllerConnection.h b/include/ControllerConnection.h index 648c1711a..d29ede98d 100644 --- a/include/ControllerConnection.h +++ b/include/ControllerConnection.h @@ -7,7 +7,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ControllerConnectionDialog.h b/include/ControllerConnectionDialog.h index 9d8a6ca11..28bb94963 100644 --- a/include/ControllerConnectionDialog.h +++ b/include/ControllerConnectionDialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ControllerDialog.h b/include/ControllerDialog.h index 3c82ccf6f..eef52ff9b 100644 --- a/include/ControllerDialog.h +++ b/include/ControllerDialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ControllerRackView.h b/include/ControllerRackView.h index 60c8f0735..3d41f1634 100644 --- a/include/ControllerRackView.h +++ b/include/ControllerRackView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ControllerView.h b/include/ControllerView.h index c86b47c70..dfd15b9ad 100644 --- a/include/ControllerView.h +++ b/include/ControllerView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DataFile.h b/include/DataFile.h index bf93b7ae0..5270d945b 100644 --- a/include/DataFile.h +++ b/include/DataFile.h @@ -4,7 +4,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2012-2013 Paul Giblock

* - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DetuningHelper.h b/include/DetuningHelper.h index 2d675ca49..7aa1d39d4 100644 --- a/include/DetuningHelper.h +++ b/include/DetuningHelper.h @@ -4,7 +4,7 @@ * Copyright (c) 2007 Javier Serrano Polo * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DspEffectLibrary.h b/include/DspEffectLibrary.h index 6f5cd0cae..49b55ad43 100644 --- a/include/DspEffectLibrary.h +++ b/include/DspEffectLibrary.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DummyEffect.h b/include/DummyEffect.h index 6c2f31a26..155a98d33 100644 --- a/include/DummyEffect.h +++ b/include/DummyEffect.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DummyInstrument.h b/include/DummyInstrument.h index ee9e5d31a..76000f459 100644 --- a/include/DummyInstrument.h +++ b/include/DummyInstrument.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/DummyPlugin.h b/include/DummyPlugin.h index d0cf0b9d9..550bc3899 100644 --- a/include/DummyPlugin.h +++ b/include/DummyPlugin.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Effect.h b/include/Effect.h index e0ad3ebad..aadad4200 100644 --- a/include/Effect.h +++ b/include/Effect.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectChain.h b/include/EffectChain.h index cb2d817ea..6786d200d 100644 --- a/include/EffectChain.h +++ b/include/EffectChain.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectControlDialog.h b/include/EffectControlDialog.h index 65a0ff60d..2f8d7acd7 100644 --- a/include/EffectControlDialog.h +++ b/include/EffectControlDialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectControls.h b/include/EffectControls.h index a8883b83d..410bf83c2 100644 --- a/include/EffectControls.h +++ b/include/EffectControls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectRackView.h b/include/EffectRackView.h index 11b57fdaa..6de96c953 100644 --- a/include/EffectRackView.h +++ b/include/EffectRackView.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectSelectDialog.h b/include/EffectSelectDialog.h index 52500d469..b9a4abb63 100644 --- a/include/EffectSelectDialog.h +++ b/include/EffectSelectDialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EffectView.h b/include/EffectView.h index 6caa06b1f..feae25ad4 100644 --- a/include/EffectView.h +++ b/include/EffectView.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2007-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EnvelopeAndLfoParameters.h b/include/EnvelopeAndLfoParameters.h index 42641c791..edc53e095 100644 --- a/include/EnvelopeAndLfoParameters.h +++ b/include/EnvelopeAndLfoParameters.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/EnvelopeAndLfoView.h b/include/EnvelopeAndLfoView.h index 1ad292456..540d13fcf 100644 --- a/include/EnvelopeAndLfoView.h +++ b/include/EnvelopeAndLfoView.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/FileBrowser.h b/include/FileBrowser.h index 9803cca44..c112596ce 100644 --- a/include/FileBrowser.h +++ b/include/FileBrowser.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/FileDialog.h b/include/FileDialog.h index f4d81ea3d..27ed22d75 100644 --- a/include/FileDialog.h +++ b/include/FileDialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Lukas W * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/FxLine.h b/include/FxLine.h index 771ab21af..d540c8c5a 100644 --- a/include/FxLine.h +++ b/include/FxLine.h @@ -4,7 +4,7 @@ * Copyright (c) 2009 Andrew Kelley * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/FxMixer.h b/include/FxMixer.h index a4c3d2f0d..5c33e6fa8 100644 --- a/include/FxMixer.h +++ b/include/FxMixer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/FxMixerView.h b/include/FxMixerView.h index 219c3f12e..57bfb2d18 100644 --- a/include/FxMixerView.h +++ b/include/FxMixerView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ImportFilter.h b/include/ImportFilter.h index 284dfe12b..be1d348e7 100644 --- a/include/ImportFilter.h +++ b/include/ImportFilter.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InlineAutomation.h b/include/InlineAutomation.h index 22d2aa367..5ccf44685 100644 --- a/include/InlineAutomation.h +++ b/include/InlineAutomation.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Instrument.h b/include/Instrument.h index 88c8e9a19..df855cd17 100644 --- a/include/Instrument.h +++ b/include/Instrument.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentFunctionViews.h b/include/InstrumentFunctionViews.h index 2a370468a..0f74fa359 100644 --- a/include/InstrumentFunctionViews.h +++ b/include/InstrumentFunctionViews.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentFunctions.h b/include/InstrumentFunctions.h index 2995ae05b..4cc5a5fee 100644 --- a/include/InstrumentFunctions.h +++ b/include/InstrumentFunctions.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentMidiIOView.h b/include/InstrumentMidiIOView.h index 3edd25e85..6da0bce60 100644 --- a/include/InstrumentMidiIOView.h +++ b/include/InstrumentMidiIOView.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentPlayHandle.h b/include/InstrumentPlayHandle.h index 1e1b7d5da..331695a7e 100644 --- a/include/InstrumentPlayHandle.h +++ b/include/InstrumentPlayHandle.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentSoundShaping.h b/include/InstrumentSoundShaping.h index a6f812fc5..193f81011 100644 --- a/include/InstrumentSoundShaping.h +++ b/include/InstrumentSoundShaping.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentSoundShapingView.h b/include/InstrumentSoundShapingView.h index ff0152d5b..5ce24c064 100644 --- a/include/InstrumentSoundShapingView.h +++ b/include/InstrumentSoundShapingView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentTrack.h b/include/InstrumentTrack.h index ea10447c5..9dad6a780 100644 --- a/include/InstrumentTrack.h +++ b/include/InstrumentTrack.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/InstrumentView.h b/include/InstrumentView.h index 8c4c4c8d3..cd092a9be 100644 --- a/include/InstrumentView.h +++ b/include/InstrumentView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/JournallingObject.h b/include/JournallingObject.h index 8a2627716..07055d14f 100644 --- a/include/JournallingObject.h +++ b/include/JournallingObject.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LadspaBase.h b/include/LadspaBase.h index 723d8251f..6d6ba35fe 100644 --- a/include/LadspaBase.h +++ b/include/LadspaBase.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LadspaControl.h b/include/LadspaControl.h index 8180ce721..4e50379f7 100644 --- a/include/LadspaControl.h +++ b/include/LadspaControl.h @@ -4,7 +4,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LadspaControlView.h b/include/LadspaControlView.h index 5bfdcb0ec..21db3ab7e 100644 --- a/include/LadspaControlView.h +++ b/include/LadspaControlView.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LcdSpinBox.h b/include/LcdSpinBox.h index c95bad443..1592ef15b 100644 --- a/include/LcdSpinBox.h +++ b/include/LcdSpinBox.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LcdWidget.h b/include/LcdWidget.h index c637a20be..85249493d 100644 --- a/include/LcdWidget.h +++ b/include/LcdWidget.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LfoController.h b/include/LfoController.h index 59bea8689..f5513860c 100644 --- a/include/LfoController.h +++ b/include/LfoController.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LmmsPalette.h b/include/LmmsPalette.h index 8e6ef7086..bea5c9c70 100644 --- a/include/LmmsPalette.h +++ b/include/LmmsPalette.h @@ -4,7 +4,7 @@ * * Copyright (c) 2007-2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/LmmsStyle.h b/include/LmmsStyle.h index 539c9041b..599450cb2 100644 --- a/include/LmmsStyle.h +++ b/include/LmmsStyle.h @@ -4,7 +4,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MainWindow.h b/include/MainWindow.h index 5403238d7..ddab13be7 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MemoryHelper.h b/include/MemoryHelper.h index f646c7ef3..66258f730 100644 --- a/include/MemoryHelper.h +++ b/include/MemoryHelper.h @@ -2,7 +2,7 @@ * Copyright (c) 2014 Simon Symeonidis * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MeterDialog.h b/include/MeterDialog.h index 698c6ce37..2c9f78fe1 100644 --- a/include/MeterDialog.h +++ b/include/MeterDialog.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MeterModel.h b/include/MeterModel.h index 4f12060b6..3a3c27ad0 100644 --- a/include/MeterModel.h +++ b/include/MeterModel.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MicroTimer.h b/include/MicroTimer.h index 5676a4684..e4d2a9a9f 100644 --- a/include/MicroTimer.h +++ b/include/MicroTimer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Midi.h b/include/Midi.h index 7bc50e0e0..d998a3547 100644 --- a/include/Midi.h +++ b/include/Midi.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiAlsaRaw.h b/include/MidiAlsaRaw.h index 9c994356f..704b9e09b 100644 --- a/include/MidiAlsaRaw.h +++ b/include/MidiAlsaRaw.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiAlsaSeq.h b/include/MidiAlsaSeq.h index 70640ae3a..c16979399 100644 --- a/include/MidiAlsaSeq.h +++ b/include/MidiAlsaSeq.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2013 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiClient.h b/include/MidiClient.h index 2888999ac..7208ea563 100644 --- a/include/MidiClient.h +++ b/include/MidiClient.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiController.h b/include/MidiController.h index 4ffb460ce..c98f30ea2 100644 --- a/include/MidiController.h +++ b/include/MidiController.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiDummy.h b/include/MidiDummy.h index cba725fbb..32eb31d66 100644 --- a/include/MidiDummy.h +++ b/include/MidiDummy.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiEvent.h b/include/MidiEvent.h index c87d042a4..1ead0d56f 100644 --- a/include/MidiEvent.h +++ b/include/MidiEvent.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiEventProcessor.h b/include/MidiEventProcessor.h index 0ca6ce59e..9da114577 100644 --- a/include/MidiEventProcessor.h +++ b/include/MidiEventProcessor.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiOss.h b/include/MidiOss.h index 07900961b..468a56d31 100644 --- a/include/MidiOss.h +++ b/include/MidiOss.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiPort.h b/include/MidiPort.h index 810165443..16199fd2b 100644 --- a/include/MidiPort.h +++ b/include/MidiPort.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiPortMenu.h b/include/MidiPortMenu.h index 55e61eee2..51bf530d5 100644 --- a/include/MidiPortMenu.h +++ b/include/MidiPortMenu.h @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiTime.h b/include/MidiTime.h index 9a86f3b48..a84912cef 100644 --- a/include/MidiTime.h +++ b/include/MidiTime.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MidiWinMM.h b/include/MidiWinMM.h index 54b6bdf0d..d6f040d9d 100644 --- a/include/MidiWinMM.h +++ b/include/MidiWinMM.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MixHelpers.h b/include/MixHelpers.h index 8d6b6da8b..ca7c750ab 100644 --- a/include/MixHelpers.h +++ b/include/MixHelpers.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Mixer.h b/include/Mixer.h index 29b54da51..76257618a 100644 --- a/include/Mixer.h +++ b/include/Mixer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MixerProfiler.h b/include/MixerProfiler.h index 697313612..ccb14ecd9 100644 --- a/include/MixerProfiler.h +++ b/include/MixerProfiler.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/MixerWorkerThread.h b/include/MixerWorkerThread.h index 199c38884..2b680e8d5 100644 --- a/include/MixerWorkerThread.h +++ b/include/MixerWorkerThread.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Model.h b/include/Model.h index 94883c65d..9f0590e25 100644 --- a/include/Model.h +++ b/include/Model.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ModelView.h b/include/ModelView.h index 9f8cd9e1e..9e323a947 100644 --- a/include/ModelView.h +++ b/include/ModelView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/NotePlayHandle.h b/include/NotePlayHandle.h index c564b1fc8..8f5f2fe9e 100644 --- a/include/NotePlayHandle.h +++ b/include/NotePlayHandle.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Oscillator.h b/include/Oscillator.h index cca73ab86..da3e8ceae 100644 --- a/include/Oscillator.h +++ b/include/Oscillator.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Pattern.h b/include/Pattern.h index 3d0f0991c..33e68face 100644 --- a/include/Pattern.h +++ b/include/Pattern.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PeakController.h b/include/PeakController.h index 89691aa11..36ceefb85 100644 --- a/include/PeakController.h +++ b/include/PeakController.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Piano.h b/include/Piano.h index 8e86622fc..ff2e185e1 100644 --- a/include/Piano.h +++ b/include/Piano.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PianoRoll.h b/include/PianoRoll.h index 183a8b99b..8437c9ad9 100644 --- a/include/PianoRoll.h +++ b/include/PianoRoll.h @@ -5,7 +5,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2008 Andrew Kelley * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PianoView.h b/include/PianoView.h index 3f99fbc00..ec9e0775b 100644 --- a/include/PianoView.h +++ b/include/PianoView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Pitch.h b/include/Pitch.h index dc479857e..8bb874349 100644 --- a/include/Pitch.h +++ b/include/Pitch.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PlayHandle.h b/include/PlayHandle.h index a9a07f113..6a782773b 100644 --- a/include/PlayHandle.h +++ b/include/PlayHandle.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/Plugin.h b/include/Plugin.h index 7c937dc8c..4887ef0fb 100644 --- a/include/Plugin.h +++ b/include/Plugin.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PluginView.h b/include/PluginView.h index 0f17ff2f9..ef3e44216 100644 --- a/include/PluginView.h +++ b/include/PluginView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/PresetPreviewPlayHandle.h b/include/PresetPreviewPlayHandle.h index 19b3e468c..673fa1f5f 100644 --- a/include/PresetPreviewPlayHandle.h +++ b/include/PresetPreviewPlayHandle.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ProjectJournal.h b/include/ProjectJournal.h index 2de42c724..20ff70959 100644 --- a/include/ProjectJournal.h +++ b/include/ProjectJournal.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ProjectRenderer.h b/include/ProjectRenderer.h index afee328e0..f1b902f74 100644 --- a/include/ProjectRenderer.h +++ b/include/ProjectRenderer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/RemotePlugin.h b/include/RemotePlugin.h index 40eb78632..35a807079 100644 --- a/include/RemotePlugin.h +++ b/include/RemotePlugin.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SampleBuffer.h b/include/SampleBuffer.h index e0b5fff0f..1cb5864ca 100644 --- a/include/SampleBuffer.h +++ b/include/SampleBuffer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SamplePlayHandle.h b/include/SamplePlayHandle.h index a2ceae7c0..075bc48f2 100644 --- a/include/SamplePlayHandle.h +++ b/include/SamplePlayHandle.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SampleRecordHandle.h b/include/SampleRecordHandle.h index 14b71df4e..46e0c6bd2 100644 --- a/include/SampleRecordHandle.h +++ b/include/SampleRecordHandle.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Csaba Hruska * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SampleTrack.h b/include/SampleTrack.h index a2e8f5b75..5b3da6a4a 100644 --- a/include/SampleTrack.h +++ b/include/SampleTrack.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SerializingObject.h b/include/SerializingObject.h index 28442e2bd..8f7861b28 100644 --- a/include/SerializingObject.h +++ b/include/SerializingObject.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SideBar.h b/include/SideBar.h index 9a544b8bb..5f432f596 100644 --- a/include/SideBar.h +++ b/include/SideBar.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SideBarWidget.h b/include/SideBarWidget.h index ff3899432..6da28c252 100644 --- a/include/SideBarWidget.h +++ b/include/SideBarWidget.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SongEditor.h b/include/SongEditor.h index 3c26e76b1..9ff97471e 100644 --- a/include/SongEditor.h +++ b/include/SongEditor.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/SweepOscillator.h b/include/SweepOscillator.h index aa2729eef..102c2a17f 100644 --- a/include/SweepOscillator.h +++ b/include/SweepOscillator.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/TempoSyncKnob.h b/include/TempoSyncKnob.h index 0f6a9063c..cae736799 100644 --- a/include/TempoSyncKnob.h +++ b/include/TempoSyncKnob.h @@ -4,7 +4,7 @@ * Copyright (c) 2005-2008 Danny McRae * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/TempoSyncKnobModel.h b/include/TempoSyncKnobModel.h index 4c0461e24..b80919d1f 100644 --- a/include/TempoSyncKnobModel.h +++ b/include/TempoSyncKnobModel.h @@ -4,7 +4,7 @@ * Copyright (c) 2005-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ThreadableJob.h b/include/ThreadableJob.h index 1eb1e1612..0a7655c51 100644 --- a/include/ThreadableJob.h +++ b/include/ThreadableJob.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/TimeDisplayWidget.h b/include/TimeDisplayWidget.h index cde431d96..d0453be89 100644 --- a/include/TimeDisplayWidget.h +++ b/include/TimeDisplayWidget.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Ruben Ibarra * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ToolPlugin.h b/include/ToolPlugin.h index e680a9e74..1e7d61f14 100644 --- a/include/ToolPlugin.h +++ b/include/ToolPlugin.h @@ -5,7 +5,7 @@ * Copyright (c) 2006-2007 Javier Serrano Polo * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ToolPluginView.h b/include/ToolPluginView.h index 9b8107001..cd8141c33 100644 --- a/include/ToolPluginView.h +++ b/include/ToolPluginView.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Javier Serrano Polo * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/TrackContainer.h b/include/TrackContainer.h index 5918c59ea..6e33d6774 100644 --- a/include/TrackContainer.h +++ b/include/TrackContainer.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/TrackContainerView.h b/include/TrackContainerView.h index e1694513e..fe0ead99f 100644 --- a/include/TrackContainerView.h +++ b/include/TrackContainerView.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/VersionedSaveDialog.h b/include/VersionedSaveDialog.h index 8041f00f1..22fda676f 100644 --- a/include/VersionedSaveDialog.h +++ b/include/VersionedSaveDialog.h @@ -5,7 +5,7 @@ * * Copyright (c) 2014 Lukas W * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/VstSyncController.h b/include/VstSyncController.h index 91c39ea6e..b09afb5dc 100644 --- a/include/VstSyncController.h +++ b/include/VstSyncController.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Tobias Doerffel * Copyright (c) 2013 Mike Choi * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/VstSyncData.h b/include/VstSyncData.h index 9daa3380f..5ca7bd6e9 100644 --- a/include/VstSyncData.h +++ b/include/VstSyncData.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Tobias Doerffel * Copyright (c) 2013 Mike Choi * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/about_dialog.h b/include/about_dialog.h index b2621ba52..841d8b854 100644 --- a/include/about_dialog.h +++ b/include/about_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/aeffectx.h b/include/aeffectx.h index 852ac72fe..8c602d9e2 100644 --- a/include/aeffectx.h +++ b/include/aeffectx.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/atomic_int.h b/include/atomic_int.h index dd8bf7827..168274ea2 100644 --- a/include/atomic_int.h +++ b/include/atomic_int.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/automatable_button.h b/include/automatable_button.h index 53084cfec..e0dd06b7e 100644 --- a/include/automatable_button.h +++ b/include/automatable_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/automatable_slider.h b/include/automatable_slider.h index 3a41a77f6..82b54328c 100644 --- a/include/automatable_slider.h +++ b/include/automatable_slider.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/base64.h b/include/base64.h index ebdfe47b3..0b15d7f72 100644 --- a/include/base64.h +++ b/include/base64.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/basic_filters.h b/include/basic_filters.h index 84484aeae..a08105114 100644 --- a/include/basic_filters.h +++ b/include/basic_filters.h @@ -6,7 +6,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/bb_editor.h b/include/bb_editor.h index 3d90f63dd..993633b7b 100644 --- a/include/bb_editor.h +++ b/include/bb_editor.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/bb_track.h b/include/bb_track.h index dac1cd5f5..ab2cf8cb8 100644 --- a/include/bb_track.h +++ b/include/bb_track.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/bb_track_container.h b/include/bb_track_container.h index 3ad0b9157..e879e2f65 100644 --- a/include/bb_track_container.h +++ b/include/bb_track_container.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/caption_menu.h b/include/caption_menu.h index e6bce5f43..0f70baadc 100644 --- a/include/caption_menu.h +++ b/include/caption_menu.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/combobox.h b/include/combobox.h index 76bb36163..c68a231a7 100644 --- a/include/combobox.h +++ b/include/combobox.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/config_mgr.h b/include/config_mgr.h index ec3babf3c..48588863f 100644 --- a/include/config_mgr.h +++ b/include/config_mgr.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/cpuload_widget.h b/include/cpuload_widget.h index 096307c76..270963dc5 100644 --- a/include/cpuload_widget.h +++ b/include/cpuload_widget.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/custom_events.h b/include/custom_events.h index 0050a791a..2dfbd7717 100644 --- a/include/custom_events.h +++ b/include/custom_events.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/debug.h b/include/debug.h index 64b1a8886..d0f206c7a 100644 --- a/include/debug.h +++ b/include/debug.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/drumsynth.h b/include/drumsynth.h index ebbc26aa0..642325307 100644 --- a/include/drumsynth.h +++ b/include/drumsynth.h @@ -4,7 +4,7 @@ * Copyright (c) 1998-2000 Paul Kellett (mda-vst.com) * Copyright (c) 2007 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/embed.h b/include/embed.h index 3aa9c8ab2..c6d9d48dc 100644 --- a/include/embed.h +++ b/include/embed.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/endian_handling.h b/include/endian_handling.h index 01814266f..361c24a3d 100644 --- a/include/endian_handling.h +++ b/include/endian_handling.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/engine.h b/include/engine.h index a4fc34c3e..0b21fe74a 100644 --- a/include/engine.h +++ b/include/engine.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/export.h b/include/export.h index 4249754f3..2df84ef3d 100644 --- a/include/export.h +++ b/include/export.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/export_project_dialog.h b/include/export_project_dialog.h index 5b906e00b..0a772d891 100644 --- a/include/export_project_dialog.h +++ b/include/export_project_dialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2012 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/fade_button.h b/include/fade_button.h index 861595ecb..74cc3796d 100644 --- a/include/fade_button.h +++ b/include/fade_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/fader.h b/include/fader.h index 500c5e49d..5532dbb5a 100644 --- a/include/fader.h +++ b/include/fader.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2012 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/fft_helpers.h b/include/fft_helpers.h index 44fe7b738..e70e48597 100644 --- a/include/fft_helpers.h +++ b/include/fft_helpers.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2012 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/fifo_buffer.h b/include/fifo_buffer.h index 3942d348e..2f56d90ac 100644 --- a/include/fifo_buffer.h +++ b/include/fifo_buffer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/graph.h b/include/graph.h index bd2254d9b..a11a95b39 100644 --- a/include/graph.h +++ b/include/graph.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Andreas Brandmaier * 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/group_box.h b/include/group_box.h index ef08b56f9..746365cf5 100644 --- a/include/group_box.h +++ b/include/group_box.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/gui_templates.h b/include/gui_templates.h index 8045e26c9..c42d372b5 100644 --- a/include/gui_templates.h +++ b/include/gui_templates.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/interpolation.h b/include/interpolation.h index 67ff0a3a5..113058e4f 100644 --- a/include/interpolation.h +++ b/include/interpolation.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2005 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/knob.h b/include/knob.h index 734766842..247836a24 100644 --- a/include/knob.h +++ b/include/knob.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ladspa_2_lmms.h b/include/ladspa_2_lmms.h index b85fabe59..e5b4a281b 100644 --- a/include/ladspa_2_lmms.h +++ b/include/ladspa_2_lmms.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/ladspa_manager.h b/include/ladspa_manager.h index b534a2def..5d8e43659 100644 --- a/include/ladspa_manager.h +++ b/include/ladspa_manager.h @@ -5,7 +5,7 @@ * * Copyright (c) 2005-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/led_checkbox.h b/include/led_checkbox.h index 4305c6589..687ee7cab 100644 --- a/include/led_checkbox.h +++ b/include/led_checkbox.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/lmms_basics.h b/include/lmms_basics.h index 2805bb407..daeeb824c 100644 --- a/include/lmms_basics.h +++ b/include/lmms_basics.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/lmms_constants.h b/include/lmms_constants.h index 2f83a2300..27ea3f2aa 100644 --- a/include/lmms_constants.h +++ b/include/lmms_constants.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/lmms_math.h b/include/lmms_math.h index 2a32f0b21..78585d4c9 100644 --- a/include/lmms_math.h +++ b/include/lmms_math.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/note.h b/include/note.h index 20428b9f8..b591ee72a 100644 --- a/include/note.h +++ b/include/note.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/nstate_button.h b/include/nstate_button.h index b866653a9..168f4b26a 100644 --- a/include/nstate_button.h +++ b/include/nstate_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/panning.h b/include/panning.h index 60188e3f8..00a66410b 100644 --- a/include/panning.h +++ b/include/panning.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/panning_constants.h b/include/panning_constants.h index 7bb58c7de..d51058739 100644 --- a/include/panning_constants.h +++ b/include/panning_constants.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/pixmap_button.h b/include/pixmap_button.h index d15c4b911..c2a82455d 100644 --- a/include/pixmap_button.h +++ b/include/pixmap_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/plugin_browser.h b/include/plugin_browser.h index b0473b7f4..46c890bf2 100644 --- a/include/plugin_browser.h +++ b/include/plugin_browser.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/project_notes.h b/include/project_notes.h index 876507083..3ee087ff2 100644 --- a/include/project_notes.h +++ b/include/project_notes.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2007 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/project_version.h b/include/project_version.h index 575d1a64e..37fac5b70 100644 --- a/include/project_version.h +++ b/include/project_version.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/rename_dialog.h b/include/rename_dialog.h index 0cc78fe78..ee9a13da8 100644 --- a/include/rename_dialog.h +++ b/include/rename_dialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2005 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/rubberband.h b/include/rubberband.h index 2e4d303d8..72f3908b3 100644 --- a/include/rubberband.h +++ b/include/rubberband.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/setup_dialog.h b/include/setup_dialog.h index 53c2be08f..049313e4a 100644 --- a/include/setup_dialog.h +++ b/include/setup_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/shared_object.h b/include/shared_object.h index a0d461539..66e7364d1 100644 --- a/include/shared_object.h +++ b/include/shared_object.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Javier Serrano Polo * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/song.h b/include/song.h index e0b703bb0..173d5d063 100644 --- a/include/song.h +++ b/include/song.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/string_pair_drag.h b/include/string_pair_drag.h index 46b546a5b..a5160b965 100644 --- a/include/string_pair_drag.h +++ b/include/string_pair_drag.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2007 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/tab_bar.h b/include/tab_bar.h index dd6041052..22d1da745 100644 --- a/include/tab_bar.h +++ b/include/tab_bar.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/tab_button.h b/include/tab_button.h index 87c0aed1a..a761f8fd9 100644 --- a/include/tab_button.h +++ b/include/tab_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2007 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/tab_widget.h b/include/tab_widget.h index 40d7abf4a..83f95a9ce 100644 --- a/include/tab_widget.h +++ b/include/tab_widget.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/templates.h b/include/templates.h index 3c6a917f4..3d4eb9443 100644 --- a/include/templates.h +++ b/include/templates.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/text_float.h b/include/text_float.h index e7ef37092..ca54507fd 100644 --- a/include/text_float.h +++ b/include/text_float.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/timeline.h b/include/timeline.h index 58322d747..78399e0b5 100644 --- a/include/timeline.h +++ b/include/timeline.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/tool_button.h b/include/tool_button.h index 3a908f97e..03f6de055 100644 --- a/include/tool_button.h +++ b/include/tool_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/tooltip.h b/include/tooltip.h index b88938196..caa0973fb 100644 --- a/include/tooltip.h +++ b/include/tooltip.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/track.h b/include/track.h index 71079cde0..404873a6a 100644 --- a/include/track.h +++ b/include/track.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/track_label_button.h b/include/track_label_button.h index 5638cf56a..c99df88f1 100644 --- a/include/track_label_button.h +++ b/include/track_label_button.h @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/transformable_auto_model.h b/include/transformable_auto_model.h index 85a64a7bb..d03aa1365 100644 --- a/include/transformable_auto_model.h +++ b/include/transformable_auto_model.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/update_event.h b/include/update_event.h index fd2deff83..03451d5cc 100644 --- a/include/update_event.h +++ b/include/update_event.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/include/visualization_widget.h b/include/visualization_widget.h index 8b8c3fd16..f40b3b5d0 100644 --- a/include/visualization_widget.h +++ b/include/visualization_widget.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of"the GNU General Public diff --git a/include/volume.h b/include/volume.h index 383dc2449..424227fa7 100644 --- a/include/volume.h +++ b/include/volume.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/Amplifier.cpp b/plugins/Amplifier/Amplifier.cpp index 380fde0ef..b6d4a3ecf 100644 --- a/plugins/Amplifier/Amplifier.cpp +++ b/plugins/Amplifier/Amplifier.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/Amplifier.h b/plugins/Amplifier/Amplifier.h index e9a78e9d5..07fa90bdb 100644 --- a/plugins/Amplifier/Amplifier.h +++ b/plugins/Amplifier/Amplifier.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/AmplifierControlDialog.cpp b/plugins/Amplifier/AmplifierControlDialog.cpp index 752601765..705151fa7 100644 --- a/plugins/Amplifier/AmplifierControlDialog.cpp +++ b/plugins/Amplifier/AmplifierControlDialog.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/AmplifierControlDialog.h b/plugins/Amplifier/AmplifierControlDialog.h index 41409c674..4a3079e4a 100644 --- a/plugins/Amplifier/AmplifierControlDialog.h +++ b/plugins/Amplifier/AmplifierControlDialog.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/AmplifierControls.cpp b/plugins/Amplifier/AmplifierControls.cpp index 8c1217d57..39e845461 100644 --- a/plugins/Amplifier/AmplifierControls.cpp +++ b/plugins/Amplifier/AmplifierControls.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/Amplifier/AmplifierControls.h b/plugins/Amplifier/AmplifierControls.h index 2640c8aca..d1b98659d 100644 --- a/plugins/Amplifier/AmplifierControls.h +++ b/plugins/Amplifier/AmplifierControls.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBooster.cpp b/plugins/BassBooster/BassBooster.cpp index 9e205087d..dbbde8ff0 100644 --- a/plugins/BassBooster/BassBooster.cpp +++ b/plugins/BassBooster/BassBooster.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBooster.h b/plugins/BassBooster/BassBooster.h index 9a2b5fa33..b52302465 100644 --- a/plugins/BassBooster/BassBooster.h +++ b/plugins/BassBooster/BassBooster.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBoosterControlDialog.cpp b/plugins/BassBooster/BassBoosterControlDialog.cpp index dbbded1fb..7463db51f 100644 --- a/plugins/BassBooster/BassBoosterControlDialog.cpp +++ b/plugins/BassBooster/BassBoosterControlDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBoosterControlDialog.h b/plugins/BassBooster/BassBoosterControlDialog.h index 6f61d04c0..b21f15a9f 100644 --- a/plugins/BassBooster/BassBoosterControlDialog.h +++ b/plugins/BassBooster/BassBoosterControlDialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBoosterControls.cpp b/plugins/BassBooster/BassBoosterControls.cpp index 321d6dd22..ea8614143 100644 --- a/plugins/BassBooster/BassBoosterControls.cpp +++ b/plugins/BassBooster/BassBoosterControls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/BassBooster/BassBoosterControls.h b/plugins/BassBooster/BassBoosterControls.h index 393223e18..b26a31e18 100644 --- a/plugins/BassBooster/BassBoosterControls.h +++ b/plugins/BassBooster/BassBoosterControls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilter.cpp b/plugins/DualFilter/DualFilter.cpp index de6932a02..47655291d 100644 --- a/plugins/DualFilter/DualFilter.cpp +++ b/plugins/DualFilter/DualFilter.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilter.h b/plugins/DualFilter/DualFilter.h index d0bdd2aea..c1baae79d 100644 --- a/plugins/DualFilter/DualFilter.h +++ b/plugins/DualFilter/DualFilter.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilterControlDialog.cpp b/plugins/DualFilter/DualFilterControlDialog.cpp index ca7c3d3bf..4fcf3b781 100644 --- a/plugins/DualFilter/DualFilterControlDialog.cpp +++ b/plugins/DualFilter/DualFilterControlDialog.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilterControlDialog.h b/plugins/DualFilter/DualFilterControlDialog.h index 8145a6b21..224c3c481 100644 --- a/plugins/DualFilter/DualFilterControlDialog.h +++ b/plugins/DualFilter/DualFilterControlDialog.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilterControls.cpp b/plugins/DualFilter/DualFilterControls.cpp index 06ead0b31..73d86b48e 100644 --- a/plugins/DualFilter/DualFilterControls.cpp +++ b/plugins/DualFilter/DualFilterControls.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/DualFilter/DualFilterControls.h b/plugins/DualFilter/DualFilterControls.h index 8f02eb051..df66aac3b 100644 --- a/plugins/DualFilter/DualFilterControls.h +++ b/plugins/DualFilter/DualFilterControls.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaControlDialog.cpp b/plugins/LadspaEffect/LadspaControlDialog.cpp index d217574cb..efe62721b 100644 --- a/plugins/LadspaEffect/LadspaControlDialog.cpp +++ b/plugins/LadspaEffect/LadspaControlDialog.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaControlDialog.h b/plugins/LadspaEffect/LadspaControlDialog.h index ba684b852..87f9689d5 100644 --- a/plugins/LadspaEffect/LadspaControlDialog.h +++ b/plugins/LadspaEffect/LadspaControlDialog.h @@ -5,7 +5,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaControls.cpp b/plugins/LadspaEffect/LadspaControls.cpp index f7b16d5f2..107fbffd4 100644 --- a/plugins/LadspaEffect/LadspaControls.cpp +++ b/plugins/LadspaEffect/LadspaControls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaControls.h b/plugins/LadspaEffect/LadspaControls.h index 47b359b86..ef9fbdd5c 100644 --- a/plugins/LadspaEffect/LadspaControls.h +++ b/plugins/LadspaEffect/LadspaControls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaEffect.cpp b/plugins/LadspaEffect/LadspaEffect.cpp index 1dd5072d0..301101290 100644 --- a/plugins/LadspaEffect/LadspaEffect.cpp +++ b/plugins/LadspaEffect/LadspaEffect.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaEffect.h b/plugins/LadspaEffect/LadspaEffect.h index 52adc0f0d..b5fb3f5f8 100644 --- a/plugins/LadspaEffect/LadspaEffect.h +++ b/plugins/LadspaEffect/LadspaEffect.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp b/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp index 13aa66e5b..3c48470dc 100644 --- a/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp +++ b/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp @@ -6,7 +6,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/LadspaEffect/LadspaSubPluginFeatures.h b/plugins/LadspaEffect/LadspaSubPluginFeatures.h index 05729e6cb..88a3baad4 100644 --- a/plugins/LadspaEffect/LadspaSubPluginFeatures.h +++ b/plugins/LadspaEffect/LadspaSubPluginFeatures.h @@ -6,7 +6,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/MidiImport/MidiImport.cpp b/plugins/MidiImport/MidiImport.cpp index ec354fa36..02799ac3a 100644 --- a/plugins/MidiImport/MidiImport.cpp +++ b/plugins/MidiImport/MidiImport.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/MidiImport/MidiImport.h b/plugins/MidiImport/MidiImport.h index 66b839334..32aab2a33 100644 --- a/plugins/MidiImport/MidiImport.h +++ b/plugins/MidiImport/MidiImport.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp b/plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp index 7878ca71e..ce95fba7d 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzer.h b/plugins/SpectrumAnalyzer/SpectrumAnalyzer.h index 302600225..2cde2ec1e 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzer.h +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp index 9854d4c86..3804ff6d6 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h index 175193cdc..a27ac46ca 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp index e9088dfd9..5b950b77f 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h index 322b6af0e..24c0faef4 100644 --- a/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h +++ b/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffect.cpp b/plugins/VstEffect/VstEffect.cpp index 072aa3a48..fdee3430a 100644 --- a/plugins/VstEffect/VstEffect.cpp +++ b/plugins/VstEffect/VstEffect.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffect.h b/plugins/VstEffect/VstEffect.h index 4c11bbbcc..b896a4671 100644 --- a/plugins/VstEffect/VstEffect.h +++ b/plugins/VstEffect/VstEffect.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffectControlDialog.cpp b/plugins/VstEffect/VstEffectControlDialog.cpp index 2261f2466..abd2181be 100644 --- a/plugins/VstEffect/VstEffectControlDialog.cpp +++ b/plugins/VstEffect/VstEffectControlDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffectControlDialog.h b/plugins/VstEffect/VstEffectControlDialog.h index 0912c906d..843c72ac3 100644 --- a/plugins/VstEffect/VstEffectControlDialog.h +++ b/plugins/VstEffect/VstEffectControlDialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffectControls.cpp b/plugins/VstEffect/VstEffectControls.cpp index 1d0803ec0..975bdf3d1 100644 --- a/plugins/VstEffect/VstEffectControls.cpp +++ b/plugins/VstEffect/VstEffectControls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstEffectControls.h b/plugins/VstEffect/VstEffectControls.h index bc33a2088..5be6ac805 100644 --- a/plugins/VstEffect/VstEffectControls.h +++ b/plugins/VstEffect/VstEffectControls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstSubPluginFeatures.cpp b/plugins/VstEffect/VstSubPluginFeatures.cpp index 9052827cf..80cd7ca50 100644 --- a/plugins/VstEffect/VstSubPluginFeatures.cpp +++ b/plugins/VstEffect/VstSubPluginFeatures.cpp @@ -5,7 +5,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/VstEffect/VstSubPluginFeatures.h b/plugins/VstEffect/VstSubPluginFeatures.h index 62856122e..51fdc05cd 100644 --- a/plugins/VstEffect/VstSubPluginFeatures.h +++ b/plugins/VstEffect/VstSubPluginFeatures.h @@ -5,7 +5,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/audio_file_processor/audio_file_processor.cpp b/plugins/audio_file_processor/audio_file_processor.cpp index a05c46666..fcdb6931d 100644 --- a/plugins/audio_file_processor/audio_file_processor.cpp +++ b/plugins/audio_file_processor/audio_file_processor.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/audio_file_processor/audio_file_processor.h b/plugins/audio_file_processor/audio_file_processor.h index f5d397fbb..aed376101 100644 --- a/plugins/audio_file_processor/audio_file_processor.h +++ b/plugins/audio_file_processor/audio_file_processor.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/bit_invader/bit_invader.cpp b/plugins/bit_invader/bit_invader.cpp index 881ac8695..718d7dddd 100644 --- a/plugins/bit_invader/bit_invader.cpp +++ b/plugins/bit_invader/bit_invader.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Andreas Brandmaier * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/bit_invader/bit_invader.h b/plugins/bit_invader/bit_invader.h index 9aa8c8d58..e7fff611f 100644 --- a/plugins/bit_invader/bit_invader.h +++ b/plugins/bit_invader/bit_invader.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Andreas Brandmaier * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/carlabase/carla.cpp b/plugins/carlabase/carla.cpp index eb60123c0..ad3d92019 100644 --- a/plugins/carlabase/carla.cpp +++ b/plugins/carlabase/carla.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Filipe Coelho * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/carlabase/carla.h b/plugins/carlabase/carla.h index e809c001a..b757d09a9 100644 --- a/plugins/carlabase/carla.h +++ b/plugins/carlabase/carla.h @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Filipe Coelho * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/carlapatchbay/carlapatchbay.cpp b/plugins/carlapatchbay/carlapatchbay.cpp index 4c990994d..e40590532 100644 --- a/plugins/carlapatchbay/carlapatchbay.cpp +++ b/plugins/carlapatchbay/carlapatchbay.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Filipe Coelho * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/carlarack/carlarack.cpp b/plugins/carlarack/carlarack.cpp index a2b2e0570..c48b3f935 100644 --- a/plugins/carlarack/carlarack.cpp +++ b/plugins/carlarack/carlarack.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Filipe Coelho * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor.cpp b/plugins/dynamics_processor/dynamics_processor.cpp index 9954c92e5..dcb67de6f 100644 --- a/plugins/dynamics_processor/dynamics_processor.cpp +++ b/plugins/dynamics_processor/dynamics_processor.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor.h b/plugins/dynamics_processor/dynamics_processor.h index 364a2a3d1..77e598fe1 100644 --- a/plugins/dynamics_processor/dynamics_processor.h +++ b/plugins/dynamics_processor/dynamics_processor.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor_control_dialog.cpp b/plugins/dynamics_processor/dynamics_processor_control_dialog.cpp index e92e8e6d0..ade1a3b56 100644 --- a/plugins/dynamics_processor/dynamics_processor_control_dialog.cpp +++ b/plugins/dynamics_processor/dynamics_processor_control_dialog.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor_control_dialog.h b/plugins/dynamics_processor/dynamics_processor_control_dialog.h index 23770debd..2c80a77d6 100644 --- a/plugins/dynamics_processor/dynamics_processor_control_dialog.h +++ b/plugins/dynamics_processor/dynamics_processor_control_dialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor_controls.cpp b/plugins/dynamics_processor/dynamics_processor_controls.cpp index 108ecb8ab..2b66ce8a0 100644 --- a/plugins/dynamics_processor/dynamics_processor_controls.cpp +++ b/plugins/dynamics_processor/dynamics_processor_controls.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/dynamics_processor/dynamics_processor_controls.h b/plugins/dynamics_processor/dynamics_processor_controls.h index 70ec9895c..8f0c848f7 100644 --- a/plugins/dynamics_processor/dynamics_processor_controls.h +++ b/plugins/dynamics_processor/dynamics_processor_controls.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/flp_import/FlpImport.cpp b/plugins/flp_import/FlpImport.cpp index 6368540a4..71821972d 100644 --- a/plugins/flp_import/FlpImport.cpp +++ b/plugins/flp_import/FlpImport.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/flp_import/FlpImport.h b/plugins/flp_import/FlpImport.h index b965810ed..5a278262e 100644 --- a/plugins/flp_import/FlpImport.h +++ b/plugins/flp_import/FlpImport.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/flp_import/unrtf.cpp b/plugins/flp_import/unrtf.cpp index 7f3edaacf..bc7bced24 100644 --- a/plugins/flp_import/unrtf.cpp +++ b/plugins/flp_import/unrtf.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/kicker/KickerOsc.h b/plugins/kicker/KickerOsc.h index bd168cb23..a2b20aee8 100644 --- a/plugins/kicker/KickerOsc.h +++ b/plugins/kicker/KickerOsc.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2014 Tobias Doerffel * Copyright (c) 2014 Hannu Haahti * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/kicker/kicker.cpp b/plugins/kicker/kicker.cpp index 0a653a75f..ecf9c6110 100644 --- a/plugins/kicker/kicker.cpp +++ b/plugins/kicker/kicker.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2009 Tobias Doerffel * Copyright (c) 2014 Hannu Haahti * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/kicker/kicker.h b/plugins/kicker/kicker.h index 0119db331..498031fc2 100644 --- a/plugins/kicker/kicker.h +++ b/plugins/kicker/kicker.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_browser.cpp b/plugins/ladspa_browser/ladspa_browser.cpp index 442edfdf8..4f5522223 100644 --- a/plugins/ladspa_browser/ladspa_browser.cpp +++ b/plugins/ladspa_browser/ladspa_browser.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_browser.h b/plugins/ladspa_browser/ladspa_browser.h index b105862da..c036b6ad0 100644 --- a/plugins/ladspa_browser/ladspa_browser.h +++ b/plugins/ladspa_browser/ladspa_browser.h @@ -5,7 +5,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_description.cpp b/plugins/ladspa_browser/ladspa_description.cpp index 19070adca..4260d814b 100644 --- a/plugins/ladspa_browser/ladspa_description.cpp +++ b/plugins/ladspa_browser/ladspa_description.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_description.h b/plugins/ladspa_browser/ladspa_description.h index ce1164f70..3c23cbcea 100644 --- a/plugins/ladspa_browser/ladspa_description.h +++ b/plugins/ladspa_browser/ladspa_description.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_port_dialog.cpp b/plugins/ladspa_browser/ladspa_port_dialog.cpp index 3a3370df3..30c586f93 100644 --- a/plugins/ladspa_browser/ladspa_port_dialog.cpp +++ b/plugins/ladspa_browser/ladspa_port_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/ladspa_browser/ladspa_port_dialog.h b/plugins/ladspa_browser/ladspa_port_dialog.h index c249ef980..f1f962b87 100644 --- a/plugins/ladspa_browser/ladspa_port_dialog.h +++ b/plugins/ladspa_browser/ladspa_port_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2007 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/lb302/lb302.cpp b/plugins/lb302/lb302.cpp index 15938f8cd..2f02dffc3 100644 --- a/plugins/lb302/lb302.cpp +++ b/plugins/lb302/lb302.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * lb302FilterIIR2 is based on the gsyn filter code by Andy Sloane. * diff --git a/plugins/lb302/lb302.h b/plugins/lb302/lb302.h index c2fff8c7f..dbef4e190 100644 --- a/plugins/lb302/lb302.h +++ b/plugins/lb302/lb302.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * lb302FilterIIR2 is based on the gsyn filter code by Andy Sloane. * diff --git a/plugins/lb303/lb303.cpp b/plugins/lb303/lb303.cpp index 6e0099249..b7663603b 100644 --- a/plugins/lb303/lb303.cpp +++ b/plugins/lb303/lb303.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * lb303FilterIIR2 is based on the gsyn filter code by Andy Sloane. * diff --git a/plugins/lb303/lb303.h b/plugins/lb303/lb303.h index 903775c79..3a7f347d0 100644 --- a/plugins/lb303/lb303.h +++ b/plugins/lb303/lb303.h @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * lb303FilterIIR2 is based on the gsyn filter code by Andy Sloane. * diff --git a/plugins/monstro/Monstro.cpp b/plugins/monstro/Monstro.cpp index d5e5f18df..69f025552 100644 --- a/plugins/monstro/Monstro.cpp +++ b/plugins/monstro/Monstro.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/monstro/Monstro.h b/plugins/monstro/Monstro.h index 4c38c702b..fe9a1508c 100644 --- a/plugins/monstro/Monstro.h +++ b/plugins/monstro/Monstro.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/nes/Nes.cpp b/plugins/nes/Nes.cpp index 240dcbc08..b60f07a47 100644 --- a/plugins/nes/Nes.cpp +++ b/plugins/nes/Nes.cpp @@ -3,7 +3,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/nes/Nes.h b/plugins/nes/Nes.h index 523d006dd..da321642a 100644 --- a/plugins/nes/Nes.h +++ b/plugins/nes/Nes.h @@ -3,7 +3,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/opl2/opl2instrument.cpp b/plugins/opl2/opl2instrument.cpp index 6a169c964..bb64c901b 100644 --- a/plugins/opl2/opl2instrument.cpp +++ b/plugins/opl2/opl2instrument.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Raine M. Ekman * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/opl2/opl2instrument.h b/plugins/opl2/opl2instrument.h index e388b0672..c837f1e04 100644 --- a/plugins/opl2/opl2instrument.h +++ b/plugins/opl2/opl2instrument.h @@ -3,7 +3,7 @@ * * Copyright (c) 2013 Raine M. Ekman * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/organic/organic.cpp b/plugins/organic/organic.cpp index a023afa69..453d70644 100644 --- a/plugins/organic/organic.cpp +++ b/plugins/organic/organic.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Andreas Brandmaier * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/organic/organic.h b/plugins/organic/organic.h index 616321e90..92bd79cff 100644 --- a/plugins/organic/organic.h +++ b/plugins/organic/organic.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Andreas Brandmaier * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/papu/papu_instrument.cpp b/plugins/papu/papu_instrument.cpp index fa3c4425e..0b45eacad 100644 --- a/plugins/papu/papu_instrument.cpp +++ b/plugins/papu/papu_instrument.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Attila Herman * Csaba Hruska * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/papu/papu_instrument.h b/plugins/papu/papu_instrument.h index dad2d0b70..48f814046 100644 --- a/plugins/papu/papu_instrument.h +++ b/plugins/papu/papu_instrument.h @@ -4,7 +4,7 @@ * Copyright (c) 2008 * Csaba Hruska * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/patman/patman.cpp b/plugins/patman/patman.cpp index 58cf987bc..446b02b42 100644 --- a/plugins/patman/patman.cpp +++ b/plugins/patman/patman.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2007-2008 Javier Serrano Polo * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/patman/patman.h b/plugins/patman/patman.h index e9740402a..3568663d2 100644 --- a/plugins/patman/patman.h +++ b/plugins/patman/patman.h @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect.cpp b/plugins/peak_controller_effect/peak_controller_effect.cpp index 0d8238262..282b3220a 100644 --- a/plugins/peak_controller_effect/peak_controller_effect.cpp +++ b/plugins/peak_controller_effect/peak_controller_effect.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect.h b/plugins/peak_controller_effect/peak_controller_effect.h index acbe58e2f..d661e2b96 100644 --- a/plugins/peak_controller_effect/peak_controller_effect.h +++ b/plugins/peak_controller_effect/peak_controller_effect.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect_control_dialog.cpp b/plugins/peak_controller_effect/peak_controller_effect_control_dialog.cpp index 596a17de1..74d11ff10 100644 --- a/plugins/peak_controller_effect/peak_controller_effect_control_dialog.cpp +++ b/plugins/peak_controller_effect/peak_controller_effect_control_dialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect_control_dialog.h b/plugins/peak_controller_effect/peak_controller_effect_control_dialog.h index eca00bac4..b161a64c5 100644 --- a/plugins/peak_controller_effect/peak_controller_effect_control_dialog.h +++ b/plugins/peak_controller_effect/peak_controller_effect_control_dialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect_controls.cpp b/plugins/peak_controller_effect/peak_controller_effect_controls.cpp index 836b72b1f..61e135057 100644 --- a/plugins/peak_controller_effect/peak_controller_effect_controls.cpp +++ b/plugins/peak_controller_effect/peak_controller_effect_controls.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2009-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/peak_controller_effect/peak_controller_effect_controls.h b/plugins/peak_controller_effect/peak_controller_effect_controls.h index d42c6a9fd..6f9cca92e 100644 --- a/plugins/peak_controller_effect/peak_controller_effect_controls.h +++ b/plugins/peak_controller_effect/peak_controller_effect_controls.h @@ -4,7 +4,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sf2_player/patches_dialog.cpp b/plugins/sf2_player/patches_dialog.cpp index ac259c5fc..37de24ecc 100644 --- a/plugins/sf2_player/patches_dialog.cpp +++ b/plugins/sf2_player/patches_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sf2_player/patches_dialog.h b/plugins/sf2_player/patches_dialog.h index deaf491b8..f8d968624 100644 --- a/plugins/sf2_player/patches_dialog.h +++ b/plugins/sf2_player/patches_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sf2_player/sf2_player.cpp b/plugins/sf2_player/sf2_player.cpp index 2ace9a36b..ff168ed3a 100644 --- a/plugins/sf2_player/sf2_player.cpp +++ b/plugins/sf2_player/sf2_player.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sf2_player/sf2_player.h b/plugins/sf2_player/sf2_player.h index 728a717cc..57633384f 100644 --- a/plugins/sf2_player/sf2_player.h +++ b/plugins/sf2_player/sf2_player.h @@ -4,7 +4,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sfxr/sfxr.cpp b/plugins/sfxr/sfxr.cpp index 538098360..7c2f35bdb 100644 --- a/plugins/sfxr/sfxr.cpp +++ b/plugins/sfxr/sfxr.cpp @@ -5,7 +5,7 @@ * * Copyright (c) 2014 Wong Cho Ching * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sfxr/sfxr.h b/plugins/sfxr/sfxr.h index 535b13e7a..c2da90caa 100644 --- a/plugins/sfxr/sfxr.h +++ b/plugins/sfxr/sfxr.h @@ -5,7 +5,7 @@ * * Copyright (c) 2014 Wong Cho Ching * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sid/sid_instrument.cpp b/plugins/sid/sid_instrument.cpp index 637982c80..cda2b74f9 100644 --- a/plugins/sid/sid_instrument.cpp +++ b/plugins/sid/sid_instrument.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Csaba Hruska * Attila Herman * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/sid/sid_instrument.h b/plugins/sid/sid_instrument.h index d7c6f7563..47b5369e1 100644 --- a/plugins/sid/sid_instrument.h +++ b/plugins/sid/sid_instrument.h @@ -4,7 +4,7 @@ * Copyright (c) 2008 Csaba Hruska * Attila Herman * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereo_enhancer.cpp b/plugins/stereo_enhancer/stereo_enhancer.cpp index d12a8eb1e..ac4dd7d9d 100644 --- a/plugins/stereo_enhancer/stereo_enhancer.cpp +++ b/plugins/stereo_enhancer/stereo_enhancer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereo_enhancer.h b/plugins/stereo_enhancer/stereo_enhancer.h index 59e23ad52..41ba7d4bc 100644 --- a/plugins/stereo_enhancer/stereo_enhancer.h +++ b/plugins/stereo_enhancer/stereo_enhancer.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp b/plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp index 73603f318..540f0c265 100644 --- a/plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp +++ b/plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2007 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereoenhancer_control_dialog.h b/plugins/stereo_enhancer/stereoenhancer_control_dialog.h index bbe40e08f..c7f3c6d8f 100644 --- a/plugins/stereo_enhancer/stereoenhancer_control_dialog.h +++ b/plugins/stereo_enhancer/stereoenhancer_control_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereoenhancer_controls.cpp b/plugins/stereo_enhancer/stereoenhancer_controls.cpp index 4ea92c65e..c1b964147 100644 --- a/plugins/stereo_enhancer/stereoenhancer_controls.cpp +++ b/plugins/stereo_enhancer/stereoenhancer_controls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_enhancer/stereoenhancer_controls.h b/plugins/stereo_enhancer/stereoenhancer_controls.h index ba13e354c..6616bf3e0 100644 --- a/plugins/stereo_enhancer/stereoenhancer_controls.h +++ b/plugins/stereo_enhancer/stereoenhancer_controls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereo_matrix.cpp b/plugins/stereo_matrix/stereo_matrix.cpp index b484d99ae..db0f588a3 100644 --- a/plugins/stereo_matrix/stereo_matrix.cpp +++ b/plugins/stereo_matrix/stereo_matrix.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereo_matrix.h b/plugins/stereo_matrix/stereo_matrix.h index a9b99c25c..995d94bf6 100644 --- a/plugins/stereo_matrix/stereo_matrix.h +++ b/plugins/stereo_matrix/stereo_matrix.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereomatrix_control_dialog.cpp b/plugins/stereo_matrix/stereomatrix_control_dialog.cpp index fa067279b..b4cb5392f 100644 --- a/plugins/stereo_matrix/stereomatrix_control_dialog.cpp +++ b/plugins/stereo_matrix/stereomatrix_control_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereomatrix_control_dialog.h b/plugins/stereo_matrix/stereomatrix_control_dialog.h index de3dcd110..d123aa53e 100644 --- a/plugins/stereo_matrix/stereomatrix_control_dialog.h +++ b/plugins/stereo_matrix/stereomatrix_control_dialog.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereomatrix_controls.cpp b/plugins/stereo_matrix/stereomatrix_controls.cpp index 69f60e7c9..5e31b038c 100644 --- a/plugins/stereo_matrix/stereomatrix_controls.cpp +++ b/plugins/stereo_matrix/stereomatrix_controls.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stereo_matrix/stereomatrix_controls.h b/plugins/stereo_matrix/stereomatrix_controls.h index 5166c5caa..8604b4d34 100644 --- a/plugins/stereo_matrix/stereomatrix_controls.h +++ b/plugins/stereo_matrix/stereomatrix_controls.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stk/mallets/mallets.cpp b/plugins/stk/mallets/mallets.cpp index c2d91f0c9..c22ea0f23 100644 --- a/plugins/stk/mallets/mallets.cpp +++ b/plugins/stk/mallets/mallets.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/stk/mallets/mallets.h b/plugins/stk/mallets/mallets.h index 6c21bd8ed..2213d9666 100644 --- a/plugins/stk/mallets/mallets.h +++ b/plugins/stk/mallets/mallets.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/triple_oscillator/TripleOscillator.cpp b/plugins/triple_oscillator/TripleOscillator.cpp index 50bce3ecc..65f24a244 100644 --- a/plugins/triple_oscillator/TripleOscillator.cpp +++ b/plugins/triple_oscillator/TripleOscillator.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/triple_oscillator/TripleOscillator.h b/plugins/triple_oscillator/TripleOscillator.h index a0e670528..a271c23e5 100644 --- a/plugins/triple_oscillator/TripleOscillator.h +++ b/plugins/triple_oscillator/TripleOscillator.h @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index cdb0551d8..45fd94ac8 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vestige/vestige.h b/plugins/vestige/vestige.h index 8854e4369..42081cc16 100644 --- a/plugins/vestige/vestige.h +++ b/plugins/vestige/vestige.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/nine_button_selector.cpp b/plugins/vibed/nine_button_selector.cpp index 3c88604f4..a1d80fb9e 100644 --- a/plugins/vibed/nine_button_selector.cpp +++ b/plugins/vibed/nine_button_selector.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/nine_button_selector.h b/plugins/vibed/nine_button_selector.h index f17e36ace..e7e086271 100644 --- a/plugins/vibed/nine_button_selector.h +++ b/plugins/vibed/nine_button_selector.h @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/string_container.cpp b/plugins/vibed/string_container.cpp index 089c63e94..c88bc7158 100644 --- a/plugins/vibed/string_container.cpp +++ b/plugins/vibed/string_container.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/string_container.h b/plugins/vibed/string_container.h index 2a217be21..5434a2ca9 100644 --- a/plugins/vibed/string_container.h +++ b/plugins/vibed/string_container.h @@ -2,7 +2,7 @@ * * Copyright (c) 2006 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/vibed.cpp b/plugins/vibed/vibed.cpp index a4d0b4d36..4c1eba9cd 100644 --- a/plugins/vibed/vibed.cpp +++ b/plugins/vibed/vibed.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/vibed.h b/plugins/vibed/vibed.h index cb59da15e..3df8b1b1c 100644 --- a/plugins/vibed/vibed.h +++ b/plugins/vibed/vibed.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/vibrating_string.cpp b/plugins/vibed/vibrating_string.cpp index 704de66c1..494f987c0 100644 --- a/plugins/vibed/vibrating_string.cpp +++ b/plugins/vibed/vibrating_string.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vibed/vibrating_string.h b/plugins/vibed/vibrating_string.h index d75fe1d1d..a315a4016 100644 --- a/plugins/vibed/vibrating_string.h +++ b/plugins/vibed/vibrating_string.h @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2007 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vst_base/RemoteVstPlugin.cpp b/plugins/vst_base/RemoteVstPlugin.cpp index cc441ce77..fdea04b5c 100644 --- a/plugins/vst_base/RemoteVstPlugin.cpp +++ b/plugins/vst_base/RemoteVstPlugin.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * Code partly taken from (X)FST: * Copyright (c) 2004 Paul Davis diff --git a/plugins/vst_base/VstPlugin.cpp b/plugins/vst_base/VstPlugin.cpp index 5ed6164a4..4e3f0d1bc 100644 --- a/plugins/vst_base/VstPlugin.cpp +++ b/plugins/vst_base/VstPlugin.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2013 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vst_base/VstPlugin.h b/plugins/vst_base/VstPlugin.h index 932601dc6..4c94a1b31 100644 --- a/plugins/vst_base/VstPlugin.h +++ b/plugins/vst_base/VstPlugin.h @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vst_base/communication.h b/plugins/vst_base/communication.h index 652af1c83..6786b1189 100644 --- a/plugins/vst_base/communication.h +++ b/plugins/vst_base/communication.h @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/vst_base/vst_base.cpp b/plugins/vst_base/vst_base.cpp index f5ae7571f..70b0f2af2 100644 --- a/plugins/vst_base/vst_base.cpp +++ b/plugins/vst_base/vst_base.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/watsyn/Watsyn.cpp b/plugins/watsyn/Watsyn.cpp index 16cd223e6..3331ec975 100644 --- a/plugins/watsyn/Watsyn.cpp +++ b/plugins/watsyn/Watsyn.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/watsyn/Watsyn.h b/plugins/watsyn/Watsyn.h index 5ab15f34a..c4fb63a55 100644 --- a/plugins/watsyn/Watsyn.h +++ b/plugins/watsyn/Watsyn.h @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper.cpp b/plugins/waveshaper/waveshaper.cpp index 293d97d29..3b780d806 100644 --- a/plugins/waveshaper/waveshaper.cpp +++ b/plugins/waveshaper/waveshaper.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper.h b/plugins/waveshaper/waveshaper.h index 84dde1f5c..a97603f52 100644 --- a/plugins/waveshaper/waveshaper.h +++ b/plugins/waveshaper/waveshaper.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper_control_dialog.cpp b/plugins/waveshaper/waveshaper_control_dialog.cpp index b32b5b211..7f8562f77 100644 --- a/plugins/waveshaper/waveshaper_control_dialog.cpp +++ b/plugins/waveshaper/waveshaper_control_dialog.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper_control_dialog.h b/plugins/waveshaper/waveshaper_control_dialog.h index 0ad4b0572..faed7b1e8 100644 --- a/plugins/waveshaper/waveshaper_control_dialog.h +++ b/plugins/waveshaper/waveshaper_control_dialog.h @@ -4,7 +4,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper_controls.cpp b/plugins/waveshaper/waveshaper_controls.cpp index 7b7e43379..253634d52 100644 --- a/plugins/waveshaper/waveshaper_controls.cpp +++ b/plugins/waveshaper/waveshaper_controls.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/waveshaper/waveshaper_controls.h b/plugins/waveshaper/waveshaper_controls.h index 3dc70bddc..cbb7c48aa 100644 --- a/plugins/waveshaper/waveshaper_controls.h +++ b/plugins/waveshaper/waveshaper_controls.h @@ -4,7 +4,7 @@ * Copyright (c) 2014 Vesa Kivimäki * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/LocalZynAddSubFx.cpp b/plugins/zynaddsubfx/LocalZynAddSubFx.cpp index f3e13cf3c..ac126c380 100644 --- a/plugins/zynaddsubfx/LocalZynAddSubFx.cpp +++ b/plugins/zynaddsubfx/LocalZynAddSubFx.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/LocalZynAddSubFx.h b/plugins/zynaddsubfx/LocalZynAddSubFx.h index a1bc2d3e8..b9077345f 100644 --- a/plugins/zynaddsubfx/LocalZynAddSubFx.h +++ b/plugins/zynaddsubfx/LocalZynAddSubFx.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/RemoteZynAddSubFx.cpp b/plugins/zynaddsubfx/RemoteZynAddSubFx.cpp index 227bc9e75..813ac516d 100644 --- a/plugins/zynaddsubfx/RemoteZynAddSubFx.cpp +++ b/plugins/zynaddsubfx/RemoteZynAddSubFx.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/RemoteZynAddSubFx.h b/plugins/zynaddsubfx/RemoteZynAddSubFx.h index 23e9647b8..d33ce1585 100644 --- a/plugins/zynaddsubfx/RemoteZynAddSubFx.h +++ b/plugins/zynaddsubfx/RemoteZynAddSubFx.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/ZynAddSubFx.cpp b/plugins/zynaddsubfx/ZynAddSubFx.cpp index 05e9946b8..9cd11a27e 100644 --- a/plugins/zynaddsubfx/ZynAddSubFx.cpp +++ b/plugins/zynaddsubfx/ZynAddSubFx.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/ZynAddSubFx.h b/plugins/zynaddsubfx/ZynAddSubFx.h index ac9cdf3cc..c03129de7 100644 --- a/plugins/zynaddsubfx/ZynAddSubFx.h +++ b/plugins/zynaddsubfx/ZynAddSubFx.h @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp index d8deefe95..435522d39 100644 --- a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp +++ b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h index c525480bc..2a2e18931 100644 --- a/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h +++ b/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/AutomatableModel.cpp b/src/core/AutomatableModel.cpp index 00f2b4d5f..12240d3b0 100644 --- a/src/core/AutomatableModel.cpp +++ b/src/core/AutomatableModel.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/AutomationPattern.cpp b/src/core/AutomationPattern.cpp index c595a422e..e3c8f2b93 100644 --- a/src/core/AutomationPattern.cpp +++ b/src/core/AutomationPattern.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/BandLimitedWave.cpp b/src/core/BandLimitedWave.cpp index 0611537e8..965b45803 100644 --- a/src/core/BandLimitedWave.cpp +++ b/src/core/BandLimitedWave.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Clipboard.cpp b/src/core/Clipboard.cpp index ede9e1bce..e5f2de1ce 100644 --- a/src/core/Clipboard.cpp +++ b/src/core/Clipboard.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ComboBoxModel.cpp b/src/core/ComboBoxModel.cpp index 8206f3c37..ee27d7e04 100644 --- a/src/core/ComboBoxModel.cpp +++ b/src/core/ComboBoxModel.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Controller.cpp b/src/core/Controller.cpp index 4356cb9b3..6d0fc1a6f 100644 --- a/src/core/Controller.cpp +++ b/src/core/Controller.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2014 Lukas W * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ControllerConnection.cpp b/src/core/ControllerConnection.cpp index e5db4ffbf..994306965 100644 --- a/src/core/ControllerConnection.cpp +++ b/src/core/ControllerConnection.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2008 Paul Giblock * Copyright (c) 2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/DataFile.cpp b/src/core/DataFile.cpp index c109e2828..b70317ac2 100644 --- a/src/core/DataFile.cpp +++ b/src/core/DataFile.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2012-2013 Paul Giblock

* - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Effect.cpp b/src/core/Effect.cpp index fc94132cb..5a57d3059 100644 --- a/src/core/Effect.cpp +++ b/src/core/Effect.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/EffectChain.cpp b/src/core/EffectChain.cpp index 89e902866..d26f463ed 100644 --- a/src/core/EffectChain.cpp +++ b/src/core/EffectChain.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/EnvelopeAndLfoParameters.cpp b/src/core/EnvelopeAndLfoParameters.cpp index 066c9132a..750aba04a 100644 --- a/src/core/EnvelopeAndLfoParameters.cpp +++ b/src/core/EnvelopeAndLfoParameters.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/FxMixer.cpp b/src/core/FxMixer.cpp index 83e36077f..df05b1e6a 100644 --- a/src/core/FxMixer.cpp +++ b/src/core/FxMixer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ImportFilter.cpp b/src/core/ImportFilter.cpp index e32149df8..99c703ae0 100644 --- a/src/core/ImportFilter.cpp +++ b/src/core/ImportFilter.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/InlineAutomation.cpp b/src/core/InlineAutomation.cpp index 58d570dc8..e99c0ad15 100644 --- a/src/core/InlineAutomation.cpp +++ b/src/core/InlineAutomation.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Instrument.cpp b/src/core/Instrument.cpp index ef4a1a8a9..4f62ff57a 100644 --- a/src/core/Instrument.cpp +++ b/src/core/Instrument.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/InstrumentFunctions.cpp b/src/core/InstrumentFunctions.cpp index 5549a0d7e..1291a08e5 100644 --- a/src/core/InstrumentFunctions.cpp +++ b/src/core/InstrumentFunctions.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/InstrumentSoundShaping.cpp b/src/core/InstrumentSoundShaping.cpp index 7fe40f7af..cc1da11ee 100644 --- a/src/core/InstrumentSoundShaping.cpp +++ b/src/core/InstrumentSoundShaping.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/JournallingObject.cpp b/src/core/JournallingObject.cpp index ce565551f..4e5b20aad 100644 --- a/src/core/JournallingObject.cpp +++ b/src/core/JournallingObject.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/LadspaControl.cpp b/src/core/LadspaControl.cpp index 3bee1c2cb..6c2d02cc5 100644 --- a/src/core/LadspaControl.cpp +++ b/src/core/LadspaControl.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/LfoController.cpp b/src/core/LfoController.cpp index 30f2b7322..359c8018c 100644 --- a/src/core/LfoController.cpp +++ b/src/core/LfoController.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/MemoryHelper.cpp b/src/core/MemoryHelper.cpp index 3513ee763..afe0ac31f 100644 --- a/src/core/MemoryHelper.cpp +++ b/src/core/MemoryHelper.cpp @@ -2,7 +2,7 @@ * Copyright (c) 2014 Simon Symeonidis * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/MeterModel.cpp b/src/core/MeterModel.cpp index f4d97d733..95e3ffcc0 100644 --- a/src/core/MeterModel.cpp +++ b/src/core/MeterModel.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/MixHelpers.cpp b/src/core/MixHelpers.cpp index 22a781aaf..f3145577b 100644 --- a/src/core/MixHelpers.cpp +++ b/src/core/MixHelpers.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Mixer.cpp b/src/core/Mixer.cpp index b39328d4f..ae17e08ec 100644 --- a/src/core/Mixer.cpp +++ b/src/core/Mixer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/MixerProfiler.cpp b/src/core/MixerProfiler.cpp index 9e3b99d27..a081caea4 100644 --- a/src/core/MixerProfiler.cpp +++ b/src/core/MixerProfiler.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/MixerWorkerThread.cpp b/src/core/MixerWorkerThread.cpp index 143fffa84..834db4afe 100644 --- a/src/core/MixerWorkerThread.cpp +++ b/src/core/MixerWorkerThread.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Model.cpp b/src/core/Model.cpp index db909ecc8..425aa4e0a 100644 --- a/src/core/Model.cpp +++ b/src/core/Model.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/NotePlayHandle.cpp b/src/core/NotePlayHandle.cpp index 67f2319ab..ee1d5e919 100644 --- a/src/core/NotePlayHandle.cpp +++ b/src/core/NotePlayHandle.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Oscillator.cpp b/src/core/Oscillator.cpp index 7b5c8a60c..b07699cc5 100644 --- a/src/core/Oscillator.cpp +++ b/src/core/Oscillator.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/PeakController.cpp b/src/core/PeakController.cpp index 508174897..851ea32df 100644 --- a/src/core/PeakController.cpp +++ b/src/core/PeakController.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Piano.cpp b/src/core/Piano.cpp index ddf69c6e3..4c95546f6 100644 --- a/src/core/Piano.cpp +++ b/src/core/Piano.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/Plugin.cpp b/src/core/Plugin.cpp index 02d725f03..953be63eb 100644 --- a/src/core/Plugin.cpp +++ b/src/core/Plugin.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/PresetPreviewPlayHandle.cpp b/src/core/PresetPreviewPlayHandle.cpp index 04dc2d208..4d5052d3b 100644 --- a/src/core/PresetPreviewPlayHandle.cpp +++ b/src/core/PresetPreviewPlayHandle.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ProjectJournal.cpp b/src/core/ProjectJournal.cpp index 08ae8d6e7..c04f81d26 100644 --- a/src/core/ProjectJournal.cpp +++ b/src/core/ProjectJournal.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ProjectRenderer.cpp b/src/core/ProjectRenderer.cpp index 4017b4669..e46cf8566 100644 --- a/src/core/ProjectRenderer.cpp +++ b/src/core/ProjectRenderer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/RemotePlugin.cpp b/src/core/RemotePlugin.cpp index 29baf66b4..023f68346 100644 --- a/src/core/RemotePlugin.cpp +++ b/src/core/RemotePlugin.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index 8940ceb97..2db7e26fa 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/SamplePlayHandle.cpp b/src/core/SamplePlayHandle.cpp index 1d9e8e3f9..cc85d383f 100644 --- a/src/core/SamplePlayHandle.cpp +++ b/src/core/SamplePlayHandle.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/SampleRecordHandle.cpp b/src/core/SampleRecordHandle.cpp index 5abc8b3d4..19dc32a90 100644 --- a/src/core/SampleRecordHandle.cpp +++ b/src/core/SampleRecordHandle.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008 Csaba Hruska * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/SerializingObject.cpp b/src/core/SerializingObject.cpp index da1b7a5cb..a0ec2a6cc 100644 --- a/src/core/SerializingObject.cpp +++ b/src/core/SerializingObject.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/TempoSyncKnobModel.cpp b/src/core/TempoSyncKnobModel.cpp index c54e43b1e..de84c3b96 100644 --- a/src/core/TempoSyncKnobModel.cpp +++ b/src/core/TempoSyncKnobModel.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2005-2007 Danny McRae * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ToolPlugin.cpp b/src/core/ToolPlugin.cpp index e2d520b49..8f72e1172 100644 --- a/src/core/ToolPlugin.cpp +++ b/src/core/ToolPlugin.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Javier Serrano Polo * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/TrackContainer.cpp b/src/core/TrackContainer.cpp index 744cac788..f2d065681 100644 --- a/src/core/TrackContainer.cpp +++ b/src/core/TrackContainer.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioAlsa.cpp b/src/core/audio/AudioAlsa.cpp index 208ad62b0..afd39c476 100644 --- a/src/core/audio/AudioAlsa.cpp +++ b/src/core/audio/AudioAlsa.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioDevice.cpp b/src/core/audio/AudioDevice.cpp index a6e4094e3..8e0c9ca47 100644 --- a/src/core/audio/AudioDevice.cpp +++ b/src/core/audio/AudioDevice.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioFileDevice.cpp b/src/core/audio/AudioFileDevice.cpp index 2a87db554..94a172feb 100644 --- a/src/core/audio/AudioFileDevice.cpp +++ b/src/core/audio/AudioFileDevice.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioFileOgg.cpp b/src/core/audio/AudioFileOgg.cpp index dbf52c5e3..72efe883c 100644 --- a/src/core/audio/AudioFileOgg.cpp +++ b/src/core/audio/AudioFileOgg.cpp @@ -7,7 +7,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioFileWave.cpp b/src/core/audio/AudioFileWave.cpp index 074a1de1e..cbb0d6c5f 100644 --- a/src/core/audio/AudioFileWave.cpp +++ b/src/core/audio/AudioFileWave.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2013 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioJack.cpp b/src/core/audio/AudioJack.cpp index d29dc7a15..c2b63dccf 100644 --- a/src/core/audio/AudioJack.cpp +++ b/src/core/audio/AudioJack.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioOss.cpp b/src/core/audio/AudioOss.cpp index 31a98a40b..ad951d498 100644 --- a/src/core/audio/AudioOss.cpp +++ b/src/core/audio/AudioOss.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioPort.cpp b/src/core/audio/AudioPort.cpp index 8aa20abdd..26c1d7074 100644 --- a/src/core/audio/AudioPort.cpp +++ b/src/core/audio/AudioPort.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioPortAudio.cpp b/src/core/audio/AudioPortAudio.cpp index 2afaa3c63..3e6747bf7 100644 --- a/src/core/audio/AudioPortAudio.cpp +++ b/src/core/audio/AudioPortAudio.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008 Csaba Hruska * Copyright (c) 2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioPulseAudio.cpp b/src/core/audio/AudioPulseAudio.cpp index 12e119ddc..574577b2f 100644 --- a/src/core/audio/AudioPulseAudio.cpp +++ b/src/core/audio/AudioPulseAudio.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioSampleRecorder.cpp b/src/core/audio/AudioSampleRecorder.cpp index 0e23057e8..e239c7bb1 100644 --- a/src/core/audio/AudioSampleRecorder.cpp +++ b/src/core/audio/AudioSampleRecorder.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/audio/AudioSdl.cpp b/src/core/audio/AudioSdl.cpp index a72dd5825..2bebca7bf 100644 --- a/src/core/audio/AudioSdl.cpp +++ b/src/core/audio/AudioSdl.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/base64.cpp b/src/core/base64.cpp index 973a2c498..fd0e8da81 100644 --- a/src/core/base64.cpp +++ b/src/core/base64.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/bb_track_container.cpp b/src/core/bb_track_container.cpp index 0cbcef43b..90ad589d3 100644 --- a/src/core/bb_track_container.cpp +++ b/src/core/bb_track_container.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index 383dafbf1..411de79d5 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/drumsynth.cpp b/src/core/drumsynth.cpp index b2f02dfc9..d55f7f8ea 100644 --- a/src/core/drumsynth.cpp +++ b/src/core/drumsynth.cpp @@ -4,7 +4,7 @@ * Copyright (c) 1998-2000 Paul Kellett (mda-vst.com) * Copyright (c) 2007 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/engine.cpp b/src/core/engine.cpp index 506ee4da4..4931b571d 100644 --- a/src/core/engine.cpp +++ b/src/core/engine.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/fft_helpers.cpp b/src/core/fft_helpers.cpp index ebc95a4f9..e1ebc648b 100644 --- a/src/core/fft_helpers.cpp +++ b/src/core/fft_helpers.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2012 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ladspa_2_lmms.cpp b/src/core/ladspa_2_lmms.cpp index d3d36c66f..014a192c8 100644 --- a/src/core/ladspa_2_lmms.cpp +++ b/src/core/ladspa_2_lmms.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/ladspa_manager.cpp b/src/core/ladspa_manager.cpp index bd533fb87..fa13d0e60 100644 --- a/src/core/ladspa_manager.cpp +++ b/src/core/ladspa_manager.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2005-2008 Danny McRae * Copyright (c) 2011-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/main.cpp b/src/core/main.cpp index 1550af9a1..f65ca98c8 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2012-2013 Paul Giblock

* - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiAlsaRaw.cpp b/src/core/midi/MidiAlsaRaw.cpp index 0820a4b48..18670a348 100644 --- a/src/core/midi/MidiAlsaRaw.cpp +++ b/src/core/midi/MidiAlsaRaw.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiAlsaSeq.cpp b/src/core/midi/MidiAlsaSeq.cpp index 662dc43ea..2fd8ee193 100644 --- a/src/core/midi/MidiAlsaSeq.cpp +++ b/src/core/midi/MidiAlsaSeq.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiClient.cpp b/src/core/midi/MidiClient.cpp index 673d5f20d..494641aaa 100644 --- a/src/core/midi/MidiClient.cpp +++ b/src/core/midi/MidiClient.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2005-2014 Tobias Doerffel * This file partly contains code from Fluidsynth, Peter Hanappe * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiController.cpp b/src/core/midi/MidiController.cpp index b7e78f10e..81e908cbc 100644 --- a/src/core/midi/MidiController.cpp +++ b/src/core/midi/MidiController.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiOss.cpp b/src/core/midi/MidiOss.cpp index c4cff5168..0f7e0f39b 100644 --- a/src/core/midi/MidiOss.cpp +++ b/src/core/midi/MidiOss.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiPort.cpp b/src/core/midi/MidiPort.cpp index c5f8e5afa..2be69447e 100644 --- a/src/core/midi/MidiPort.cpp +++ b/src/core/midi/MidiPort.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/midi/MidiWinMM.cpp b/src/core/midi/MidiWinMM.cpp index 799d7f5df..fdca73755 100644 --- a/src/core/midi/MidiWinMM.cpp +++ b/src/core/midi/MidiWinMM.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/note.cpp b/src/core/note.cpp index 791f022a3..1a24f468d 100644 --- a/src/core/note.cpp +++ b/src/core/note.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/project_version.cpp b/src/core/project_version.cpp index f02fac683..15b584e07 100644 --- a/src/core/project_version.cpp +++ b/src/core/project_version.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2007 Javier Serrano Polo * Copyright (c) 2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/song.cpp b/src/core/song.cpp index 59dde12b4..cbf51f6b9 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/timeline.cpp b/src/core/timeline.cpp index 1aa932acf..fd5022be4 100644 --- a/src/core/timeline.cpp +++ b/src/core/timeline.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/core/track.cpp b/src/core/track.cpp index 6cf25afa8..5804a74be 100644 --- a/src/core/track.cpp +++ b/src/core/track.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/AutomatableModelView.cpp b/src/gui/AutomatableModelView.cpp index 9a495ad77..577d5ad95 100644 --- a/src/gui/AutomatableModelView.cpp +++ b/src/gui/AutomatableModelView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2011-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/AutomationEditor.cpp b/src/gui/AutomationEditor.cpp index bb689eb72..bf49b0eb3 100644 --- a/src/gui/AutomationEditor.cpp +++ b/src/gui/AutomationEditor.cpp @@ -6,7 +6,7 @@ * Copyright (c) 2008-2013 Paul Giblock * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/AutomationPatternView.cpp b/src/gui/AutomationPatternView.cpp index 51c2ae397..1439d7e4f 100644 --- a/src/gui/AutomationPatternView.cpp +++ b/src/gui/AutomationPatternView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/ControllerConnectionDialog.cpp b/src/gui/ControllerConnectionDialog.cpp index 9b03338ef..a9e627a77 100644 --- a/src/gui/ControllerConnectionDialog.cpp +++ b/src/gui/ControllerConnectionDialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/ControllerDialog.cpp b/src/gui/ControllerDialog.cpp index de7d49653..48064f57c 100644 --- a/src/gui/ControllerDialog.cpp +++ b/src/gui/ControllerDialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/EffectControlDialog.cpp b/src/gui/EffectControlDialog.cpp index e5f590f7c..b6fbd5ee4 100644 --- a/src/gui/EffectControlDialog.cpp +++ b/src/gui/EffectControlDialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/EffectSelectDialog.cpp b/src/gui/EffectSelectDialog.cpp index 321100f4d..c3bbe9901 100644 --- a/src/gui/EffectSelectDialog.cpp +++ b/src/gui/EffectSelectDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2006-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/FileBrowser.cpp b/src/gui/FileBrowser.cpp index 1899fc399..c47825abc 100644 --- a/src/gui/FileBrowser.cpp +++ b/src/gui/FileBrowser.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/FxMixerView.cpp b/src/gui/FxMixerView.cpp index 5e37a6511..7828f9ec5 100644 --- a/src/gui/FxMixerView.cpp +++ b/src/gui/FxMixerView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/InstrumentView.cpp b/src/gui/InstrumentView.cpp index 20880206f..b8c63ca9a 100644 --- a/src/gui/InstrumentView.cpp +++ b/src/gui/InstrumentView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/LfoControllerDialog.cpp b/src/gui/LfoControllerDialog.cpp index 03b0b2d01..f7cc03462 100644 --- a/src/gui/LfoControllerDialog.cpp +++ b/src/gui/LfoControllerDialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/LmmsPalette.cpp b/src/gui/LmmsPalette.cpp index 955b0683e..6e5c93afd 100644 --- a/src/gui/LmmsPalette.cpp +++ b/src/gui/LmmsPalette.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2007-2014 Vesa Kivimäki * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/LmmsStyle.cpp b/src/gui/LmmsStyle.cpp index 6041b389a..102816593 100644 --- a/src/gui/LmmsStyle.cpp +++ b/src/gui/LmmsStyle.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp index 4f27d8ded..5338cf7a9 100644 --- a/src/gui/MainWindow.cpp +++ b/src/gui/MainWindow.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/ModelView.cpp b/src/gui/ModelView.cpp index 3d22b09e2..6dfb53098 100644 --- a/src/gui/ModelView.cpp +++ b/src/gui/ModelView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/PeakControllerDialog.cpp b/src/gui/PeakControllerDialog.cpp index 06fb770f5..e513cd447 100644 --- a/src/gui/PeakControllerDialog.cpp +++ b/src/gui/PeakControllerDialog.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/PianoRoll.cpp b/src/gui/PianoRoll.cpp index 3ff30e65e..468631896 100644 --- a/src/gui/PianoRoll.cpp +++ b/src/gui/PianoRoll.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2008 Andrew Kelley * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/PianoView.cpp b/src/gui/PianoView.cpp index d0e38fd1c..886ba29fd 100644 --- a/src/gui/PianoView.cpp +++ b/src/gui/PianoView.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/SongEditor.cpp b/src/gui/SongEditor.cpp index 1d99a5a16..ce2f3fa9a 100644 --- a/src/gui/SongEditor.cpp +++ b/src/gui/SongEditor.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/ToolPluginView.cpp b/src/gui/ToolPluginView.cpp index d3402a888..9090afee7 100644 --- a/src/gui/ToolPluginView.cpp +++ b/src/gui/ToolPluginView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Javier Serrano Polo * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/TrackContainerView.cpp b/src/gui/TrackContainerView.cpp index 979a311e2..e60b24183 100644 --- a/src/gui/TrackContainerView.cpp +++ b/src/gui/TrackContainerView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/about_dialog.cpp b/src/gui/about_dialog.cpp index 056732643..9eee88cc8 100644 --- a/src/gui/about_dialog.cpp +++ b/src/gui/about_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/bb_editor.cpp b/src/gui/bb_editor.cpp index b0df317e1..ab6377622 100644 --- a/src/gui/bb_editor.cpp +++ b/src/gui/bb_editor.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/dialogs/FileDialog.cpp b/src/gui/dialogs/FileDialog.cpp index a00b41f3c..b3df8e69f 100644 --- a/src/gui/dialogs/FileDialog.cpp +++ b/src/gui/dialogs/FileDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Lukas W * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/dialogs/VersionedSaveDialog.cpp b/src/gui/dialogs/VersionedSaveDialog.cpp index c52f47dc2..015c40435 100644 --- a/src/gui/dialogs/VersionedSaveDialog.cpp +++ b/src/gui/dialogs/VersionedSaveDialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Lukas W * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/embed.cpp b/src/gui/embed.cpp index d95be2fef..d2d511835 100644 --- a/src/gui/embed.cpp +++ b/src/gui/embed.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/export_project_dialog.cpp b/src/gui/export_project_dialog.cpp index df9bb7bc0..cd26ab955 100644 --- a/src/gui/export_project_dialog.cpp +++ b/src/gui/export_project_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2013 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/plugin_browser.cpp b/src/gui/plugin_browser.cpp index 431d41b70..af243027c 100644 --- a/src/gui/plugin_browser.cpp +++ b/src/gui/plugin_browser.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/setup_dialog.cpp b/src/gui/setup_dialog.cpp index 6ed9e5848..4346f02b3 100644 --- a/src/gui/setup_dialog.cpp +++ b/src/gui/setup_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/string_pair_drag.cpp b/src/gui/string_pair_drag.cpp index 611421e99..3089011f5 100644 --- a/src/gui/string_pair_drag.cpp +++ b/src/gui/string_pair_drag.cpp @@ -5,7 +5,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/ControllerRackView.cpp b/src/gui/widgets/ControllerRackView.cpp index 97ce687fe..902088ae4 100644 --- a/src/gui/widgets/ControllerRackView.cpp +++ b/src/gui/widgets/ControllerRackView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008-2009 Paul Giblock * Copyright (c) 2010-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/ControllerView.cpp b/src/gui/widgets/ControllerView.cpp index 936412b33..477e18fc7 100644 --- a/src/gui/widgets/ControllerView.cpp +++ b/src/gui/widgets/ControllerView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008-2009 Paul Giblock * Copyright (c) 2011-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/EffectRackView.cpp b/src/gui/widgets/EffectRackView.cpp index 8c485d769..777697427 100644 --- a/src/gui/widgets/EffectRackView.cpp +++ b/src/gui/widgets/EffectRackView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2008-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/EffectView.cpp b/src/gui/widgets/EffectView.cpp index 07de31ff9..25342dbdf 100644 --- a/src/gui/widgets/EffectView.cpp +++ b/src/gui/widgets/EffectView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Danny McRae * Copyright (c) 2007-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/EnvelopeAndLfoView.cpp b/src/gui/widgets/EnvelopeAndLfoView.cpp index 450724238..d28ec0d46 100644 --- a/src/gui/widgets/EnvelopeAndLfoView.cpp +++ b/src/gui/widgets/EnvelopeAndLfoView.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/FxLine.cpp b/src/gui/widgets/FxLine.cpp index fe8606436..7a065d22d 100644 --- a/src/gui/widgets/FxLine.cpp +++ b/src/gui/widgets/FxLine.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2009 Andrew Kelley * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/InstrumentFunctionViews.cpp b/src/gui/widgets/InstrumentFunctionViews.cpp index e2305906e..eb5e3ec49 100644 --- a/src/gui/widgets/InstrumentFunctionViews.cpp +++ b/src/gui/widgets/InstrumentFunctionViews.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/InstrumentMidiIOView.cpp b/src/gui/widgets/InstrumentMidiIOView.cpp index 6f69d2fa0..30069eb66 100644 --- a/src/gui/widgets/InstrumentMidiIOView.cpp +++ b/src/gui/widgets/InstrumentMidiIOView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/InstrumentSoundShapingView.cpp b/src/gui/widgets/InstrumentSoundShapingView.cpp index 8bd9b2d04..bcbf04bcb 100644 --- a/src/gui/widgets/InstrumentSoundShapingView.cpp +++ b/src/gui/widgets/InstrumentSoundShapingView.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/LadspaControlView.cpp b/src/gui/widgets/LadspaControlView.cpp index 585dba51c..bc7b19eaa 100644 --- a/src/gui/widgets/LadspaControlView.cpp +++ b/src/gui/widgets/LadspaControlView.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2008 Danny McRae * Copyright (c) 2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/LcdSpinBox.cpp b/src/gui/widgets/LcdSpinBox.cpp index 03632e6fc..78bd886bd 100644 --- a/src/gui/widgets/LcdSpinBox.cpp +++ b/src/gui/widgets/LcdSpinBox.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2005-2014 Tobias Doerffel * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/LcdWidget.cpp b/src/gui/widgets/LcdWidget.cpp index 604040051..746ff42ab 100644 --- a/src/gui/widgets/LcdWidget.cpp +++ b/src/gui/widgets/LcdWidget.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2005-2014 Tobias Doerffel * Copyright (c) 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/MeterDialog.cpp b/src/gui/widgets/MeterDialog.cpp index e5fbe139d..7517856e3 100644 --- a/src/gui/widgets/MeterDialog.cpp +++ b/src/gui/widgets/MeterDialog.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2008-2009 Tobias Doerffel * Copyright (c) 2006-2008 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/MidiPortMenu.cpp b/src/gui/widgets/MidiPortMenu.cpp index 835f537d7..a48a047c5 100644 --- a/src/gui/widgets/MidiPortMenu.cpp +++ b/src/gui/widgets/MidiPortMenu.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2008-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/SideBar.cpp b/src/gui/widgets/SideBar.cpp index ec0eccb55..874c9400e 100644 --- a/src/gui/widgets/SideBar.cpp +++ b/src/gui/widgets/SideBar.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/SideBarWidget.cpp b/src/gui/widgets/SideBarWidget.cpp index ae8f1a739..587627179 100644 --- a/src/gui/widgets/SideBarWidget.cpp +++ b/src/gui/widgets/SideBarWidget.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/TimeDisplayWidget.cpp b/src/gui/widgets/TimeDisplayWidget.cpp index d13da37ff..affe4acec 100644 --- a/src/gui/widgets/TimeDisplayWidget.cpp +++ b/src/gui/widgets/TimeDisplayWidget.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/automatable_button.cpp b/src/gui/widgets/automatable_button.cpp index d0687a0a6..224eb663b 100644 --- a/src/gui/widgets/automatable_button.cpp +++ b/src/gui/widgets/automatable_button.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/automatable_slider.cpp b/src/gui/widgets/automatable_slider.cpp index 9649e9645..170e3a72b 100644 --- a/src/gui/widgets/automatable_slider.cpp +++ b/src/gui/widgets/automatable_slider.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Javier Serrano Polo * Copyright (c) 2007-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/caption_menu.cpp b/src/gui/widgets/caption_menu.cpp index ebb13d5e6..db839e8e4 100644 --- a/src/gui/widgets/caption_menu.cpp +++ b/src/gui/widgets/caption_menu.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2007 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/combobox.cpp b/src/gui/widgets/combobox.cpp index 02c97dff7..919cd17b0 100644 --- a/src/gui/widgets/combobox.cpp +++ b/src/gui/widgets/combobox.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2014 Tobias Doerffel * Copyright (c) 2008-2009 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/cpuload_widget.cpp b/src/gui/widgets/cpuload_widget.cpp index f634a6b1e..43ccdf08f 100644 --- a/src/gui/widgets/cpuload_widget.cpp +++ b/src/gui/widgets/cpuload_widget.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/fade_button.cpp b/src/gui/widgets/fade_button.cpp index 2d1c7163b..59b834152 100644 --- a/src/gui/widgets/fade_button.cpp +++ b/src/gui/widgets/fade_button.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/fader.cpp b/src/gui/widgets/fader.cpp index d12112f82..e52fb2498 100644 --- a/src/gui/widgets/fader.cpp +++ b/src/gui/widgets/fader.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2008-2012 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/graph.cpp b/src/gui/widgets/graph.cpp index 2345bf422..e3afe500c 100644 --- a/src/gui/widgets/graph.cpp +++ b/src/gui/widgets/graph.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2006-2007 Andreas Brandmaier * 2008 Paul Giblock * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/group_box.cpp b/src/gui/widgets/group_box.cpp index ee5f3f25b..4ea5068d7 100644 --- a/src/gui/widgets/group_box.cpp +++ b/src/gui/widgets/group_box.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/knob.cpp b/src/gui/widgets/knob.cpp index 7bb226795..e635cd3af 100644 --- a/src/gui/widgets/knob.cpp +++ b/src/gui/widgets/knob.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/led_checkbox.cpp b/src/gui/widgets/led_checkbox.cpp index 5ce132c48..98d2953b4 100644 --- a/src/gui/widgets/led_checkbox.cpp +++ b/src/gui/widgets/led_checkbox.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/nstate_button.cpp b/src/gui/widgets/nstate_button.cpp index e77c98996..47ab8d0be 100644 --- a/src/gui/widgets/nstate_button.cpp +++ b/src/gui/widgets/nstate_button.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/pixmap_button.cpp b/src/gui/widgets/pixmap_button.cpp index a7b5bcf64..be90d8849 100644 --- a/src/gui/widgets/pixmap_button.cpp +++ b/src/gui/widgets/pixmap_button.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2013 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/project_notes.cpp b/src/gui/widgets/project_notes.cpp index fb16a35c9..b39e2b0cc 100644 --- a/src/gui/widgets/project_notes.cpp +++ b/src/gui/widgets/project_notes.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/rename_dialog.cpp b/src/gui/widgets/rename_dialog.cpp index 7365f3c7f..8fa76c152 100644 --- a/src/gui/widgets/rename_dialog.cpp +++ b/src/gui/widgets/rename_dialog.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/rubberband.cpp b/src/gui/widgets/rubberband.cpp index 007a6b67f..8bc6846d4 100644 --- a/src/gui/widgets/rubberband.cpp +++ b/src/gui/widgets/rubberband.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2006-2011 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/tab_bar.cpp b/src/gui/widgets/tab_bar.cpp index 1340cbcfc..4561164b9 100644 --- a/src/gui/widgets/tab_bar.cpp +++ b/src/gui/widgets/tab_bar.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/tab_widget.cpp b/src/gui/widgets/tab_widget.cpp index 0650aeb97..c29f7bac6 100644 --- a/src/gui/widgets/tab_widget.cpp +++ b/src/gui/widgets/tab_widget.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/tempo_sync_knob.cpp b/src/gui/widgets/tempo_sync_knob.cpp index 331fea908..12dd9067a 100644 --- a/src/gui/widgets/tempo_sync_knob.cpp +++ b/src/gui/widgets/tempo_sync_knob.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2005-2007 Danny McRae * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/text_float.cpp b/src/gui/widgets/text_float.cpp index 5068fa883..992dd181d 100644 --- a/src/gui/widgets/text_float.cpp +++ b/src/gui/widgets/text_float.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2010 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/tool_button.cpp b/src/gui/widgets/tool_button.cpp index 0939180e9..a25271357 100644 --- a/src/gui/widgets/tool_button.cpp +++ b/src/gui/widgets/tool_button.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/tooltip.cpp b/src/gui/widgets/tooltip.cpp index 6f0796236..9ee9e66ef 100644 --- a/src/gui/widgets/tooltip.cpp +++ b/src/gui/widgets/tooltip.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2006 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/track_label_button.cpp b/src/gui/widgets/track_label_button.cpp index 6840a2f41..9e849375d 100644 --- a/src/gui/widgets/track_label_button.cpp +++ b/src/gui/widgets/track_label_button.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2008 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/widgets/visualization_widget.cpp b/src/gui/widgets/visualization_widget.cpp index 2f6eebe95..8abf808d9 100644 --- a/src/gui/widgets/visualization_widget.cpp +++ b/src/gui/widgets/visualization_widget.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2005-2009 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/tracks/AutomationTrack.cpp b/src/tracks/AutomationTrack.cpp index 3353ae3eb..9530f988d 100644 --- a/src/tracks/AutomationTrack.cpp +++ b/src/tracks/AutomationTrack.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2008-2014 Tobias Doerffel * Copyright (c) 2006-2008 Javier Serrano Polo * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/tracks/InstrumentTrack.cpp b/src/tracks/InstrumentTrack.cpp index 74a3378e8..42071a4aa 100644 --- a/src/tracks/InstrumentTrack.cpp +++ b/src/tracks/InstrumentTrack.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/tracks/Pattern.cpp b/src/tracks/Pattern.cpp index 0ccccec43..1760b1fc8 100644 --- a/src/tracks/Pattern.cpp +++ b/src/tracks/Pattern.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2004-2014 Tobias Doerffel * Copyright (c) 2005-2007 Danny McRae * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/tracks/SampleTrack.cpp b/src/tracks/SampleTrack.cpp index 2cac87927..7e0815c4b 100644 --- a/src/tracks/SampleTrack.cpp +++ b/src/tracks/SampleTrack.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2005-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/tracks/bb_track.cpp b/src/tracks/bb_track.cpp index 49835e923..2cc4903a2 100644 --- a/src/tracks/bb_track.cpp +++ b/src/tracks/bb_track.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 2004-2014 Tobias Doerffel * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public From d4a8f6c95bd7e2786370dad0160a7b2e7725cec1 Mon Sep 17 00:00:00 2001 From: Lukas W Date: Wed, 5 Nov 2014 00:41:02 +0100 Subject: [PATCH 3/5] More name & site fixes --- CMakeLists.txt | 6 +++--- README | 4 ++-- README.md | 6 +++--- lmms.spec.in | 2 +- src/core/VstSyncController.cpp | 2 +- src/gui/dialogs/about_dialog.ui | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31670495a..a4fb6d892 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,7 +417,7 @@ SET(MACOSX_BUNDLE_COPYRIGHT "Tobias Doerffel, 2008-2010") SET(MACOSX_BUNDLE_MIMETYPE "application/x-lmms-project") SET(MACOSX_BUNDLE_MIMETYPE_ICON "project.icns") SET(MACOSX_BUNDLE_MIMETYPE_ID "net.sourceforge.lmms") -SET(MACOSX_BUNDLE_PROJECT_URL "http://lmms.sourceforge.net") +SET(MACOSX_BUNDLE_PROJECT_URL "http://lmms.io") # make sub-directories @@ -665,8 +665,8 @@ SET(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/data/nsis_branding.bmp") SET(CPACK_NSIS_MUI_ICON "${CMAKE_SOURCE_DIR}/data/lmms.ico") SET(CPACK_NSIS_INSTALLED_ICON_NAME "lmms.exe") SET(CPACK_NSIS_DISPLAY_NAME "LMMS ${VERSION}") -SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\lmms.sourceforge.net") -SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\lmms.sourceforge.net") +SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\lmms.io") +SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\lmms.io") SET(CPACK_NSIS_CONTACT "lmms-devel@lists.sourceforge.net") SET(CPACK_PACKAGE_EXECUTABLES "lmms.exe;LMMS") SET(CPACK_NSIS_MENU_LINKS "lmms.exe;LMMS") diff --git a/README b/README index 987178872..5969f40c2 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ LMMS 1.0.93 Copyright (c) 2004-2014 by LMMS developers -This program is free software; you can redistribute it and/or modify +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -90,7 +90,7 @@ you're welcome to participate on the development of LMMS! The project-homepage of LMMS, mailingslists and a list of things you can do can be found at -http://lmms.sourceforge.net +http://lmms.io/ Details on development can be found in the Wiki: diff --git a/README.md b/README.md index 83706fc61..0f75b000e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ LMMS is a free cross-platform alternative to commercial programs like FL Studio [Downloads/Releases](https://github.com/LMMS/lmms/releases)
[Developer Wiki](https://github.com/LMMS/lmms/wiki)
[Artist & User Wiki/Documentation](http://lmms.sourceforge.net/wiki/index.php/Main_Page) This still has some useful pages.
-[Screenshots](http://lmms.sourceforge.net/screenshots.php)
-[Sound Demos](http://lmms.sourceforge.net/demos.php)
-[LMMS Sharing Platform](http://lmms.sourceforge.net/lsp/index.php) Share your songs! +[Screenshots](http://lmms.io/screenshots/)
+[Sound Demos](http://lmms.io/showcase/)
+[LMMS Sharing Platform](http://lmms.io/lsp/) Share your songs! Features --------- diff --git a/lmms.spec.in b/lmms.spec.in index db365f068..ac80b2c74 100644 --- a/lmms.spec.in +++ b/lmms.spec.in @@ -26,7 +26,7 @@ Release: %{release} Summary: powerful sequencer-, synthesizer- and sample-studio for Linux Summary(de): Leistungsfaehiges Sequenzer-, Synthesizer- und Sample-Studio fuer Linux License: GPL -URL: http://lmms.sourceforge.net/ +URL: http://lmms.io/ Group: Applications/Multimedia Provides: lmms = %{version}-%{release} BuildRequires: gcc gcc-c++ libstdc++-devel autoconf automake libtool make diff --git a/src/core/VstSyncController.cpp b/src/core/VstSyncController.cpp index 7d7177c82..9b5454e9a 100644 --- a/src/core/VstSyncController.cpp +++ b/src/core/VstSyncController.cpp @@ -4,7 +4,7 @@ * Copyright (c) 2014 Tobias Doerffel * Copyright (c) 2013 Mike Choi * - * This file is part of LMMS - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/gui/dialogs/about_dialog.ui b/src/gui/dialogs/about_dialog.ui index 87653597a..2fdd91054 100644 --- a/src/gui/dialogs/about_dialog.ui +++ b/src/gui/dialogs/about_dialog.ui @@ -152,7 +152,7 @@ - <html><head/><body><p><a href="http://lmms.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">http://lmms.sourceforge.net</span></a></p></body></html> + <html><head/><body><p><a href="http://lmms.io"><span style=" text-decoration: underline; color:#0000ff;">http://lmms.io</span></a></p></body></html> true From bf484300b69f148f7016dfb7ccf225b92aabb65b Mon Sep 17 00:00:00 2001 From: Lukas W Date: Thu, 6 Nov 2014 21:23:16 +0100 Subject: [PATCH 4/5] Fix some memory leaks --- src/core/audio/AudioAlsa.cpp | 1 + src/gui/AutomationEditor.cpp | 2 ++ src/gui/FxMixerView.cpp | 4 ++++ src/gui/widgets/visualization_widget.cpp | 1 + 4 files changed, 8 insertions(+) diff --git a/src/core/audio/AudioAlsa.cpp b/src/core/audio/AudioAlsa.cpp index afd39c476..5421fc6b5 100644 --- a/src/core/audio/AudioAlsa.cpp +++ b/src/core/audio/AudioAlsa.cpp @@ -93,6 +93,7 @@ AudioAlsa::AudioAlsa( bool & _success_ful, Mixer* _mixer ) : oldflags |= FD_CLOEXEC; fcntl( fd, F_SETFD, oldflags ); } + delete[] ufds; _success_ful = true; } diff --git a/src/gui/AutomationEditor.cpp b/src/gui/AutomationEditor.cpp index bf49b0eb3..e45097e0b 100644 --- a/src/gui/AutomationEditor.cpp +++ b/src/gui/AutomationEditor.cpp @@ -458,6 +458,8 @@ AutomationEditor::~AutomationEditor() m_zoomingYModel.disconnect(); m_quantizeModel.disconnect(); m_tensionModel->disconnect(); + + delete m_tensionModel; } diff --git a/src/gui/FxMixerView.cpp b/src/gui/FxMixerView.cpp index 7828f9ec5..a18ccd7ae 100644 --- a/src/gui/FxMixerView.cpp +++ b/src/gui/FxMixerView.cpp @@ -163,6 +163,10 @@ FxMixerView::FxMixerView() : FxMixerView::~FxMixerView() { + for (int i=0; i Date: Fri, 7 Nov 2014 08:30:41 -0500 Subject: [PATCH 5/5] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4fb6d892..12ab33f18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig) SET(VERSION_MAJOR "1") SET(VERSION_MINOR "0") -SET(VERSION_PATCH "95") +SET(VERSION_PATCH "96") #SET(VERSION_SUFFIX "") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") IF(VERSION_SUFFIX)