[m-dev.] Debian package of Mercury 0.7

Thomas Charles CONWAY conway at cs.mu.oz.au
Fri Sep 12 08:05:59 AEST 1997


> Tom, can you please add copyright or PD notices (preferably the latter,
> but its up to you) for
> 	extras/complex_numbers/samples/fft.m
> 	extras/graphics/samples/maze.m
> 	extras/graphics/samples/calc.m
> 	samples/ultra_sub.m
> 

Done. Here's the diff:

-- 
ZZ:wq!
^X^C
Thomas Conway               				      conway at cs.mu.oz.au
AD DEUM ET VINUM	  			      Every sword has two edges.

cvs diff: Diffing .
cvs diff: Diffing bindist
cvs diff: Diffing boehm_gc
cvs diff: Diffing boehm_gc/Mac_files
cvs diff: Diffing boehm_gc/cord
cvs diff: Diffing boehm_gc/cord/private
cvs diff: Diffing boehm_gc/include
cvs diff: Diffing boehm_gc/include/private
cvs diff: Diffing bytecode
cvs diff: Diffing compiler
cvs diff: Diffing compiler/notes
cvs diff: Diffing doc
cvs diff: Diffing extras
cvs diff: Diffing extras/cgi
cvs diff: Diffing extras/complex_numbers
cvs diff: Diffing extras/complex_numbers/samples
Index: extras/complex_numbers/samples/fft.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/complex_numbers/samples/fft.m,v
retrieving revision 1.1
diff -u -r1.1 fft.m
--- fft.m	1997/07/16 07:54:30	1.1
+++ fft.m	1997/09/11 01:16:52
@@ -4,6 +4,8 @@
 % main author: conway.
 % data: August 1996
 %
+% This source file is hereby placed in the public domain. -conway (the author).
+%
 % This module provides a predicate for performing the Fast Fourier Transfrom
 % (fft) on a list of complex numbers. The list must be a power of 2 in length
 % (ie 4, 8, 16, ... elements).
cvs diff: Diffing extras/complex_numbers/tests
cvs diff: Diffing extras/graphics
cvs diff: Diffing extras/graphics/Togl-1.2
cvs diff: Diffing extras/graphics/samples
cvs diff: Diffing extras/graphics/samples/calc
Index: extras/graphics/samples/calc/calc.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/graphics/samples/calc/calc.m,v
retrieving revision 1.2
diff -u -r1.2 calc.m
--- calc.m	1997/07/27 15:06:21	1.2
+++ calc.m	1997/09/11 01:17:59
@@ -1,12 +1,9 @@
 %-----------------------------------------------------------------------------%
-% Copyright (C) 1997 The University of Melbourne.
-% This file may only be copied under the terms of the GNU Library General
-% Public License - see the file COPYING.LIB in the Mercury distribution.
-%-----------------------------------------------------------------------------%
-%-----------------------------------------------------------------------------%
 %
 % file: calc.m
 % main author: conway.
+%
+% This source file is hereby placed in the public domain. -conway (the author).
 %
 % A simple Tcl/Tk based calculator.
 %
cvs diff: Diffing extras/graphics/samples/maze
Index: extras/graphics/samples/maze/maze.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/graphics/samples/maze/maze.m,v
retrieving revision 1.1
diff -u -r1.1 maze.m
--- maze.m	1997/07/18 05:04:26	1.1
+++ maze.m	1997/09/11 01:17:42
@@ -2,6 +2,8 @@
 % file: maze.m
 % author: conway, June 1997
 %
+% This source file is hereby placed in the public domain. -conway (the author).
+%
 % maze is a 2D maze generator. It uses a 'perfect' algorithm that was posted
 % to rec.games.programmer by Kent Quirk. The algorithm is 'perfect' in the
 % sense that there is a single path between any two cells in the maze; every
cvs diff: Diffing library
cvs diff: Diffing lp_solve
cvs diff: Diffing lp_solve/lp_examples
cvs diff: Diffing profiler
cvs diff: Diffing runtime
cvs diff: Diffing runtime/machdeps
cvs diff: Diffing samples
Index: samples/ultra_sub.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/samples/ultra_sub.m,v
retrieving revision 1.3
diff -u -r1.3 ultra_sub.m
--- ultra_sub.m	1995/10/08 11:26:50	1.3
+++ ultra_sub.m	1997/09/11 22:04:04
@@ -3,6 +3,8 @@
 % file: ultra_sub.m
 % author: conway.
 %
+% This source file is hereby placed in the public domain. -conway (the author).
+%
 % 'ultra_sub' is an extended version of zs' 'sub' command. The idea is that
 % it takes a pattern, a template and some strings, and matches the strings
 % against the patter, binding some variables in the process. Then it
cvs diff: Diffing samples/c_interface
cvs diff: Diffing samples/c_interface/c_calls_mercury
cvs diff: Diffing samples/c_interface/cplusplus_calls_mercury
cvs diff: Diffing samples/c_interface/mercury_calls_c
cvs diff: Diffing samples/c_interface/mercury_calls_cplusplus
cvs diff: Diffing samples/c_interface/simpler_c_calls_mercury
cvs diff: Diffing samples/c_interface/simpler_cplusplus_calls_mercury
cvs diff: Diffing samples/diff
cvs diff: Diffing scripts
cvs diff: Diffing tools
cvs diff: Diffing trial
cvs diff: Diffing util



More information about the developers mailing list