[m-dev.] trivial diff: copyright notice on enum.m and sparse_bitset.m
Simon Taylor
stayl at cs.mu.OZ.AU
Sun Feb 11 22:46:52 AEDT 2001
On Sat, Feb 10, 2001 at 06:45:47PM +1100, Fergus Henderson wrote:
> enum.m and sparse_bitset.m are documented as being GPL'd rather than
> LGPL'd. I presume that is unintentional? If so, could you please fix it?
Estimated hours taken: 0.1
library/enum.m:
library/sparse_bitset.m:
Change the copyright notices so that these files
are LGPL'd rather than GPL'd.
Index: enum.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/enum.m,v
retrieving revision 1.1
diff -u -u -r1.1 enum.m
--- enum.m 2000/11/12 05:51:01 1.1
+++ enum.m 2001/02/11 11:32:58
@@ -1,7 +1,7 @@
%-----------------------------------------------------------------------------%
% Copyright (C) 2000 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.
+% 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: enum.m.
% Author: stayl.
Index: sparse_bitset.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/sparse_bitset.m,v
retrieving revision 1.4
diff -u -u -r1.4 sparse_bitset.m
--- sparse_bitset.m 2001/01/01 04:03:52 1.4
+++ sparse_bitset.m 2001/02/11 11:33:16
@@ -1,7 +1,7 @@
%-----------------------------------------------------------------------------%
% Copyright (C) 2000-2001 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.
+% 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: sparse_bitset.m.
% Author: stayl
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list