aboutsummaryrefslogtreecommitdiff
path: root/contrib/bundle.nsi
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-27 17:16:31 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-27 17:16:31 -0500
commitb006e3279f72b5d1e966107a08d9b5c916915131 (patch)
treed8e1045df0e5825ce9eabf590c35303dd218c301 /contrib/bundle.nsi
parent1c25077b1ced61ef9b4179d9718959e678794900 (diff)
parentc3e63483b2f16eb1717035eac4c14315b95671f5 (diff)
downloadtor-b006e3279f72b5d1e966107a08d9b5c916915131.tar.gz
tor-b006e3279f72b5d1e966107a08d9b5c916915131.zip
Merge remote branch 'origin/maint-0.2.1'
Conflicts: src/common/test.h src/or/test.c
Diffstat (limited to 'contrib/bundle.nsi')
-rw-r--r--contrib/bundle.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bundle.nsi b/contrib/bundle.nsi
index 0f1d82f3e6..ffc64df3c8 100644
--- a/contrib/bundle.nsi
+++ b/contrib/bundle.nsi
@@ -22,7 +22,7 @@ VIProductVersion "${VERSION}"
VIAddVersionKey "ProductName" "Tor"
VIAddVersionKey "Comments" "${WEBSITE}"
VIAddVersionKey "LegalTrademarks" "Three line BSD"
-VIAddVersionKey "LegalCopyright" "©2004-2009, Roger Dingledine, Nick Mathewson, The Tor Project, Inc."
+VIAddVersionKey "LegalCopyright" "©2004-2010, 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}"