diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-27 14:38:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-11-27 14:38:37 +0000 |
commit | a85c067ba6c6940512cf57ec213277a370d87e70 (patch) | |
tree | dd8fcaefd6d7afab68e862795075e74ec2d45763 /src/util/renew-opendmarc-tlds.sh | |
parent | 02a33248dc5981a63931530a57c76ff27464bde5 (diff) |
SPDX: license tags (mostly by guesswork)
Diffstat (limited to 'src/util/renew-opendmarc-tlds.sh')
-rwxr-xr-x | src/util/renew-opendmarc-tlds.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/renew-opendmarc-tlds.sh b/src/util/renew-opendmarc-tlds.sh index 9967018e2..583dc0e40 100755 --- a/src/util/renew-opendmarc-tlds.sh +++ b/src/util/renew-opendmarc-tlds.sh @@ -1,4 +1,5 @@ #!/bin/sh -eu +# SPDX-License-Identifier: GPL-2.0-only # # Short version of this script: # curl -f -o /var/cache/exim/opendmarc.tlds https://publicsuffix.org/list/public_suffix_list.dat |