From 524dcf86bebcecf3f92d80beea0b34bd5788fe49 Mon Sep 17 00:00:00 2001 From: dfs Date: Mon, 5 Apr 1999 17:34:27 +0000 Subject: [PATCH] -- Changed copyright notice to Roaring Penguin Software Inc. -- Removed restriction on porting to Windows, but wrote why it's a bad idea. --- COPYRIGHT | 17 ++++++----------- WINDOWS | 17 +++++++++++++++++ build.tk | 5 +++-- 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 WINDOWS diff --git a/COPYRIGHT b/COPYRIGHT index 506b85f7..eed558a3 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,22 +1,16 @@ -$Id: COPYRIGHT,v 1.10 1999-02-06 21:43:13 dfs Exp $ +$Id: COPYRIGHT,v 1.11 1999-04-05 17:34:27 dfs Exp $ THE REMIND COPYRIGHT 1. REMIND refers to the entire set of files and documentation in the REMIND package. -2. REMIND is Copyright 1992-1999 by David Skoll, +2. REMIND is Copyright 1999 by Roaring Penguin Software Inc., except where noted in individual files. 3. DISTRIBUTION AND USE - a) REMIND may not be used under Microsoft Windows (3.0, 3.1, 95, 98, CE, - NT or 2000) 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) Except for situation (a), REMIND may be used and distributed - according to the terms of the GNU General Public License, - Version 2, which follows: + REMIND may be used and distributed according to the terms of the + GNU General Public License, Version 2, which follows: GNU GENERAL PUBLIC LICENSE @@ -300,10 +294,11 @@ POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS -- -David F. Skoll +David F. Skoll 986 Eiffel Avenue Ottawa, Ontario K2C 0J2 CANADA Tel. (613) 225-8687 +http://www.roaringpenguin.com diff --git a/WINDOWS b/WINDOWS new file mode 100644 index 00000000..330b6f2e --- /dev/null +++ b/WINDOWS @@ -0,0 +1,17 @@ +$Id: WINDOWS,v 1.1 1999-04-05 17:34:28 dfs Exp $ + +MICROSOFT WINDOWS + +I used to prohibit porting Remind to Microsoft Windows. However, this +may cause problems with the GPL, so I have removed that restriction. + +Although I cannot prevent you from porting Remind to Windows, I appeal +to you not to do it. I am trying to encourage the growth of free +software, not proprietary software. + +If you port Remind to Windows, I will not provide support or answers to +questions -- you're on your own. On the other hand, I will feel no guilt +in taking enhancements and merging them into the UNIX stream. + +-- +David F. Skoll. diff --git a/build.tk b/build.tk index 3e03ee6b..44743093 100755 --- a/build.tk +++ b/build.tk @@ -7,11 +7,12 @@ # A cheesy graphical front-end for building and installing REMIND. # # This file is part of REMIND. -# Copyright (C) 1992-1998 by David F. Skoll +# Copyright (C) 1992-1999 by David F. Skoll +# Copyright (C) 1999 by Roaring Penguin Software Inc. # #-------------------------------------------------------------- -# $Id: build.tk,v 1.7 1998-05-24 15:43:34 dfs Exp $ +# $Id: build.tk,v 1.8 1999-04-05 17:34:29 dfs Exp $ # the next line restarts using wish \ exec wish "$0" "$@"