[gnac/devel] Updated licence to GPLv3+ (Fixed bug #625585)



commit 56d0481afa51af16e95fcd1af1cd1bbf69a03129
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date:   Wed Aug 4 23:17:45 2010 +0100

    Updated licence to GPLv3+ (Fixed bug #625585)

 ChangeLog                                    |    4 ++--
 configure.ac                                 |    2 +-
 data/ui/gnac.xml                             |    2 +-
 debian/copyright                             |    2 +-
 libgnac/libgnac-converter.c                  |    2 +-
 libgnac/libgnac-converter.h                  |    2 +-
 libgnac/libgnac-debug.c                      |    2 +-
 libgnac/libgnac-debug.h                      |    2 +-
 libgnac/libgnac-error.c                      |    2 +-
 libgnac/libgnac-error.h                      |    2 +-
 libgnac/libgnac-gst-utils.c                  |    2 +-
 libgnac/libgnac-gst-utils.h                  |    2 +-
 libgnac/libgnac-gst.c                        |    2 +-
 libgnac/libgnac-gst.h                        |    2 +-
 libgnac/libgnac-marshallers.c                |    2 +-
 libgnac/libgnac-marshallers.h                |    2 +-
 libgnac/libgnac-media-item.c                 |    2 +-
 libgnac/libgnac-media-item.h                 |    2 +-
 libgnac/libgnac-metadata-tags.h              |    2 +-
 libgnac/libgnac-metadata.c                   |    2 +-
 libgnac/libgnac-metadata.h                   |    2 +-
 libgnac/libgnac-output.c                     |    2 +-
 libgnac/libgnac-output.h                     |    2 +-
 libgnac/libgnac-profile.h                    |    2 +-
 man/gnac.1                                   |    2 +-
 src/gnac-bars.c                              |    2 +-
 src/gnac-bars.h                              |    2 +-
 src/gnac-file-list.c                         |    2 +-
 src/gnac-file-list.h                         |    2 +-
 src/gnac-gconf.c                             |    2 +-
 src/gnac-gconf.h                             |    2 +-
 src/gnac-main.c                              |    2 +-
 src/gnac-main.h                              |    2 +-
 src/gnac-options.c                           |    2 +-
 src/gnac-options.h                           |    2 +-
 src/gnac-playlist.c                          |    2 +-
 src/gnac-playlist.h                          |    2 +-
 src/gnac-prefs.c                             |    2 +-
 src/gnac-prefs.h                             |    2 +-
 src/gnac-properties.c                        |    2 +-
 src/gnac-properties.h                        |    2 +-
 src/gnac-stock-items.c                       |    2 +-
 src/gnac-stock-items.h                       |    2 +-
 src/gnac-ui.c                                |    2 +-
 src/gnac-ui.h                                |    2 +-
 src/gnac-utils.c                             |    2 +-
 src/gnac-utils.h                             |    2 +-
 src/profiles/formats/gnac-profiles-aac.c     |    2 +-
 src/profiles/formats/gnac-profiles-aac.h     |    2 +-
 src/profiles/formats/gnac-profiles-flac.c    |    2 +-
 src/profiles/formats/gnac-profiles-flac.h    |    2 +-
 src/profiles/formats/gnac-profiles-lame.c    |    2 +-
 src/profiles/formats/gnac-profiles-lame.h    |    2 +-
 src/profiles/formats/gnac-profiles-speex.c   |    2 +-
 src/profiles/formats/gnac-profiles-speex.h   |    2 +-
 src/profiles/formats/gnac-profiles-unknown.c |    2 +-
 src/profiles/formats/gnac-profiles-unknown.h |    2 +-
 src/profiles/formats/gnac-profiles-vorbis.c  |    2 +-
 src/profiles/formats/gnac-profiles-vorbis.h  |    2 +-
 src/profiles/formats/gnac-profiles-wav.c     |    2 +-
 src/profiles/formats/gnac-profiles-wav.h     |    2 +-
 src/profiles/formats/gnac-profiles-wavpack.c |    2 +-
 src/profiles/formats/gnac-profiles-wavpack.h |    2 +-
 src/profiles/gnac-profiles-default.c         |    2 +-
 src/profiles/gnac-profiles-default.h         |    2 +-
 src/profiles/gnac-profiles-manager.c         |    2 +-
 src/profiles/gnac-profiles-manager.h         |    2 +-
 src/profiles/gnac-profiles-properties.c      |    2 +-
 src/profiles/gnac-profiles-properties.h      |    2 +-
 src/profiles/gnac-profiles-utils.c           |    2 +-
 src/profiles/gnac-profiles-utils.h           |    2 +-
 src/profiles/gnac-profiles-xml-engine.c      |    2 +-
 src/profiles/gnac-profiles-xml-engine.h      |    2 +-
 src/profiles/gnac-profiles.c                 |    2 +-
 src/profiles/gnac-profiles.h                 |    2 +-
 75 files changed, 76 insertions(+), 76 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fb6567e..a1ce792 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
 2010-05-27 Benoît Dupasquier <bdupasqu src gnome org>
 
-	* *: The ChangeLog is auto-generated when releasing. If you are
-		seeing this, use 'git log' for a detailed list of changes.
+  * *: The ChangeLog is auto-generated when releasing. If you are
+    seeing this, use 'git log' for a detailed list of changes.
diff --git a/configure.ac b/configure.ac
index dea63c5..86d1310 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define([gnac_major_version], [0])
 m4_define([gnac_minor_version], [2])
-m4_define([gnac_micro_version], [2])
+m4_define([gnac_micro_version], [3])
 m4_define([gnac_version],
   gnac_major_version.gnac_minor_version.gnac_micro_version)
 
diff --git a/data/ui/gnac.xml b/data/ui/gnac.xml
index 9d5ad4e..802f89e 100644
--- a/data/ui/gnac.xml
+++ b/data/ui/gnac.xml
@@ -349,7 +349,7 @@
     <property name="program_name">Gnac</property>
     <property name="website">http://gnac.sf.net</property>
     <property name="copyright">Copyright &#xA9; 2007-2010 Gnac</property>
-    <property name="license" translatable="yes">Gnac 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 (at your option) any later version.
+    <property name="license" translatable="yes">Gnac 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.
 
 Gnac 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.
 
diff --git a/debian/copyright b/debian/copyright
index 710011f..001cfed 100755
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,7 @@ License:
 
     This package 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.
 
     This package is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-converter.c b/libgnac/libgnac-converter.c
index 3dd57ee..ee6e908 100644
--- a/libgnac/libgnac-converter.c
+++ b/libgnac/libgnac-converter.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-converter.h b/libgnac/libgnac-converter.h
index e2af733..f00127e 100644
--- a/libgnac/libgnac-converter.h
+++ b/libgnac/libgnac-converter.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-debug.c b/libgnac/libgnac-debug.c
index 63a56ab..3144fe1 100644
--- a/libgnac/libgnac-debug.c
+++ b/libgnac/libgnac-debug.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-debug.h b/libgnac/libgnac-debug.h
index 52eefd8..7dcf2e5 100644
--- a/libgnac/libgnac-debug.h
+++ b/libgnac/libgnac-debug.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-error.c b/libgnac/libgnac-error.c
index 7e54ba6..1072f16 100644
--- a/libgnac/libgnac-error.c
+++ b/libgnac/libgnac-error.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-error.h b/libgnac/libgnac-error.h
index 023c427..4b059fe 100644
--- a/libgnac/libgnac-error.h
+++ b/libgnac/libgnac-error.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-gst-utils.c b/libgnac/libgnac-gst-utils.c
index ce4e020..b2eb2bc 100644
--- a/libgnac/libgnac-gst-utils.c
+++ b/libgnac/libgnac-gst-utils.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-gst-utils.h b/libgnac/libgnac-gst-utils.h
index 04a6176..5080342 100644
--- a/libgnac/libgnac-gst-utils.h
+++ b/libgnac/libgnac-gst-utils.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-gst.c b/libgnac/libgnac-gst.c
index 2a1f2c8..e761381 100644
--- a/libgnac/libgnac-gst.c
+++ b/libgnac/libgnac-gst.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-gst.h b/libgnac/libgnac-gst.h
index 62119ad..5e5fabe 100644
--- a/libgnac/libgnac-gst.h
+++ b/libgnac/libgnac-gst.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-marshallers.c b/libgnac/libgnac-marshallers.c
index 3b5652d..6dc79f1 100644
--- a/libgnac/libgnac-marshallers.c
+++ b/libgnac/libgnac-marshallers.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-marshallers.h b/libgnac/libgnac-marshallers.h
index 2f03b8f..1f03720 100644
--- a/libgnac/libgnac-marshallers.h
+++ b/libgnac/libgnac-marshallers.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-media-item.c b/libgnac/libgnac-media-item.c
index ee6239d..d79205b 100644
--- a/libgnac/libgnac-media-item.c
+++ b/libgnac/libgnac-media-item.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-media-item.h b/libgnac/libgnac-media-item.h
index 7dba75e..a898777 100644
--- a/libgnac/libgnac-media-item.h
+++ b/libgnac/libgnac-media-item.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-metadata-tags.h b/libgnac/libgnac-metadata-tags.h
index a6e6194..dc03d31 100644
--- a/libgnac/libgnac-metadata-tags.h
+++ b/libgnac/libgnac-metadata-tags.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-metadata.c b/libgnac/libgnac-metadata.c
index 09da337..66bc822 100644
--- a/libgnac/libgnac-metadata.c
+++ b/libgnac/libgnac-metadata.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-metadata.h b/libgnac/libgnac-metadata.h
index 39d5a5c..0990e87 100644
--- a/libgnac/libgnac-metadata.h
+++ b/libgnac/libgnac-metadata.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-output.c b/libgnac/libgnac-output.c
index a38b4f8..eaf838e 100644
--- a/libgnac/libgnac-output.c
+++ b/libgnac/libgnac-output.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-output.h b/libgnac/libgnac-output.h
index 306924e..ea75916 100644
--- a/libgnac/libgnac-output.h
+++ b/libgnac/libgnac-output.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/libgnac/libgnac-profile.h b/libgnac/libgnac-profile.h
index 3fac559..7b305e1 100644
--- a/libgnac/libgnac-profile.h
+++ b/libgnac/libgnac-profile.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/man/gnac.1 b/man/gnac.1
index c42bd0d..9253430 100644
--- a/man/gnac.1
+++ b/man/gnac.1
@@ -3,7 +3,7 @@
 .\"
 .\" GNAC 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.
 .\"
 .\" GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-bars.c b/src/gnac-bars.c
index c185cb9..6769ac2 100644
--- a/src/gnac-bars.c
+++ b/src/gnac-bars.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-bars.h b/src/gnac-bars.h
index 2d1699a..02f5292 100644
--- a/src/gnac-bars.h
+++ b/src/gnac-bars.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-file-list.c b/src/gnac-file-list.c
index 2432304..4de6181 100644
--- a/src/gnac-file-list.c
+++ b/src/gnac-file-list.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-file-list.h b/src/gnac-file-list.h
index 19f029b..7f307b0 100644
--- a/src/gnac-file-list.h
+++ b/src/gnac-file-list.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-gconf.c b/src/gnac-gconf.c
index 8ae7b50..c5a10e4 100644
--- a/src/gnac-gconf.c
+++ b/src/gnac-gconf.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-gconf.h b/src/gnac-gconf.h
index 6fa17ca..bbef748 100644
--- a/src/gnac-gconf.h
+++ b/src/gnac-gconf.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-main.c b/src/gnac-main.c
index 320c06c..5af6bdd 100644
--- a/src/gnac-main.c
+++ b/src/gnac-main.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-main.h b/src/gnac-main.h
index b4e913f..02f5e96 100644
--- a/src/gnac-main.h
+++ b/src/gnac-main.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-options.c b/src/gnac-options.c
index 8b481d4..376050b 100644
--- a/src/gnac-options.c
+++ b/src/gnac-options.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-options.h b/src/gnac-options.h
index 2d61a62..34691d0 100644
--- a/src/gnac-options.h
+++ b/src/gnac-options.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-playlist.c b/src/gnac-playlist.c
index 42333e4..b3b4756 100755
--- a/src/gnac-playlist.c
+++ b/src/gnac-playlist.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-playlist.h b/src/gnac-playlist.h
index fc8ac5c..2306f5f 100755
--- a/src/gnac-playlist.h
+++ b/src/gnac-playlist.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-prefs.c b/src/gnac-prefs.c
index 641c19b..94dcd33 100644
--- a/src/gnac-prefs.c
+++ b/src/gnac-prefs.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-prefs.h b/src/gnac-prefs.h
index 8146685..ae55e72 100644
--- a/src/gnac-prefs.h
+++ b/src/gnac-prefs.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-properties.c b/src/gnac-properties.c
index 9d0e730..8a41400 100644
--- a/src/gnac-properties.c
+++ b/src/gnac-properties.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-properties.h b/src/gnac-properties.h
index 93de18e..5614d44 100644
--- a/src/gnac-properties.h
+++ b/src/gnac-properties.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-stock-items.c b/src/gnac-stock-items.c
index 08c17ca..f0ea019 100644
--- a/src/gnac-stock-items.c
+++ b/src/gnac-stock-items.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-stock-items.h b/src/gnac-stock-items.h
index a16e71a..eef0a87 100644
--- a/src/gnac-stock-items.h
+++ b/src/gnac-stock-items.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-ui.c b/src/gnac-ui.c
index 044273c..7e3a8d8 100644
--- a/src/gnac-ui.c
+++ b/src/gnac-ui.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-ui.h b/src/gnac-ui.h
index b7fdcf7..e0bdbf7 100644
--- a/src/gnac-ui.h
+++ b/src/gnac-ui.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-utils.c b/src/gnac-utils.c
index 5eb80c4..19fb731 100644
--- a/src/gnac-utils.c
+++ b/src/gnac-utils.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/gnac-utils.h b/src/gnac-utils.h
index 941968e..c0d3a97 100644
--- a/src/gnac-utils.h
+++ b/src/gnac-utils.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-aac.c b/src/profiles/formats/gnac-profiles-aac.c
index 1ef1d81..8900ccd 100755
--- a/src/profiles/formats/gnac-profiles-aac.c
+++ b/src/profiles/formats/gnac-profiles-aac.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-aac.h b/src/profiles/formats/gnac-profiles-aac.h
index 8e3472f..04e0abc 100644
--- a/src/profiles/formats/gnac-profiles-aac.h
+++ b/src/profiles/formats/gnac-profiles-aac.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-flac.c b/src/profiles/formats/gnac-profiles-flac.c
index e3c939d..11cd89c 100755
--- a/src/profiles/formats/gnac-profiles-flac.c
+++ b/src/profiles/formats/gnac-profiles-flac.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-flac.h b/src/profiles/formats/gnac-profiles-flac.h
index cebea4e..3e6ba65 100644
--- a/src/profiles/formats/gnac-profiles-flac.h
+++ b/src/profiles/formats/gnac-profiles-flac.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-lame.c b/src/profiles/formats/gnac-profiles-lame.c
index 62a1983..eb955b5 100755
--- a/src/profiles/formats/gnac-profiles-lame.c
+++ b/src/profiles/formats/gnac-profiles-lame.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-lame.h b/src/profiles/formats/gnac-profiles-lame.h
index fd84d44..ed7ee5c 100644
--- a/src/profiles/formats/gnac-profiles-lame.h
+++ b/src/profiles/formats/gnac-profiles-lame.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-speex.c b/src/profiles/formats/gnac-profiles-speex.c
index d887e03..5bf351e 100644
--- a/src/profiles/formats/gnac-profiles-speex.c
+++ b/src/profiles/formats/gnac-profiles-speex.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-speex.h b/src/profiles/formats/gnac-profiles-speex.h
index 02a534e..28377d7 100644
--- a/src/profiles/formats/gnac-profiles-speex.h
+++ b/src/profiles/formats/gnac-profiles-speex.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-unknown.c b/src/profiles/formats/gnac-profiles-unknown.c
index d06b4c1..9dd24be 100644
--- a/src/profiles/formats/gnac-profiles-unknown.c
+++ b/src/profiles/formats/gnac-profiles-unknown.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-unknown.h b/src/profiles/formats/gnac-profiles-unknown.h
index 16d55bf..29d21b4 100644
--- a/src/profiles/formats/gnac-profiles-unknown.h
+++ b/src/profiles/formats/gnac-profiles-unknown.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-vorbis.c b/src/profiles/formats/gnac-profiles-vorbis.c
index 0879631..65ce16b 100755
--- a/src/profiles/formats/gnac-profiles-vorbis.c
+++ b/src/profiles/formats/gnac-profiles-vorbis.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-vorbis.h b/src/profiles/formats/gnac-profiles-vorbis.h
index 44fb982..3a51b0e 100644
--- a/src/profiles/formats/gnac-profiles-vorbis.h
+++ b/src/profiles/formats/gnac-profiles-vorbis.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-wav.c b/src/profiles/formats/gnac-profiles-wav.c
index bb2460a..517e7f5 100755
--- a/src/profiles/formats/gnac-profiles-wav.c
+++ b/src/profiles/formats/gnac-profiles-wav.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-wav.h b/src/profiles/formats/gnac-profiles-wav.h
index c732987..f27803b 100644
--- a/src/profiles/formats/gnac-profiles-wav.h
+++ b/src/profiles/formats/gnac-profiles-wav.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-wavpack.c b/src/profiles/formats/gnac-profiles-wavpack.c
index 5f38a68..9bfa541 100644
--- a/src/profiles/formats/gnac-profiles-wavpack.c
+++ b/src/profiles/formats/gnac-profiles-wavpack.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/formats/gnac-profiles-wavpack.h b/src/profiles/formats/gnac-profiles-wavpack.h
index f63e408..e5b7251 100644
--- a/src/profiles/formats/gnac-profiles-wavpack.h
+++ b/src/profiles/formats/gnac-profiles-wavpack.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-default.c b/src/profiles/gnac-profiles-default.c
index cfba66a..044affb 100755
--- a/src/profiles/gnac-profiles-default.c
+++ b/src/profiles/gnac-profiles-default.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-default.h b/src/profiles/gnac-profiles-default.h
index 4a07172..541e584 100755
--- a/src/profiles/gnac-profiles-default.h
+++ b/src/profiles/gnac-profiles-default.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-manager.c b/src/profiles/gnac-profiles-manager.c
index 33acc3d..3e17bae 100644
--- a/src/profiles/gnac-profiles-manager.c
+++ b/src/profiles/gnac-profiles-manager.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-manager.h b/src/profiles/gnac-profiles-manager.h
index 2e41333..d33a2fc 100644
--- a/src/profiles/gnac-profiles-manager.h
+++ b/src/profiles/gnac-profiles-manager.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-properties.c b/src/profiles/gnac-profiles-properties.c
index 13b2376..946bc9d 100644
--- a/src/profiles/gnac-profiles-properties.c
+++ b/src/profiles/gnac-profiles-properties.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-properties.h b/src/profiles/gnac-profiles-properties.h
index 89aaa37..9811e0c 100644
--- a/src/profiles/gnac-profiles-properties.h
+++ b/src/profiles/gnac-profiles-properties.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-utils.c b/src/profiles/gnac-profiles-utils.c
index af11a0e..7a28c18 100755
--- a/src/profiles/gnac-profiles-utils.c
+++ b/src/profiles/gnac-profiles-utils.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-utils.h b/src/profiles/gnac-profiles-utils.h
index af5743d..2383429 100755
--- a/src/profiles/gnac-profiles-utils.h
+++ b/src/profiles/gnac-profiles-utils.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-xml-engine.c b/src/profiles/gnac-profiles-xml-engine.c
index 4f171e1..ee291a9 100755
--- a/src/profiles/gnac-profiles-xml-engine.c
+++ b/src/profiles/gnac-profiles-xml-engine.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles-xml-engine.h b/src/profiles/gnac-profiles-xml-engine.h
index c772260..955d8dd 100755
--- a/src/profiles/gnac-profiles-xml-engine.h
+++ b/src/profiles/gnac-profiles-xml-engine.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles.c b/src/profiles/gnac-profiles.c
index dda8159..06f0f39 100755
--- a/src/profiles/gnac-profiles.c
+++ b/src/profiles/gnac-profiles.c
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,
diff --git a/src/profiles/gnac-profiles.h b/src/profiles/gnac-profiles.h
index 2a8085c..4462b8b 100755
--- a/src/profiles/gnac-profiles.h
+++ b/src/profiles/gnac-profiles.h
@@ -9,7 +9,7 @@
  *
  * GNAC 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.
  *
  * GNAC is distributed in the hope that it will be useful,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]