diff options
Diffstat (limited to 'src/util')
-rwxr-xr-x | src/util/chunking_fixqueue_finalnewlines.pl | 3 | ||||
-rwxr-xr-x | src/util/cramtest.pl | 3 | ||||
-rw-r--r-- | src/util/gen_pkcs3.c | 2 | ||||
-rwxr-xr-x | src/util/logargs.sh | 3 | ||||
-rwxr-xr-x | src/util/mkcdb.pl | 3 | ||||
-rwxr-xr-x | src/util/ocsp_fetch.pl | 2 | ||||
-rw-r--r-- | src/util/proxy_protocol_client.pl | 2 | ||||
-rw-r--r-- | src/util/ratelimit.pl | 3 | ||||
-rwxr-xr-x | src/util/renew-opendmarc-tlds.sh | 3 | ||||
-rwxr-xr-x | src/util/unknownuser.sh | 3 |
10 files changed, 17 insertions, 10 deletions
diff --git a/src/util/chunking_fixqueue_finalnewlines.pl b/src/util/chunking_fixqueue_finalnewlines.pl index b8ab17bd7..832b6a71f 100755 --- a/src/util/chunking_fixqueue_finalnewlines.pl +++ b/src/util/chunking_fixqueue_finalnewlines.pl @@ -1,5 +1,6 @@ #!/usr/bin/env perl -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later use warnings; use strict; diff --git a/src/util/cramtest.pl b/src/util/cramtest.pl index a6124628b..9fc797ba2 100755 --- a/src/util/cramtest.pl +++ b/src/util/cramtest.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later # This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5 # authentication. diff --git a/src/util/gen_pkcs3.c b/src/util/gen_pkcs3.c index 3ef3110de..c5a4453cb 100644 --- a/src/util/gen_pkcs3.c +++ b/src/util/gen_pkcs3.c @@ -2,7 +2,7 @@ * Copyright (c) The Exim Maintainers 2021 * This is distributed as part of Exim and licensed under the GPL. * See the file "NOTICE" for more details. - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: GPL-2.0-or-later */ /* Build with: diff --git a/src/util/logargs.sh b/src/util/logargs.sh index 814228d10..782ff8566 100755 --- a/src/util/logargs.sh +++ b/src/util/logargs.sh @@ -1,5 +1,6 @@ #! /bin/sh -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later # This script can be interposed between a calling program and another # program, in order to log the arguments which are being used. This can diff --git a/src/util/mkcdb.pl b/src/util/mkcdb.pl index e2b5931e7..3a438182c 100755 --- a/src/util/mkcdb.pl +++ b/src/util/mkcdb.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl -wT -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later # # Create cdb file from flat alias file. DPC: 15/10/98. # Args: source (may be relative or absolute) diff --git a/src/util/ocsp_fetch.pl b/src/util/ocsp_fetch.pl index 2afbdbdac..9255311a4 100755 --- a/src/util/ocsp_fetch.pl +++ b/src/util/ocsp_fetch.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2012 Wizards Internet Ltd # License GPLv2: GNU GPL version 2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html> -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-or-later use strict; BEGIN { pop @INC if $INC[-1] eq '.' }; diff --git a/src/util/proxy_protocol_client.pl b/src/util/proxy_protocol_client.pl index 8b4311b64..8253fc4ac 100644 --- a/src/util/proxy_protocol_client.pl +++ b/src/util/proxy_protocol_client.pl @@ -3,7 +3,7 @@ # Copyright (C) 2014 Todd Lyons # License GPLv2: GNU GPL version 2 # <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html> -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-or-later # # This script emulates a proxy which uses Proxy Protocol to communicate # to a backend server. It should be run from an IP which is configured diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl index 2ceeebbfa..ce54fe6c3 100644 --- a/src/util/ratelimit.pl +++ b/src/util/ratelimit.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl -wT -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later use strict; diff --git a/src/util/renew-opendmarc-tlds.sh b/src/util/renew-opendmarc-tlds.sh index 583dc0e40..d626aac37 100755 --- a/src/util/renew-opendmarc-tlds.sh +++ b/src/util/renew-opendmarc-tlds.sh @@ -1,5 +1,6 @@ #!/bin/sh -eu -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later # # Short version of this script: # curl -f -o /var/cache/exim/opendmarc.tlds https://publicsuffix.org/list/public_suffix_list.dat diff --git a/src/util/unknownuser.sh b/src/util/unknownuser.sh index 01e617978..a57a84bba 100755 --- a/src/util/unknownuser.sh +++ b/src/util/unknownuser.sh @@ -1,5 +1,6 @@ #! /bin/sh -# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) The Exim Maintainers 2022 +# SPDX-License-Identifier: GPL-2.0-or-later # This is a sample script for demonstrating how to handle unknown users in # a more friendly way than just returning a "user unknown" error. It can |