diff --git a/Docs/src/config.but b/Docs/src/config.but index 51d006b8..52a75e75 100644 --- a/Docs/src/config.but +++ b/Docs/src/config.but @@ -16,4 +16,4 @@ \preamble For more useful functions, NSIS related software, example scripts, plugins and tutorials: visit the \W{http://nsis.sourceforge.net/archive/}{the NSIS Archive}. -\copyright Copyright (c) 2002 Nullsoft, Inc. \ No newline at end of file +\copyright Copyright (C) 1999-2003 Nullsoft, Inc. \ No newline at end of file diff --git a/Docs/src/license.but b/Docs/src/license.but index 711e2bfd..635d4652 100644 --- a/Docs/src/license.but +++ b/Docs/src/license.but @@ -1,6 +1,6 @@ \A{license} NSIS License -\c Copyright (C) 1999-2002 Nullsoft, Inc. +\c Copyright (C) 1999-2003 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/exehead/Main.c b/Source/exehead/Main.c index 93367398..c390b090 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -1,7 +1,7 @@ /* Nullsoft "SuperPimp" Installation System - main.c - executable header main code - Copyright (C) 1999-2002 Nullsoft, Inc. + Copyright (C) 1999-2003 Nullsoft, Inc. 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/Ui.c b/Source/exehead/Ui.c index bd3b3a0e..73daf9fd 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -1,5 +1,5 @@ /* -* Copyright (C) 1999-2002 Nullsoft, Inc. +* Copyright (C) 1999-2003 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 55ddf1c0..bcc4e383 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -2,9 +2,8 @@ const char *NSIS_VERSION="v2.0b1"; /* Nullsoft "SuperPimp" Installation System - makensis.cpp - installer compiler code - May 21st, 2002 - Copyright (C) 1999-2002 Nullsoft, Inc. + Copyright (C) 1999-2003 Nullsoft, Inc. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -107,7 +106,7 @@ int main(int argc, char **argv) } outputtried=1; } - fprintf(g_output,"MakeNSIS %s - Copyright 1999-2002 Nullsoft, Inc.\n" + fprintf(g_output,"MakeNSIS %s - Copyright 1999-2003 Nullsoft, Inc.\n" "\n" "Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).\n" "Includes portions derived from bzip2 (see documentation for details).\n"