mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
No longer GPL, now public domain.
samples/e.m: samples/eliza.m: No longer GPL, now public domain.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
%-----------------------------------------------------------------------------%
|
||||
|
||||
Reference in New Issue
Block a user