SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / scripts / arch-type
index f5fe8ebd3f380c0adf08c69db6593a58fbcdf0ca..0218c02334ddb7e391eb26415323648b802f1d7d 100755 (executable)
@@ -1,7 +1,9 @@
 #! /bin/sh
-
 # Shell script to determine the architecture type.
 
+# Copyright (c) The Exim Maintainters 2022
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # If EXIM_ARCHTYPE is set, use it. This allows a manual override.
 
 case "$EXIM_ARCHTYPE" in ?*) arch="$EXIM_ARCHTYPE";; esac