diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 11:50:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 11:50:39 -0500 |
commit | 1a07348a50ec679c8b7bb1abb45e61a9ebcc69a9 (patch) | |
tree | 37542e1fba60568e9b04fe88ec32205bf095cab3 /contrib/netinst.nsi | |
parent | 69771bb5fc0fc472436c5f3fe6dfd3bd0f4929da (diff) | |
download | tor-1a07348a50ec679c8b7bb1abb45e61a9ebcc69a9.tar.gz tor-1a07348a50ec679c8b7bb1abb45e61a9ebcc69a9.zip |
Bump copyright statements to 2011
Diffstat (limited to 'contrib/netinst.nsi')
-rw-r--r-- | contrib/netinst.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/netinst.nsi b/contrib/netinst.nsi index 622310e9a3..08d950ab04 100644 --- a/contrib/netinst.nsi +++ b/contrib/netinst.nsi @@ -22,7 +22,7 @@ VIProductVersion "${VERSION}" VIAddVersionKey "ProductName" "Tor" VIAddVersionKey "Comments" "${WEBSITE}" VIAddVersionKey "LegalTrademarks" "Three line BSD" -VIAddVersionKey "LegalCopyright" "©2004-2010, Roger Dingledine, Nick Mathewson, The Tor Project, Inc." +VIAddVersionKey "LegalCopyright" "©2004-2011, Roger Dingledine, Nick Mathewson, The Tor Project, Inc." VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at ${WEBSITE}" VIAddVersionKey "FileVersion" "${VERSION}" |