Bump the year in the copyright message.

.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 message.
This commit is contained in:
Julien Fischer
2010-01-08 16:41:21 +00:00
parent 7d8c7fe387
commit 327035a48a
10 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ This directory contains the source distribution for the University of Melbourne
Mercury compiler, version @VERSION@.
The Mercury implementation is free software, but it is Copyright
(C) 1993-2009 The University of Melbourne. It is distributed
(C) 1993-2010 The University of Melbourne. It is distributed
under the terms of the GNU General Public License. See the file
COPYING for copying permission.

View File

@@ -2,7 +2,7 @@ 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, but it is Copyright
(C) 1993-2009 The University of Melbourne. It is distributed
(C) 1993-2010 The University of Melbourne. It is distributed
under the terms of the GNU General Public License. See the file
COPYING for copying permission.

View File

@@ -1,7 +1,7 @@
%-----------------------------------------------------------------------------%
% vim: ft=mercury ts=4 sw=4 et
%-----------------------------------------------------------------------------%
% Copyright (C) 1994-2009 The University of Melbourne.
% Copyright (C) 1994-2010 The University of Melbourne.
% This file may only be copied under the terms of the GNU General
% Public License - see the file COPYING in the Mercury distribution.
%-----------------------------------------------------------------------------%
@@ -2302,7 +2302,7 @@ display_compiler_version(!IO) :-
library.version(Version),
io.write_strings([
"Mercury Compiler, version ", Version, "\n",
"Copyright (C) 1993-2009 The University of Melbourne\n"
"Copyright (C) 1993-2010 The University of Melbourne\n"
], !IO).
:- mutable(already_printed_usage, bool, no, ground,
@@ -2331,7 +2331,7 @@ long_usage(!IO) :-
library.version(Version),
io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
Version, "\n"], !IO),
io.write_string("Copyright: Copyright (C) 1993-2009 " ++
io.write_string("Copyright: Copyright (C) 1993-2010 " ++
"The University of Melbourne\n", !IO),
io.write_string("Usage: mmc [<options>] <arguments>\n", !IO),
io.write_string("Arguments:\n", !IO),

View File

@@ -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-2009 The University of Melbourne.
Copyright (C) 1995-1997,1999,2001-2010 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 @@ into another language, under the above conditions for modified versions.
@author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--1997,1999,2001--2009 The University of Melbourne.
Copyright @copyright{} 1995--1997,1999,2001--2010 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

View File

@@ -14,7 +14,7 @@
@ifnottex
This file documents the Mercury standard library, version <VERSION>.
Copyright (C) 1995-1997,1999-2009 The University of Melbourne.
Copyright (C) 1995-1997,1999-2010 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 @@ into another language, under the above conditions for modified versions.
@c @author Zoltan Somogyi
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--1997,1999--2009 The University of Melbourne.
Copyright @copyright{} 1995--1997,1999--2010 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -15,7 +15,7 @@
@ifnottex
This file documents the Mercury programming language, version <VERSION>.
Copyright (C) 1995-2009 The University of Melbourne.
Copyright (C) 1995-2010 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 @@ into another language, under the above conditions for modified versions.
@author Mark Brown
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2009 The University of Melbourne.
Copyright @copyright{} 1995--2010 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -14,7 +14,7 @@
@ifnottex
This file is an aid for people porting Prolog programs to Mercury.
Copyright (C) 1995-2009 The University of Melbourne.
Copyright (C) 1995-2010 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 @@ into another language, under the above conditions for modified versions.
@author Fergus Henderson
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2009 The University of Melbourne.
Copyright @copyright{} 1995--2010 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -41,7 +41,7 @@
@ifnottex
This file documents the Mercury implementation, version <VERSION>.
Copyright (C) 1995-2009 The University of Melbourne.
Copyright (C) 1995-2010 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 @@ into another language, under the above conditions for modified versions.
@author Ian MacLarty
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2008 The University of Melbourne.
Copyright @copyright{} 1995--2010 The University of Melbourne.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -1,7 +1,7 @@
%-----------------------------------------------------------------------------%
% vim: ft=mercury ts=4 sw=4 et
%-----------------------------------------------------------------------------%
% Copyright (C) 1995-1997, 1999, 2002, 2004-2009 The University of Melbourne.
% Copyright (C) 1995-1997, 1999, 2002, 2004-2010 The University of Melbourne.
% This file may only be copied under the terms of the GNU General
% Public License - see the file COPYING in the Mercury distribution.
%-----------------------------------------------------------------------------%
@@ -101,7 +101,7 @@ usage(!IO) :-
library.version(Version),
io.write_strings(StdErr, [
"Mercury Profiler, version ", Version, "\n",
"Copyright (C) 1995-2009 The University of Melbourne\n",
"Copyright (C) 1995-2010 The University of Melbourne\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
@@ -113,7 +113,7 @@ long_usage(!IO) :-
library.version(Version),
io.write_strings([
"Mercury Profiler, version ", Version, "\n",
"Copyright (C) 1995-2009 The University of Melbourne\n\n",
"Copyright (C) 1995-2010 The University of Melbourne\n\n",
"Usage: ", ProgName, "[<options>] [<files>]\n",
"\n",
"Description:\n",

View File

@@ -2,7 +2,7 @@
** vim: ts=4 sw=4 expandtab
*/
/*
** Copyright (C) 1998-2009 The University of Melbourne.
** Copyright (C) 1998-2010 The University of Melbourne.
** This file may only be copied under the terms of the GNU Library General
** Public License - see the file COPYING.LIB in the Mercury distribution.
*/
@@ -267,7 +267,7 @@ 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-2009 The University of Melbourne, Australia.\n\
Copyright 1998-2010 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";