[m-rev.] trivial diff: update copyright date in profiler usage message

Julien Fischer juliensf at students.cs.mu.OZ.AU
Wed Jan 21 11:51:41 AEDT 2004


I missed this one last time.

profiler/mercury_profile.m:
	Update the copyright date in long version of the usage message.

Julien.

Index: profiler/mercury_profile.m
===================================================================
RCS file: /home/mercury1/repository/mercury/profiler/mercury_profile.m,v
retrieving revision 1.25
diff -u -r1.25 mercury_profile.m
--- profiler/mercury_profile.m	20 Jan 2004 09:13:23 -0000	1.25
+++ profiler/mercury_profile.m	20 Jan 2004 23:15:46 -0000
@@ -118,7 +118,7 @@
         io__progname_base("mprof", ProgName),
 	{ library__version(Version) },
         io__write_strings(["Mercury Profiler, version ", Version, "\n"]),
-        io__write_string("Copyright (C) 1995-2002 The University of Melbourne\n"),
+        io__write_string("Copyright (C) 1995-2004 The University of Melbourne\n"),
 	io__write_string("\n"),
         io__write_string("Usage: "),
         io__write_string(ProgName),

--------------------------------------------------------------------------
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