summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-04-02 15:53:53 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-04-02 15:53:53 +0100
commit80fea873648ca2ab2e592999a336c59cf054ab55 (patch)
tree03d7a74039d0c000fc79ea76793d2563b08ab929 /src/scripts
parent736848857a8ffbd5a2358d8afcf053fabd626376 (diff)
Copyright year updates (things touched in 2016)
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2016-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/)
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/Configure-Makefile2
-rwxr-xr-xsrc/scripts/MakeLinks2
-rwxr-xr-xsrc/scripts/reversion1
3 files changed, 5 insertions, 0 deletions
diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile
index 8f40d1c95..4aa7d76cd 100755
--- a/src/scripts/Configure-Makefile
+++ b/src/scripts/Configure-Makefile
@@ -4,6 +4,8 @@
# from inside the directory. It does its own checking of when to rebuild; it
# just got too horrendous to get it right in "make", because of the optionally
# existing configuration files.
+#
+# Copyright (c) The Exim Maintainers 2016
# First off, get the OS type, and check that there is a make file for it.
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 9420b11c6..68cecf0a9 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -2,6 +2,8 @@
# Script to build links for all the exim source files from the system-
# specific build directory. It should be run from within that directory.
+#
+# Copyright (c) The Exim Maintainers 2016
test ! -d ../src && \
echo "*** $0 should be run in a system-specific subdirectory." && \
diff --git a/src/scripts/reversion b/src/scripts/reversion
index 2cf3277fc..9707b9c1c 100755
--- a/src/scripts/reversion
+++ b/src/scripts/reversion
@@ -1,4 +1,5 @@
#!/bin/sh
+# Copyright (c) The Exim Maintainers 2016
set -e
LC_ALL=C