[m-rev.] diff: update year in copyright messages
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Jan 3 02:39:36 AEDT 2012
Branches: main, 11.07
.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 copyright messages.
Julien.
Index: .README.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/.README.in,v
retrieving revision 1.28
diff -u -r1.28 .README.in
--- .README.in 10 Jan 2011 03:55:50 -0000 1.28
+++ .README.in 2 Jan 2012 15:13:26 -0000
@@ -2,7 +2,7 @@
Mercury compiler, version @VERSION at .
The Mercury implementation is free software, but it is Copyright
- (C) 1993-2011 The University of Melbourne. It is distributed
+ (C) 1993-2012 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.22
diff -u -r1.22 bindist.README
--- bindist/bindist.README 3 Jan 2011 14:48:51 -0000 1.22
+++ bindist/bindist.README 2 Jan 2012 15:16:49 -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-2011 The University of Melbourne. It is distributed
+ (C) 1993-2012 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.373
diff -u -r1.373 handle_options.m
--- compiler/handle_options.m 14 Dec 2011 06:40:09 -0000 1.373
+++ compiler/handle_options.m 2 Jan 2012 15:15:03 -0000
@@ -2401,7 +2401,7 @@
library.version(Version),
io.write_strings([
"Mercury Compiler, version ", Version, "\n",
- "Copyright (C) 1993-2011 The University of Melbourne\n"
+ "Copyright (C) 1993-2012 The University of Melbourne\n"
], !IO).
:- mutable(already_printed_usage, bool, no, ground,
@@ -2430,7 +2430,7 @@
library.version(Version),
io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
Version, "\n"], !IO),
- io.write_string("Copyright: Copyright (C) 1993-2011 " ++
+ io.write_string("Copyright: Copyright (C) 1993-2012 " ++
"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.41
diff -u -r1.41 faq.texi
--- doc/faq.texi 3 Jan 2011 14:45:34 -0000 1.41
+++ doc/faq.texi 2 Jan 2012 15:14:00 -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-2011 The University of Melbourne.
+Copyright (C) 1995-1997,1999,2001-2012 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--2011 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999,2001--2012 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.28
diff -u -r1.28 library.texi
--- doc/library.texi 3 Jan 2011 14:45:34 -0000 1.28
+++ doc/library.texi 2 Jan 2012 15:14:12 -0000
@@ -14,7 +14,7 @@
@ifnottex
This file documents the Mercury standard library, version <VERSION>.
-Copyright (C) 1995-1997,1999-2011 The University of Melbourne.
+Copyright (C) 1995-1997,1999-2012 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--2011 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999--2012 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.471
diff -u -r1.471 reference_manual.texi
--- doc/reference_manual.texi 3 Nov 2011 01:01:36 -0000 1.471
+++ doc/reference_manual.texi 2 Jan 2012 15:14:23 -0000
@@ -15,7 +15,7 @@
@ifnottex
This file documents the Mercury programming language, version <VERSION>.
-Copyright (C) 1995-2011 The University of Melbourne.
+Copyright (C) 1995-2012 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--2011 The University of Melbourne.
+Copyright @copyright{} 1995--2012 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.54
diff -u -r1.54 transition_guide.texi
--- doc/transition_guide.texi 19 May 2011 07:34:37 -0000 1.54
+++ doc/transition_guide.texi 2 Jan 2012 15:14:35 -0000
@@ -14,7 +14,7 @@
@ifnottex
This file is an aid for people porting Prolog programs to Mercury.
-Copyright (C) 1995-2011 The University of Melbourne.
+Copyright (C) 1995-2012 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--2011 The University of Melbourne.
+Copyright @copyright{} 1995--2012 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.644
diff -u -r1.644 user_guide.texi
--- doc/user_guide.texi 14 Dec 2011 03:26:00 -0000 1.644
+++ doc/user_guide.texi 2 Jan 2012 15:14:44 -0000
@@ -41,7 +41,7 @@
@ifnottex
This file documents the Mercury implementation, version <VERSION>.
-Copyright (C) 1995-2011 The University of Melbourne.
+Copyright (C) 1995-2012 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--2011 The University of Melbourne.
+Copyright @copyright{} 1995--2012 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.41
diff -u -r1.41 mercury_profile.m
--- profiler/mercury_profile.m 20 May 2011 04:16:53 -0000 1.41
+++ profiler/mercury_profile.m 2 Jan 2012 15:15:43 -0000
@@ -108,7 +108,7 @@
library.version(Version),
io.write_strings(StdErr, [
"Mercury Profiler, version ", Version, "\n",
- "Copyright (C) 1995-2011 The University of Melbourne\n",
+ "Copyright (C) 1995-2012 The University of Melbourne\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
Index: trace/mercury_trace_internal.c
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.248
diff -u -r1.248 mercury_trace_internal.c
--- trace/mercury_trace_internal.c 17 Oct 2011 04:31:33 -0000 1.248
+++ trace/mercury_trace_internal.c 2 Jan 2012 15:16:29 -0000
@@ -267,7 +267,7 @@
static const char MR_trace_banner[] =
"Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2011 The University of Melbourne, Australia.\n\
+Copyright 1998-2012 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