diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-26 16:14:06 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-26 16:14:06 +0000 |
| commit | ab36ec7de3f93896689f0b123e388982446c2525 (patch) | |
| tree | 5d8dfb74c85f31666fc440ef3873003ff72c106b /src/helper | |
| parent | Allow to cancel PNG export (diff) | |
| download | inkscape-ab36ec7de3f93896689f0b123e388982446c2525.tar.gz inkscape-ab36ec7de3f93896689f0b123e388982446c2525.zip | |
license fix
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/gettext.cpp | 2 | ||||
| -rw-r--r-- | src/helper/gettext.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index 4d882c0cd..1942b373c 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -11,7 +11,7 @@ * * Inkscape 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. * * Inkscape is distributed in the hope that it will be useful, diff --git a/src/helper/gettext.h b/src/helper/gettext.h index 689bddbbb..ecffcdc07 100644 --- a/src/helper/gettext.h +++ b/src/helper/gettext.h @@ -11,7 +11,7 @@ * * Inkscape 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. * * Inkscape is distributed in the hope that it will be useful, |
