Updated copyright notices.

This commit is contained in:
Andy McFadden 2005-09-18 02:41:31 +00:00
parent 59a4d5be01
commit 8e31d94585
53 changed files with 57 additions and 57 deletions

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*
@ -367,7 +367,7 @@ Nu_DebugDumpAll(NuArchive* pArchive)
printf("*Archive pathname: '%s'\n", pArchive->archivePathname);
printf("*Archive type: %d\n", pArchive->archiveType);
printf("*Header offset: %ld (junk offset=%ld)\n",
pArchive->headerOffset, pArchive->junkOffset);
pArchive->headerOffset, pArchive->junkOffset);
printf("*Num records: %ld orig, %ld copy, %ld new\n",
Nu_RecordSet_GetNumRecords(&pArchive->origRecordSet),
Nu_RecordSet_GetNumRecords(&pArchive->copyRecordSet),

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
#
# NuFX archive manipulation library
# Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
# Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
# This is free software; you can redistribute it and/or modify it under the
# terms of the GNU Library General Public License, see the file COPYING-LIB.
#

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -118,7 +118,7 @@ Legalese
========
NufxLib, a NuFX archive manipulation library.
Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*/

View File

@ -1,5 +1,5 @@
dnl NuFX archive manipulation library
dnl Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
dnl Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
dnl This is free software; you can redistribute it and/or modify it under the
dnl terms of the GNU Library General Public License, see the file COPYING-LIB.
dnl

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*
@ -149,7 +149,7 @@ Usage(const NulibState* pState)
printf("\nNulib2 v%s, linked with NufxLib v%ld.%ld.%ld [%s]\n",
NState_GetProgramVersion(pState),
majorVersion, minorVersion, bugVersion, nufxLibFlags);
printf("Copyright (C) 2000-2004 by Andy McFadden. All Rights Reserved.\n");
printf("Copyright (C) 2000-2005 by Andy McFadden. All Rights Reserved.\n");
printf("This software is distributed under terms of the GNU General Public License.\n");
printf("See http://www.nulib.com/ for source code and documentation.\n\n");
printf("Usage: %s -command[modifiers] archive [filename-list]\n\n",
@ -252,7 +252,7 @@ DoHelp(const NulibState* pState)
printf("%s",
"\n"
"Copyright (C) 2000-2004 by Andy McFadden. All Rights Reserved.\n\n"
"Copyright (C) 2000-2005 by Andy McFadden. All Rights Reserved.\n\n"
"NuLib2 is free software, distributed under terms of the GNU General\n"
"Public License. NuLib2 uses NufxLib, a complete library of functions\n"
"for accessing NuFX (ShrinkIt) archives. NufxLib is also free software,\n"

View File

@ -1,6 +1,6 @@
#
# Nulib2
# Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
# Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
# This is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License, see the file COPYING.
#

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*/

View File

@ -140,7 +140,7 @@ Legalese
========
NuLib2, a NuFX and Binary II archive application.
Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*

View File

@ -1,5 +1,5 @@
dnl Nulib2
dnl Copyright (C) 2000-2004 by Andy McFadden, All Rights Reserved.
dnl Copyright (C) 2000-2005 by Andy McFadden, All Rights Reserved.
dnl This is free software; you can redistribute it and/or modify it under the
dnl terms of the GNU General Public License, see the file COPYING.
dnl

View File

@ -1,5 +1,5 @@
.\" nulib2.1
.\" Copyright (C) 2000-2004 by Andy McFadden. All Rights Reserved.
.\" Copyright (C) 2000-2005 by Andy McFadden. All Rights Reserved.
.\" This is free software; you can redistribute it and/or modify it under the
.\" terms of the GNU General Public License, see the file COPYING.
.\"
@ -198,5 +198,5 @@ nulib(1L)
.SH BUGS
Nah.
.SH AUTHOR
Copyright (C) 2004 by Andy McFadden. All Rights Reserved.
Copyright (C) 2005 by Andy McFadden. All Rights Reserved.
.\" end of file