commit c947773c9b667d73d4d0756802d9c1c530f86552
parent 0e393ef2c262248844e49b3fd568a9a6536ce88b
Author: fundamental <[email protected]>
Date: Thu, 15 Jan 2015 14:08:20 -0500
Fix GPL License
Diffstat:
4 files changed, 56 insertions(+), 51 deletions(-)
diff --git a/src/Nio/AlsaEngine.cpp b/src/Nio/AlsaEngine.cpp
@@ -1,21 +1,22 @@
/*
- AlsaEngine.cpp
+ ZynAddSubFX - a software synthesizer
+ AlsaEngine.cpp - ALSA Driver
- Copyright 2009, Alan Calvert
- 2010, Mark McCurry
+ Copyright 2009, Alan Calvert
+ 2014, Mark McCurry
- This file is part of ZynAddSubFX, which 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 3 of the License, or (at your option) any later version.
+ 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.
- ZynAddSubFX 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.
+ 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 or later) for more details.
- You should have received a copy of the GNU General Public License
- along with ZynAddSubFX. If not, see <http://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 <iostream>
diff --git a/src/Nio/AlsaEngine.h b/src/Nio/AlsaEngine.h
@@ -1,21 +1,22 @@
/*
- AlsaEngine.h
+ ZynAddSubFX - a software synthesizer
+ AlsaEngine.h - ALSA Driver
- Copyright 2009, Alan Calvert
- 2010, Mark McCurry
+ Copyright 2009, Alan Calvert
+ 2014, Mark McCurry
- This file is part of ZynAddSubFX, which 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 3 of the License, or (at your option) any later version.
+ 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.
- ZynAddSubFX 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.
+ 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 or later) for more details.
- You should have received a copy of the GNU General Public License
- along with ZynAddSubFX. If not, see <http://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
*/
#ifndef ALSA_ENGINE_H
diff --git a/src/Nio/JackEngine.cpp b/src/Nio/JackEngine.cpp
@@ -1,21 +1,22 @@
/*
- JackEngine.cpp
+ ZynAddSubFX - a software synthesizer
+ JackEngine.cpp - Jack Driver
- Copyright 2009, Alan Calvert
- Copyright 2014, Mark McCurry
+ Copyright 2009, Alan Calvert
+ 2014, Mark McCurry
- This file is part of ZynAddSubFX, which 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 3 of the License, or (at your option) any later version.
+ 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.
- ZynAddSubFX 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.
+ 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 or later) for more details.
- You should have received a copy of the GNU General Public License
- along with ZynAddSubFX. If not, see <http://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 <iostream>
diff --git a/src/Nio/JackEngine.h b/src/Nio/JackEngine.h
@@ -1,20 +1,22 @@
/*
- JackEngine.h
+ ZynAddSubFX - a software synthesizer
+ JackEngine.h - Jack Driver
- Copyright 2009, Alan Calvert
+ Copyright 2009, Alan Calvert
+ 2014, Mark McCurry
- This file is part of yoshimi, which 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 3 of the License, or (at your option) any later version.
+ 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.
- yoshimi 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.
+ 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 or later) for more details.
- You should have received a copy of the GNU General Public License
- along with yoshimi. If not, see <http://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
*/
#ifndef JACK_ENGINE_H