mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
-- Changed copyright notice to Roaring Penguin Software Inc.
-- Removed restriction on porting to Windows, but wrote why it's a bad idea.
This commit is contained in:
17
COPYRIGHT
17
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 <dfs@doe.carleton.ca> <aa775@freenet.carleton.ca>
|
||||
David F. Skoll <dskoll@iname.com>
|
||||
986 Eiffel Avenue
|
||||
Ottawa, Ontario K2C 0J2
|
||||
CANADA
|
||||
|
||||
Tel. (613) 225-8687
|
||||
http://www.roaringpenguin.com
|
||||
|
||||
|
||||
17
WINDOWS
Normal file
17
WINDOWS
Normal file
@@ -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.
|
||||
5
build.tk
5
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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user