diff --git a/nufxlib-0/Archive.c b/nufxlib-0/Archive.c index 125651c..be461cc 100644 --- a/nufxlib-0/Archive.c +++ b/nufxlib-0/Archive.c @@ -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. * diff --git a/nufxlib-0/ArchiveIO.c b/nufxlib-0/ArchiveIO.c index 770f050..50aa090 100644 --- a/nufxlib-0/ArchiveIO.c +++ b/nufxlib-0/ArchiveIO.c @@ -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. * diff --git a/nufxlib-0/Bzip2.c b/nufxlib-0/Bzip2.c index 501bedb..dd0d021 100644 --- a/nufxlib-0/Bzip2.c +++ b/nufxlib-0/Bzip2.c @@ -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. * diff --git a/nufxlib-0/Compress.c b/nufxlib-0/Compress.c index 00e486a..857c099 100644 --- a/nufxlib-0/Compress.c +++ b/nufxlib-0/Compress.c @@ -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. * diff --git a/nufxlib-0/Crc16.c b/nufxlib-0/Crc16.c index 69b831f..abbabc1 100644 --- a/nufxlib-0/Crc16.c +++ b/nufxlib-0/Crc16.c @@ -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. * diff --git a/nufxlib-0/Debug.c b/nufxlib-0/Debug.c index d955dbd..208fd9a 100644 --- a/nufxlib-0/Debug.c +++ b/nufxlib-0/Debug.c @@ -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), diff --git a/nufxlib-0/Deferred.c b/nufxlib-0/Deferred.c index cfd15d3..dad980a 100644 --- a/nufxlib-0/Deferred.c +++ b/nufxlib-0/Deferred.c @@ -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. * diff --git a/nufxlib-0/Deflate.c b/nufxlib-0/Deflate.c index 4927694..db3f621 100644 --- a/nufxlib-0/Deflate.c +++ b/nufxlib-0/Deflate.c @@ -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. * diff --git a/nufxlib-0/Entry.c b/nufxlib-0/Entry.c index 29fc9cf..bb7c3d4 100644 --- a/nufxlib-0/Entry.c +++ b/nufxlib-0/Entry.c @@ -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. * diff --git a/nufxlib-0/Expand.c b/nufxlib-0/Expand.c index 27c9963..9cbfc4c 100644 --- a/nufxlib-0/Expand.c +++ b/nufxlib-0/Expand.c @@ -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. * diff --git a/nufxlib-0/FileIO.c b/nufxlib-0/FileIO.c index a82c042..fc1df7d 100644 --- a/nufxlib-0/FileIO.c +++ b/nufxlib-0/FileIO.c @@ -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. * diff --git a/nufxlib-0/Funnel.c b/nufxlib-0/Funnel.c index dc5a806..19b6d92 100644 --- a/nufxlib-0/Funnel.c +++ b/nufxlib-0/Funnel.c @@ -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. * diff --git a/nufxlib-0/Lzc.c b/nufxlib-0/Lzc.c index d7761b0..93c8a4e 100644 --- a/nufxlib-0/Lzc.c +++ b/nufxlib-0/Lzc.c @@ -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. * diff --git a/nufxlib-0/Lzw.c b/nufxlib-0/Lzw.c index 6eccfff..fa4dd93 100644 --- a/nufxlib-0/Lzw.c +++ b/nufxlib-0/Lzw.c @@ -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. * diff --git a/nufxlib-0/Makefile.in b/nufxlib-0/Makefile.in index 4e599b2..dbba680 100644 --- a/nufxlib-0/Makefile.in +++ b/nufxlib-0/Makefile.in @@ -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. # diff --git a/nufxlib-0/MiscStuff.c b/nufxlib-0/MiscStuff.c index 96bbcf6..7e5aa18 100644 --- a/nufxlib-0/MiscStuff.c +++ b/nufxlib-0/MiscStuff.c @@ -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. * diff --git a/nufxlib-0/MiscStuff.h b/nufxlib-0/MiscStuff.h index 1bbc582..e4e6acb 100644 --- a/nufxlib-0/MiscStuff.h +++ b/nufxlib-0/MiscStuff.h @@ -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. * diff --git a/nufxlib-0/MiscUtils.c b/nufxlib-0/MiscUtils.c index 1c6fce5..8764235 100644 --- a/nufxlib-0/MiscUtils.c +++ b/nufxlib-0/MiscUtils.c @@ -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. * diff --git a/nufxlib-0/NufxLib.h b/nufxlib-0/NufxLib.h index 517ca69..35cffb6 100644 --- a/nufxlib-0/NufxLib.h +++ b/nufxlib-0/NufxLib.h @@ -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. * diff --git a/nufxlib-0/NufxLibPriv.h b/nufxlib-0/NufxLibPriv.h index 349b45e..5a30ed0 100644 --- a/nufxlib-0/NufxLibPriv.h +++ b/nufxlib-0/NufxLibPriv.h @@ -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. * diff --git a/nufxlib-0/README.txt b/nufxlib-0/README.txt index fa2dac1..0085a7b 100644 --- a/nufxlib-0/README.txt +++ b/nufxlib-0/README.txt @@ -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 diff --git a/nufxlib-0/Record.c b/nufxlib-0/Record.c index 55baba9..87afbd6 100644 --- a/nufxlib-0/Record.c +++ b/nufxlib-0/Record.c @@ -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. * diff --git a/nufxlib-0/SourceSink.c b/nufxlib-0/SourceSink.c index 3f86683..c8c17ff 100644 --- a/nufxlib-0/SourceSink.c +++ b/nufxlib-0/SourceSink.c @@ -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. * diff --git a/nufxlib-0/Squeeze.c b/nufxlib-0/Squeeze.c index e6370bf..6d6f73e 100644 --- a/nufxlib-0/Squeeze.c +++ b/nufxlib-0/Squeeze.c @@ -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. * diff --git a/nufxlib-0/SunOS4.h b/nufxlib-0/SunOS4.h index 1adbf07..fe14b0d 100644 --- a/nufxlib-0/SunOS4.h +++ b/nufxlib-0/SunOS4.h @@ -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. * diff --git a/nufxlib-0/SysDefs.h b/nufxlib-0/SysDefs.h index 76a528b..75d21fd 100644 --- a/nufxlib-0/SysDefs.h +++ b/nufxlib-0/SysDefs.h @@ -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. * diff --git a/nufxlib-0/Thread.c b/nufxlib-0/Thread.c index 0aa895a..f90682f 100644 --- a/nufxlib-0/Thread.c +++ b/nufxlib-0/Thread.c @@ -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. * diff --git a/nufxlib-0/Value.c b/nufxlib-0/Value.c index 161d8a4..07c4035 100644 --- a/nufxlib-0/Value.c +++ b/nufxlib-0/Value.c @@ -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. * diff --git a/nufxlib-0/Version.c.in b/nufxlib-0/Version.c.in index d577ce9..350d27d 100644 --- a/nufxlib-0/Version.c.in +++ b/nufxlib-0/Version.c.in @@ -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. * diff --git a/nufxlib-0/config.h.in b/nufxlib-0/config.h.in index f4de83a..914f7b3 100644 --- a/nufxlib-0/config.h.in +++ b/nufxlib-0/config.h.in @@ -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. */ diff --git a/nufxlib-0/configure.in b/nufxlib-0/configure.in index 46d03e9..805faf2 100644 --- a/nufxlib-0/configure.in +++ b/nufxlib-0/configure.in @@ -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 diff --git a/nulib2/Add.c b/nulib2/Add.c index bb8e4fa..4223fab 100644 --- a/nulib2/Add.c +++ b/nulib2/Add.c @@ -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. * diff --git a/nulib2/ArcUtils.c b/nulib2/ArcUtils.c index 885447c..7d636e8 100644 --- a/nulib2/ArcUtils.c +++ b/nulib2/ArcUtils.c @@ -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. * diff --git a/nulib2/Binary2.c b/nulib2/Binary2.c index d24e028..d1e656e 100644 --- a/nulib2/Binary2.c +++ b/nulib2/Binary2.c @@ -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. * diff --git a/nulib2/Delete.c b/nulib2/Delete.c index b58ecd1..7b674ff 100644 --- a/nulib2/Delete.c +++ b/nulib2/Delete.c @@ -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. * diff --git a/nulib2/Extract.c b/nulib2/Extract.c index 8a868e0..4ca1aa6 100644 --- a/nulib2/Extract.c +++ b/nulib2/Extract.c @@ -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. * diff --git a/nulib2/Filename.c b/nulib2/Filename.c index 2dbc939..fdb517f 100644 --- a/nulib2/Filename.c +++ b/nulib2/Filename.c @@ -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. * diff --git a/nulib2/List.c b/nulib2/List.c index 2f25637..fee3389 100644 --- a/nulib2/List.c +++ b/nulib2/List.c @@ -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. * diff --git a/nulib2/Main.c b/nulib2/Main.c index 78c16ed..7d27410 100644 --- a/nulib2/Main.c +++ b/nulib2/Main.c @@ -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" diff --git a/nulib2/Makefile.in b/nulib2/Makefile.in index bbb30fe..3a6313b 100644 --- a/nulib2/Makefile.in +++ b/nulib2/Makefile.in @@ -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. # diff --git a/nulib2/MiscStuff.c b/nulib2/MiscStuff.c index 96bbcf6..7e5aa18 100644 --- a/nulib2/MiscStuff.c +++ b/nulib2/MiscStuff.c @@ -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. * diff --git a/nulib2/MiscStuff.h b/nulib2/MiscStuff.h index 1bbc582..e4e6acb 100644 --- a/nulib2/MiscStuff.h +++ b/nulib2/MiscStuff.h @@ -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. * diff --git a/nulib2/MiscUtils.c b/nulib2/MiscUtils.c index 558bab9..06e1e0a 100644 --- a/nulib2/MiscUtils.c +++ b/nulib2/MiscUtils.c @@ -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. * diff --git a/nulib2/Nulib2.h b/nulib2/Nulib2.h index 3a439a9..df7e0ba 100644 --- a/nulib2/Nulib2.h +++ b/nulib2/Nulib2.h @@ -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. */ diff --git a/nulib2/README.txt b/nulib2/README.txt index 100221e..0359722 100644 --- a/nulib2/README.txt +++ b/nulib2/README.txt @@ -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 diff --git a/nulib2/State.c b/nulib2/State.c index 78e3d06..dad8523 100644 --- a/nulib2/State.c +++ b/nulib2/State.c @@ -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. * diff --git a/nulib2/State.h b/nulib2/State.h index b1b2f36..e27a5f3 100644 --- a/nulib2/State.h +++ b/nulib2/State.h @@ -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. */ diff --git a/nulib2/SunOS4.h b/nulib2/SunOS4.h index 1adbf07..fe14b0d 100644 --- a/nulib2/SunOS4.h +++ b/nulib2/SunOS4.h @@ -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. * diff --git a/nulib2/SysDefs.h b/nulib2/SysDefs.h index 6d9e479..3c99748 100644 --- a/nulib2/SysDefs.h +++ b/nulib2/SysDefs.h @@ -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. * diff --git a/nulib2/SysUtils.c b/nulib2/SysUtils.c index f6ae8ba..69ff0f9 100644 --- a/nulib2/SysUtils.c +++ b/nulib2/SysUtils.c @@ -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. * diff --git a/nulib2/config.h.in b/nulib2/config.h.in index 85baa4b..3d62172 100644 --- a/nulib2/config.h.in +++ b/nulib2/config.h.in @@ -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. * diff --git a/nulib2/configure.in b/nulib2/configure.in index 5103efe..c8520ec 100644 --- a/nulib2/configure.in +++ b/nulib2/configure.in @@ -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 diff --git a/nulib2/nulib2.1 b/nulib2/nulib2.1 index b38ba92..328f6ed 100644 --- a/nulib2/nulib2.1 +++ b/nulib2/nulib2.1 @@ -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