X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/scripts/arch-type diff --git a/src/scripts/arch-type b/src/scripts/arch-type index 9fa7f0bd5..0218c0233 100755 --- a/src/scripts/arch-type +++ b/src/scripts/arch-type @@ -1,8 +1,9 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/arch-type,v 1.1 2004/10/06 15:07:40 ph10 Exp $ - # 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