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 60 61 62 63 64 65 66 67 68 69 70 71
|
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 the Mercury CVS archive,
but are the same sources as mercury-<VERSION>-compiler.tar.gz from
<ftp://ftp.mercury.cs.mu.oz.au/pub/mercury>.
The only difference is that the tar file contains pre-compiled .c files
to make bootstrapping easier.
This means if you want to recompile this package, you need to have
a working Mercury compiler already installed (not to mention a working
C compiler and other tools). This can be done by installing the
Debian binary package, or installing the compiler from the tar file
shown above (however see README.Debian for updates to this procedure).
Copyright:
The Mercury implementation is free software, but it is Copyright
(C) 1994-1999 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.
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 program `texi2html' in the `doc' directory 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.
The files in the `samples' directory are either public domain, or
distributed under the GNU General Public License.
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK. See the file COPYING.
|