Change and add license texts to apply for GPL3
This commit is contained in:
		@@ -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 <set>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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 <array>
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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<PropertiesFile> g_propsfile;
 | 
			
		||||
#include "RenderSettingsComponent.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,22 +1,19 @@
 | 
			
		||||
/*
 | 
			
		||||
 Copyright (C) 2006-2011 Nasca Octavian Paul
 | 
			
		||||
 Author: Nasca Octavian Paul
 | 
			
		||||
 | 
			
		||||
 Copyright (C) 2017 Xenakios
 | 
			
		||||
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 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 2) for more details.
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
 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
 | 
			
		||||
 */
 | 
			
		||||
www.gnu.org/licenses
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "envelope_component.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,22 +1,19 @@
 | 
			
		||||
/*
 | 
			
		||||
 Copyright (C) 2006-2011 Nasca Octavian Paul
 | 
			
		||||
 Author: Nasca Octavian Paul
 | 
			
		||||
 | 
			
		||||
 Copyright (C) 2017 Xenakios
 | 
			
		||||
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 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 2) for more details.
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
 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
 | 
			
		||||
 */
 | 
			
		||||
www.gnu.org/licenses
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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 <http://www.gnu.org/licenses/>.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#ifndef JCDP_ENVELOPE_H
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user