[or-cvs] Backport installer license page removal.

Nick Mathewson nickm at seul.org
Mon Jan 3 21:24:28 UTC 2005


Update of /home/or/cvsroot/tor/contrib
In directory moria.mit.edu:/tmp/cvs-serv2460

Modified Files:
      Tag: tor-0_0_9-patches
	tor.nsi 
Log Message:
Backport installer license page removal.

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -d -r1.23 -r1.23.2.1
--- tor.nsi	15 Dec 2004 19:51:34 -0000	1.23
+++ tor.nsi	3 Jan 2005 21:24:25 -0000	1.23.2.1
@@ -66,7 +66,9 @@
 !define MUI_FINISHPAGE_LINK_LOCATION ${WEBSITE}
 
 !insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "${LICENSE}"
+; There's no point in having a clickthrough license: Our license adds
+; certain rights, but doesn't remove them.
+; !insertmacro MUI_PAGE_LICENSE "${LICENSE}"
 !insertmacro MUI_PAGE_COMPONENTS
 !insertmacro MUI_PAGE_DIRECTORY
 !insertmacro MUI_PAGE_INSTFILES



More information about the tor-commits mailing list