summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-02-14 15:32:47 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-02-14 15:32:47 +0100
commitb6c0e39526be11b6ed674b71b586bd98975dd169 (patch)
tree61a48030d5e194cbde5c3784a998e061b2a4de88 /vst
parent1d55a21530668d3dec5e8312babe5aad661b5b5c (diff)
Change GPL version number in file headers to 3.
Diffstat (limited to 'vst')
-rw-r--r--vst/constants.h2
-rw-r--r--vst/drumgizmo_vst.cc2
-rw-r--r--vst/drumgizmo_vst.h2
-rw-r--r--vst/input_vst.cc2
-rw-r--r--vst/input_vst.h2
-rw-r--r--vst/output_vst.cc2
-rw-r--r--vst/output_vst.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/vst/constants.h b/vst/constants.h
index ff07c54..655bfc8 100644
--- a/vst/constants.h
+++ b/vst/constants.h
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/drumgizmo_vst.cc b/vst/drumgizmo_vst.cc
index c974a2a..81b8875 100644
--- a/vst/drumgizmo_vst.cc
+++ b/vst/drumgizmo_vst.cc
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/drumgizmo_vst.h b/vst/drumgizmo_vst.h
index b15122c..dde4cbb 100644
--- a/vst/drumgizmo_vst.h
+++ b/vst/drumgizmo_vst.h
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/input_vst.cc b/vst/input_vst.cc
index 53de387..74ecb01 100644
--- a/vst/input_vst.cc
+++ b/vst/input_vst.cc
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/input_vst.h b/vst/input_vst.h
index 612add6..88a6d06 100644
--- a/vst/input_vst.h
+++ b/vst/input_vst.h
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/output_vst.cc b/vst/output_vst.cc
index 5202ce7..4a0d6d9 100644
--- a/vst/output_vst.cc
+++ b/vst/output_vst.cc
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,
diff --git a/vst/output_vst.h b/vst/output_vst.h
index fb98ad3..914e2e8 100644
--- a/vst/output_vst.h
+++ b/vst/output_vst.h
@@ -12,7 +12,7 @@
*
* DrumGizmo 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
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* DrumGizmo is distributed in the hope that it will be useful,