From c145d69e55ced199484a76c684e8c1d26181473d Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 13 Jan 2007 17:28:23 +0000 Subject: [PATCH] 2006 -> 2007 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6 --- COPYING | 2 +- Contrib/InstallOptions/Readme.html | 2 +- Contrib/Modern UI/License.txt | 2 +- Contrib/Modern UI/Readme.html | 4 ++-- Contrib/Modern UI/System.nsh | 4 ++-- Docs/src/chm_config.but | 2 +- Docs/src/config.but | 2 +- Docs/src/license.but | 2 +- Source/7zip/LZMADecode.c | 2 +- Source/7zip/LZMADecode.h | 2 +- Source/Platform.h | 2 +- Source/Plugins.cpp | 2 +- Source/Plugins.h | 2 +- Source/ResourceEditor.cpp | 2 +- Source/ResourceEditor.h | 2 +- Source/ResourceVersionInfo.cpp | 2 +- Source/ResourceVersionInfo.h | 2 +- Source/ShConstants.cpp | 2 +- Source/afxres.h | 2 +- Source/build.cpp | 2 +- Source/build.h | 2 +- Source/bzip2/blocksort.c | 2 +- Source/bzip2/bzlib.c | 2 +- Source/bzip2/bzlib.h | 2 +- Source/bzip2/compress.c | 2 +- Source/bzip2/decompress.c | 2 +- Source/bzip2/huffman.c | 2 +- Source/cbzip2.h | 2 +- Source/clzma.cpp | 2 +- Source/clzma.h | 2 +- Source/compressor.h | 2 +- Source/crc32.c | 2 +- Source/crc32.h | 2 +- Source/czlib.h | 2 +- Source/dirreader.cpp | 2 +- Source/dirreader.h | 2 +- Source/exehead/Main.c | 2 +- Source/exehead/Ui.c | 2 +- Source/exehead/afxres.h | 2 +- Source/exehead/bgbg.c | 2 +- Source/exehead/components.c | 2 +- Source/exehead/components.h | 2 +- Source/exehead/config.h | 2 +- Source/exehead/exec.c | 2 +- Source/exehead/exec.h | 2 +- Source/exehead/fileform.c | 2 +- Source/exehead/fileform.h | 2 +- Source/exehead/lang.h | 2 +- Source/exehead/state.h | 2 +- Source/exehead/ui.h | 2 +- Source/exehead/util.c | 2 +- Source/exehead/util.h | 2 +- Source/fileform.cpp | 2 +- Source/fileform.h | 2 +- Source/growbuf.cpp | 2 +- Source/growbuf.h | 2 +- Source/lang.cpp | 2 +- Source/lang.h | 2 +- Source/lineparse.cpp | 2 +- Source/lineparse.h | 2 +- Source/makenssi.cpp | 6 +++--- Source/manifest.cpp | 2 +- Source/manifest.h | 2 +- Source/mmap.cpp | 2 +- Source/mmap.h | 2 +- Source/script.cpp | 2 +- Source/strlist.cpp | 2 +- Source/strlist.h | 2 +- Source/tokens.cpp | 2 +- Source/tokens.h | 2 +- Source/util.cpp | 2 +- Source/util.h | 2 +- Source/writer.cpp | 2 +- Source/writer.h | 2 +- Source/zlib/DEFLATE.H | 2 +- Source/zlib/INFBLOCK.C | 2 +- Source/zlib/ZCONF.H | 4 ++-- Source/zlib/ZLIB.H | 2 +- Source/zlib/ZUTIL.H | 4 ++-- Source/zlib/deflate.c | 2 +- Source/zlib/trees.c | 2 +- 81 files changed, 87 insertions(+), 87 deletions(-) diff --git a/COPYING b/COPYING index 459120eb..6c3b223b 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ COPYRIGHT --------- -Copyright (C) 1995-2006 Contributors +Copyright (C) 1995-2007 Contributors More detailed copyright information can be found in the individual source code files. diff --git a/Contrib/InstallOptions/Readme.html b/Contrib/InstallOptions/Readme.html index ba114607..23496e99 100644 --- a/Contrib/InstallOptions/Readme.html +++ b/Contrib/InstallOptions/Readme.html @@ -863,7 +863,7 @@ New documentation by Joost Verburg

 Original version Copyright © 2001 Michael Bishop
 DLL version 1 Copyright © 2001-2002 Nullsoft, Inc., ORTIM
