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 "StretchSource.h"
 | 
				
			||||||
#include <set>
 | 
					#include <set>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,23 +1,21 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
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
 | 
					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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "../JuceLibraryCode/JuceHeader.h"
 | 
					#include "../JuceLibraryCode/JuceHeader.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,23 +1,21 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
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
 | 
					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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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 "PluginProcessor.h"
 | 
				
			||||||
#include "PluginEditor.h"
 | 
					#include "PluginEditor.h"
 | 
				
			||||||
#include <array>
 | 
					#include <array>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,21 +1,18 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
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
 | 
					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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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
 | 
					#pragma once
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,21 +1,18 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
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
 | 
					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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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 "PluginProcessor.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,21 +1,18 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
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
 | 
					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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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
 | 
					#pragma once
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,20 +1,21 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Copyright (C) 2017 Xenakios
 | 
					Copyright (C) 2017 Xenakios
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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 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.
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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 "PluginProcessor.h"
 | 
				
			||||||
//extern std::unique_ptr<PropertiesFile> g_propsfile;
 | 
					//extern std::unique_ptr<PropertiesFile> g_propsfile;
 | 
				
			||||||
#include "RenderSettingsComponent.h"
 | 
					#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 3 of the GNU General Public License
 | 
				
			||||||
 This program is free software; you can redistribute it and/or modify
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 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
 | 
				
			||||||
 This program is distributed in the hope that it will be useful,
 | 
					MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					GNU General Public License (version 3) for more details.
 | 
				
			||||||
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					
 | 
				
			||||||
 GNU General Public License (version 2) 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 "envelope_component.h"
 | 
					#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 3 of the GNU General Public License
 | 
				
			||||||
 This program is free software; you can redistribute it and/or modify
 | 
					as published by the Free Software Foundation.
 | 
				
			||||||
 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
 | 
				
			||||||
 This program is distributed in the hope that it will be useful,
 | 
					MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					GNU General Public License (version 3) for more details.
 | 
				
			||||||
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					
 | 
				
			||||||
 GNU General Public License (version 2) 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
 | 
					#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
 | 
					Copyright (C) 2017 Xenakios
 | 
				
			||||||
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.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
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
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					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
 | 
					#ifndef JCDP_ENVELOPE_H
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,23 +1,18 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
  ==============================================================================
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   This file is part of the JUCE library.
 | 
					Copyright (C) 2017 Xenakios
 | 
				
			||||||
   Copyright (c) 2017 - ROLI Ltd.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   JUCE is an open source library subject to commercial or open-source
 | 
					This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
   licensing.
 | 
					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
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
   http://www.isc.org/downloads/software-support-policy/isc-license. Permission
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
   To use, copy, modify, and/or distribute this software for any purpose with or
 | 
					MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
   without fee is hereby granted provided that the above copyright notice and
 | 
					GNU General Public License (version 3) for more details.
 | 
				
			||||||
   this permission notice appear in all copies.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
 | 
					www.gnu.org/licenses
 | 
				
			||||||
   EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
 | 
					 | 
				
			||||||
   DISCLAIMED.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ==============================================================================
 | 
					 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "ps3_BufferingAudioSource.h"
 | 
					#include "ps3_BufferingAudioSource.h"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,25 +1,21 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
==============================================================================
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
This file is part of the JUCE library.
 | 
					Copyright (C) 2017 Xenakios
 | 
				
			||||||
Copyright (c) 2017 - ROLI Ltd.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
JUCE is an open source library subject to commercial or open-source
 | 
					This program is free software; you can redistribute it and/or modify
 | 
				
			||||||
licensing.
 | 
					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
 | 
					This program is distributed in the hope that it will be useful,
 | 
				
			||||||
http://www.isc.org/downloads/software-support-policy/isc-license. Permission
 | 
					but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
To use, copy, modify, and/or distribute this software for any purpose with or
 | 
					MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
without fee is hereby granted provided that the above copyright notice and
 | 
					GNU General Public License (version 3) for more details.
 | 
				
			||||||
this permission notice appear in all copies.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
 | 
					www.gnu.org/licenses
 | 
				
			||||||
EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
 | 
					 | 
				
			||||||
DISCLAIMED.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
==============================================================================
 | 
					 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "../JuceLibraryCode/JuceHeader.h"
 | 
					#include "../JuceLibraryCode/JuceHeader.h"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user