diff options
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Base | 2 | ||||
-rw-r--r-- | src/OS/os.c-Linux | 2 | ||||
-rw-r--r-- | src/OS/os.h-FreeBSD | 3 | ||||
-rw-r--r-- | src/OS/os.h-Linux | 3 | ||||
-rw-r--r-- | src/OS/os.h-OpenBSD | 3 |
5 files changed, 11 insertions, 2 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 60c97c210..d64ed549f 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -5,7 +5,7 @@ # optional, Local/* files at the front of this file, to create Makefile in the # build directory. # -# Copyright (c) The Exim Maintainers 2016 +# Copyright (c) The Exim Maintainers 2017 SHELL = $(MAKE_SHELL) SCRIPTS = ../scripts diff --git a/src/OS/os.c-Linux b/src/OS/os.c-Linux index dd65c8b39..a10bc7d25 100644 --- a/src/OS/os.c-Linux +++ b/src/OS/os.c-Linux @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1997 - 2016 */ +/* Copyright (c) University of Cambridge 1997 - 2017 */ /* See the file NOTICE for conditions of use and distribution. */ /* Linux-specific code. This is concatenated onto the generic diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD index 7cb836cbe..8b1af396a 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -1,4 +1,7 @@ /* Exim: OS-specific C header file for FreeBSD */ +/* Copyright (c) University of Cambridge 2017 */ +/* See the file NOTICE for conditions of use and distribution. */ + #include <sys/types.h> diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index f6d35772b..88c4d9117 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,4 +1,7 @@ /* Exim: OS-specific C header file for Linux */ +/* Copyright (c) University of Cambridge 2017 */ +/* See the file NOTICE for conditions of use and distribution. */ + /* Some old systems we've received bug-reports for have a <limits.h> which does not pull in <features.h>. Best to just pull it in now and have done diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9da2599c1..81ed4870b 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -1,4 +1,7 @@ /* Exim: OS-specific C header file for OpenBSD */ +/* Copyright (c) University of Cambridge 2017 */ +/* See the file NOTICE for conditions of use and distribution. */ + #define HAVE_BSD_GETLOADAVG #define HAVE_MMAP |