-DLL version 2 Copyright © 2003-2006 Amir Szekely, Joost Verburg, Dave Laundon
+DLL version 2 Copyright © 2003-2007 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 58fc323b..c1d26735 100644
--- a/Contrib/Modern UI/License.txt	
+++ b/Contrib/Modern UI/License.txt	
@@ -1,4 +1,4 @@
-Copyright © 2002-2006 Joost Verburg
+Copyright © 2002-2007 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 aba0c35a..ab91c2f9 100644
--- a/Contrib/Modern UI/Readme.html	
+++ b/Contrib/Modern UI/Readme.html	
@@ -1247,7 +1247,7 @@ src="images/closed.gif" onclick=
 "toggle('trigger_lic', 'toggle_lic');" /> License Terms
 
-Copyright © 2002-2006 Joost Verburg
+Copyright © 2002-2007 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
@@ -1267,7 +1267,7 @@ it freely, subject to the following restrictions:
 
- + diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 19b0c41d..d343b70c 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-2006 Joost Verburg +;Copyright © 2002-2007 Joost Verburg ;Documentation: Readme.html ;License: License.txt ;Examples: Examples\Modern UI -!echo "NSIS Modern User Interface version 1.75 - © 2002-2006 Joost Verburg" +!echo "NSIS Modern User Interface version 1.75 - © 2002-2007 Joost Verburg" ;-------------------------------- diff --git a/Docs/src/chm_config.but b/Docs/src/chm_config.but index 93a3d737..ebe4d856 100644 --- a/Docs/src/chm_config.but +++ b/Docs/src/chm_config.but @@ -20,5 +20,5 @@ \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-2006 Nullsoft, Inc. +\copyright Copyright (C) 1999-2007 Contributors diff --git a/Docs/src/config.but b/Docs/src/config.but index 92a8212d..92f27087 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-2006 Nullsoft, Inc. \ No newline at end of file +\copyright Copyright (C) 1999-2007 Contributors \ No newline at end of file diff --git a/Docs/src/license.but b/Docs/src/license.but index 2f9f356b..0d56a761 100644 --- a/Docs/src/license.but +++ b/Docs/src/license.but @@ -2,7 +2,7 @@ \H{copyright} Copyright -Copyright (C) 1995-2006 Contributors +Copyright (C) 1995-2007 Contributors More detailed copyright information can be found in the individual source code files. diff --git a/Source/7zip/LZMADecode.c b/Source/7zip/LZMADecode.c index 9d9e6017..8b8fe0a1 100644 --- a/Source/7zip/LZMADecode.c +++ b/Source/7zip/LZMADecode.c @@ -4,7 +4,7 @@ * This file is a part of LZMA compression module for NSIS. * * Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov - * Modifications Copyright (C) 2003-2006 Amir Szekely + * Modifications Copyright (C) 2003-2007 Amir Szekely * * Licensed under the Common Public License version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/7zip/LZMADecode.h b/Source/7zip/LZMADecode.h index 19401636..c2a3d4f9 100644 --- a/Source/7zip/LZMADecode.h +++ b/Source/7zip/LZMADecode.h @@ -4,7 +4,7 @@ * This file is a part of LZMA compression module for NSIS. * * Original LZMA SDK Copyright (C) 1999-2006 Igor Pavlov - * Modifications Copyright (C) 2003-2006 Amir Szekely + * Modifications Copyright (C) 2003-2007 Amir Szekely * * Licensed under the Common Public License version 1.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/Platform.h b/Source/Platform.h index afc8dae8..cf578c07 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/Plugins.cpp b/Source/Plugins.cpp index 80bd5c10..2ea9f5ea 100644 --- a/Source/Plugins.cpp +++ b/Source/Plugins.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/Plugins.h b/Source/Plugins.h index e5f24233..ec9e8092 100644 --- a/Source/Plugins.h +++ b/Source/Plugins.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/ResourceEditor.cpp b/Source/ResourceEditor.cpp index 597e495b..98ea6491 100644 --- a/Source/ResourceEditor.cpp +++ b/Source/ResourceEditor.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 2002-2006 Amir Szekely + * Copyright (C) 2002-2007 Amir Szekely * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/ResourceEditor.h b/Source/ResourceEditor.h index e5fc8aea..88d78c49 100644 --- a/Source/ResourceEditor.h +++ b/Source/ResourceEditor.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 2002-2006 Amir Szekely + * Copyright (C) 2002-2007 Amir Szekely * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/ResourceVersionInfo.cpp b/Source/ResourceVersionInfo.cpp index e49c319a..3be4b3c7 100644 --- a/Source/ResourceVersionInfo.cpp +++ b/Source/ResourceVersionInfo.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/ResourceVersionInfo.h b/Source/ResourceVersionInfo.h index ce709c05..90b583bd 100644 --- a/Source/ResourceVersionInfo.h +++ b/Source/ResourceVersionInfo.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/ShConstants.cpp b/Source/ShConstants.cpp index 1d4cbd84..b3aa0fd9 100644 --- a/Source/ShConstants.cpp +++ b/Source/ShConstants.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/afxres.h b/Source/afxres.h index cb67f49f..bf6fa63f 100644 --- a/Source/afxres.h +++ b/Source/afxres.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/build.cpp b/Source/build.cpp index f1d52017..72a48364 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/build.h b/Source/build.h index 59b249b5..6e429f92 100644 --- a/Source/build.h +++ b/Source/build.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/bzip2/blocksort.c b/Source/bzip2/blocksort.c index 909aa59d..621b0c21 100644 --- a/Source/bzip2/blocksort.c +++ b/Source/bzip2/blocksort.c @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/bzip2/bzlib.c b/Source/bzip2/bzlib.c index 7d7dfd4c..cb9bcb2f 100644 --- a/Source/bzip2/bzlib.c +++ b/Source/bzip2/bzlib.c @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/bzip2/bzlib.h b/Source/bzip2/bzlib.h index 45fc4d66..0270f33b 100644 --- a/Source/bzip2/bzlib.h +++ b/Source/bzip2/bzlib.h @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/bzip2/compress.c b/Source/bzip2/compress.c index fb60f190..6263c5f9 100644 --- a/Source/bzip2/compress.c +++ b/Source/bzip2/compress.c @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/bzip2/decompress.c b/Source/bzip2/decompress.c index 3546eb1d..db8e3fa6 100644 --- a/Source/bzip2/decompress.c +++ b/Source/bzip2/decompress.c @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/bzip2/huffman.c b/Source/bzip2/huffman.c index 0f16229b..6259fb1b 100644 --- a/Source/bzip2/huffman.c +++ b/Source/bzip2/huffman.c @@ -2,7 +2,7 @@ * This file is a part of the bzip2 compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.bzip.org/ diff --git a/Source/cbzip2.h b/Source/cbzip2.h index 4d4d913b..5d5d6189 100644 --- a/Source/cbzip2.h +++ b/Source/cbzip2.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/clzma.cpp b/Source/clzma.cpp index 31fb68ae..118fcec5 100644 --- a/Source/clzma.cpp +++ b/Source/clzma.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/clzma.h b/Source/clzma.h index 00bade9e..ac90339b 100644 --- a/Source/clzma.h +++ b/Source/clzma.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/compressor.h b/Source/compressor.h index ae9d16e0..abc1d6af 100644 --- a/Source/compressor.h +++ b/Source/compressor.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/crc32.c b/Source/crc32.c index 6fb3c9d0..e8fabf96 100644 --- a/Source/crc32.c +++ b/Source/crc32.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/crc32.h b/Source/crc32.h index 4860a009..92fb7c92 100644 --- a/Source/crc32.h +++ b/Source/crc32.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/czlib.h b/Source/czlib.h index 5959266c..c929dea0 100644 --- a/Source/czlib.h +++ b/Source/czlib.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/dirreader.cpp b/Source/dirreader.cpp index 17388710..5dd06167 100644 --- a/Source/dirreader.cpp +++ b/Source/dirreader.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/dirreader.h b/Source/dirreader.h index 78a8d00b..d7426a83 100644 --- a/Source/dirreader.h +++ b/Source/dirreader.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index 72a1e8f9..0c052a3a 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 1db6c46c..a38b151d 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft, Jeff Doozan and Contributors + * Copyright (C) 1999-2007 Nullsoft, Jeff Doozan and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/afxres.h b/Source/exehead/afxres.h index f16744e8..70bd1e4d 100644 --- a/Source/exehead/afxres.h +++ b/Source/exehead/afxres.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/bgbg.c b/Source/exehead/bgbg.c index bc872422..42da5e1c 100644 --- a/Source/exehead/bgbg.c +++ b/Source/exehead/bgbg.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/components.c b/Source/exehead/components.c index dd0d77b4..f7643e46 100644 --- a/Source/exehead/components.c +++ b/Source/exehead/components.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/components.h b/Source/exehead/components.h index 203bf2c0..6d77bea8 100644 --- a/Source/exehead/components.h +++ b/Source/exehead/components.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/config.h b/Source/exehead/config.h index 3b63f7e4..4f50e79f 100644 --- a/Source/exehead/config.h +++ b/Source/exehead/config.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index 7fb50254..c1e54900 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/exec.h b/Source/exehead/exec.h index 9d445b5d..ae72793e 100644 --- a/Source/exehead/exec.h +++ b/Source/exehead/exec.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/fileform.c b/Source/exehead/fileform.c index cb1ce824..071d9388 100644 --- a/Source/exehead/fileform.c +++ b/Source/exehead/fileform.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/fileform.h b/Source/exehead/fileform.h index c5c3dd9d..5be16d3c 100644 --- a/Source/exehead/fileform.h +++ b/Source/exehead/fileform.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/lang.h b/Source/exehead/lang.h index 349731fa..4c6d4256 100644 --- a/Source/exehead/lang.h +++ b/Source/exehead/lang.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/state.h b/Source/exehead/state.h index db80c182..a71e6ec0 100644 --- a/Source/exehead/state.h +++ b/Source/exehead/state.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/ui.h b/Source/exehead/ui.h index 3c1ba18b..b4066b01 100644 --- a/Source/exehead/ui.h +++ b/Source/exehead/ui.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/util.c b/Source/exehead/util.c index c39bf3d7..1c041dfe 100644 --- a/Source/exehead/util.c +++ b/Source/exehead/util.c @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/exehead/util.h b/Source/exehead/util.h index 9a40dd73..27e6beec 100644 --- a/Source/exehead/util.h +++ b/Source/exehead/util.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/fileform.cpp b/Source/fileform.cpp index 21ab3aef..ca2a877e 100644 --- a/Source/fileform.cpp +++ b/Source/fileform.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/fileform.h b/Source/fileform.h index 34275953..71afdafe 100644 --- a/Source/fileform.h +++ b/Source/fileform.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/growbuf.cpp b/Source/growbuf.cpp index 7c49eea0..28d88422 100644 --- a/Source/growbuf.cpp +++ b/Source/growbuf.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/growbuf.h b/Source/growbuf.h index ab35a166..b3c3fb1b 100644 --- a/Source/growbuf.h +++ b/Source/growbuf.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/lang.cpp b/Source/lang.cpp index 7a1e4bc8..63261c11 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/lang.h b/Source/lang.h index fbcf53a5..82dd1cfb 100644 --- a/Source/lang.h +++ b/Source/lang.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/lineparse.cpp b/Source/lineparse.cpp index 42c6f4cd..5bdd7956 100644 --- a/Source/lineparse.cpp +++ b/Source/lineparse.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/lineparse.h b/Source/lineparse.h index 3e7c45ba..6fc3bbca 100644 --- a/Source/lineparse.h +++ b/Source/lineparse.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 4ead0c0b..b3632e6c 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. @@ -92,7 +92,7 @@ static void init_signals() static void print_logo() { - fprintf(g_output,"MakeNSIS %s - Copyright 1995-2006 Contributors\n" + fprintf(g_output,"MakeNSIS %s - Copyright 1995-2007 Contributors\n" "See the file COPYING for license details.\n" "Credits can be found in the Users Manual.\n\n", NSIS_VERSION); fflush(g_output); @@ -100,7 +100,7 @@ static void print_logo() static void print_license() { - fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft and Contributors\n\n" + fprintf(g_output,"Copyright (C) 1999-2007 Nullsoft and Contributors\n\n" "This license applies to everything in the NSIS package, except where otherwise\n" "noted.\n\n" "This software is provided 'as-is', without any express or implied warranty.\n" diff --git a/Source/manifest.cpp b/Source/manifest.cpp index 9abff212..abd55a64 100644 --- a/Source/manifest.cpp +++ b/Source/manifest.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/manifest.h b/Source/manifest.h index 6811cb20..c336af6a 100644 --- a/Source/manifest.h +++ b/Source/manifest.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/mmap.cpp b/Source/mmap.cpp index 930a612e..25668c9c 100644 --- a/Source/mmap.cpp +++ b/Source/mmap.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/mmap.h b/Source/mmap.h index a72249ae..77d810be 100644 --- a/Source/mmap.h +++ b/Source/mmap.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/script.cpp b/Source/script.cpp index 5cc8d78c..b9ff199b 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/strlist.cpp b/Source/strlist.cpp index d2e00b3e..59b3759e 100644 --- a/Source/strlist.cpp +++ b/Source/strlist.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/strlist.h b/Source/strlist.h index acd1a3de..ba97cfeb 100644 --- a/Source/strlist.h +++ b/Source/strlist.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/tokens.cpp b/Source/tokens.cpp index 7f054f87..b6b7a588 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/tokens.h b/Source/tokens.h index 9f6e792e..5b507f5f 100644 --- a/Source/tokens.h +++ b/Source/tokens.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/util.cpp b/Source/util.cpp index 439e10ed..af3209b9 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/util.h b/Source/util.h index a38a7126..550d60f3 100644 --- a/Source/util.h +++ b/Source/util.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/writer.cpp b/Source/writer.cpp index 041b368c..f41975fc 100644 --- a/Source/writer.cpp +++ b/Source/writer.cpp @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/writer.h b/Source/writer.h index 7cde8755..1a265812 100644 --- a/Source/writer.h +++ b/Source/writer.h @@ -3,7 +3,7 @@ * * This file is a part of NSIS. * - * Copyright (C) 1999-2006 Nullsoft and Contributors + * Copyright (C) 1999-2007 Nullsoft and Contributors * * Licensed under the zlib/libpng license (the "License"); * you may not use this file except in compliance with the License. diff --git a/Source/zlib/DEFLATE.H b/Source/zlib/DEFLATE.H index 7a1a815e..7dc521bc 100644 --- a/Source/zlib/DEFLATE.H +++ b/Source/zlib/DEFLATE.H @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ diff --git a/Source/zlib/INFBLOCK.C b/Source/zlib/INFBLOCK.C index bb3883f1..f7bebe25 100644 --- a/Source/zlib/INFBLOCK.C +++ b/Source/zlib/INFBLOCK.C @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ diff --git a/Source/zlib/ZCONF.H b/Source/zlib/ZCONF.H index 4638e3e7..d4656073 100644 --- a/Source/zlib/ZCONF.H +++ b/Source/zlib/ZCONF.H @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ @@ -16,7 +16,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: ZCONF.H,v 1.1.1.1 2002/08/02 10:01:35 kichik Exp $ */ +/* @(#) $Id: ZCONF.H,v 1.2 2006/10/28 19:45:02 joostverburg Exp $ */ #ifndef _ZCONF_H #define _ZCONF_H diff --git a/Source/zlib/ZLIB.H b/Source/zlib/ZLIB.H index 776d024d..1c983d8d 100644 --- a/Source/zlib/ZLIB.H +++ b/Source/zlib/ZLIB.H @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ diff --git a/Source/zlib/ZUTIL.H b/Source/zlib/ZUTIL.H index c1c5aabf..515accaf 100644 --- a/Source/zlib/ZUTIL.H +++ b/Source/zlib/ZUTIL.H @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ @@ -21,7 +21,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: ZUTIL.H,v 1.3 2004/03/29 20:21:00 kichik Exp $ */ +/* @(#) $Id: ZUTIL.H,v 1.4 2006/10/28 19:45:02 joostverburg Exp $ */ #ifndef _Z_UTIL_H #define _Z_UTIL_H diff --git a/Source/zlib/deflate.c b/Source/zlib/deflate.c index e22d1200..6cd5bc22 100644 --- a/Source/zlib/deflate.c +++ b/Source/zlib/deflate.c @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/ diff --git a/Source/zlib/trees.c b/Source/zlib/trees.c index 5fd0d24b..43377e54 100644 --- a/Source/zlib/trees.c +++ b/Source/zlib/trees.c @@ -2,7 +2,7 @@ * This file is a part of the zlib compression module for NSIS. * * Copyright and license information can be found below. - * Modifications Copyright (C) 1999-2006 Nullsoft and Contributors + * Modifications Copyright (C) 1999-2007 Nullsoft and Contributors * * The original zlib source code is available at * http://www.zlib.net/