diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-07 19:35:21 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:15 +0200 |
commit | faa2321bded41f9919b06dcc4c5b85ec000cd424 (patch) | |
tree | cf37c39cc80011fd35f39f6e1c2355490e1836c6 /windows | |
parent | 6d78ca65a77ddf125c755526caf2b8da8903e9cb (diff) | |
download | external_gettext-faa2321bded41f9919b06dcc4c5b85ec000cd424.zip external_gettext-faa2321bded41f9919b06dcc4c5b85ec000cd424.tar.gz external_gettext-faa2321bded41f9919b06dcc4c5b85ec000cd424.tar.bz2 |
Switch the license of the programs from GPLv2 to GPLv3.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/gettext.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/gettext.rc b/windows/gettext.rc index c65cf35..bb63d6c 100644 --- a/windows/gettext.rc +++ b/windows/gettext.rc @@ -19,7 +19,7 @@ BEGIN BEGIN BLOCK "04090000" /* Lang = US English, Charset = ASCII */ BEGIN - VALUE "Comments", "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0" + VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista and Windows 95/98/ME\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" |