From ab59a2e575433472c7cc3b161401ffe813cbe242 Mon Sep 17 00:00:00 2001 From: dfs Date: Wed, 6 May 1998 01:51:11 +0000 Subject: [PATCH] -- Clarified copyright. -- Added make distclean target. --- COPYRIGHT | 20 ++++++++------------ Makefile | 4 +++- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 1fe518c7..abe6b1c2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -$Id: COPYRIGHT,v 1.8 1998-02-14 04:04:31 dfs Exp $ +$Id: COPYRIGHT,v 1.9 1998-05-06 01:51:11 dfs Exp $ THE REMIND COPYRIGHT 1. REMIND refers to the entire set of files and documentation in the @@ -9,18 +9,14 @@ except where noted in individual files. 3. DISTRIBUTION AND USE - a) REMIND may not be used under Microsoft Windows (3.0, 3.1, 95 - or NT) or any future version of Windows. REMIND may not be - used in POSIX-like systems built on Windows NT. Such use constitutes - a violation of copyright. + a) REMIND may not be used under Microsoft Windows (3.0, 3.1, 95, CE, + or NT) or any future version of Windows or any other Microsoft + operating system. REMIND may not be used in POSIX-like systems + built on Windows NT. Such use constitutes a violation of copyright. - b) REMIND may not be used by Cadabra Design Libraries Inc. or its - directors, nor by any of Cadabra's subsidiaries or their directors. - Such use constitutes a violation of copyright. - - c) Except for situations (a) and (b), REMIND may be used and - distributed according to the terms of the GNU General Public - License, Version 2, which follows: + b) Except for situation (a), REMIND may be used and distributed + according to the terms of the GNU General Public License, + Version 2, which follows: GNU GENERAL PUBLIC LICENSE diff --git a/Makefile b/Makefile index 04c1b3fc..0a61ece5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Top-level Makefile for Remind. -# $Id: Makefile,v 1.27 1998-01-19 03:27:36 dfs Exp $ +# $Id: Makefile,v 1.28 1998-05-06 01:51:12 dfs Exp $ all: src/Makefile @echo "" @@ -26,6 +26,8 @@ clean: find . -name '*~' -exec rm {} \; cd src; $(MAKE) clean +distclean: clean + rm -f config.cache config.log config.status src/Makefile src/config.h src/Makefile: src/Makefile.in ./configure