[m-rev.] for review: update copyright & license for bitmap.m etc.
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Oct 29 13:48:22 AEDT 2002
On 28-Oct-2002, Ralph Becket <rafe at cs.mu.OZ.AU> wrote:
> Fergus Henderson, Monday, 28 October 2002:
> > Estimated hours taken: 0.5
> > Branches: main
> >
> > Fix a problem where the licensing on some of the files in the Mercury
> > standard library was not explicitly stated.
>
> Doesn't the author traditionally get a line in the header :-)
Yes, good point. I've added "Main author: rafe"
(which is consistent with the style used in other modules in the library).
Also, these files are missing "stability" comments. I added them.
Here's a relative diff.
--- CHANGES.old Tue Oct 29 13:47:40 2002
+++ CHANGES Tue Oct 29 13:47:20 2002
@@ -19,3 +19,7 @@
Also delete "ff=unix" from the vim line for bitmap.m.
+ Add "stability:" comments for bitmap.m and hash_table.m
+ ("low" since they make use of unique modes in a way that will
+ change when we implement ui modes and nested unique modes properly).
+
diff -u library/bitmap.m library/bitmap.m
--- library/bitmap.m 28 Oct 2002 09:44:55 -0000
+++ library/bitmap.m 29 Oct 2002 02:36:56 -0000
@@ -6,7 +6,9 @@
% vim: ts=4 sw=4 et tw=0 wm=0 ft=mercury
%-----------------------------------------------------------------------------%
%
-% bitmap.m
+% File: bitmap.m
+% Main author: rafe
+% Stability: low
%
% Efficient bitmap implementation.
%
diff -u library/hash_table.m library/hash_table.m
--- library/hash_table.m 28 Oct 2002 09:45:11 -0000
+++ library/hash_table.m 29 Oct 2002 02:37:05 -0000
@@ -6,7 +6,9 @@
% vim: ts=4 sw=4 et tw=0 wm=0 ft=mercury
%-----------------------------------------------------------------------------%
%
-% hash_table.m
+% File: hash_table.m
+% Main author: rafe
+% Stability: low
%
% Hash table implementation.
%
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list