summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-10-23 17:08:14 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-10-23 17:08:14 +0100
commite3e281ccf9d8777d0df98ddd644720573e0343d1 (patch)
tree0171a7bb394203f9faab21bd1346290cfd5153cd /src/OS
parent041bf37266e8b97f457b78401ee7006429c69495 (diff)
Copyright updates:
vi $(git log --name-status exim-4.94..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-Base3
-rw-r--r--src/OS/os.c-FreeBSD1
-rw-r--r--src/OS/os.h-FreeBSD2
-rw-r--r--src/OS/os.h-GNU2
-rw-r--r--src/OS/os.h-Linux1
-rw-r--r--src/OS/os.h-OpenBSD1
-rw-r--r--src/OS/os.h-SunOS51
-rw-r--r--src/OS/unsupported/os.h-NetBSD1
8 files changed, 8 insertions, 4 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 2880b0ce3..f58e7ed34 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -5,8 +5,7 @@
# optional, Local/* files at the front of this file, to create Makefile in the
# build directory.
#
-# Copyright (c) The Exim Maintainers 1995 - 2018
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 1995 - 2021
SHELL = $(MAKE_SHELL)
SCRIPTS = ../scripts
diff --git a/src/OS/os.c-FreeBSD b/src/OS/os.c-FreeBSD
index ac833a29f..02b78587b 100644
--- a/src/OS/os.c-FreeBSD
+++ b/src/OS/os.c-FreeBSD
@@ -3,6 +3,7 @@
*************************************************/
/* Copyright (c) Jeremy Harris 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
/* See the file NOTICE for conditions of use and distribution. */
/* FreeBSD-specific code. This is concatenated onto the generic
diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD
index 36a6d7115..06e217a44 100644
--- a/src/OS/os.h-FreeBSD
+++ b/src/OS/os.h-FreeBSD
@@ -1,6 +1,6 @@
/* Exim: OS-specific C header file for FreeBSD */
/* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
/* See the file NOTICE for conditions of use and distribution. */
diff --git a/src/OS/os.h-GNU b/src/OS/os.h-GNU
index 2c3b7b5f5..4b222600e 100644
--- a/src/OS/os.h-GNU
+++ b/src/OS/os.h-GNU
@@ -1,5 +1,5 @@
/* Exim: OS-specific C header file for GNU/Hurd */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
#include <features.h>
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux
index f2c243e9f..e6a8d288e 100644
--- a/src/OS/os.h-Linux
+++ b/src/OS/os.h-Linux
@@ -1,5 +1,6 @@
/* Exim: OS-specific C header file for Linux */
/* Copyright (c) University of Cambridge 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
/* See the file NOTICE for conditions of use and distribution. */
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
index 663fc97c3..c690b6e4a 100644
--- a/src/OS/os.h-OpenBSD
+++ b/src/OS/os.h-OpenBSD
@@ -1,5 +1,6 @@
/* Exim: OS-specific C header file for OpenBSD */
/* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
/* See the file NOTICE for conditions of use and distribution. */
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5
index 1ceafa701..71253213c 100644
--- a/src/OS/os.h-SunOS5
+++ b/src/OS/os.h-SunOS5
@@ -1,4 +1,5 @@
/* Exim: OS-specific C header file for SunOS5 aka Solaris */
+/* Copyright (c) The Exim Maintainers 2021 */
#define CRYPT_H
#define HAVE_MMAP
diff --git a/src/OS/unsupported/os.h-NetBSD b/src/OS/unsupported/os.h-NetBSD
index 63ff27c27..0b9fc03f0 100644
--- a/src/OS/unsupported/os.h-NetBSD
+++ b/src/OS/unsupported/os.h-NetBSD
@@ -1,4 +1,5 @@
/* Exim: OS-specific C header file for NetBSD */
+/* Copyright (c) The Exim Maintainers 2021 */
#define HAVE_BSD_GETLOADAVG
#define HAVE_GETIFADDRS