From 4c46eb5feea9cd3655e917458f4f5a912da775c8 Mon Sep 17 00:00:00 2001 From: dfs Date: Sun, 6 Jul 1997 14:36:01 +0000 Subject: [PATCH] -- Clarified Remind licensing issues. --- www/rem2html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/rem2html b/www/rem2html index 3cfdc9f2..aa442782 100755 --- a/www/rem2html +++ b/www/rem2html @@ -2,7 +2,7 @@ # rem2html # -# $Id: rem2html,v 1.1 1997-07-06 14:34:41 dfs Exp $ +# $Id: rem2html,v 1.2 1997-07-06 14:36:01 dfs Exp $ # # A script to convert from the output of "remind -p" to Hyper-Text Markup # Language (HTML), the text format used in WWW documents. By default, it @@ -14,6 +14,9 @@ # 5.004. It should work fine on other unices but I have no idea whether # it will run under VMS, OS/2, Windows, etc. # +# [Note from David: The REMIND license prohibits you from using REMIND +# under Windows.] +# # This file is Copyright (C) 1997 by Don Schwarz . use Getopt::Long;