[m-rev.] diff: update copyright messages for 2008

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Jan 14 11:03:42 AEDT 2008


Estimated hours taken: 0.1
Branches: main

Update copyright messages.

.README.in:
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:
 	Bump the year in the copyright messages to 2008.

INSTALL_CVS:
 	Update a comment: we now require autoconf version 2.58 or greater.

Index: .README.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/.README.in,v
retrieving revision 1.20
diff -u -r1.20 .README.in
--- .README.in	12 Oct 2007 04:38:11 -0000	1.20
+++ .README.in	13 Jan 2008 23:58:25 -0000
@@ -2,7 +2,7 @@
  Mercury compiler, version @VERSION at .

  	The Mercury implementation is free software, but it is Copyright
-	(C) 1993-2007 The University of Melbourne.  It is distributed
+	(C) 1993-2008 The University of Melbourne.  It is distributed
  	under the terms of the GNU General Public License.  See the file
  	COPYING for copying permission.

Index: INSTALL_CVS
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/INSTALL_CVS,v
retrieving revision 1.8
diff -u -r1.8 INSTALL_CVS
--- INSTALL_CVS	26 Jul 2003 15:22:31 -0000	1.8
+++ INSTALL_CVS	13 Jan 2008 23:58:25 -0000
@@ -6,7 +6,7 @@
  #	Note: you need a previous version of Mercury already installed
  #	(the CVS archive doesn't have all the necessary files for
  #	bootstrapping).
-#	You also need autoconf (version 2.50 or later) (and hence GNU m4)
+#	You also need autoconf (version 2.58 or later) (and hence GNU m4)
  #	installed.
  #
  # Step 0.  autoconf
Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.314
diff -u -r1.314 handle_options.m
--- compiler/handle_options.m	30 Dec 2007 08:23:40 -0000	1.314
+++ compiler/handle_options.m	13 Jan 2008 23:58:25 -0000
@@ -2123,7 +2123,7 @@
      library.version(Version),
      io.write_strings([
          "Mercury Compiler, version ", Version, "\n",
-        "Copyright (C) 1993-2007 The University of Melbourne\n"
+        "Copyright (C) 1993-2008 The University of Melbourne\n"
      ], !IO).

  usage(!IO) :-
@@ -2147,7 +2147,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-2007 " ++
+    io.write_string("Copyright (C) 1993-2008 " ++
          "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.32
diff -u -r1.32 faq.texi
--- doc/faq.texi	3 Jul 2007 09:11:41 -0000	1.32
+++ doc/faq.texi	13 Jan 2008 23:58:25 -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-2007 The University of Melbourne.
+Copyright (C) 1995-1997,1999,2001-2008 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--2002 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999,2001--2008 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.24
diff -u -r1.24 library.texi
--- doc/library.texi	3 Jul 2007 09:11:42 -0000	1.24
+++ doc/library.texi	13 Jan 2008 23:58:25 -0000
@@ -14,7 +14,7 @@
  @ifnottex
  This file documents the Mercury standard library, version <VERSION>.

-Copyright (C) 1995-1997,1999-2007 The University of Melbourne.
+Copyright (C) 1995-1997,1999-2008 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--2005 The University of Melbourne.
+Copyright @copyright{} 1995--1997,1999--2008 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.414
diff -u -r1.414 reference_manual.texi
--- doc/reference_manual.texi	5 Dec 2007 05:07:42 -0000	1.414
+++ doc/reference_manual.texi	13 Jan 2008 23:58:25 -0000
@@ -15,7 +15,7 @@
  @ifnottex
  This file documents the Mercury programming language, version <VERSION>.

-Copyright (C) 1995-2007 The University of Melbourne.
+Copyright (C) 1995-2008 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--2007 The University of Melbourne.
+Copyright @copyright{} 1995--2008 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.48
diff -u -r1.48 transition_guide.texi
--- doc/transition_guide.texi	3 Jul 2007 09:11:42 -0000	1.48
+++ doc/transition_guide.texi	13 Jan 2008 23:58:25 -0000
@@ -14,7 +14,7 @@
  @ifnottex
  This file is an aid for people porting Prolog programs to Mercury.

-Copyright (C) 1995-2007 The University of Melbourne.
+Copyright (C) 1995-2008 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--2004 The University of Melbourne.
+Copyright @copyright{} 1995--2008 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.555
diff -u -r1.555 user_guide.texi
--- doc/user_guide.texi	18 Dec 2007 04:22:43 -0000	1.555
+++ doc/user_guide.texi	13 Jan 2008 23:58:25 -0000
@@ -41,7 +41,7 @@
  @ifnottex
  This file documents the Mercury implementation, version <VERSION>.

-Copyright (C) 1995-2007 The University of Melbourne.
+Copyright (C) 1995-2008 The University of Melbourne.

  Permission is granted to make and distribute verbatim copies of
  this manual provided the copyright notice and this permission notice
@@ -75,7 +75,7 @@
  @author Ian MacLarty
  @page
  @vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2007 The University of Melbourne.
+Copyright @copyright{} 1995--2008 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.36
diff -u -r1.36 mercury_profile.m
--- profiler/mercury_profile.m	3 Jan 2007 02:37:31 -0000	1.36
+++ profiler/mercury_profile.m	13 Jan 2008 23:58:25 -0000
@@ -101,7 +101,7 @@
      library.version(Version),
      io.write_strings(StdErr, [
          "Mercury Profiler, version ", Version, "\n",
-        "Copyright (C) 1995-2007 The University of Melbourne\n",
+        "Copyright (C) 1995-2008 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.239
diff -u -r1.239 mercury_trace_internal.c
--- trace/mercury_trace_internal.c	31 Oct 2007 06:40:19 -0000	1.239
+++ trace/mercury_trace_internal.c	13 Jan 2008 23:58:25 -0000
@@ -262,7 +262,7 @@

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