[m-rev.] trivial diff: update copyright years

Julien Fischer juliensf at cs.mu.OZ.AU
Wed Jan 5 16:08:11 AEDT 2005


Estimated hours taken: 0.1
Branches: main

compiler/handle_options.m:
doc/reference_manual.texi:
doc/user_guide.texi:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
	Update copyright years for 2005.

Julien.

Index: compiler/handle_options.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/handle_options.m,v
retrieving revision 1.212
diff -u -r1.212 handle_options.m
--- compiler/handle_options.m	20 Dec 2004 01:15:37 -0000	1.212
+++ compiler/handle_options.m	4 Jan 2005 06:25:51 -0000
@@ -1538,7 +1538,7 @@
 	library__version(Version),
 	io__write_strings([
 		"Mercury Compiler, version ", Version, "\n",
-		"Copyright (C) 1993-2004 The University of Melbourne\n"
+		"Copyright (C) 1993-2005 The University of Melbourne\n"
 	], !IO).

 usage(!IO) :-
@@ -1562,7 +1562,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-2004 " ++
+ 	io__write_string("Copyright (C) 1993-2005 " ++
 		"The University of Melbourne\n", !IO),
 	io__write_string("Usage: mmc [<options>] <arguments>\n", !IO),
 	io__write_string("Arguments:\n", !IO),
Index: doc/reference_manual.texi
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.304
diff -u -r1.304 reference_manual.texi
--- doc/reference_manual.texi	23 Dec 2004 04:52:29 -0000	1.304
+++ doc/reference_manual.texi	4 Jan 2005 06:17:27 -0000
@@ -17,7 +17,7 @@
 @ifnottex
 This file documents the Mercury programming language, version <VERSION>.

-Copyright (C) 1995-2004 The University of Melbourne.
+Copyright (C) 1995-2005 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 Ralph Becket
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2004 The University of Melbourne.
+Copyright @copyright{} 1995--2005 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/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.404
diff -u -r1.404 user_guide.texi
--- doc/user_guide.texi	20 Dec 2004 01:15:48 -0000	1.404
+++ doc/user_guide.texi	4 Jan 2005 06:17:41 -0000
@@ -44,7 +44,7 @@
 @ifnottex
 This file documents the Mercury implementation, version <VERSION>.

-Copyright (C) 1995-2004 The University of Melbourne.
+Copyright (C) 1995-2005 The University of Melbourne.

 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -77,7 +77,7 @@
 @author Mark Brown
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1995--2004 The University of Melbourne.
+Copyright @copyright{} 1995--2005 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/mercury1/repository/mercury/profiler/mercury_profile.m,v
retrieving revision 1.28
diff -u -r1.28 mercury_profile.m
--- profiler/mercury_profile.m	16 Dec 2004 03:17:30 -0000	1.28
+++ profiler/mercury_profile.m	4 Jan 2005 06:18:21 -0000
@@ -93,7 +93,7 @@
 	library__version(Version),
         io__write_strings(StdErr, [
 		"Mercury Profiler, version ", Version, "\n",
-		"Copyright (C) 1995-2004 The University of Melbourne\n",
+		"Copyright (C) 1995-2005 The University of Melbourne\n",
         	"Usage: ", ProgName, " [<options>] [<files>]\n",
         	"Use `", ProgName, " --help' for more information.\n"
 		], !IO).
@@ -105,7 +105,7 @@
 	library__version(Version),
         io__write_strings([
 	"Mercury Profiler, version ", Version, "\n",
-	"Copyright (C) 1995-2004 The University of Melbourne\n\n",
+	"Copyright (C) 1995-2005 The University of Melbourne\n\n",
        	"Usage: ", ProgName, "[<options>] [<files>]\n",
 	"\n",
 	"Description:\n",
Index: trace/mercury_trace_internal.c
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/mercury_trace_internal.c,v
retrieving revision 1.184
diff -u -r1.184 mercury_trace_internal.c
--- trace/mercury_trace_internal.c	16 Dec 2004 00:12:41 -0000	1.184
+++ trace/mercury_trace_internal.c	4 Jan 2005 06:32:04 -0000
@@ -761,7 +761,7 @@

 static const char MR_trace_banner[] =
 "Melbourne Mercury Debugger, mdb version %s.\n\
-Copyright 1998-2004 The University of Melbourne, Australia.\n\
+Copyright 1998-2005 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:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list