Update copyright notices for 2026.

LICENSE:
compiler/print_help.m:
doc/*.texi:
profiler/mercury_profile.m:
slice/mcov.m:
slice/mdice.m:
slice/mslice.m:
slice/mtc_diff.m:
slice/mtc_union.m:
trace/mercury_trace_Internal.c:
    As above.
This commit is contained in:
Julien Fischer
2026-01-01 19:56:20 +11:00
parent 81e408ac75
commit ac642e9ef7
14 changed files with 26 additions and 26 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-2025 The Mercury team.
Copyright (C) 2013-2026 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

@@ -1,7 +1,7 @@
%---------------------------------------------------------------------------%
% vim: ft=mercury ts=4 sw=4 et
%---------------------------------------------------------------------------%
% Copyright (C) 2025 The Mercury team.
% Copyright (C) 2025-2026 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.
%---------------------------------------------------------------------------%
@@ -120,7 +120,7 @@ compiler_id_line = "Name: mmc - Melbourne Mercury Compiler".
copyright_notice_lines = [
"Copyright (C) 1993-2012 The University of Melbourne",
"Copyright (C) 2013-2025 The Mercury team"
"Copyright (C) 2013-2026 The Mercury team"
].
:- func long_usage_header_lines = list(string).

View File

@@ -26,7 +26,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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this FAQ list provided the copyright notice and this permission notice
@@ -57,7 +57,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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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

@@ -16,7 +16,7 @@
This file documents the Mercury standard library, version <VERSION>.
Copyright @copyright{} 1995--1997,1999--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2025 The Mercury team.
Copyright @copyright{} 2013--2026 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -47,7 +47,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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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 is an aid for people porting Prolog programs to Mercury.
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2025 The Mercury team.
Copyright @copyright{} 2013--2026 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -47,7 +47,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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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

@@ -43,7 +43,7 @@
This file documents the Mercury implementation, version <VERSION>.
Copyright @copyright{} 1995--2012 The University of Melbourne.@*
Copyright @copyright{} 2013--2025 The Mercury team.
Copyright @copyright{} 2013--2026 The Mercury team.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -79,7 +79,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--2025 The Mercury team.
Copyright @copyright{} 2013--2026 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-2025 The Mercury team.
% Copyright (C) 2013, 2015-2026 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.
%---------------------------------------------------------------------------%
@@ -162,7 +162,7 @@ long_usage(OutputStream, !IO) :-
write_copyright_notice(OutputStream, !IO) :-
io.write_strings(OutputStream, [
"Copyright (C) 1995-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 expandtab
%---------------------------------------------------------------------------%
% Copyright (C) 2006-2007, 2010-2012 The University of Melbourne.
% Copyright (C) 2014-2016, 2020-2025 The Mercury team.
% Copyright (C) 2014-2016, 2020-2026 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.
%---------------------------------------------------------------------------%
@@ -511,7 +511,7 @@ long_usage(OutStream, !IO) :-
write_copyright_notice(OutStream, !IO) :-
io.write_strings(OutStream, [
"Copyright (C) 2006-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

View File

@@ -180,7 +180,7 @@ long_usage(OutStream, !IO) :-
write_copyright_notice(OutStream, !IO) :-
io.write_strings(OutStream, [
"Copyright (C) 2005-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 expandtab
%---------------------------------------------------------------------------%
% Copyright (C) 2005-2006, 2012 The University of Melbourne.
% Copyright (C) 2015-2016, 2019-2020, 2022-2025 The Mercury team.
% Copyright (C) 2015-2016, 2019-2020, 2022-2026 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.
%---------------------------------------------------------------------------%
@@ -175,7 +175,7 @@ long_usage(OutStream, !IO) :-
write_copyright_notice(OutStream, !IO) :-
io.write_strings(OutStream, [
"Copyright (C) 2005-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 expandtab
%---------------------------------------------------------------------------%
% Copyright (C) 2006, 2012 The University of Melbourne.
% Copyright (C) 2015-2017, 2019-2025 The Mercury team.
% Copyright (C) 2015-2017, 2019-2026 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.
%---------------------------------------------------------------------------%
@@ -176,7 +176,7 @@ long_usage(OutStream, !IO) :-
write_copyright_notice(OutStream, !IO) :-
io.write_strings(OutStream, [
"Copyright (C) 2006-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

View File

@@ -2,7 +2,7 @@
% vim: ft=mercury ts=4 sw=4 expandtab
%---------------------------------------------------------------------------%
% Copyright (C) 2005-2006, 2012 The University of Melbourne.
% Copyright (C) 2015-2016, 2019-2025 The Mercury team.
% Copyright (C) 2015-2016, 2019-2026 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.
%---------------------------------------------------------------------------%
@@ -174,7 +174,7 @@ long_usage(OutStream, !IO) :-
write_copyright_notice(OutStream, !IO) :-
io.write_strings(OutStream, [
"Copyright (C) 2005-2012 The University of Melbourne\n",
"Copyright (C) 2013-2025 The Mercury team\n"
"Copyright (C) 2013-2026 The Mercury team\n"
], !IO).
%---------------------------------------------------------------------------%

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-2025 The Mercury team.
// Copyright (C) 2013-2026 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
@@ -271,7 +271,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-2025 The Mercury team.\n\
Copyright 2013-2026 The Mercury team.\n\
mdb is free software; there is absolutely no warranty for mdb.\n";
static FILE *