Update copyright notices for 2022.

LICENSE:
compiler/handle_options.m:
doc/*.texi:
profiler/mercury_profile.m:
trace/mercury_trace_internal.c:
        As above.
This commit is contained in:
Julien Fischer
2022-01-01 13:48:16 +11:00
parent a9c2e88cab
commit b2e14c0b32
9 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
The Mercury implementation is free software.
It is Copyright (C) 1993-2012 The University of Melbourne and
Copyright (C) 2013-2021 The Mercury team.
Copyright (C) 2013-2022 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.

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 et
%---------------------------------------------------------------------------%
% Copyright (C) 1994-2012 The University of Melbourne.
% Copyright (C) 2013-2021 The Mercury Team.
% Copyright (C) 2013-2022 The Mercury Team.
% This file may only be copied under the terms of the GNU General
% Public License - see the file COPYING in the Mercury distribution.
%---------------------------------------------------------------------------%
@@ -3058,7 +3058,7 @@ display_compiler_version(Stream, !IO) :-
io.write_strings(Stream, [
"Mercury Compiler, version ", Version, ", on ", Fullarch, "\n",
"Copyright (C) 1993-2012 The University of Melbourne\n",
"Copyright (C) 2013-2021 The Mercury team\n"
"Copyright (C) 2013-2022 The Mercury team\n"
], !IO).
usage_errors(ErrorStream, Globals, Specs, !IO) :-
@@ -3090,10 +3090,10 @@ long_usage(Stream, !IO) :-
% copies of the long usage message. We can print both a short and along
% usage message, but there is no simple way to avoid that.
library.version(Version, Fullarch),
Template =
Template =
"Name: mmc -- Melbourne Mercury Compiler, version %s on %s\n" ++
"Copyright: Copyright (C) 1993-2012 The University of Melbourne\n" ++
"Copyright (C) 2013-2021 The Mercury team\n" ++
"Copyright (C) 2013-2022 The Mercury team\n" ++
"Usage: mmc [<options>] <arguments>\n" ++
"Arguments:\n" ++
"\tArguments ending in `.m' are assumed to be source file names.\n" ++

View File

@@ -25,7 +25,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 @copyright{} 1995--1997,1999,2001--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
@@ -56,7 +56,7 @@ into another language, under the above conditions for modified versions.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--1997,1999,2001--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice

View File

@@ -15,7 +15,7 @@
This file documents the Mercury standard library, version <VERSION>.
Copyright @copyright{} 1995--1997,1999--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -46,7 +46,7 @@ into another language, under the above conditions for modified versions.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--1997,1999--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -16,7 +16,7 @@
This file documents the Mercury programming language, version <VERSION>.
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -55,7 +55,7 @@ into another language, under the above conditions for modified versions.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
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 @@
This file is an aid for people porting Prolog programs to Mercury.
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -46,7 +46,7 @@ into another language, under the above conditions for modified versions.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -42,7 +42,7 @@
This file documents the Mercury implementation, version <VERSION>.
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -78,7 +78,7 @@ into another language, under the above conditions for modified versions.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2021 The Mercury team.
Copyright @copyright{} 2013--2022 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 et
%---------------------------------------------------------------------------%
% Copyright (C) 1995-1997, 1999, 2002, 2004-2012 The University of Melbourne.
% Copyright (C) 2013, 2015-2021 The Mercury team.
% Copyright (C) 2013, 2015-2022 The Mercury team.
% This file may only be copied under the terms of the GNU General
% Public License - see the file COPYING in the Mercury distribution.
%---------------------------------------------------------------------------%
@@ -108,7 +108,7 @@ usage(OutputStream, !IO) :-
io.write_strings(OutputStream, [
"mprof - Mercury profiler, version ", Version, ", on ", Fullarch, "\n",
"Copyright (C) 1995-2012 The University of Melbourne\n",
"Copyright (C) 2013-2021 The Mercury team\n",
"Copyright (C) 2013-2022 The Mercury team\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"Use `", ProgName, " --help' for more information.\n"
], !IO).
@@ -122,7 +122,7 @@ long_usage(OutputStream, !IO) :-
"Name: mprof - Mercury profiler, version ", Version, ", on ",
Fullarch, "\n",
"Copyright (C) 1995-2012 The University of Melbourne\n",
"Copyright (C) 2013-2021 The Mercury team\n\n",
"Copyright (C) 2013-2022 The Mercury team\n\n",
"Usage: ", ProgName, " [<options>] [<files>]\n",
"\n",
"Description:\n",

View File

@@ -1,7 +1,7 @@
// vim: ts=4 sw=4 expandtab ft=c
// Copyright (C) 1998-2012 The University of Melbourne.
// Copyright (C) 2013-2021 The Mercury team.
// Copyright (C) 2013-2022 The Mercury team.
// This file is distributed under the terms specified in COPYING.LIB.
// This file contains the top level of the code of the internal, in-process
@@ -257,7 +257,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-2012 The University of Melbourne.\n\
Copyright 2013-2021 The Mercury team.\n\
Copyright 2013-2022 The Mercury team.\n\
mdb is free software; there is absolutely no warranty for mdb.\n";
static FILE *