From c16ca4f9fc270c5f57df9648ba63569f102c0998 Mon Sep 17 00:00:00 2001
From: kichik
Original version Copyright © 2001 Michael Bishop DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM -DLL version 2 Copyright © 2003-2005 Amir Szekely, Joost Verburg, Dave Laundon +DLL version 2 Copyright © 2003-2006 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 diff --git a/Contrib/Modern UI/License.txt b/Contrib/Modern UI/License.txt index 37955521..58fc323b 100644 --- a/Contrib/Modern UI/License.txt +++ b/Contrib/Modern UI/License.txt @@ -1,4 +1,4 @@ -Copyright © 2002-2005 Joost Verburg +Copyright © 2002-2006 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. diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index ef01b4c0..4aa5e07f 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -1243,7 +1243,7 @@ src="images/closed.gif" onclick= "toggle('trigger_lic', 'toggle_lic');" /> License Terms- + diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index e366cb72..5164062b 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -2,13 +2,13 @@ ;Macro System ;Written by Joost Verburg -;Copyright © 2002-2005 Joost Verburg +;Copyright © 2002-2006 Joost Verburg ;Documentation: Readme.html ;License: License.txt ;Examples: Examples\Modern UI -!echo "NSIS Modern User Interface version 1.74 - © 2002-2005 Joost Verburg" +!echo "NSIS Modern User Interface version 1.74 - © 2002-2006 Joost Verburg" ;-------------------------------- diff --git a/Docs/src/chm_config.but b/Docs/src/chm_config.but index 276af2f7..93a3d737 100644 --- a/Docs/src/chm_config.but +++ b/Docs/src/chm_config.but @@ -20,5 +20,5 @@ \preamble Quick links:\\-Copyright © 2002-2005 Joost Verburg +Copyright © 2002-2006 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 @@ -1263,7 +1263,7 @@ it freely, subject to the following restrictions:
\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\
\W{http://nsis.sourceforge.net/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\
\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features -\copyright Copyright (C) 1999-2005 Nullsoft, Inc. +\copyright Copyright (C) 1999-2006 Nullsoft, Inc. diff --git a/Docs/src/config.but b/Docs/src/config.but index 1590ad9a..92a8212d 100644 --- a/Docs/src/config.but +++ b/Docs/src/config.but @@ -16,4 +16,4 @@ \preamble Quick links:\\
\W{http://nsis.sourceforge.net/support/faq/}{FAQ} - A list of frequently asked questions\\
\W{http://nsis.sourceforge.net/wiki/}{NSIS Wiki} - Examples, functions, tutorials, plug-ins, software and more\\
\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features -\copyright Copyright (C) 1999-2005 Nullsoft, Inc. \ No newline at end of file +\copyright Copyright (C) 1999-2006 Nullsoft, Inc. \ No newline at end of file diff --git a/Docs/src/license.but b/Docs/src/license.but index 66144cc9..e3fa338c 100644 --- a/Docs/src/license.but +++ b/Docs/src/license.but @@ -1,6 +1,6 @@ \A{license} NSIS License -\c Copyright (C) 1999-2005 Nullsoft, Inc. +\c Copyright (C) 1999-2006 Nullsoft, Inc. \c \c This software is provided 'as-is', without any express or implied \c warranty. In no event will the authors be held liable for any damages diff --git a/Source/ResourceEditor.cpp b/Source/ResourceEditor.cpp index 7d00e1bf..6d68d26d 100644 --- a/Source/ResourceEditor.cpp +++ b/Source/ResourceEditor.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Amir Szekely+ Copyright (C) 2002-2006 Amir Szekely This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/Source/ResourceEditor.h b/Source/ResourceEditor.h index 668c0108..978fe25b 100644 --- a/Source/ResourceEditor.h +++ b/Source/ResourceEditor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Amir Szekely + Copyright (C) 2002-2006 Amir Szekely This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index f9b0d4d5..562bedc2 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -3,7 +3,7 @@ Nullsoft Scriptable Install System (NSIS) main.c - executable header main code - Copyright (C) 1999-2005 Nullsoft, Inc. + Copyright (C) 1999-2006 Nullsoft, Inc. This license applies to everything in the NSIS package, except where otherwise noted. diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 42128659..2c10b57a 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -1,5 +1,5 @@ /* -* Copyright (C) 1999-2005 Nullsoft, Inc. +* Copyright (C) 1999-2006 Nullsoft, Inc. * Portions Copyright (C) 2002 Jeff Doozan * * This software is provided 'as-is', without any express or implied warranty. diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 4459c62c..2eff9c67 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -3,7 +3,7 @@ Nullsoft Scriptable Install System (NSIS) makensis.cpp - installer compiler code - Copyright (C) 1999-2005 Nullsoft, Inc. + Copyright (C) 1999-2006 Nullsoft, Inc. This license applies to everything in the NSIS package, except where otherwise noted. @@ -79,7 +79,7 @@ static void sigint(int sig) static void print_logo() { - fprintf(g_output,"MakeNSIS %s - Copyright 1999-2005 Nullsoft, Inc.\n" + fprintf(g_output,"MakeNSIS %s - Copyright 1999-2006 Nullsoft, Inc.\n" "\n" "Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n" "Portions Copyright (C) 1996-2002 Julian R Seward (bzip2).\n" @@ -91,7 +91,7 @@ static void print_logo() static void print_license() { - fprintf(g_output,"Copyright (C) 1999-2005 Nullsoft, Inc.\n\n" + fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft, Inc.\n\n" "This license applies to everything in the NSIS package, except where otherwise\nnoted.\n\n" "This software is provided 'as-is', without any express or implied warranty.\n" "In no event will the authors be held liable for any damages arising from the\n"