2006 -> 2007

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-13 17:28:23 +00:00
parent 92681504ee
commit c145d69e55
81 changed files with 87 additions and 87 deletions

View file

@ -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"