[m-rev.] for review: update copyright dates in output messages

Julien Fischer juliensf at students.cs.mu.OZ.AU
Tue Jan 20 16:50:15 AEDT 2004


Estimated hours taken: 0.2
Branches: main

compiler/handle_options.m:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
	Update copyright dates in the output messages.

Julien.

Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.194
diff -u -r1.194 handle_options.m
--- compiler/handle_options.m	15 Jan 2004 07:36:17 -0000	1.194
+++ compiler/handle_options.m	20 Jan 2004 05:36:55 -0000
@@ -1469,7 +1469,7 @@
 	{ library__version(Version) },
  	io__write_strings([
 		"Mercury Compiler, version ", Version, "\n",
-		"Copyright (C) 1993-2002 The University of Melbourne\n",
+		"Copyright (C) 1993-2004 The University of Melbourne\n",
 		"Usage: mmc [<options>] <arguments>\n",
 		"Use `mmc --help' for more information.\n"
 	]).
@@ -1477,7 +1477,7 @@
 long_usage -->
 	{ library__version(Version) },
  	io__write_strings(["Mercury Compiler, version ", Version, "\n"]),
- 	io__write_string("Copyright (C) 1993-2002 The University of Melbourne\n"),
+ 	io__write_string("Copyright (C) 1993-2004 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.24
diff -u -r1.24 mercury_profile.m
--- profiler//mercury_profile.m	8 Sep 2002 10:23:24 -0000	1.24
+++ profiler//mercury_profile.m	20 Jan 2004 05:36:37 -0000
@@ -105,7 +105,7 @@
 	{ library__version(Version) },
         io__write_strings(StdErr,
 		["Mercury Profiler, version ", Version, "\n"]),
-        io__write_string(StdErr, "Copyright (C) 1995-2002 The University of Melbourne\n"),
+        io__write_string(StdErr, "Copyright (C) 1995-2004 The University of Melbourne\n"),
         io__write_string(StdErr, "Usage: "),
         io__write_string(StdErr, ProgName),
 	io__write_string(StdErr, " [<options>] [<files>]\n"),
Index: trace//mercury_trace_internal.c
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.164
diff -u -r1.164 mercury_trace_internal.c
--- trace//mercury_trace_internal.c	13 Nov 2003 11:50:19 -0000	1.164
+++ trace//mercury_trace_internal.c	20 Jan 2004 05:36:09 -0000
@@ -723,7 +723,7 @@

 static const char MR_trace_banner[] =
 "Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2002 The University of Melbourne, Australia.\n\
+Copyright 1998-2004 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";



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