From e72e23910ea6413bbf7407251dbee2ec4899405e Mon Sep 17 00:00:00 2001 From: Andrew Bromage Date: Fri, 12 Sep 1997 02:17:13 +0000 Subject: [PATCH] No longer GPL, now public domain. samples/e.m: samples/eliza.m: No longer GPL, now public domain. --- samples/e.m | 5 ++--- samples/eliza.m | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/samples/e.m b/samples/e.m index 4ffb2033b..8cc53e38d 100644 --- a/samples/e.m +++ b/samples/e.m @@ -1,12 +1,11 @@ %-----------------------------------------------------------------------------% -% Copyright (C) 1997 The University of Melbourne. -% This file may only be copied under the terms of the GNU General -% Public License - see the file COPYING in the Mercury distribution. %-----------------------------------------------------------------------------% % File: e.m. % Main author: bromage. +% This source file is hereby placed in the public domain. -bromage. + % Calculate the base of natural logarithms using lazy evaluation. % The algorithm is O(N^2) in the number of digits requested. diff --git a/samples/eliza.m b/samples/eliza.m index 102875994..c09f9a203 100644 --- a/samples/eliza.m +++ b/samples/eliza.m @@ -1,12 +1,11 @@ %-----------------------------------------------------------------------------% -% Copyright (C) 1995 The University of Melbourne. -% This file may only be copied under the terms of the GNU General -% Public License - see the file COPYING in the Mercury distribution. %-----------------------------------------------------------------------------% % File: eliza.m. % Main author: bromage. +% This source file is hereby placed in the public domain. -bromage. + % Eliza, the famous psychotherapist. %-----------------------------------------------------------------------------%