more copyrights 2004
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3364 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
15c28d8f68
commit
0bbeb0b17e
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Nullsoft "SuperPimp" Installation System - main.c - executable header main code
|
||||
|
||||
Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||
Copyright (C) 1999-2004 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||
* Copyright (C) 1999-2004 Nullsoft, Inc.
|
||||
* Portions Copyright (C) 2002 Jeff Doozan
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied warranty.
|
||||
|
|
|
@ -4,7 +4,7 @@ const char *NSIS_VERSION="v2.0rc2";
|
|||
Nullsoft Scriptable Install System (NSIS)
|
||||
makensis.cpp - installer compiler code
|
||||
|
||||
Copyright (C) 1999-2003 Nullsoft, Inc.
|
||||
Copyright (C) 1999-2004 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
|
||||
|
@ -109,7 +109,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
outputtried=1;
|
||||
}
|
||||
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2003 Nullsoft, Inc.\n"
|
||||
fprintf(g_output,"MakeNSIS %s - Copyright 1999-2004 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue