Skip to content

Commit fc38fe8

Browse files
author
Jeremy Harris
committed
Copyright updates
1 parent 5038b83 commit fc38fe8

File tree

225 files changed

+256
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+256
-213
lines changed

doc/doc-docbook/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make file for Exim documentation from xfpt source.
2-
# Copyright (c) The Exim Maintainers 2020 - 2021
2+
# Copyright (c) The Exim Maintainers 2020 - 2025
33
export LC_ALL=C
44

55
# Original

doc/doc-docbook/filter.xfpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
. Copyright year. Update this (only) when changing content.
4949

5050
.macro copyyear
51-
2023
51+
2024
5252
.endmacro
5353

5454
. ===========================================================================

doc/doc-docbook/spec.xfpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.set drivernamemax "64"
5555

5656
.macro copyyear
57-
2024
57+
2025
5858
.endmacro
5959

6060
. /////////////////////////////////////////////////////////////////////////////

doc/doc-txt/OptionLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file contains an almost complete lists of four kinds of Exim option:
99
4. Those that can appear in the build time configuration for the Exim monitor
1010
(Local/eximon.conf).
1111

12-
This file was last updated for Exim release 4.95.
12+
This file was last updated for Exim release 4.99.
1313

1414

1515
1. RUN TIME OPTIONS

release-process/scripts/mk_exim_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# Copyright (c) The Exim Maintainers 2016 - 2023
2+
# Copyright (c) The Exim Maintainers 2016 - 2025
33

44
use strict;
55
use warnings;

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# appropriate links, and then creating and running the main makefile in that
33
# directory.
44

5-
# Copyright (c) The Exim Maintainers 2022 - 2023
5+
# Copyright (c) The Exim Maintainers 2022 - 2025
66
# Copyright (c) University of Cambridge, 1995 - 2018
77
# SPDX-License-Identifier: GPL-2.0-or-later
88
# See the file NOTICE for conditions of use and distribution.

src/OS/Makefile-Base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# optional, Local/* files at the front of this file, to create Makefile in the
66
# build directory.
77
#
8-
# Copyright (c) The Exim Maintainers 1995 - 2024
8+
# Copyright (c) The Exim Maintainers 1995 - 2025
99
# SPDX-License-Identifier: GPL-2.0-or-later
1010

1111
SHELL = $(MAKE_SHELL)

src/OS/Makefile-Default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Exim mail transport agent #
33
##################################################
44

5-
# Copyright (c) The Exim Maintainers 2022
5+
# Copyright (c) The Exim Maintainers 2022 - 2025
66
# SPDX-License-Identifier: GPL-2.0-or-later
77

88
# Generic default make file containing settings that relate to the OS or

src/OS/Makefile-FreeBSD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exim: OS-specific make file for FreeBSD
22
#
3-
# Copyright (c) The Exim Maintainers 2020 - 2023
3+
# Copyright (c) The Exim Maintainers 2020 - 2024
44
# SPDX-License-Identifier: GPL-2.0-or-later
55

66
CHOWN_COMMAND=/usr/sbin/chown

src/OS/os.c-FreeBSD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* Exim - an Internet mail transport agent *
33
*************************************************/
44

5+
/* Copyright (c) The Exim Maintainers 2021 - 2025 */
56
/* Copyright (c) Jeremy Harris 1995 - 2020 */
6-
/* Copyright (c) The Exim Maintainers 2021 */
77
/* SPDX-License-Identifier: GPL-2.0-or-later */
88
/* See the file NOTICE for conditions of use and distribution. */
99

0 commit comments

Comments
 (0)