From 0bbeb0b17e323fbb7474f1fa0766479c6270eeae Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 6 Jan 2004 21:28:50 +0000 Subject: [PATCH] more copyrights 2004 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3364 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Main.c | 2 +- Source/exehead/Ui.c | 2 +- Source/makenssi.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index 9dffd352..91937597 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -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 diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 70592256..c3340d22 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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. diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 6de361c3..d217a84a 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -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"