happy new year!

bug #1855805

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5429 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-12-22 09:41:57 +00:00
parent ee4a2444ce
commit 2675599a31
88 changed files with 92 additions and 92 deletions

View file

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