diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-01-11 00:36:15 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-01-11 00:36:15 +0000 |
commit | a40d7a9ce641f57a1aed935797a42ef742e54132 (patch) | |
tree | 7463d8ad4185c4327185bd6e89347ebb5e170848 /contrib | |
parent | 35bd6caa1a1a97236ee94e9652d55dd991db0351 (diff) | |
download | tor-a40d7a9ce641f57a1aed935797a42ef742e54132.tar.gz tor-a40d7a9ce641f57a1aed935797a42ef742e54132.zip |
Updated copyright.
svn:r9329
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 946f0b326d..7562d6bf6e 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -27,7 +27,7 @@ VIProductVersion "${VERSION}" VIAddVersionKey "ProductName" "The Onion Router: Tor" VIAddVersionKey "Comments" "http://tor.eff.org" VIAddVersionKey "LegalTrademarks" "Three line BSD" -VIAddVersionKey "LegalCopyright" "©2004-2006, Roger Dingledine, Nick Mathewson" +VIAddVersionKey "LegalCopyright" "©2004-2007, Roger Dingledine, Nick Mathewson" VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at http://tor.eff.org/" VIAddVersionKey "FileVersion" "${VERSION}" |