diff options
Diffstat (limited to 'drumgizmo/output')
-rw-r--r-- | drumgizmo/output/alsa.cc | 2 | ||||
-rw-r--r-- | drumgizmo/output/alsa.h | 2 | ||||
-rw-r--r-- | drumgizmo/output/jackaudio.cc | 2 | ||||
-rw-r--r-- | drumgizmo/output/jackaudio.h | 2 | ||||
-rw-r--r-- | drumgizmo/output/outputdummy.cc | 2 | ||||
-rw-r--r-- | drumgizmo/output/outputdummy.h | 2 | ||||
-rw-r--r-- | drumgizmo/output/wavfile.cc | 2 | ||||
-rw-r--r-- | drumgizmo/output/wavfile.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/drumgizmo/output/alsa.cc b/drumgizmo/output/alsa.cc index 8e6e4a9..39feda8 100644 --- a/drumgizmo/output/alsa.cc +++ b/drumgizmo/output/alsa.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/drumgizmo/output/alsa.h b/drumgizmo/output/alsa.h index 70b3f1f..a9b9fe6 100644 --- a/drumgizmo/output/alsa.h +++ b/drumgizmo/output/alsa.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/drumgizmo/output/jackaudio.cc b/drumgizmo/output/jackaudio.cc index 53ea330..9a77874 100644 --- a/drumgizmo/output/jackaudio.cc +++ b/drumgizmo/output/jackaudio.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/drumgizmo/output/jackaudio.h b/drumgizmo/output/jackaudio.h index 2c6b5e4..08a438b 100644 --- a/drumgizmo/output/jackaudio.h +++ b/drumgizmo/output/jackaudio.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/drumgizmo/output/outputdummy.cc b/drumgizmo/output/outputdummy.cc index 2a01cd8..dd0cf68 100644 --- a/drumgizmo/output/outputdummy.cc +++ b/drumgizmo/output/outputdummy.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/drumgizmo/output/outputdummy.h b/drumgizmo/output/outputdummy.h index a5ac6c9..c5d197f 100644 --- a/drumgizmo/output/outputdummy.h +++ b/drumgizmo/output/outputdummy.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/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 2910659..86e0168 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.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/drumgizmo/output/wavfile.h b/drumgizmo/output/wavfile.h index 9ed8ca7..2ace401 100644 --- a/drumgizmo/output/wavfile.h +++ b/drumgizmo/output/wavfile.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, |