[m-rev.] trivial diff: update copyright dates
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Sep 8 20:19:14 AEST 2002
Estimated hours taken: 0.25
Branches: main
compiler/handle_options.m:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
Update copyright dates in output messages.
Workspace: /home/ceres/fjh/mercury
Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.151
diff -u -d -r1.151 handle_options.m
--- compiler/handle_options.m 1 Sep 2002 06:04:58 -0000 1.151
+++ compiler/handle_options.m 8 Sep 2002 10:10:21 -0000
@@ -1234,7 +1238,7 @@
{ library__version(Version) },
io__write_strings([
"Mercury Compiler, version ", Version, "\n",
- "Copyright (C) 1993-2000 The University of Melbourne\n",
+ "Copyright (C) 1993-2002 The University of Melbourne\n",
"Usage: mmc [<options>] <arguments>\n",
"Use `mmc --help' for more information.\n"
]).
@@ -1242,7 +1246,7 @@
long_usage -->
{ library__version(Version) },
io__write_strings(["Mercury Compiler, version ", Version, "\n"]),
- io__write_string("Copyright (C) 1993-2000 The University of Melbourne\n"),
+ io__write_string("Copyright (C) 1993-2002 The University of Melbourne\n"),
io__write_string("Usage: mmc [<options>] <arguments>\n"),
io__write_string("Arguments:\n"),
io__write_string("\tArguments ending in `.m' are assumed to be source file names.\n"),
Index: profiler/mercury_profile.m
===================================================================
RCS file: /home/mercury1/repository/mercury/profiler/mercury_profile.m,v
retrieving revision 1.23
diff -u -d -r1.23 mercury_profile.m
--- profiler/mercury_profile.m 22 Aug 2002 07:58:34 -0000 1.23
+++ profiler/mercury_profile.m 8 Sep 2002 10:12:41 -0000
@@ -105,7 +105,7 @@
{ library__version(Version) },
io__write_strings(StdErr,
["Mercury Profiler, version ", Version, "\n"]),
- io__write_string(StdErr, "Copyright (C) 1995-1999 The University of Melbourne\n"),
+ io__write_string(StdErr, "Copyright (C) 1995-2002 The University of Melbourne\n"),
io__write_string(StdErr, "Usage: "),
io__write_string(StdErr, ProgName),
io__write_string(StdErr, " [<options>] [<files>]\n"),
@@ -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-1999 The University of Melbourne\n"),
+ io__write_string("Copyright (C) 1995-2002 The University of Melbourne\n"),
io__write_string("\n"),
io__write_string("Usage: "),
io__write_string(ProgName),
Index: trace/mercury_trace_internal.c
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.133
diff -u -d -r1.133 mercury_trace_internal.c
--- trace/mercury_trace_internal.c 7 Aug 2002 03:18:57 -0000 1.133
+++ trace/mercury_trace_internal.c 8 Sep 2002 10:13:11 -0000
@@ -616,7 +616,7 @@
static const char MR_trace_banner[] =
"Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998 The University of Melbourne, Australia.\n\
+Copyright 1998-2002 The University of Melbourne, Australia.\n\
mdb is free software, covered by the GNU General Public License.\n\
There is absolutely no warranty for mdb.\n";
--
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