File zynaddsubfx-fix-GPL-license.patch of Package zynaddsubfx

From c947773c9b667d73d4d0756802d9c1c530f86552 Mon Sep 17 00:00:00 2001
From: fundamental <mark.d.mccurry@gmail.com>
Date: Thu, 15 Jan 2015 14:08:45 -0500
Subject: [PATCH] Fix GPL License

---
 src/Nio/AlsaEngine.cpp | 27 ++++++++++++++-------------
 src/Nio/AlsaEngine.h   | 27 ++++++++++++++-------------
 src/Nio/JackEngine.cpp | 27 ++++++++++++++-------------
 src/Nio/JackEngine.h   | 26 ++++++++++++++------------
 4 files changed, 56 insertions(+), 51 deletions(-)

diff --git a/src/Nio/AlsaEngine.cpp b/src/Nio/AlsaEngine.cpp
index 434e2fb..6330a29 100644
--- 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
index 0b9cc3c..8e6ad69 100644
--- 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
index 894c7d8..0bf3e9e 100644
--- a/src/Nio/JackEngine.cpp
+++ b/src/Nio/JackEngine.cpp
@@ -1,20 +1,22 @@
 /*
-    JackEngine.cpp
+  ZynAddSubFX - a software synthesizer
+  JackEngine.cpp - 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
 */
 
 #include <iostream>
diff --git a/src/Nio/JackEngine.h b/src/Nio/JackEngine.h
index 142ea33..8eb8dc2 100644
--- 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
openSUSE Build Service is sponsored by