No longer GPL, now public domain.

samples/e.m:
samples/eliza.m:
	No longer GPL, now public domain.
This commit is contained in:
Andrew Bromage
1997-09-12 02:17:13 +00:00
parent 8d79000cf8
commit e72e23910e
2 changed files with 4 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.
%-----------------------------------------------------------------------------%