happy new year!

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-02-01 14:44:30 +00:00
parent a4010c1d54
commit 0aed504f4a
91 changed files with 95 additions and 95 deletions

View file

@ -3,7 +3,7 @@
*
* This file is a part of NSIS.
*
* Copyright (C) 1999-2008 Nullsoft and Contributors
* Copyright (C) 1999-2009 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-2008 Contributors\n"
fprintf(g_output,"MakeNSIS %s - Copyright 1995-2009 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-2008 Nullsoft and Contributors\n\n"
fprintf(g_output,"Copyright (C) 1999-2009 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"