diff --git a/Source/PS_Source/StretchSource.cpp b/Source/PS_Source/StretchSource.cpp index 3a0825e..56d1b73 100644 --- a/Source/PS_Source/StretchSource.cpp +++ b/Source/PS_Source/StretchSource.cpp @@ -1,3 +1,21 @@ +/* + +Copyright (C) 2017 Xenakios + +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses + +*/ + + #include "StretchSource.h" #include diff --git a/Source/PS_Source/StretchSource.h b/Source/PS_Source/StretchSource.h index 8a651f7..7b0d243 100644 --- a/Source/PS_Source/StretchSource.h +++ b/Source/PS_Source/StretchSource.h @@ -1,23 +1,21 @@ /* -Copyright (C) 2006-2011 Nasca Octavian Paul -Author: Nasca Octavian Paul Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #pragma once #include "../JuceLibraryCode/JuceHeader.h" diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index e93611b..ef111fb 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -1,23 +1,21 @@ /* -Copyright (C) 2006-2011 Nasca Octavian Paul -Author: Nasca Octavian Paul Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "PluginProcessor.h" #include "PluginEditor.h" #include diff --git a/Source/PluginEditor.h b/Source/PluginEditor.h index a4b3af2..bb92ace 100644 --- a/Source/PluginEditor.h +++ b/Source/PluginEditor.h @@ -1,21 +1,18 @@ /* -Copyright (C) 2006-2011 Nasca Octavian Paul -Author: Nasca Octavian Paul Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #pragma once diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index b7d2005..a3237a3 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -1,21 +1,18 @@ /* -Copyright (C) 2006-2011 Nasca Octavian Paul -Author: Nasca Octavian Paul Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "PluginProcessor.h" diff --git a/Source/PluginProcessor.h b/Source/PluginProcessor.h index df9c845..2ebf02f 100644 --- a/Source/PluginProcessor.h +++ b/Source/PluginProcessor.h @@ -1,21 +1,18 @@ /* -Copyright (C) 2006-2011 Nasca Octavian Paul -Author: Nasca Octavian Paul Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #pragma once diff --git a/Source/RenderSettingsComponent.cpp b/Source/RenderSettingsComponent.cpp index 89f8ed6..2848a7e 100644 --- a/Source/RenderSettingsComponent.cpp +++ b/Source/RenderSettingsComponent.cpp @@ -1,20 +1,21 @@ /* + Copyright (C) 2017 Xenakios This program is free software; you can redistribute it and/or modify -it under the terms of version 2 of the GNU General Public License +it under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License (version 2) for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License (version 2) -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "PluginProcessor.h" //extern std::unique_ptr g_propsfile; #include "RenderSettingsComponent.h" diff --git a/Source/envelope_component.cpp b/Source/envelope_component.cpp index 46458fe..6c752e6 100644 --- a/Source/envelope_component.cpp +++ b/Source/envelope_component.cpp @@ -1,22 +1,19 @@ /* - Copyright (C) 2006-2011 Nasca Octavian Paul - Author: Nasca Octavian Paul - - Copyright (C) 2017 Xenakios - - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License - as published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License (version 2) for more details. - - You should have received a copy of the GNU General Public License (version 2) - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ + +Copyright (C) 2017 Xenakios + +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses + +*/ #include "envelope_component.h" diff --git a/Source/envelope_component.h b/Source/envelope_component.h index 415b345..b4011e1 100644 --- a/Source/envelope_component.h +++ b/Source/envelope_component.h @@ -1,22 +1,19 @@ /* - Copyright (C) 2006-2011 Nasca Octavian Paul - Author: Nasca Octavian Paul - - Copyright (C) 2017 Xenakios - - This program is free software; you can redistribute it and/or modify - it under the terms of version 2 of the GNU General Public License - as published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License (version 2) for more details. - - You should have received a copy of the GNU General Public License (version 2) - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ + +Copyright (C) 2017 Xenakios + +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses + +*/ #pragma once diff --git a/Source/jcdp_envelope.h b/Source/jcdp_envelope.h index 1a6aa59..5ef04a3 100644 --- a/Source/jcdp_envelope.h +++ b/Source/jcdp_envelope.h @@ -1,18 +1,18 @@ /* -This file is part of CDP Front-end. -CDP front-end 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. +Copyright (C) 2017 Xenakios -CDP front-end is distributed in the hope that it will be useful, +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +GNU General Public License (version 3) for more details. + +www.gnu.org/licenses -You should have received a copy of the GNU General Public License -along with CDP front-end. If not, see . */ #ifndef JCDP_ENVELOPE_H diff --git a/Source/ps3_BufferingAudioSource.cpp b/Source/ps3_BufferingAudioSource.cpp index 9bead08..68cc571 100644 --- a/Source/ps3_BufferingAudioSource.cpp +++ b/Source/ps3_BufferingAudioSource.cpp @@ -1,23 +1,18 @@ /* - ============================================================================== - This file is part of the JUCE library. - Copyright (c) 2017 - ROLI Ltd. +Copyright (C) 2017 Xenakios - JUCE is an open source library subject to commercial or open-source - licensing. +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. - The code included in this file is provided under the terms of the ISC license - http://www.isc.org/downloads/software-support-policy/isc-license. Permission - To use, copy, modify, and/or distribute this software for any purpose with or - without fee is hereby granted provided that the above copyright notice and - this permission notice appear in all copies. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License (version 3) for more details. - JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER - EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE - DISCLAIMED. +www.gnu.org/licenses - ============================================================================== */ #include "ps3_BufferingAudioSource.h" diff --git a/Source/ps3_BufferingAudioSource.h b/Source/ps3_BufferingAudioSource.h index 6bedf91..293a5ba 100644 --- a/Source/ps3_BufferingAudioSource.h +++ b/Source/ps3_BufferingAudioSource.h @@ -1,25 +1,21 @@ /* -============================================================================== -This file is part of the JUCE library. -Copyright (c) 2017 - ROLI Ltd. +Copyright (C) 2017 Xenakios -JUCE is an open source library subject to commercial or open-source -licensing. +This program is free software; you can redistribute it and/or modify +it under the terms of version 3 of the GNU General Public License +as published by the Free Software Foundation. -The code included in this file is provided under the terms of the ISC license -http://www.isc.org/downloads/software-support-policy/isc-license. Permission -To use, copy, modify, and/or distribute this software for any purpose with or -without fee is hereby granted provided that the above copyright notice and -this permission notice appear in all copies. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License (version 3) for more details. -JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER -EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE -DISCLAIMED. +www.gnu.org/licenses -============================================================================== */ + #pragma once #include "../JuceLibraryCode/JuceHeader.h"