Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2009-01-13 16:54:39 +00:00
parent bf6c65b158
commit 80c2fae5c1
9 changed files with 16 additions and 16 deletions

View file

@ -1,11 +1,11 @@
/*
NSIS Modern User Interface - Version 2.0
Copyright © 2002-2008 Joost Verburg
Copyright 2002-2008 Joost Verburg
*/
!echo "NSIS Modern User Interface version 2.0 - © 2002-2008 Joost Verburg"
!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2008 Joost Verburg"
;--------------------------------

View file

@ -1,4 +1,4 @@
Copyright © 2002-2008 Joost Verburg
Copyright 2002-2008 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.
@ -7,4 +7,4 @@ Permission is granted to anyone to use this software for any purpose, including
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software.
If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
2. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any distribution.
3. This notice may not be removed or altered from any distribution.

View file

@ -1,11 +1,11 @@
/*
NSIS Modern User Interface - Version 1.8
Copyright © 2002-2008 Joost Verburg
Copyright 2002-2008 Joost Verburg
*/
!echo "NSIS Modern User Interface version 1.8 - © 2002-2008 Joost Verburg"
!echo "NSIS Modern User Interface version 1.8 - Copyright 2002-2008 Joost Verburg"
;--------------------------------

View file

@ -4,7 +4,7 @@ MultiUser.nsh
Installer configuration for multi-user Windows environments
Copyright © 2008 Joost Verburg
Copyright 2008 Joost Verburg
*/