summaryrefslogtreecommitdiff
path: root/src/mmsrip
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-24 12:21:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-24 12:21:42 +0000
commit09be6e615e264a4d3ff7a78a5d213644ce9ee91b (patch)
tree5a2cc6ca39be3c115c976c1a023c9a66fc4f76c7 /src/mmsrip
parent54e983b2c871f8a0e3f726bfb42f498fe68d81a8 (diff)
GPL v3
Diffstat (limited to 'src/mmsrip')
-rw-r--r--src/mmsrip/common.h2
-rw-r--r--src/mmsrip/error.c2
-rw-r--r--src/mmsrip/error.h2
-rw-r--r--src/mmsrip/main.c4
-rw-r--r--src/mmsrip/mms.c2
-rw-r--r--src/mmsrip/mms.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/src/mmsrip/common.h b/src/mmsrip/common.h
index 47f5567..316c30a 100644
--- a/src/mmsrip/common.h
+++ b/src/mmsrip/common.h
@@ -7,7 +7,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/mmsrip/error.c b/src/mmsrip/error.c
index 9d2f4c9..7d28ed2 100644
--- a/src/mmsrip/error.c
+++ b/src/mmsrip/error.c
@@ -7,7 +7,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/mmsrip/error.h b/src/mmsrip/error.h
index d0e379c..672accf 100644
--- a/src/mmsrip/error.h
+++ b/src/mmsrip/error.h
@@ -7,7 +7,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/mmsrip/main.c b/src/mmsrip/main.c
index a575b4a..4943e7a 100644
--- a/src/mmsrip/main.c
+++ b/src/mmsrip/main.c
@@ -7,7 +7,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,
@@ -176,7 +176,7 @@ main ( int argc,
fprintf ( stderr, "Written by %s.\n", PROGRAM_AUTHORS );
fprintf ( stderr, "With a lot of help from %s.\n\n", PROGRAM_HELPERS );
fprintf ( stderr, "This program is free software; you can redistribute it and/or\nmodify it under the terms " \
- "of the GNU General Public License\nas published by the Free Software Foundation; either version 2" \
+ "of the GNU General Public License\nas published by the Free Software Foundation; either version 3" \
",\nor (at your option) any later version.\n\n" );
return 0;
}
diff --git a/src/mmsrip/mms.c b/src/mmsrip/mms.c
index 022f7ae..efaa662 100644
--- a/src/mmsrip/mms.c
+++ b/src/mmsrip/mms.c
@@ -10,7 +10,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/mmsrip/mms.h b/src/mmsrip/mms.h
index 9ce909f..7ab1d33 100644
--- a/src/mmsrip/mms.h
+++ b/src/mmsrip/mms.h
@@ -10,7 +10,7 @@
*
* This program 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, or (at your option) any
+ * Free Software Foundation; either version 3, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful,