[m-rev.] diff: Fix copyright years
Paul Bone
paul at bone.id.au
Wed Feb 4 11:31:41 AEDT 2015
Branches: master
---
Fix copyright years
Fix the years in copyright messages so that they record move from The
University of Melbourne to The Mercury Team correctly.
I recall the time correctly because it's when i submitted my thesis :-)
.README.in:
bindist/bindist.README:
compiler/handle_options.m:
doc/faq.texi:
doc/library.texi:
doc/reference_manual.texi:
doc/transition_guide.texi:
doc/user_guide.texi:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
As above.
---
.README.in | 4 ++--
bindist/bindist.README | 4 ++--
compiler/handle_options.m | 8 ++++----
doc/faq.texi | 8 ++++----
doc/library.texi | 8 ++++----
doc/reference_manual.texi | 8 ++++----
doc/transition_guide.texi | 8 ++++----
doc/user_guide.texi | 8 ++++----
profiler/mercury_profile.m | 8 ++++----
trace/mercury_trace_internal.c | 4 ++--
10 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/.README.in b/.README.in
index 75d9230..622c2d7 100644
--- a/.README.in
+++ b/.README.in
@@ -2,8 +2,8 @@ This directory contains the source distribution for the University of Melbourne
Mercury compiler, version @VERSION at .
The Mercury implementation is free software.
- It is Copyright (C) 1993-2013 The University of Melbourne and
- Copyright (C) 2014-2015 The Mercury team.
+ It is Copyright (C) 1993-2012 The University of Melbourne and
+ Copyright (C) 2013-2015 The Mercury team.
The compiler and tools are distributed under the terms of the GNU
General Public License. See the file COPYING for copying permission.
diff --git a/bindist/bindist.README b/bindist/bindist.README
index d49c9f2..4c9e0b2 100644
--- a/bindist/bindist.README
+++ b/bindist/bindist.README
@@ -2,8 +2,8 @@ This directory contains a binary distribution of the University of Melbourne
Mercury compiler, version <VERSION>, built on a `<FULLARCH>' system.
The Mercury implementation is free software.
- It is Copyright (C) 1993-2013 The University of Melbourne and
- Copyright (C) 2014-2015 The Mercury team.
+ It is Copyright (C) 1993-2012 The University of Melbourne and
+ Copyright (C) 2013-2015 The Mercury team.
The compiler and tools are distributed under the terms of the GNU
General Public License. See the file COPYING for copying permission.
diff --git a/compiler/handle_options.m b/compiler/handle_options.m
index 78ce848..5add9c3 100644
--- a/compiler/handle_options.m
+++ b/compiler/handle_options.m
@@ -2569,8 +2569,8 @@ display_compiler_version(!IO) :-
library.version(Version, Fullarch),
io.write_strings([
"Mercury Compiler, version ", Version, ", on ", Fullarch, "\n",
- "Copyright (C) 1993-2013 The University of Melbourne\n",
- "Copyright (C) 2014-2015 The Mercury team\n"
+ "Copyright (C) 1993-2012 The University of Melbourne\n",
+ "Copyright (C) 2013-2015 The Mercury team\n"
], !IO).
:- mutable(already_printed_usage, bool, no, ground,
@@ -2599,9 +2599,9 @@ long_usage(!IO) :-
library.version(Version, Fullarch),
io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
Version, ", on ", Fullarch, "\n"], !IO),
- io.write_string("Copyright: Copyright (C) 1993-2013 " ++
+ io.write_string("Copyright: Copyright (C) 1993-2012 " ++
"The University of Melbourne\n", !IO),
- io.write_string(" Copyright (C) 2014-2015 " ++
+ io.write_string(" Copyright (C) 2013-2015 " ++
"The Mercury team\n", !IO),
io.write_string("Usage: mmc [<options>] <arguments>\n", !IO),
io.write_string("Arguments:\n", !IO),
diff --git a/doc/faq.texi b/doc/faq.texi
index f289247..d2c895a 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -24,8 +24,8 @@
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-2013 The University of Melbourne.
-Copyright (C) 2014-2015 The Mercury team.
+Copyright (C) 1995-1997,1999,2001-2012 The University of Melbourne.
+Copyright (C) 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
@@ -55,8 +55,8 @@ into another language, under the above conditions for modified versions.
@author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--1997,1999,2001--2014 The University of Melbourne.
-Copyright @copyright{} 2014-2015 The Mercury team.
+Copyright @copyright{} 1995--1997,1999,2001--2012 The University of Melbourne.
+Copyright @copyright{} 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
diff --git a/doc/library.texi b/doc/library.texi
index 1e8fbd8..4d48650 100644
--- a/doc/library.texi
+++ b/doc/library.texi
@@ -14,8 +14,8 @@
@ifnottex
This file documents the Mercury standard library, version <VERSION>.
-Copyright (C) 1995-1997,1999-2013 The University of Melbourne.
-Copyrigth (C) 2014-2015 The Mercury team.
+Copyright (C) 1995-1997,1999-2012 The University of Melbourne.
+Copyrigth (C) 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -45,8 +45,8 @@ into another language, under the above conditions for modified versions.
@c @author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--1997,1999--2013 The University of Melbourne.
-Copyright @copyright{} 2014--2015 The Mercury team.
+Copyright @copyright{} 1995--1997,1999--2012 The University of Melbourne.
+Copyright @copyright{} 2013--2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/doc/reference_manual.texi b/doc/reference_manual.texi
index d27a12b..c2f531d 100644
--- a/doc/reference_manual.texi
+++ b/doc/reference_manual.texi
@@ -15,8 +15,8 @@
@ifnottex
This file documents the Mercury programming language, version <VERSION>.
-Copyright (C) 1995-2013 The University of Melbourne.
-Copyright (C) 2014-2015 The Mercury team.
+Copyright (C) 1995-2012 The University of Melbourne.
+Copyright (C) 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -54,8 +54,8 @@ into another language, under the above conditions for modified versions.
@author Peter Wang
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2013 The University of Melbourne.
-Copyright @copyright{} 2014--2015 The Mercury team.
+Copyright @copyright{} 1995--2012 The University of Melbourne.
+Copyright @copyright{} 2013--2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/doc/transition_guide.texi b/doc/transition_guide.texi
index 54ed32e..fa8ebbe 100644
--- a/doc/transition_guide.texi
+++ b/doc/transition_guide.texi
@@ -14,8 +14,8 @@
@ifnottex
This file is an aid for people porting Prolog programs to Mercury.
-Copyright (C) 1995-2013 The University of Melbourne.
-Copyright (C) 2014-2015 The Mercury team.
+Copyright (C) 1995-2012 The University of Melbourne.
+Copyright (C) 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -45,8 +45,8 @@ into another language, under the above conditions for modified versions.
@author Fergus Henderson
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2013 The University of Melbourne.
-Copyright @copyright{} 2014--2015 The Mercury team.
+Copyright @copyright{} 1995--2012 The University of Melbourne.
+Copyright @copyright{} 2013--2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/doc/user_guide.texi b/doc/user_guide.texi
index fa74c8e..565ad11 100644
--- a/doc/user_guide.texi
+++ b/doc/user_guide.texi
@@ -41,8 +41,8 @@
@ifnottex
This file documents the Mercury implementation, version <VERSION>.
-Copyright (C) 1995-2013 The University of Melbourne.
-Copyright (C) 2014-2015 The Mercury team.
+Copyright (C) 1995-2012 The University of Melbourne.
+Copyright (C) 2013-2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -77,8 +77,8 @@ into another language, under the above conditions for modified versions.
@author Paul Bone
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2013 The University of Melbourne.
-Copyright @copyright{} 2014--2015 The Mercury team.
+Copyright @copyright{} 1995--2012 The University of Melbourne.
+Copyright @copyright{} 2013--2015 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/profiler/mercury_profile.m b/profiler/mercury_profile.m
index ccc74b1..ec7e3f3 100644
--- a/profiler/mercury_profile.m
+++ b/profiler/mercury_profile.m
@@ -108,8 +108,8 @@ usage(!IO) :-
library.version(Version, Fullarch),
io.write_strings(StdErr, [
"Mercury Profiler, version ", Version, ", on ", Fullarch, ".\n",
- "Copyright (C) 1995-2013 The University of Melbourne\n",
- "Copyright (C) 2014-2015 The Mercury team\n",
+ "Copyright (C) 1995-2012 The University of Melbourne\n",
+ "Copyright (C) 2013-2015 The Mercury team\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
@@ -121,8 +121,8 @@ long_usage(!IO) :-
library.version(Version, Fullarch),
io.write_strings([
"Mercury Profiler, version ", Version, ", on ", Fullarch, ".\n",
- "Copyright (C) 1995-2013 The University of Melbourne\n",
- "Copyright (C) 2014-2015 The Mercury team\n\n",
+ "Copyright (C) 1995-2012 The University of Melbourne\n",
+ "Copyright (C) 2013-2015 The Mercury team\n\n",
"Usage: ", ProgName, "[<options>] [<files>]\n",
"\n",
"Description:\n",
diff --git a/trace/mercury_trace_internal.c b/trace/mercury_trace_internal.c
index a6a1f64..3d3c34d 100644
--- a/trace/mercury_trace_internal.c
+++ b/trace/mercury_trace_internal.c
@@ -267,8 +267,8 @@ MR_trace_event_internal(MR_TraceCmdInfo *cmd, MR_bool interactive,
static const char MR_trace_banner[] =
"Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2013 The University of Melbourne.\n\
-Copyright 2014-2015 The Mercury team.\n\
+Copyright 1998-2012 The University of Melbourne.\n\
+Copyright 2013-2015 The Mercury team.\n\
mdb is free software, covered by the GNU General Public License.\n\
There is absolutely no warranty for mdb.\n";
--
2.1.4
More information about the reviews
mailing list