diff options
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Base | 2 | ||||
-rw-r--r-- | src/OS/os.c-FreeBSD | 2 | ||||
-rw-r--r-- | src/OS/os.c-Linux | 2 | ||||
-rw-r--r-- | src/OS/os.h-FreeBSD | 4 | ||||
-rw-r--r-- | src/OS/os.h-Linux | 2 | ||||
-rw-r--r-- | src/OS/os.h-OpenBSD | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 11ba19e61..91ab876f9 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 2017 +# Copyright (c) The Exim Maintainers 1995 - 2018 SHELL = $(MAKE_SHELL) SCRIPTS = ../scripts diff --git a/src/OS/os.c-FreeBSD b/src/OS/os.c-FreeBSD index 715a9ed42..1261b8557 100644 --- a/src/OS/os.c-FreeBSD +++ b/src/OS/os.c-FreeBSD @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Jeremy Harris 2017 */ +/* Copyright (c) Jeremy Harris 1995 - 2018 */ /* 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.c-Linux b/src/OS/os.c-Linux index a10bc7d25..59d81f8ad 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 - 2017 */ +/* Copyright (c) University of Cambridge 1997 - 2018 */ /* 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 8b1af396a..a1c84f31c 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -1,5 +1,5 @@ /* Exim: OS-specific C header file for FreeBSD */ -/* Copyright (c) University of Cambridge 2017 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -58,7 +58,7 @@ MSG_FASTOPEN defined yet... */ #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN) # define MSG_FASTOPEN 0x20000000 #endif - + /* for TCP state-variable values, for TFO logging */ #include <netinet/tcp_fsm.h> #define TCP_SYN_RECV TCPS_SYN_RECEIVED diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 88c4d9117..539eeea33 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,5 +1,5 @@ /* Exim: OS-specific C header file for Linux */ -/* Copyright (c) University of Cambridge 2017 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* 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 81ed4870b..7998b1759 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -1,5 +1,5 @@ /* Exim: OS-specific C header file for OpenBSD */ -/* Copyright (c) University of Cambridge 2017 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ |