diff options
Diffstat (limited to 'scripts/w32installer.nsi')
-rw-r--r-- | scripts/w32installer.nsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi index 5a8c668c4..327182d5b 100644 --- a/scripts/w32installer.nsi +++ b/scripts/w32installer.nsi @@ -43,12 +43,11 @@ VIAddVersionKey "Comments" \ "GnuPG 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 software; if not, write to the Free Software Foundation, Inc., \ - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" + this software; if not, see <http://www.gnu.org/licenses/>." VIAddVersionKey "CompanyName" "Free Software Foundation" VIAddVersionKey "LegalTrademarks" "" VIAddVersionKey "LegalCopyright" \ - "Copyright (C) 2005 Free Software Foundation, Inc." + "Copyright (C) 2007 Free Software Foundation, Inc." VIAddVersionKey "FileDescription" \ "GnuPG: Encryption and digital signature tool" VIAddVersionKey "FileVersion" "${PROD_VERSION}" |