Updated copyright notices and legalese.

This commit is contained in:
Andy McFadden 2002-10-11 20:13:25 +00:00
parent b72e469104
commit af503787ad
22 changed files with 52 additions and 37 deletions

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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,4 +1,9 @@
#
# Nulib2
# Copyright (C) 2000-2002 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.
#
# Makefile for nulib2 stuff (should work with non-GNU make).
#
# You can use:

View File

@ -1,7 +1,7 @@
/*
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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.
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*
* Misc stuff (shared between nufxlib and nulib2). This is a collection
* of standard functions that aren't available in libc on this system.

View File

@ -1,7 +1,7 @@
/*
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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.
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*
* Misc stuff (shared between nufxlib and nulib2). This is a collection
* of miscellaneous types and macros that I find generally useful.

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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,10 +1,9 @@
NuLib2 README, updated 2002/10/09
NuLib2 README, updated 2002/10/11
http://www.nulib.com/
See "COPYING" for distribution restrictions.
To build NuLib2, you will also need a copy of NufxLib. This may have come
in the same .tar.gz file. Build the library first.
in the same .tar.gz file. Build the nufxlib library first.
UNIX
@ -130,15 +129,20 @@ breaking a sweat.
Legalese
========
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
NuLib2, a NuFX and Binary II archive application.
Copyright (C) 2000-2002 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
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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,8 +1,7 @@
/*
* NuFX archive manipulation library
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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.
* terms of the GNU Library General Public License, see the file COPYING-LIB.
*
* This file was adapted from Devin Reade's "sunos4.h" in NuLib 3.2.5.
* It is provided for compilation under SunOS 4.x, when an ANSI compiler

View File

@ -1,6 +1,6 @@
/*
* Nulib2
* Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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 by Andy McFadden, All Rights Reserved.
* Copyright (C) 2000-2002 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,3 +1,10 @@
/*
* Nulib2
* Copyright (C) 2000-2002 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.
*
*/
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */

View File

@ -1,5 +1,5 @@
dnl Nulib2
dnl Copyright (C) 2000 by Andy McFadden, All Rights Reserved.
dnl Copyright (C) 2000-2002 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) 2002 by Andy McFadden. All Rights Reserved.
.\" Copyright (C) 2000-2002 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.
.\"