[m-rev.] diff: update the year in the copyright message to 2006
Julien Fischer
juliensf at cs.mu.OZ.AU
Tue Jan 3 14:30:06 AEDT 2006
Estimated hours taken: 0.1
Branches: main
compiler/handle_options.m:
doc/reference_manual.texi:
doc/user_guide.texi:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
Update the year in the copyright messages to 2006.
Julien.
Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.246
diff -u -r1.246 handle_options.m
--- compiler/handle_options.m 14 Dec 2005 06:10:11 -0000 1.246
+++ compiler/handle_options.m 3 Jan 2006 03:24:55 -0000
@@ -1804,7 +1804,7 @@
library__version(Version),
io__write_strings([
"Mercury Compiler, version ", Version, "\n",
- "Copyright (C) 1993-2005 The University of Melbourne\n"
+ "Copyright (C) 1993-2006 The University of Melbourne\n"
], !IO).
usage(!IO) :-
@@ -1828,7 +1828,7 @@
% usage message, but there is no simple way to avoid that.
library__version(Version),
io__write_strings(["Mercury Compiler, version ", Version, "\n"], !IO),
- io__write_string("Copyright (C) 1993-2005 " ++
+ io__write_string("Copyright (C) 1993-2006 " ++
"The University of Melbourne\n", !IO),
io__write_string("Usage: mmc [<options>] <arguments>\n", !IO),
io__write_string("Arguments:\n", !IO),
Index: doc/reference_manual.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.342
diff -u -r1.342 reference_manual.texi
--- doc/reference_manual.texi 14 Dec 2005 05:14:15 -0000 1.342
+++ doc/reference_manual.texi 3 Jan 2006 03:25:19 -0000
@@ -17,7 +17,7 @@
@ifnottex
This file documents the Mercury programming language, version <VERSION>.
-Copyright (C) 1995-2005 The University of Melbourne.
+Copyright (C) 1995-2006 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -54,7 +54,7 @@
@author Mark Brown
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2005 The University of Melbourne.
+Copyright @copyright{} 1995--2006 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: doc/user_guide.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.462
diff -u -r1.462 user_guide.texi
--- doc/user_guide.texi 21 Dec 2005 02:26:43 -0000 1.462
+++ doc/user_guide.texi 3 Jan 2006 03:25:33 -0000
@@ -44,7 +44,7 @@
@ifnottex
This file documents the Mercury implementation, version <VERSION>.
-Copyright (C) 1995-2005 The University of Melbourne.
+Copyright (C) 1995-2006 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -78,7 +78,7 @@
@author Ian MacLarty
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2005 The University of Melbourne.
+Copyright @copyright{} 1995--2006 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
Index: profiler/mercury_profile.m
===================================================================
RCS file: /home/mercury1/repository/mercury/profiler/mercury_profile.m,v
retrieving revision 1.30
diff -u -r1.30 mercury_profile.m
--- profiler/mercury_profile.m 24 Mar 2005 01:10:33 -0000 1.30
+++ profiler/mercury_profile.m 3 Jan 2006 03:23:52 -0000
@@ -106,7 +106,7 @@
library__version(Version),
io__write_strings(StdErr, [
"Mercury Profiler, version ", Version, "\n",
- "Copyright (C) 1995-2005 The University of Melbourne\n",
+ "Copyright (C) 1995-2006 The University of Melbourne\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
@@ -118,7 +118,7 @@
library__version(Version),
io__write_strings([
"Mercury Profiler, version ", Version, "\n",
- "Copyright (C) 1995-2005 The University of Melbourne\n\n",
+ "Copyright (C) 1995-2006 The University of Melbourne\n\n",
"Usage: ", ProgName, "[<options>] [<files>]\n",
"\n",
"Description:\n",
Index: trace/mercury_trace_internal.c
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.218
diff -u -r1.218 mercury_trace_internal.c
--- trace/mercury_trace_internal.c 13 Nov 2005 01:21:25 -0000 1.218
+++ trace/mercury_trace_internal.c 3 Jan 2006 03:24:36 -0000
@@ -878,7 +878,7 @@
static const char MR_trace_banner[] =
"Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2005 The University of Melbourne, Australia.\n\
+Copyright 1998-2006 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