[m-rev.] diff: update year in usage messages

Julien Fischer juliensf at csse.unimelb.edu.au
Tue Jan 4 01:43:43 AEDT 2011


Branches: main, 11.01

.README.in:
bindist/bindist.README:
compiler/handle_options.m:
doc/*.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.26
diff -u -r1.26 .README.in
--- .README.in	10 Sep 2010 08:20:21 -0000	1.26
+++ .README.in	3 Jan 2011 14:31:45 -0000
@@ -2,7 +2,7 @@
  Mercury compiler, version @VERSION at .

  	The Mercury implementation is free software, but it is Copyright
-	(C) 1993-2010 The University of Melbourne.  It is distributed
+	(C) 1993-2011 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.21
diff -u -r1.21 bindist.README
--- bindist/bindist.README	10 Sep 2010 08:20:21 -0000	1.21
+++ bindist/bindist.README	3 Jan 2011 14:31: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-2010 The University of Melbourne.  It is distributed
+	(C) 1993-2011 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.357
diff -u -r1.357 handle_options.m
--- compiler/handle_options.m	22 Dec 2010 02:51:35 -0000	1.357
+++ compiler/handle_options.m	3 Jan 2011 14:31:46 -0000
@@ -2363,7 +2363,7 @@
      library.version(Version),
      io.write_strings([
          "Mercury Compiler, version ", Version, "\n",
-        "Copyright (C) 1993-2010 The University of Melbourne\n"
+        "Copyright (C) 1993-2011 The University of Melbourne\n"
      ], !IO).

  :- mutable(already_printed_usage, bool, no, ground,
@@ -2392,7 +2392,7 @@
      library.version(Version),
      io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
          Version, "\n"], !IO),
-    io.write_string("Copyright: Copyright (C) 1993-2010 " ++
+    io.write_string("Copyright: Copyright (C) 1993-2011 " ++
          "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.40
diff -u -r1.40 faq.texi
--- doc/faq.texi	8 Jan 2010 16:41:11 -0000	1.40
+++ doc/faq.texi	3 Jan 2011 14:31:46 -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-2010 The University of Melbourne.
+Copyright (C) 1995-1997,1999,2001-2011 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--2010 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999,2001--2011 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.27
diff -u -r1.27 library.texi
--- doc/library.texi	8 Jan 2010 16:41:12 -0000	1.27
+++ doc/library.texi	3 Jan 2011 14:31:46 -0000
@@ -14,7 +14,7 @@
  @ifnottex
  This file documents the Mercury standard library, version <VERSION>.

-Copyright (C) 1995-1997,1999-2010 The University of Melbourne.
+Copyright (C) 1995-1997,1999-2011 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--2010 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999--2011 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.454
diff -u -r1.454 reference_manual.texi
--- doc/reference_manual.texi	29 Dec 2010 04:52:21 -0000	1.454
+++ doc/reference_manual.texi	3 Jan 2011 14:31:46 -0000
@@ -15,7 +15,7 @@
  @ifnottex
  This file documents the Mercury programming language, version <VERSION>.

-Copyright (C) 1995-2010 The University of Melbourne.
+Copyright (C) 1995-2011 The University of Melbourne.

  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
@@ -53,7 +53,7 @@
  @author Peter Wang
  @page
  @vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2010 The University of Melbourne.
+Copyright @copyright{} 1995--2011 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.52
diff -u -r1.52 transition_guide.texi
--- doc/transition_guide.texi	13 Jul 2010 05:48:04 -0000	1.52
+++ doc/transition_guide.texi	3 Jan 2011 14:31:46 -0000
@@ -14,7 +14,7 @@
  @ifnottex
  This file is an aid for people porting Prolog programs to Mercury.

-Copyright (C) 1995-2010 The University of Melbourne.
+Copyright (C) 1995-2011 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--2010 The University of Melbourne.
+Copyright @copyright{} 1995--2011 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/mercury/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.617
diff -u -r1.617 user_guide.texi
--- doc/user_guide.texi	30 Dec 2010 11:18:03 -0000	1.617
+++ doc/user_guide.texi	3 Jan 2011 14:31:46 -0000
@@ -41,7 +41,7 @@
  @ifnottex
  This file documents the Mercury implementation, version <VERSION>.

-Copyright (C) 1995-2010 The University of Melbourne.
+Copyright (C) 1995-2011 The University of Melbourne.

  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
@@ -76,7 +76,7 @@
  @author Paul Bone
  @page
  @vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2010 The University of Melbourne.
+Copyright @copyright{} 1995--2011 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.39
diff -u -r1.39 mercury_profile.m
--- profiler/mercury_profile.m	8 Jan 2010 16:41:19 -0000	1.39
+++ profiler/mercury_profile.m	3 Jan 2011 14:31:46 -0000
@@ -101,7 +101,7 @@
      library.version(Version),
      io.write_strings(StdErr, [
          "Mercury Profiler, version ", Version, "\n",
-        "Copyright (C) 1995-2010 The University of Melbourne\n",
+        "Copyright (C) 1995-2011 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-2010 The University of Melbourne\n\n",
+        "Copyright (C) 1995-2011 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.246
diff -u -r1.246 mercury_trace_internal.c
--- trace/mercury_trace_internal.c	8 Jan 2010 16:41:21 -0000	1.246
+++ trace/mercury_trace_internal.c	3 Jan 2011 14:31:47 -0000
@@ -267,7 +267,7 @@

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