[m-rev.] trivial diff: bump the year in the usage messages
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Jan 20 17:34:18 AEDT 2009
.README.in:
bindist/bindist.README:
compiler/handle_options.m:
doc/faq.texi:
doc/library/texi:
doc/reference_manual.texi:
doc/transition_guide.texi:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
Bump the year in the usage messages.
Julien.
Index: .README.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/.README.in,v
retrieving revision 1.21
diff -u -r1.21 .README.in
--- .README.in 14 Jan 2008 00:08:00 -0000 1.21
+++ .README.in 20 Jan 2009 06:24:23 -0000
@@ -2,7 +2,7 @@
Mercury compiler, version @VERSION at .
The Mercury implementation is free software, but it is Copyright
- (C) 1993-2008 The University of Melbourne. It is distributed
+ (C) 1993-2009 The University of Melbourne. It is distributed
under the terms of the GNU General Public License. See the file
COPYING for copying permission.
Index: bindist/bindist.README
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/bindist/bindist.README,v
retrieving revision 1.16
diff -u -r1.16 bindist.README
--- bindist/bindist.README 4 Nov 2008 04:38:41 -0000 1.16
+++ bindist/bindist.README 20 Jan 2009 06:24:45 -0000
@@ -2,7 +2,7 @@
Mercury compiler, version <VERSION>, built on a `<FULLARCH>' system.
The Mercury implementation is free software, but it is Copyright
- (C) 1993-2008 The University of Melbourne. It is distributed
+ (C) 1993-2009 The University of Melbourne. It is distributed
under the terms of the GNU General Public License. See the file
COPYING for copying permission.
Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.328
diff -u -r1.328 handle_options.m
--- compiler/handle_options.m 23 Dec 2008 01:37:32 -0000 1.328
+++ compiler/handle_options.m 20 Jan 2009 06:29:04 -0000
@@ -2277,7 +2277,7 @@
library.version(Version),
io.write_strings([
"Mercury Compiler, version ", Version, "\n",
- "Copyright (C) 1993-2008 The University of Melbourne\n"
+ "Copyright (C) 1993-2009 The University of Melbourne\n"
], !IO).
usage(!IO) :-
@@ -2301,7 +2301,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-2008 " ++
+ io.write_string("Copyright (C) 1993-2009 " ++
"The University of Melbourne\n", !IO),
io.write_string("Usage: mmc [<options>] <arguments>\n", !IO),
io.write_string("Arguments:\n", !IO),
Index: doc/faq.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/faq.texi,v
retrieving revision 1.35
diff -u -r1.35 faq.texi
--- doc/faq.texi 24 Sep 2008 04:24:26 -0000 1.35
+++ doc/faq.texi 20 Jan 2009 06:25:04 -0000
@@ -24,7 +24,7 @@
This file is the Mercury Frequently Asked Questions List, version <VERSION>.
It contains a list of frequently asked questions about Mercury, with answers.
-Copyright (C) 1995-1997,1999,2001-2008 The University of Melbourne.
+Copyright (C) 1995-1997,1999,2001-2009 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
@@ -54,7 +54,7 @@
@author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--1997,1999,2001--2008 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999,2001--2009 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
Index: doc/library.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/library.texi,v
retrieving revision 1.25
diff -u -r1.25 library.texi
--- doc/library.texi 14 Jan 2008 00:08:02 -0000 1.25
+++ doc/library.texi 20 Jan 2009 06:25:17 -0000
@@ -14,7 +14,7 @@
@ifnottex
This file documents the Mercury standard library, version <VERSION>.
-Copyright (C) 1995-1997,1999-2008 The University of Melbourne.
+Copyright (C) 1995-1997,1999-2009 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -44,7 +44,7 @@
@c @author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--1997,1999--2008 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999--2009 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/reference_manual.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.428
diff -u -r1.428 reference_manual.texi
--- doc/reference_manual.texi 26 Nov 2008 03:06:17 -0000 1.428
+++ doc/reference_manual.texi 20 Jan 2009 06:25:34 -0000
@@ -15,7 +15,7 @@
@ifnottex
This file documents the Mercury programming language, version <VERSION>.
-Copyright (C) 1995-2008 The University of Melbourne.
+Copyright (C) 1995-2009 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -52,7 +52,7 @@
@author Mark Brown
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2008 The University of Melbourne.
+Copyright @copyright{} 1995--2009 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/transition_guide.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/transition_guide.texi,v
retrieving revision 1.49
diff -u -r1.49 transition_guide.texi
--- doc/transition_guide.texi 14 Jan 2008 00:08:03 -0000 1.49
+++ doc/transition_guide.texi 20 Jan 2009 06:25:47 -0000
@@ -14,7 +14,7 @@
@ifnottex
This file is an aid for people porting Prolog programs to Mercury.
-Copyright (C) 1995-2008 The University of Melbourne.
+Copyright (C) 1995-2009 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -44,7 +44,7 @@
@author Fergus Henderson
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2008 The University of Melbourne.
+Copyright @copyright{} 1995--2009 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/mercury/mercury1/repository/mercury/profiler/mercury_profile.m,v
retrieving revision 1.37
diff -u -r1.37 mercury_profile.m
--- profiler/mercury_profile.m 14 Jan 2008 00:08:04 -0000 1.37
+++ profiler/mercury_profile.m 20 Jan 2009 06:27:12 -0000
@@ -101,7 +101,7 @@
library.version(Version),
io.write_strings(StdErr, [
"Mercury Profiler, version ", Version, "\n",
- "Copyright (C) 1995-2008 The University of Melbourne\n",
+ "Copyright (C) 1995-2009 The University of Melbourne\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
@@ -113,7 +113,7 @@
library.version(Version),
io.write_strings([
"Mercury Profiler, version ", Version, "\n",
- "Copyright (C) 1995-2007 The University of Melbourne\n\n",
+ "Copyright (C) 1995-2009 The University of Melbourne\n\n",
"Usage: ", ProgName, "[<options>] [<files>]\n",
"\n",
"Description:\n",
Index: trace/mercury_trace_internal.c
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.244
diff -u -r1.244 mercury_trace_internal.c
--- trace/mercury_trace_internal.c 25 Nov 2008 07:46:57 -0000 1.244
+++ trace/mercury_trace_internal.c 20 Jan 2009 06:30:18 -0000
@@ -267,7 +267,7 @@
static const char MR_trace_banner[] =
"Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2008 The University of Melbourne, Australia.\n\
+Copyright 1998-2009 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 messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list