1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
This package was first debianized by Milan Zamazal <pdm@fi.muni.cz> on
Tue, 4 Mar 1997 16:01:10 +0100.
Subsequent debianizations have been performed by Tyson Dowd
<trd@cs.mu.oz.au>.
The sources for this package were obtained from
ftp://turiel.cs.mu.oz.au/pub/mercury/mercury-0.7.3-core.tar.gz
Copyright:
The Mercury implementation is free software, but it is Copyright
(C) 1994-1996 The University of Melbourne. It is distributed
under the terms of the GNU General Public License. The Mercury
library and runtime (the files in the library and runtime
subdirectories) are distributed under the terms of the GNU
Library General Public License. (If those licencing
arrangements are not satisfactory, please contact us! We are
willing to offer alternative arrangements, if the need should
arise.)
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
The subdirectory `boehm_gc' contains a conservative garbage collector
distributed by Hans Boehm:
Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
Copyright (c) 1991-1995 by Xerox Corporation. All rights reserved.
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
Permission is hereby granted to use or copy this program for any
purpose, provided the above notices are retained on all copies.
Permission to modify the code and to distribute modified code is
granted, provided the above notices are retained, and a notice
that the code was modified is included with the above copyright
notice.
The program `texi2html' in the doc directory (contained only in source package)
is copyright by CERN and is distributed under the GNU General Public
License version 2:
This program is the intellectual property of the European
Laboratory for Particle Physics (known as CERN). No guarantee
whatsoever is provided by CERN. No liability whatsoever is
accepted for any loss or damage of any kind resulting from any
defect or inaccuracy in this information or code.
A few files (config.guess, config.sub) are derived from code that is
copyright by the Free Software Foundation, Inc, and are distributed under
the GNU General Public License version 2.
The files in the samples directory are either public domain, or
distributed under the GNU General Public License.
|