X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..33c9e43ec040c0a29394d8e3b745180ddddc0ed8:/src/scripts/newer diff --git a/src/scripts/newer b/src/scripts/newer index a2b92f6b8..3bd65fb41 100755 --- a/src/scripts/newer +++ b/src/scripts/newer @@ -1,11 +1,13 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/newer,v 1.1 2004/10/06 15:07:40 ph10 Exp $ # Script to determine whether the first file is newer than the second. # If the first does not exist, the answer is "no"; # if the second does not exist, the answer is "yes"; # otherwise their ages are compared using "find". +# Copyright (c) The Exim Maintainters 2022 +# SPDX-License-Identifier: GPL-2.0-or-later + if [ $# -ne 2 ]; then echo "*** Two file names needed for 'newer' ***" exit 2;