2005
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3831 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5b68e15763
commit
dfd8dc1227
13 changed files with 17 additions and 17 deletions
|
@ -853,7 +853,7 @@ New documentation by Joost Verburg</p>
|
|||
<pre>
|
||||
Original version Copyright © 2001 Michael Bishop
|
||||
DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
|
||||
DLL version 2 Copyright © 2003-2004 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
DLL version 2 Copyright © 2003-2005 Amir Szekely, Joost Verburg, Dave Laundon
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2002-2004 Joost Verburg
|
||||
Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
|
|
|
@ -1244,7 +1244,7 @@ src="images/closed.gif" onclick=
|
|||
"toggle('trigger_lic', 'toggle_lic');" /> License Terms</h3>
|
||||
<div class="toggle" id="toggle_lic">
|
||||
<pre>
|
||||
Copyright © 2002-2004 Joost Verburg
|
||||
Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
@ -1264,7 +1264,7 @@ it freely, subject to the following restrictions:
|
|||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">©2002-2004 Joost Verburg</div>
|
||||
<div class="footer">©2002-2005 Joost Verburg</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
;Macro System
|
||||
;Written by Joost Verburg
|
||||
|
||||
;Copyright © 2002-2004 Joost Verburg
|
||||
;Copyright © 2002-2005 Joost Verburg
|
||||
|
||||
;Documentation: Readme.html
|
||||
;License: License.txt
|
||||
;Examples: Examples\Modern UI
|
||||
|
||||
!echo "NSIS Modern User Interface version 1.72 - © 2002-2004 Joost Verburg"
|
||||
!echo "NSIS Modern User Interface version 1.72 - © 2002-2005 Joost Verburg"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;--------------------------------
|
||||
|
||||
; Original version Copyright (C) 2002-2003 Nathan Purciful.
|
||||
; Version for NSIS distribution Copyright (C) 2003-2004 Joost Verburg.
|
||||
; Version for NSIS distribution Copyright (C) 2003-2005 Joost Verburg.
|
||||
;
|
||||
; This software is provided 'as-is', without any express or implied
|
||||
; warranty. In no event will the authors be held liable for any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue