summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-02-07 08:58:13 +0000
committerishmal <ishmal@users.sourceforge.net>2008-02-07 08:58:13 +0000
commitb927d387eca347f4cce87e8568213e925158fb13 (patch)
tree95bc284cde40b5c2145fae4c3e129384e3cbfcc9 /src
parentFix wrong identification of invalid effects (for unknown effects, it used to ... (diff)
downloadinkscape-b927d387eca347f4cce87e8568213e925158fb13.tar.gz
inkscape-b927d387eca347f4cce87e8568213e925158fb13.zip
Changed by request to GPL2
(bzr r4673)
Diffstat (limited to 'src')
-rw-r--r--src/dom/odf/odfdocument.cpp4
-rw-r--r--src/dom/odf/odfdocument.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/dom/odf/odfdocument.cpp b/src/dom/odf/odfdocument.cpp
index cba9e1349..6e3645ceb 100644
--- a/src/dom/odf/odfdocument.cpp
+++ b/src/dom/odf/odfdocument.cpp
@@ -9,7 +9,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 3 of the License, or
+ * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -23,6 +23,8 @@
*
* For more information, please write to rwjj@earthlink.net
*
+ * RWJ : 080207: Changed to GPL2 by me
+ *
*/
#include "odfdocument.h"
diff --git a/src/dom/odf/odfdocument.h b/src/dom/odf/odfdocument.h
index c18dc4b72..0f892acb0 100644
--- a/src/dom/odf/odfdocument.h
+++ b/src/dom/odf/odfdocument.h
@@ -11,7 +11,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 3 of the License, or
+ * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -25,6 +25,7 @@
*
* For more information, please write to rwjj@earthlink.net
*
+ * RWJ : 080207: Changed to GPL2 by me
*/
#include <vector>