diff --git a/CMakeLists.txt b/CMakeLists.txt index b741c46c4..ef1e08e16 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) @@ -434,7 +434,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 @@ -688,8 +688,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 6f9a56932..b5891d7a8 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,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/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 411f5bf07..13e7d8cd4 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 7997f913d..1377fdd20 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 95a4f635d..db770890a 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 024d8e7c4..d470320a1 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 50d4ca1f1..df75ad759 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 330cd37fd..666f270ff 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 647d8f3ca..a49cce3bd 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/ConfigManager.h b/include/ConfigManager.h index 4caf1bdc1..716c1dc9d 100644 --- a/include/ConfigManager.h +++ b/include/ConfigManager.h @@ -2,8 +2,8 @@ * ConfigManager.h - class ConfigManager, a class for managing LMMS-configuration * * 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/Controller.h b/include/Controller.h index 4a7a754e4..cf130351c 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 a0eec6cb4..dab0a3fdc 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 54f6365cf..61505bc77 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 828812c03..bea095b70 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 64fc8fd74..c3bcfce5f 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 2a2d6a975..e94f2eb0d 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 d67ef45ed..651bd275e 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 95ee71a50..8f261d4e4 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 d0eef8cde..482df22bc 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 e15f29148..28799d626 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 a5d83ba85..815c03b57 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 1cea5e45b..01a31251b 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 ffed49f9a..d62a85f04 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 addc4fa3a..97e20f4bc 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 1dc17643f..4d03cd101 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 c387e4a62..721f35250 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 880f38d01..92f260172 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 6e8d71ca4..904cf01fd 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 7c24e92be..6d0588561 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 debb250a9..70ce4c141 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 78fa55b14..6954d7b42 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 07b5dc0ea..e648a00e3 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 d5aa7ede1..cd40ef42f 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 2368f7f7f..ea7146cf9 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 3c4611b25..5b34f3855 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 db1fdb54d..b00bdfcac 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 75c934124..17063525d 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 6c77fc1f1..1173a1e1a 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 b5b72bae9..dd4b96db6 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 31197e75f..c82c0e311 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 c8f1a3c9d..fdc4f2c5b 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 ddde0c580..32c4a3ac3 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 ce43cc83a..4dde605bd 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 b08281c8b..8c6e19054 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 cc6286478..3523a16f5 100644 --- a/include/MidiTime.h +++ b/include/MidiTime.h @@ -2,9 +2,9 @@ * MidiTime.h - declaration of class MidiTime which provides data type for * position- and length-variables * - * Copyright (c) 2004-2014 Tobias Doerffel - * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * 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/MixHelpers.h b/include/MixHelpers.h index 6b5516747..9b953ffc7 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 8837fc211..7c9875236 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 17486f6f4..6585efc11 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 7211fc8e8..b66db7d0f 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 93b3df066..15f72f07f 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 e3bf46e07..e5fb626c8 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 36a82ef2b..e48088543 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 bbcde7bcc..ba7609e42 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 e2d3ebbab..96b4b885e 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 59537ac91..61bee7f50 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 74a16a650..a3cf4571c 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 8312281d4..6ed8644eb 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 53a7eb38f..7d07f9976 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 e9ef2a288..c7b76f0ad 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 6fffbc53c..c0decd8c5 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 6e70a9112..f03269dce 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 5dec392d8..02a593e23 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 78d719c94..69e3536e7 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 1dc2b8760..4912c131e 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 b249eb4c5..207e35c86 100644 --- a/include/basic_filters.h +++ b/include/basic_filters.h @@ -9,7 +9,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 d0d6394ae..7bd3441c3 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 55a66eda9..07ee1ca57 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/cpuload_widget.h b/include/cpuload_widget.h index 29c65de27..7599b61a0 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 bcbf70811..732bb7ef9 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 5106a8352..45aaba1b4 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 828e7480d..cb8cc5606 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 8fffefb53..4f4844463 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 e6ac3c003..054c7c355 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 b56c5ea99..d7ae4ff67 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 ee8175c7c..80974f1f3 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 d7d0bdfcd..68ca3e560 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 9dc7a365c..508ef6827 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 26e5eb8c8..1ccc50510 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 cd2765542..debd8c9ee 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 6ee7896ee..2a8f84ba4 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 cca84ef4e..49b58797e 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 5dca34bf5..b3796d49c 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 5b9227402..f319b2c79 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 8384b638a..da05011b1 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 1979bd02e..00e8142b0 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 668aaebb0..d563fdd42 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 5b59eaefc..37c37c5cc 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 edb4b729e..8260f1b55 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 ced7ac04c..4c69ba33e 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 1292729c6..f216917ac 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 dc6386817..219ddb37d 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 6075cd7b9..60c94b9e2 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 f6e998d2f..d57f01110 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 705c45b75..edbd5dc5f 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 d658052d9..b0a8e5edf 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/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/plugins/Amplifier/Amplifier.cpp b/plugins/Amplifier/Amplifier.cpp index f628b7be7..16b57df58 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 6895d9c67..2c2c0855c 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 85af94ca0..cf935c714 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 122bb1a51..33996a577 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 385612bd6..18917595e 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 a25e83d67..69a3952c7 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 0d85f655e..9de81cf1b 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 6a2061bd8..02b772903 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 2ebf89830..d2b02700b 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 91ce55c35..fa41a7ce4 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 f70ea7444..c2e413653 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 85b27718d..edc6fc840 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 875530502..237685bf6 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 2dad0cb82..2b3ac2b83 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 1280e6390..7e7004d48 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 8dbb3e7a6..aeaaad42e 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 3598357b6..073ade1de 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 8817ffb95..718f78e00 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 cba32cdd6..2584eda4b 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 a8467557c..4b07a408c 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 558b17e37..574aa20c2 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 0eee04a73..f03a9adfd 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 f901a2eb2..def875063 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 ec873d9f6..8e0c623c3 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 1ff8c742a..c2403e670 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 0bfc3bb43..964ee380f 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 b5d3ee791..27bb5afb1 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 3a22912e5..b07e7119d 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 ceb909d77..92948ef96 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 bd40d9c6a..e7686895a 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 95c476944..96ca4f1f9 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 3cb19a8b4..8470ce3f6 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 2b6cc5af7..1c7a63341 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 0096cb0e0..30f78be25 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 92584908f..af4ce11d1 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 05055078f..e9b410e3b 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 b8ab2f956..d4e6b35a6 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 cd186b1c3..3d9016802 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 e1e40b8be..fef68280c 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 8d4e4664a..0927b6f5e 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 6215c6cdd..b5e89499d 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 623fe854f..94e859eaa 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 919b8b3a6..183fe6e5c 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 791925df8..b32dc25a3 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 28e647796..786fe2483 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 5fefdd101..6cafcad34 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 d310e8051..6ad4573f7 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 34d0cb570..ffbee3987 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 0cf9ea199..bb9574ea2 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 1dc36ea7a..9903bb635 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 142ffb523..cdb24b6f8 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 7f63db465..7ea9448e8 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 1bd88091d..3fdeecc34 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 47536d3a5..143699a49 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 9690c9751..3173d9dae 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 f7ab2d9bc..e6264cc26 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 6238eeace..574bd81ed 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 c0276d7f8..d342a88c1 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 619b86948..4a219f9f9 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 5e0c64b83..e6e733743 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 bdfc7eae9..5013883d2 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 b0701e754..acd2e5b10 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 304efc7e8..22ea484a4 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 d7b9d3837..8a70e5aea 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 3a2f81325..d3ada3829 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 9da0cde05..be54e0f91 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 2e4efc722..f59a2906b 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 a94185c5a..24184704f 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 1ecb4d4f5..2e5eb74c3 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 f6af252d0..1e1864a0d 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 e0e888259..7772e6d86 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 4d62fa6af..863338070 100644 --- a/plugins/vst_base/VstPlugin.cpp +++ b/plugins/vst_base/VstPlugin.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/vst_base/VstPlugin.h b/plugins/vst_base/VstPlugin.h index 924aa1624..1ce6b9b22 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 6afe4542f..93bb5b4c3 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 efee7a49f..fd808d592 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 7f2507eeb..d4e6f93b3 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 f4f166914..00d3277df 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 d80a6c6d4..4f501c1b3 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 67ebe93aa..37d2c4597 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 3c75f39cd..544ebf9d6 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 d2832d9fc..61e63e86b 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 e06da0f9b..11b3790a5 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 a7e5b8f19..e5df419a8 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/ConfigManager.cpp b/src/core/ConfigManager.cpp index c70cc142a..9c1634f42 100644 --- a/src/core/ConfigManager.cpp +++ b/src/core/ConfigManager.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/Controller.cpp b/src/core/Controller.cpp index e47eef36c..41f3a54a8 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 ea0bc2b48..ff18629e3 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 5204b7829..40fda6cff 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 1717dbd45..f83dd97ef 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 476cb8651..1d57de940 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 553ede550..a0259fbb0 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 0c7e3c931..55f18a286 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 2f69a0a35..9214f6f87 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 bafe91a6c..a352689ee 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 df1b73892..035f309ff 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 20f16b05c..02d3182bb 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 80944b2d2..a169a550b 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 60e26bb31..42e74141e 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 1e4a42962..edcb37c7f 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 8a9baffe7..a243dfa6d 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 bc91e316f..154ec6024 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 d4e7bc1c6..e415adb67 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 19e7bda00..560b294d2 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 27c858158..5b428d26a 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 76fb87e65..53798ea83 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 7fa7ba890..d72160b5a 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 f9500586d..2894cc412 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 9fe738e7d..b518a1283 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 47af1b0d2..41c2655cc 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 a1ed77c42..f74ad9d94 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 51d268206..2f69eb7ac 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 4fe72742e..423f88784 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 d6a032a02..913c73111 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 d2be63658..03cdb0f4c 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 7bac9af38..f98b72eec 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/VstSyncController.cpp b/src/core/VstSyncController.cpp index c98d93e7a..36c7ec544 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/core/audio/AudioAlsa.cpp b/src/core/audio/AudioAlsa.cpp index 0d2ee4b93..1edbfae9d 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 @@ -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/core/audio/AudioDevice.cpp b/src/core/audio/AudioDevice.cpp index 26a790e3e..68b475cf7 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 e08d189ca..813b522e4 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 809da7d95..2766eb211 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 958983fe3..224a5763d 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 2f6219785..f9a110f32 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 142c105d6..6ab5525a1 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 2222da372..a5f678155 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 4eba24591..08adc9d46 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 cd7dad95e..225538ca1 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/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 d7dc0ef87..39f7c38fe 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 40f79162c..fab67cf9e 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 b6c16a7d9..618787033 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 82e2457f1..534a7dd9f 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 d1cdc1a16..466afe5f8 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 911f57e87..7ed471fa4 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 9a7f685e0..d9777587f 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 9b49a4618..60d35b9ec 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 f5f717ad0..fe6dbc597 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 886aff702..f2bc1f337 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 4beedc981..aedc14ae9 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 d50cbd488..ad8cdc331 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 960540bf6..b6640937f 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 514bbc750..a314adfcc 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 02b9af5d6..2e2c32423 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 @@ -458,6 +458,8 @@ AutomationEditor::~AutomationEditor() m_zoomingYModel.disconnect(); m_quantizeModel.disconnect(); m_tensionModel->disconnect(); + + delete m_tensionModel; } diff --git a/src/gui/AutomationPatternView.cpp b/src/gui/AutomationPatternView.cpp index d5e72bb5c..56c0d1309 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 c1ae565ff..36d7d78ef 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 6aa29f800..03995ec59 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 492b3988a..81af476c5 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 f7b850560..813b1b66f 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 794a8e33f..5953088ee 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 90bb700e0..3b5675155 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 @@ -163,6 +163,10 @@ FxMixerView::FxMixerView() : FxMixerView::~FxMixerView() { + for (int i=0; i * - * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net + * This file is part of LMMS - http://lmms.io * * 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 f41964b52..c52fd1930 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 f89812b3b..374c8c904 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 f15014bda..28e47b2c1 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 ff3ef9c7b..343c0fff7 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 b92304d2f..0e240ebaf 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 a5b10ab48..81528e7b0 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 e87412325..d91bb6667 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 74e91c89c..c0a90a438 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 ae033fbec..5ec475cd2 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 977addfa7..2c0d6f1fe 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 d1960d4db..2b454393f 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 df0f918ed..00b7bfd5f 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 c2e9c5672..ec9911610 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 69dde4308..ae7f5305e 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/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 diff --git a/src/gui/embed.cpp b/src/gui/embed.cpp index 9ea1b088f..08af0c0a2 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 41da331bc..a063f3d7f 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 5efa15653..bb50e330c 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 de6a62e8f..13ab7c131 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 71fe6a98a..251c1f0b3 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 1775d6979..5648ab498 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 82010a27b..05f9ba17d 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 92db1c639..6b0192317 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 81ea3f2e8..17e0daed8 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 0f208fd1e..5531599af 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 1e0f51bf6..e940694c0 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 7bce28bfc..192ab5b22 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 fa1cc5e7d..80f2a881a 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 f068701eb..ffc794711 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 856e1d86f..c782712f5 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 04c556f48..8fedbfd2d 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 1b68a4862..67f04d3f3 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 89f7b3c64..27afb922c 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 e0e828f4d..6ea7193a7 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 f385b9a15..8e92dfbf9 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 4d71f154d..2da0c9a45 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 0d852bdeb..2a2fe2642 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 9e2eff720..acc8bc81b 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 afa3ffd11..610ee2009 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 1fde78720..3c2540823 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 53b01eea1..2082284af 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 820dd33e5..f81d227ca 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 86fcf38a7..7d7550d92 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 eeadaecd2..08ddbccef 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 dd37c24df..7d8052f54 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 1b7c6af07..e5200b923 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 6f9404988..f4e808554 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 4c40004cc..43ddb20bb 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 26841e68f..22de066e1 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 1ac9822f0..fddbaf789 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 26602119f..6ffa6d847 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 f17aaeabf..965c7507e 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 04b12f60f..7de558cf4 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 86e46b912..065b7541c 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 14ad1c1ee..8a8d87fcf 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 53520906d..36820c4ad 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 52c769129..b3775b884 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 77a428a70..437bdb4ff 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 2b501c338..9014803db 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 184175962..80761846e 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 2533380ea..a5712d3b9 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 @@ -65,6 +65,7 @@ visualizationWidget::visualizationWidget( const QPixmap & _bg, QWidget * _p, visualizationWidget::~visualizationWidget() { delete[] m_buffer; + delete[] m_points; } diff --git a/src/tracks/AutomationTrack.cpp b/src/tracks/AutomationTrack.cpp index 3353ae3eb..5c4ff97b1 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 @@ -174,7 +174,7 @@ void AutomationTrackView::dropEvent( QDropEvent * _de ) getTrackContentWidget()->x() ) * MidiTime::ticksPerTact() / static_cast( trackContainerView()->pixelsPerTact() ) ) - .toNearestTact(); + .toAbsoluteTact(); if( pos.getTicks() < 0 ) { diff --git a/src/tracks/InstrumentTrack.cpp b/src/tracks/InstrumentTrack.cpp index f54c9901b..66f0c75a8 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 15c0481ec..3d31a1951 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 97beed1dd..0861428a2 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 63f8c424a..9806004b1 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