summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-27 16:42:58 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-27 18:21:58 +0100
commitf66bb00097d6bdcae9aac7896c63ec67fee2ec36 (patch)
tree7a8470dbd202fe54c5095e746fe3215dbb50b3fc
parent173af214f97db8b6975893d9d6a07bdc3715e956 (diff)
downloadgnutls-f66bb00097d6bdcae9aac7896c63ec67fee2ec36.tar.gz
Replace FSF snail mail addresses with URL
This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
-rw-r--r--Makefile.am3
-rw-r--r--cfg.mk3
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/credentials/Makefile.am3
-rw-r--r--doc/doc.mk3
-rw-r--r--doc/examples/Makefile.am3
-rw-r--r--doc/manpages/Makefile.am3
-rw-r--r--doc/scripts/Makefile.am3
-rwxr-xr-xdoc/scripts/getfuncs-map.pl3
-rwxr-xr-xdoc/scripts/getfuncs.pl3
-rwxr-xr-xdoc/scripts/mytexi2latex3
-rwxr-xr-xdoc/scripts/sort1.pl3
-rwxr-xr-xdoc/scripts/sort2.pl3
-rwxr-xr-xdoc/scripts/split-texi.pl3
-rwxr-xr-xdoc/scripts/split.pl3
-rw-r--r--extra/Makefile.am4
-rw-r--r--extra/includes/Makefile.am4
-rw-r--r--extra/includes/gnutls/openssl.h5
-rw-r--r--extra/openssl_compat.h4
-rw-r--r--lib/auth/rsa_psk.c4
-rw-r--r--lib/minitasn1/Makefile.am4
-rw-r--r--lib/nettle/int/drbg-aes-self-test.c2
-rw-r--r--lib/nettle/int/drbg-aes.h4
-rw-r--r--lib/nettle/int/dsa-fips.h4
-rw-r--r--lib/nettle/int/dsa-keygen-fips186.c4
-rw-r--r--lib/nettle/int/dsa-validate.c4
-rw-r--r--lib/nettle/int/provable-prime.c4
-rw-r--r--lib/nettle/int/rsa-fips.h4
-rw-r--r--lib/nettle/int/rsa-keygen-fips186.c4
-rw-r--r--lib/nettle/rnd-fips.c2
-rw-r--r--lib/nettle/rnd-fuzzer.c2
-rw-r--r--src/Makefile.am3
-rw-r--r--tests/alpn-server-prec.c3
-rw-r--r--tests/anonself.c3
-rw-r--r--tests/auto-verify.c3
-rw-r--r--tests/base64-raw.c3
-rw-r--r--tests/base64.c3
-rw-r--r--tests/buffer.c3
-rw-r--r--tests/cert-common.h3
-rwxr-xr-xtests/cert-reencoding.sh3
-rw-r--r--tests/cert-status.c3
-rwxr-xr-xtests/cert-tests/aki.sh3
-rwxr-xr-xtests/cert-tests/alt-chain.sh3
-rwxr-xr-xtests/cert-tests/cert-critical.sh3
-rwxr-xr-xtests/cert-tests/cert-non-digits-time.sh3
-rwxr-xr-xtests/cert-tests/cert-sanity.sh3
-rwxr-xr-xtests/cert-tests/cert-time.sh3
-rwxr-xr-xtests/cert-tests/certtool-crl-decoding.sh3
-rwxr-xr-xtests/cert-tests/certtool-ecdsa.sh3
-rwxr-xr-xtests/cert-tests/certtool-eddsa.sh3
-rwxr-xr-xtests/cert-tests/certtool-long-cn.sh3
-rwxr-xr-xtests/cert-tests/certtool-long-oids.sh3
-rwxr-xr-xtests/cert-tests/certtool-rsa-pss.sh3
-rwxr-xr-xtests/cert-tests/certtool-subca.sh3
-rwxr-xr-xtests/cert-tests/certtool-utf8.sh3
-rwxr-xr-xtests/cert-tests/certtool-verify-profiles.sh3
-rwxr-xr-xtests/cert-tests/crl.sh3
-rwxr-xr-xtests/cert-tests/crq.sh3
-rwxr-xr-xtests/cert-tests/dane.sh3
-rwxr-xr-xtests/cert-tests/dsa.sh3
-rwxr-xr-xtests/cert-tests/ecdsa.sh3
-rwxr-xr-xtests/cert-tests/email.sh3
-rwxr-xr-xtests/cert-tests/illegal-rsa.sh3
-rwxr-xr-xtests/cert-tests/inhibit-anypolicy.sh3
-rwxr-xr-xtests/cert-tests/invalid-sig.sh3
-rwxr-xr-xtests/cert-tests/key-id.sh3
-rwxr-xr-xtests/cert-tests/key-invalid.sh3
-rwxr-xr-xtests/cert-tests/krb5-test.sh3
-rwxr-xr-xtests/cert-tests/md5-test.sh3
-rwxr-xr-xtests/cert-tests/name-constraints.sh3
-rwxr-xr-xtests/cert-tests/othername-test.sh3
-rwxr-xr-xtests/cert-tests/pathlen.sh3
-rwxr-xr-xtests/cert-tests/pem-decoding.sh3
-rwxr-xr-xtests/cert-tests/pkcs1-pad.sh3
-rwxr-xr-xtests/cert-tests/pkcs12-corner-cases.sh3
-rwxr-xr-xtests/cert-tests/pkcs12-encode.sh3
-rwxr-xr-xtests/cert-tests/pkcs12-gost.sh3
-rwxr-xr-xtests/cert-tests/pkcs12-utf8.sh3
-rwxr-xr-xtests/cert-tests/pkcs12.sh3
-rwxr-xr-xtests/cert-tests/pkcs7-broken-sigs.sh3
-rwxr-xr-xtests/cert-tests/pkcs7-cat.sh3
-rwxr-xr-xtests/cert-tests/pkcs7-constraints.sh3
-rwxr-xr-xtests/cert-tests/pkcs7-constraints2.sh3
-rwxr-xr-xtests/cert-tests/pkcs7-list-sign.sh3
-rwxr-xr-xtests/cert-tests/pkcs7.sh3
-rwxr-xr-xtests/cert-tests/pkcs8-decode.sh3
-rwxr-xr-xtests/cert-tests/pkcs8-eddsa.sh3
-rwxr-xr-xtests/cert-tests/pkcs8-gost.sh3
-rwxr-xr-xtests/cert-tests/pkcs8-invalid.sh3
-rwxr-xr-xtests/cert-tests/pkcs8.sh3
-rwxr-xr-xtests/cert-tests/privkey-import.sh3
-rwxr-xr-xtests/cert-tests/provable-dh-default.sh3
-rwxr-xr-xtests/cert-tests/provable-dh.sh3
-rwxr-xr-xtests/cert-tests/provable-privkey-dsa2048.sh3
-rwxr-xr-xtests/cert-tests/provable-privkey-gen-default.sh3
-rwxr-xr-xtests/cert-tests/provable-privkey-rsa2048.sh3
-rwxr-xr-xtests/cert-tests/provable-privkey.sh3
-rwxr-xr-xtests/cert-tests/rsa-pss-pad.sh3
-rwxr-xr-xtests/cert-tests/sha2-dsa-test.sh3
-rwxr-xr-xtests/cert-tests/sha2-test.sh3
-rwxr-xr-xtests/cert-tests/sha3-test.sh3
-rwxr-xr-xtests/cert-tests/smime.sh3
-rwxr-xr-xtests/cert-tests/template-exts-test.sh3
-rwxr-xr-xtests/cert-tests/template-policy-test.sh3
-rwxr-xr-xtests/cert-tests/template-test.sh3
-rwxr-xr-xtests/cert-tests/tlsfeature-test.sh3
-rwxr-xr-xtests/cert-tests/x25519-and-x448.sh3
-rw-r--r--tests/cert.c3
-rw-r--r--tests/cert_verify_inv_utf8.c3
-rw-r--r--tests/certificate_set_x509_crl.c3
-rwxr-xr-xtests/certtool-pkcs11.sh3
-rw-r--r--tests/certuniqueid.c3
-rw-r--r--tests/chainverify-unsorted.c3
-rw-r--r--tests/cipher-alignment.c3
-rwxr-xr-xtests/cipher-listings.sh3
-rw-r--r--tests/client_dsa_key.c3
-rw-r--r--tests/common-cert-key-exchange.c3
-rw-r--r--tests/common-cert-key-exchange.h3
-rw-r--r--tests/common-key-tests.h3
-rw-r--r--tests/conv-utf8.c3
-rw-r--r--tests/crl-basic.c3
-rw-r--r--tests/crlverify.c3
-rw-r--r--tests/crq-basic.c3
-rw-r--r--tests/crq_apis.c3
-rw-r--r--tests/crq_key_id.c3
-rw-r--r--tests/crt_apis.c3
-rw-r--r--tests/crt_inv_write.c3
-rw-r--r--tests/custom-urls-override.c3
-rw-r--r--tests/custom-urls.c3
-rw-r--r--tests/cve-2008-4989.c3
-rw-r--r--tests/cve-2009-1415.c3
-rw-r--r--tests/cve-2009-1416.c3
-rw-r--r--tests/dane-strcodes.c3
-rw-r--r--tests/dane.c3
-rwxr-xr-xtests/danetool.sh3
-rw-r--r--tests/dh-compute.c3
-rw-r--r--tests/dh-params.c3
-rw-r--r--tests/dhepskself.c3
-rw-r--r--tests/dhex509self.c3
-rw-r--r--tests/dn.c3
-rw-r--r--tests/dn2.c3
-rw-r--r--tests/dss-sig-val.c3
-rw-r--r--tests/dtls-client-with-seccomp.c3
-rw-r--r--tests/dtls-etm.c3
-rw-r--r--tests/dtls-handshake-versions.c3
-rw-r--r--tests/dtls-max-record.c3
-rw-r--r--tests/dtls-pthread.c3
-rw-r--r--tests/dtls-rehandshake-anon.c3
-rw-r--r--tests/dtls-rehandshake-cert-2.c3
-rw-r--r--tests/dtls-rehandshake-cert-3.c3
-rw-r--r--tests/dtls-rehandshake-cert.c3
-rw-r--r--tests/dtls-repro-20170915.c3
-rw-r--r--tests/dtls-sliding-window.c3
-rw-r--r--tests/dtls-with-seccomp.c3
-rwxr-xr-xtests/dtls/dtls-nb3
-rwxr-xr-xtests/dtls/dtls-resume.sh3
-rw-r--r--tests/dtls/dtls-stress.c3
-rwxr-xr-xtests/dtls/dtls.sh3
-rw-r--r--tests/dtls1-2-mtu-check.c3
-rw-r--r--tests/dtls10-cert-key-exchange.c3
-rw-r--r--tests/dtls12-cert-key-exchange.c3
-rw-r--r--tests/duplicate-extensions.c3
-rw-r--r--tests/ecdh-compute.c3
-rw-r--r--tests/fallback-scsv.c3
-rwxr-xr-xtests/fastopen.sh3
-rw-r--r--tests/fips-mode-pthread.c3
-rw-r--r--tests/fips-rsa-sizes.c3
-rw-r--r--tests/global-init-override.c3
-rw-r--r--tests/global-init.c3
-rwxr-xr-xtests/gnutls-cli-save-data.sh3
-rw-r--r--tests/gnutls-ids.c3
-rw-r--r--tests/gnutls-strcodes.c3
-rw-r--r--tests/gnutls_hmac_fast.c3
-rw-r--r--tests/gnutls_x509_crt_sign.c3
-rw-r--r--tests/handshake-false-start.c3
-rw-r--r--tests/handshake-large-packet.c3
-rw-r--r--tests/handshake-versions.c3
-rw-r--r--tests/hex.c3
-rw-r--r--tests/hostname-check-utf8.c3
-rw-r--r--tests/hostname-check.c3
-rw-r--r--tests/id-on-xmppAddr.c3
-rw-r--r--tests/infoaccess.c3
-rw-r--r--tests/init_roundtrip.c3
-rw-r--r--tests/insecure_key.c3
-rw-r--r--tests/ip-check.c3
-rw-r--r--tests/ip-utils.c3
-rw-r--r--tests/key-export-pkcs8.c3
-rw-r--r--tests/key-import-export.c3
-rw-r--r--tests/key-material-dtls.c3
-rw-r--r--tests/key-material-set-dtls.c3
-rw-r--r--tests/key-openssl.c3
-rw-r--r--tests/key-usage-ecdhe-rsa.c3
-rw-r--r--tests/key-usage-rsa.c3
-rw-r--r--tests/keylog-env.c3
-rwxr-xr-xtests/ktls.sh3
-rw-r--r--tests/ktls_keyupdate.c3
-rwxr-xr-xtests/ktls_keyupdate.sh3
-rwxr-xr-xtests/logfile-option.sh3
-rwxr-xr-xtests/long-crl.sh3
-rw-r--r--tests/long-session-id.c3
-rw-r--r--tests/mini-alpn.c3
-rw-r--r--tests/mini-chain-unsorted.c3
-rw-r--r--tests/mini-dtls-discard.c3
-rw-r--r--tests/mini-dtls-fork.c3
-rw-r--r--tests/mini-dtls-heartbeat.c3
-rw-r--r--tests/mini-dtls-hello-verify-48.c3
-rw-r--r--tests/mini-dtls-hello-verify.c3
-rw-r--r--tests/mini-dtls-large.c3
-rw-r--r--tests/mini-dtls-lowmtu.c3
-rw-r--r--tests/mini-dtls-mtu.c3
-rw-r--r--tests/mini-dtls-record-asym.c3
-rw-r--r--tests/mini-dtls-record.c3
-rw-r--r--tests/mini-dtls-srtp.c3
-rw-r--r--tests/mini-dtls0-9.c3
-rw-r--r--tests/mini-eagain-dtls.c3
-rw-r--r--tests/mini-emsgsize-dtls.c3
-rw-r--r--tests/mini-global-load.c3
-rw-r--r--tests/mini-key-material.c3
-rw-r--r--tests/mini-loss-time.c3
-rw-r--r--tests/mini-overhead.c3
-rw-r--r--tests/mini-record-2.c3
-rw-r--r--tests/mini-session-verify-function.c3
-rw-r--r--tests/mini-termination.c3
-rw-r--r--tests/mini-tls-nonblock.c3
-rw-r--r--tests/mini-x509-2.c3
-rw-r--r--tests/mini-x509-callbacks-intr.c3
-rw-r--r--tests/mini-x509-callbacks.c3
-rw-r--r--tests/mini-x509-cas.c3
-rw-r--r--tests/mini-x509-ipaddr.c3
-rw-r--r--tests/mini-x509.c3
-rw-r--r--tests/mpi.c3
-rw-r--r--tests/multi-alerts.c3
-rw-r--r--tests/naked-alerts.c3
-rw-r--r--tests/name-constraints-ip.c3
-rw-r--r--tests/name-constraints-merge.c3
-rw-r--r--tests/name-constraints.c3
-rwxr-xr-xtests/nist-pkits/pkits3
-rwxr-xr-xtests/nist-pkits/pkits_crl3
-rwxr-xr-xtests/nist-pkits/pkits_crt3
-rwxr-xr-xtests/nist-pkits/pkits_pkcs123
-rwxr-xr-xtests/nist-pkits/pkits_smime3
-rw-r--r--tests/no-signal.c3
-rw-r--r--tests/nul-in-x509-names.c3
-rw-r--r--tests/ocsp-filename-memleak.c3
-rwxr-xr-xtests/ocsp-tests/ocsp-must-staple-connection.sh3
-rwxr-xr-xtests/ocsp-tests/ocsp-test.sh3
-rwxr-xr-xtests/ocsp-tests/ocsp-tls-connection.sh3
-rw-r--r--tests/ocsp.c3
-rw-r--r--tests/oids.c3
-rw-r--r--tests/openssl.c3
-rwxr-xr-xtests/p11-kit-trust.sh3
-rw-r--r--tests/parse_ca.c3
-rw-r--r--tests/pcert-list.c3
-rw-r--r--tests/pkcs1-digest-info.c3
-rw-r--r--tests/pkcs11/pkcs11-cert-import-url-exts.c3
-rw-r--r--tests/pkcs11/pkcs11-cert-import-url4-exts.c3
-rw-r--r--tests/pkcs11/pkcs11-chainverify.c3
-rw-r--r--tests/pkcs11/pkcs11-combo.c3
-rw-r--r--tests/pkcs11/pkcs11-ec-privkey-test.c3
-rw-r--r--tests/pkcs11/pkcs11-get-exts.c3
-rw-r--r--tests/pkcs11/pkcs11-get-issuer.c3
-rw-r--r--tests/pkcs11/pkcs11-get-raw-issuer-exts.c3
-rw-r--r--tests/pkcs11/pkcs11-import-url-privkey.c3
-rw-r--r--tests/pkcs11/pkcs11-import-with-pin.c3
-rw-r--r--tests/pkcs11/pkcs11-is-known.c3
-rw-r--r--tests/pkcs11/pkcs11-mechanisms.c3
-rw-r--r--tests/pkcs11/pkcs11-mock-ext.h3
-rw-r--r--tests/pkcs11/pkcs11-obj-import.c3
-rw-r--r--tests/pkcs11/pkcs11-pin-func.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-always-auth.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-export.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-fork-reinit.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-fork.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-pthread.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey-safenet-always-auth.c3
-rw-r--r--tests/pkcs11/pkcs11-privkey.c3
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import-ecdsa.c3
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import-rsa.c3
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import.c3
-rw-r--r--tests/pkcs11/softhsm.h3
-rw-r--r--tests/pkcs12_encode.c3
-rw-r--r--tests/pkcs12_s2k.c3
-rw-r--r--tests/pkcs12_s2k_pem.c3
-rw-r--r--tests/pkcs12_simple.c3
-rw-r--r--tests/pkcs7-cat-parse.c3
-rwxr-xr-xtests/pkcs7-cat.sh3
-rw-r--r--tests/pkcs7-gen.c3
-rw-r--r--tests/pkcs7.c3
-rw-r--r--tests/pkcs8-key-decode-encrypted.c3
-rw-r--r--tests/pkcs8-key-decode.c3
-rwxr-xr-xtests/pkgconfig.sh3
-rw-r--r--tests/prf.c3
-rw-r--r--tests/priorities-groups.c3
-rw-r--r--tests/priorities.c3
-rw-r--r--tests/priority-mix.c3
-rw-r--r--tests/privkey-verify-broken.c3
-rw-r--r--tests/protocol-set-allowlist.c3
-rwxr-xr-xtests/protocol-set-allowlist.sh3
-rw-r--r--tests/psk-file.c3
-rw-r--r--tests/pskself.c3
-rw-r--r--tests/pskself2.c3
-rw-r--r--tests/pubkey-import-export.c3
-rw-r--r--tests/random-art.c3
-rw-r--r--tests/record-retvals.c3
-rw-r--r--tests/record-sizes-range.c3
-rw-r--r--tests/record-sizes.c3
-rw-r--r--tests/record-timeouts.c3
-rw-r--r--tests/recv-data-before-handshake.c3
-rw-r--r--tests/rehandshake-ext-secret.c3
-rw-r--r--tests/rehandshake-switch-cert-allow.c3
-rw-r--r--tests/rehandshake-switch-cert-client-allow.c3
-rw-r--r--tests/rehandshake-switch-cert-client.c3
-rw-r--r--tests/rehandshake-switch-cert.c3
-rw-r--r--tests/rehandshake-switch-psk-id.c3
-rw-r--r--tests/rehandshake-switch-srp-id.c3
-rw-r--r--tests/resume-dtls.c3
-rw-r--r--tests/resume-with-false-start.c3
-rwxr-xr-xtests/rfc2253-escape-test.sh3
-rw-r--r--tests/rfc7633-missing.c3
-rw-r--r--tests/rng-no-onload.c3
-rw-r--r--tests/rng-pthread.c3
-rw-r--r--tests/rsa-encrypt-decrypt.c3
-rw-r--r--tests/rsa-illegal-import.c3
-rwxr-xr-xtests/rsa-md5-collision/rsa-md5-collision.sh3
-rw-r--r--tests/rsa-psk-cb.c3
-rw-r--r--tests/rsa-psk.c3
-rw-r--r--tests/safe-renegotiation/srn0.c3
-rw-r--r--tests/safe-renegotiation/srn1.c3
-rw-r--r--tests/safe-renegotiation/srn2.c3
-rw-r--r--tests/safe-renegotiation/srn3.c3
-rw-r--r--tests/safe-renegotiation/srn4.c3
-rw-r--r--tests/safe-renegotiation/srn5.c3
-rw-r--r--tests/scripts/common.sh3
-rwxr-xr-xtests/scripts/starttls-common.sh3
-rw-r--r--tests/sec-params.c3
-rw-r--r--tests/send-client-cert.c3
-rw-r--r--tests/send-data-before-handshake.c3
-rwxr-xr-xtests/serv-udp.sh3
-rwxr-xr-xtests/server-multi-keys.sh3
-rwxr-xr-xtests/server-weak-keys.sh3
-rw-r--r--tests/server_ecdsa_key.c3
-rw-r--r--tests/session-export-funcs.c3
-rw-r--r--tests/session-tickets-ok.c3
-rw-r--r--tests/set_key.c3
-rw-r--r--tests/set_key_utf8.c3
-rw-r--r--tests/set_known_dh_params_anon.c3
-rw-r--r--tests/set_known_dh_params_psk.c3
-rw-r--r--tests/set_known_dh_params_x509.c3
-rw-r--r--tests/set_pkcs12_cred.c3
-rw-r--r--tests/set_x509_key.c3
-rw-r--r--tests/set_x509_key_file.c3
-rw-r--r--tests/set_x509_key_file_der.c3
-rw-r--r--tests/set_x509_key_file_legacy.c3
-rw-r--r--tests/set_x509_key_file_ocsp.c3
-rw-r--r--tests/set_x509_key_file_ocsp_multi2.c3
-rw-r--r--tests/set_x509_key_mem.c3
-rw-r--r--tests/set_x509_key_utf8.c3
-rw-r--r--tests/set_x509_pkcs12_key.c3
-rw-r--r--tests/setcredcrash.c3
-rw-r--r--tests/sign-pk-api.c3
-rw-r--r--tests/sign-verify-data.c3
-rw-r--r--tests/sign-verify-deterministic.c3
-rw-r--r--tests/sign-verify-ed25519-rfc8080.c3
-rw-r--r--tests/sign-verify-ext.c3
-rw-r--r--tests/sign-verify.c3
-rw-r--r--tests/simple.c3
-rw-r--r--tests/slow/Makefile.am3
-rw-r--r--tests/slow/gendh.c3
-rw-r--r--tests/slow/test-ciphers-common.sh3
-rwxr-xr-xtests/slow/test-ciphers-openssl.sh3
-rwxr-xr-xtests/slow/test-ciphers.sh3
-rw-r--r--tests/srpbase64.c3
-rw-r--r--tests/ssl2-hello.c3
-rw-r--r--tests/ssl30-cert-key-exchange.c3
-rwxr-xr-xtests/starttls-ftp.sh3
-rwxr-xr-xtests/starttls-lmtp.sh3
-rwxr-xr-xtests/starttls-nntp.sh3
-rwxr-xr-xtests/starttls-pop3.sh3
-rwxr-xr-xtests/starttls-sieve.sh3
-rwxr-xr-xtests/starttls-smtp.sh3
-rwxr-xr-xtests/starttls-xmpp.sh3
-rwxr-xr-xtests/starttls.sh3
-rw-r--r--tests/status-request-ext.c3
-rw-r--r--tests/status-request-ok.c3
-rw-r--r--tests/status-request-revoked.c3
-rw-r--r--tests/status-request.c3
-rw-r--r--tests/str-idna.c3
-rw-r--r--tests/str-unicode.c3
-rw-r--r--tests/strict-der.c3
-rw-r--r--tests/suite/Makefile.am3
-rwxr-xr-xtests/suite/asn1random.pl3
-rwxr-xr-xtests/suite/chain.sh3
-rwxr-xr-xtests/suite/eagain.sh3
-rw-r--r--tests/suite/mini-record-timing.c3
-rwxr-xr-xtests/suite/multi-ticket-reception.sh3
-rw-r--r--tests/suite/prime-check.c3
-rwxr-xr-xtests/suite/testdane.sh3
-rwxr-xr-xtests/suite/testrandom.sh3
-rwxr-xr-xtests/suite/testrng.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-alpn.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-cert.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-common.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert-ssl3.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nolimit-tls13.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nolimit.sh3
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-psk.sh3
-rwxr-xr-xtests/suite/x509random.pl3
-rw-r--r--tests/system-override-curves-allowlist.c3
-rwxr-xr-xtests/system-override-default-priority-string.sh3
-rwxr-xr-xtests/system-override-hash-allowlist.sh3
-rwxr-xr-xtests/system-override-hash-filters-prf.sh3
-rw-r--r--tests/system-override-hash.c3
-rwxr-xr-xtests/system-override-hash.sh3
-rwxr-xr-xtests/system-override-invalid.sh3
-rwxr-xr-xtests/system-override-sig-allowlist.sh3
-rw-r--r--tests/system-override-sig-tls.c3
-rwxr-xr-xtests/system-override-sig-tls.sh3
-rw-r--r--tests/system-override-sig.c3
-rwxr-xr-xtests/system-override-sig.sh3
-rwxr-xr-xtests/system-override-special-allowlist.sh3
-rwxr-xr-xtests/system-override-versions-allowlist.sh3
-rwxr-xr-xtests/system-override-versions.sh3
-rw-r--r--tests/system-prio-file.c3
-rwxr-xr-xtests/systemkey.sh3
-rw-r--r--tests/testpkcs11.pkcs153
-rw-r--r--tests/testpkcs11.sc-hsm3
-rwxr-xr-xtests/testpkcs11.sh3
-rwxr-xr-xtests/testpkcs11.softhsm3
-rw-r--r--tests/tls-client-with-seccomp.c3
-rw-r--r--tests/tls-etm.c3
-rw-r--r--tests/tls-ext-register.c3
-rw-r--r--tests/tls-pthread.c3
-rw-r--r--tests/tls-record-size-limit-asym.c3
-rw-r--r--tests/tls-record-size-limit.c3
-rw-r--r--tests/tls-with-seccomp.c3
-rw-r--r--tests/tls10-cert-key-exchange.c3
-rw-r--r--tests/tls11-cert-key-exchange.c3
-rw-r--r--tests/tls12-anon-upgrade.c3
-rw-r--r--tests/tls12-cert-key-exchange.c3
-rw-r--r--tests/tls12-ffdhe.c3
-rw-r--r--tests/tls12-max-record.c3
-rw-r--r--tests/tls12-rehandshake-cert-2.c3
-rw-r--r--tests/tls12-rehandshake-cert-3.c3
-rw-r--r--tests/tls12-rehandshake-cert-auto.c3
-rw-r--r--tests/tlsext-decoding.c3
-rw-r--r--tests/tlsfeature-crt.c3
-rw-r--r--tests/tlsfeature-ext.c3
-rwxr-xr-xtests/tpm2.sh3
-rwxr-xr-xtests/tpmtool_test.sh3
-rw-r--r--tests/trust-store.c3
-rw-r--r--tests/trustdb-tofu.c3
-rw-r--r--tests/urls.c3
-rw-r--r--tests/utils-adv.c3
-rw-r--r--tests/utils.c3
-rw-r--r--tests/version-checks.c3
-rw-r--r--tests/win-certopenstore.c3
-rw-r--r--tests/windows/Makefile.am3
-rw-r--r--tests/windows/cng-windows.c3
-rw-r--r--tests/windows/crypt32.c3
-rw-r--r--tests/windows/ncrypt.c3
-rw-r--r--tests/x509-cert-callback-legacy.c3
-rw-r--r--tests/x509-dn-decode-compat.c3
-rw-r--r--tests/x509-dn-decode.c3
-rw-r--r--tests/x509-dn.c3
-rw-r--r--tests/x509-extensions.c3
-rw-r--r--tests/x509-verify-with-crl.c3
-rw-r--r--tests/x509_altname.c3
-rw-r--r--tests/x509cert-ct.c3
-rw-r--r--tests/x509cert-dntypes.c3
-rw-r--r--tests/x509cert-invalid.c3
-rw-r--r--tests/x509cert-tl.c3
-rw-r--r--tests/x509cert.c3
-rw-r--r--tests/x509dn.c3
-rw-r--r--tests/x509self.c3
-rw-r--r--tests/x509sign-verify-ecdsa.c3
-rw-r--r--tests/x509sign-verify-error.c3
-rw-r--r--tests/x509sign-verify-rsa.c3
-rw-r--r--tests/x509sign-verify.c3
481 files changed, 481 insertions, 974 deletions
diff --git a/Makefile.am b/Makefile.am
index cac0485508..843193f9f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-doc \
diff --git a/cfg.mk b/cfg.mk
index 1ff6c7563e..bde009e4a3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
WFLAGS ?= --enable-gcc-warnings
ADDFLAGS ?=
diff --git a/configure.ac b/configure.ac
index 71d6dd116e..baff1c007b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,7 @@ dnl Process this file with autoconf to produce a configure script.
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
-# USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ(2.64)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e3e48c8903..c904bc10d4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
EXTRA_DIST = TODO certtool.cfg gnutls.html \
doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
diff --git a/doc/credentials/Makefile.am b/doc/credentials/Makefile.am
index 25778856f6..a463fea997 100644
--- a/doc/credentials/Makefile.am
+++ b/doc/credentials/Makefile.am
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
SUBDIRS = srp x509
diff --git a/doc/doc.mk b/doc/doc.mk
index 21636f6951..17394afc41 100644
--- a/doc/doc.mk
+++ b/doc/doc.mk
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
HEADER_FILES = $(top_srcdir)/lib/includes/gnutls/gnutls.h.in \
$(top_srcdir)/lib/includes/gnutls/x509.h \
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index c40bf4f533..7a29e827de 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = \
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index c28abf52e3..27cf77a57e 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
man_MANS =
EXTRA_DIST = stamp_mans
diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am
index b5b32fb1e7..ad52c0bd4d 100644
--- a/doc/scripts/Makefile.am
+++ b/doc/scripts/Makefile.am
@@ -14,7 +14,6 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
EXTRA_DIST = gdoc sort2.pl split-texi.pl getfuncs.pl getfuncs-map.pl
diff --git a/doc/scripts/getfuncs-map.pl b/doc/scripts/getfuncs-map.pl
index 3c75d1af82..79f8909b2d 100755
--- a/doc/scripts/getfuncs-map.pl
+++ b/doc/scripts/getfuncs-map.pl
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
# This list contains exported values, but prototype isn't easy
# to obtain (e.g., it's a pointer to a function or not a function).
diff --git a/doc/scripts/getfuncs.pl b/doc/scripts/getfuncs.pl
index 20eb391176..d9e7404e0d 100755
--- a/doc/scripts/getfuncs.pl
+++ b/doc/scripts/getfuncs.pl
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
# given a header file in stdin it will print all functions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 2e8bae16b9..1b12b9627f 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -17,8 +17,7 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}'
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
use constant NORMAL => 0;
use constant SKIP => 1;
diff --git a/doc/scripts/sort1.pl b/doc/scripts/sort1.pl
index 3e17c614eb..eee9889a14 100755
--- a/doc/scripts/sort1.pl
+++ b/doc/scripts/sort1.pl
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
sub key_of_record {
local($record) = @_;
diff --git a/doc/scripts/sort2.pl b/doc/scripts/sort2.pl
index bd9fed4594..57494d9f05 100755
--- a/doc/scripts/sort2.pl
+++ b/doc/scripts/sort2.pl
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
sub key_of_record {
local($record) = @_;
diff --git a/doc/scripts/split-texi.pl b/doc/scripts/split-texi.pl
index 34978d3056..89dd5df671 100755
--- a/doc/scripts/split-texi.pl
+++ b/doc/scripts/split-texi.pl
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
$dir = shift;
$param2 = shift;
diff --git a/doc/scripts/split.pl b/doc/scripts/split.pl
index bd666503dd..7eac558781 100755
--- a/doc/scripts/split.pl
+++ b/doc/scripts/split.pl
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
$dir = shift;
$param2 = shift;
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 8042ae0c77..e1eac87606 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -16,9 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS-EXTRA; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with GnuTLS-EXTRA. If not, see <https://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
diff --git a/extra/includes/Makefile.am b/extra/includes/Makefile.am
index 6b4caedd69..c8d92024fe 100644
--- a/extra/includes/Makefile.am
+++ b/extra/includes/Makefile.am
@@ -16,9 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS-EXTRA; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with GnuTLS-EXTRA. If not, see <https://www.gnu.org/licenses/>.
nobase_include_HEADERS =
diff --git a/extra/includes/gnutls/openssl.h b/extra/includes/gnutls/openssl.h
index ec9fd3cc61..23ed6c1d02 100644
--- a/extra/includes/gnutls/openssl.h
+++ b/extra/includes/gnutls/openssl.h
@@ -15,10 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS-EXTRA; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
- *
+ * along with GnuTLS-EXTRA. If not, see <https://www.gnu.org/licenses/>.
*/
/* WARNING: Error functions aren't currently thread-safe */
diff --git a/extra/openssl_compat.h b/extra/openssl_compat.h
index 7406207c1d..b05cacb606 100644
--- a/extra/openssl_compat.h
+++ b/extra/openssl_compat.h
@@ -16,9 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS-EXTRA; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
+ * along with GnuTLS-EXTRA. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/lib/auth/rsa_psk.c b/lib/auth/rsa_psk.c
index 39092957e2..05b0a834c4 100644
--- a/lib/auth/rsa_psk.c
+++ b/lib/auth/rsa_psk.c
@@ -21,9 +21,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- * USA
+ * License along with this library. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am
index 9b6769746d..a0e39c5c40 100644
--- a/lib/minitasn1/Makefile.am
+++ b/lib/minitasn1/Makefile.am
@@ -16,9 +16,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with GnuTLS; if not, write to the Free
-# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA
+# License along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
include $(top_srcdir)/lib/common.mk
diff --git a/lib/nettle/int/drbg-aes-self-test.c b/lib/nettle/int/drbg-aes-self-test.c
index 0ac1c1924f..1b87740947 100644
--- a/lib/nettle/int/drbg-aes-self-test.c
+++ b/lib/nettle/int/drbg-aes-self-test.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * License along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/* This is a known-answer test for the DRBG-CTR-AES.
diff --git a/lib/nettle/int/drbg-aes.h b/lib/nettle/int/drbg-aes.h
index ac2b85860f..06c2597408 100644
--- a/lib/nettle/int/drbg-aes.h
+++ b/lib/nettle/int/drbg-aes.h
@@ -16,9 +16,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_LIB_NETTLE_INT_DRBG_AES_H
diff --git a/lib/nettle/int/dsa-fips.h b/lib/nettle/int/dsa-fips.h
index 351e856f5d..1b7dddb703 100644
--- a/lib/nettle/int/dsa-fips.h
+++ b/lib/nettle/int/dsa-fips.h
@@ -16,9 +16,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_LIB_NETTLE_INT_DSA_FIPS_H
diff --git a/lib/nettle/int/dsa-keygen-fips186.c b/lib/nettle/int/dsa-keygen-fips186.c
index 69f7f8ceba..39255fd863 100644
--- a/lib/nettle/int/dsa-keygen-fips186.c
+++ b/lib/nettle/int/dsa-keygen-fips186.c
@@ -18,9 +18,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
diff --git a/lib/nettle/int/dsa-validate.c b/lib/nettle/int/dsa-validate.c
index 6930705aee..fbbc216d63 100644
--- a/lib/nettle/int/dsa-validate.c
+++ b/lib/nettle/int/dsa-validate.c
@@ -18,9 +18,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
diff --git a/lib/nettle/int/provable-prime.c b/lib/nettle/int/provable-prime.c
index 3a626a2c81..3653177724 100644
--- a/lib/nettle/int/provable-prime.c
+++ b/lib/nettle/int/provable-prime.c
@@ -16,9 +16,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
diff --git a/lib/nettle/int/rsa-fips.h b/lib/nettle/int/rsa-fips.h
index a2a418a788..a441dab86c 100644
--- a/lib/nettle/int/rsa-fips.h
+++ b/lib/nettle/int/rsa-fips.h
@@ -16,9 +16,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_LIB_NETTLE_INT_RSA_FIPS_H
diff --git a/lib/nettle/int/rsa-keygen-fips186.c b/lib/nettle/int/rsa-keygen-fips186.c
index c6f7e675af..65fc4293ad 100644
--- a/lib/nettle/int/rsa-keygen-fips186.c
+++ b/lib/nettle/int/rsa-keygen-fips186.c
@@ -18,9 +18,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the nettle library; see the file COPYING.LIB. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02111-1301, USA.
+ * along with the nettle library. If not, see <https://www.gnu.org/licenses/>.
*/
#if HAVE_CONFIG_H
diff --git a/lib/nettle/rnd-fips.c b/lib/nettle/rnd-fips.c
index 35ad618d64..2f985e42d4 100644
--- a/lib/nettle/rnd-fips.c
+++ b/lib/nettle/rnd-fips.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * License along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/lib/nettle/rnd-fuzzer.c b/lib/nettle/rnd-fuzzer.c
index 821eebc4ba..225fd50000 100644
--- a/lib/nettle/rnd-fuzzer.c
+++ b/lib/nettle/rnd-fuzzer.c
@@ -17,7 +17,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * License along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/Makefile.am b/src/Makefile.am
index 3080f90cd6..80d48ce72d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
OPTIONS_BUILT = \
srptool-options.c srptool-options.h \
diff --git a/tests/alpn-server-prec.c b/tests/alpn-server-prec.c
index 115522c843..2e45ff67c9 100644
--- a/tests/alpn-server-prec.c
+++ b/tests/alpn-server-prec.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This program tests the GNUTLS_ALPN_SERVER_PRECEDENCE
diff --git a/tests/anonself.c b/tests/anonself.c
index 9d4926f424..67b92af350 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/auto-verify.c b/tests/auto-verify.c
index dd3b397c2e..c1e1e049e3 100644
--- a/tests/auto-verify.c
+++ b/tests/auto-verify.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/base64-raw.c b/tests/base64-raw.c
index 8382e5012a..a79ab28449 100644
--- a/tests/base64-raw.c
+++ b/tests/base64-raw.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/base64.c b/tests/base64.c
index 7b9d4059c7..d201d3b286 100644
--- a/tests/base64.c
+++ b/tests/base64.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/buffer.c b/tests/buffer.c
index a6fb476ae0..9ee2db559b 100644
--- a/tests/buffer.c
+++ b/tests/buffer.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cert-common.h b/tests/cert-common.h
index 665f565858..fdb9029e47 100644
--- a/tests/cert-common.h
+++ b/tests/cert-common.h
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_TESTS_CERT_COMMON_H
diff --git a/tests/cert-reencoding.sh b/tests/cert-reencoding.sh
index 547a37ce10..d8e8eabbc4 100755
--- a/tests/cert-reencoding.sh
+++ b/tests/cert-reencoding.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/cert-status.c b/tests/cert-status.c
index e244cd57cf..61d3272f0c 100644
--- a/tests/cert-status.c
+++ b/tests/cert-status.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cert-tests/aki.sh b/tests/cert-tests/aki.sh
index b7bbe91c1c..6f793515ea 100755
--- a/tests/cert-tests/aki.sh
+++ b/tests/cert-tests/aki.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/cert-tests/alt-chain.sh b/tests/cert-tests/alt-chain.sh
index d72bfa41d6..b7490b8f63 100755
--- a/tests/cert-tests/alt-chain.sh
+++ b/tests/cert-tests/alt-chain.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/cert-critical.sh b/tests/cert-tests/cert-critical.sh
index 5734c3fe00..5564146a2c 100755
--- a/tests/cert-tests/cert-critical.sh
+++ b/tests/cert-tests/cert-critical.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/cert-non-digits-time.sh b/tests/cert-tests/cert-non-digits-time.sh
index 1c72a9c675..16d5448972 100755
--- a/tests/cert-tests/cert-non-digits-time.sh
+++ b/tests/cert-tests/cert-non-digits-time.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/cert-sanity.sh b/tests/cert-tests/cert-sanity.sh
index c2d63d966c..c3c3d9feb3 100755
--- a/tests/cert-tests/cert-sanity.sh
+++ b/tests/cert-tests/cert-sanity.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/cert-time.sh b/tests/cert-tests/cert-time.sh
index 3310250289..14fde83960 100755
--- a/tests/cert-tests/cert-time.sh
+++ b/tests/cert-tests/cert-time.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-crl-decoding.sh b/tests/cert-tests/certtool-crl-decoding.sh
index 7480150ba1..f8ccf77e1d 100755
--- a/tests/cert-tests/certtool-crl-decoding.sh
+++ b/tests/cert-tests/certtool-crl-decoding.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-ecdsa.sh b/tests/cert-tests/certtool-ecdsa.sh
index 885efe243f..fd4e9ee2f4 100755
--- a/tests/cert-tests/certtool-ecdsa.sh
+++ b/tests/cert-tests/certtool-ecdsa.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-eddsa.sh b/tests/cert-tests/certtool-eddsa.sh
index 2fc027a95b..ea5cc7f5db 100755
--- a/tests/cert-tests/certtool-eddsa.sh
+++ b/tests/cert-tests/certtool-eddsa.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-long-cn.sh b/tests/cert-tests/certtool-long-cn.sh
index 9614bdf59a..1f6e276730 100755
--- a/tests/cert-tests/certtool-long-cn.sh
+++ b/tests/cert-tests/certtool-long-cn.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-long-oids.sh b/tests/cert-tests/certtool-long-oids.sh
index 7aa0cc965a..fe6fcf90be 100755
--- a/tests/cert-tests/certtool-long-oids.sh
+++ b/tests/cert-tests/certtool-long-oids.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-rsa-pss.sh b/tests/cert-tests/certtool-rsa-pss.sh
index 598351d41d..1a1aa4e65b 100755
--- a/tests/cert-tests/certtool-rsa-pss.sh
+++ b/tests/cert-tests/certtool-rsa-pss.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-subca.sh b/tests/cert-tests/certtool-subca.sh
index 478d1f0d0b..13986bd30e 100755
--- a/tests/cert-tests/certtool-subca.sh
+++ b/tests/cert-tests/certtool-subca.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-utf8.sh b/tests/cert-tests/certtool-utf8.sh
index b37b305f90..bc1ebbdd57 100755
--- a/tests/cert-tests/certtool-utf8.sh
+++ b/tests/cert-tests/certtool-utf8.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/certtool-verify-profiles.sh b/tests/cert-tests/certtool-verify-profiles.sh
index f63ee923fe..f4c23e6431 100755
--- a/tests/cert-tests/certtool-verify-profiles.sh
+++ b/tests/cert-tests/certtool-verify-profiles.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/crl.sh b/tests/cert-tests/crl.sh
index 56ed5e5847..6a02a429d1 100755
--- a/tests/cert-tests/crl.sh
+++ b/tests/cert-tests/crl.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/crq.sh b/tests/cert-tests/crq.sh
index 535032401b..21044cfa3f 100755
--- a/tests/cert-tests/crq.sh
+++ b/tests/cert-tests/crq.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/dane.sh b/tests/cert-tests/dane.sh
index 9398c73dcc..b5b2b8a126 100755
--- a/tests/cert-tests/dane.sh
+++ b/tests/cert-tests/dane.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/cert-tests/dsa.sh b/tests/cert-tests/dsa.sh
index e623a7483a..e28b493461 100755
--- a/tests/cert-tests/dsa.sh
+++ b/tests/cert-tests/dsa.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../../src/gnutls-serv${EXEEXT}}
diff --git a/tests/cert-tests/ecdsa.sh b/tests/cert-tests/ecdsa.sh
index 431b88f06e..c769ce7815 100755
--- a/tests/cert-tests/ecdsa.sh
+++ b/tests/cert-tests/ecdsa.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/email.sh b/tests/cert-tests/email.sh
index 1629fec881..68fbe3e126 100755
--- a/tests/cert-tests/email.sh
+++ b/tests/cert-tests/email.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/illegal-rsa.sh b/tests/cert-tests/illegal-rsa.sh
index d0cb611bc9..95b6bd5d4f 100755
--- a/tests/cert-tests/illegal-rsa.sh
+++ b/tests/cert-tests/illegal-rsa.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/inhibit-anypolicy.sh b/tests/cert-tests/inhibit-anypolicy.sh
index e27e4a85f7..7623f7c0ac 100755
--- a/tests/cert-tests/inhibit-anypolicy.sh
+++ b/tests/cert-tests/inhibit-anypolicy.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/invalid-sig.sh b/tests/cert-tests/invalid-sig.sh
index 53ef76051b..f621614062 100755
--- a/tests/cert-tests/invalid-sig.sh
+++ b/tests/cert-tests/invalid-sig.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/key-id.sh b/tests/cert-tests/key-id.sh
index 9c88035e87..689ca39626 100755
--- a/tests/cert-tests/key-id.sh
+++ b/tests/cert-tests/key-id.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/cert-tests/key-invalid.sh b/tests/cert-tests/key-invalid.sh
index 975687fe7a..18babe431a 100755
--- a/tests/cert-tests/key-invalid.sh
+++ b/tests/cert-tests/key-invalid.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/krb5-test.sh b/tests/cert-tests/krb5-test.sh
index caa7d542d0..a4787f6695 100755
--- a/tests/cert-tests/krb5-test.sh
+++ b/tests/cert-tests/krb5-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/md5-test.sh b/tests/cert-tests/md5-test.sh
index 7438e091f5..4cea9e8e4c 100755
--- a/tests/cert-tests/md5-test.sh
+++ b/tests/cert-tests/md5-test.sh
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/name-constraints.sh b/tests/cert-tests/name-constraints.sh
index e0c1e7479d..aa411d7f6d 100755
--- a/tests/cert-tests/name-constraints.sh
+++ b/tests/cert-tests/name-constraints.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/othername-test.sh b/tests/cert-tests/othername-test.sh
index 40eb6c12bb..6d1b697dc3 100755
--- a/tests/cert-tests/othername-test.sh
+++ b/tests/cert-tests/othername-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pathlen.sh b/tests/cert-tests/pathlen.sh
index b5cd7d7107..f1e08111db 100755
--- a/tests/cert-tests/pathlen.sh
+++ b/tests/cert-tests/pathlen.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/cert-tests/pem-decoding.sh b/tests/cert-tests/pem-decoding.sh
index dc9380c74b..ac72ae5c9e 100755
--- a/tests/cert-tests/pem-decoding.sh
+++ b/tests/cert-tests/pem-decoding.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs1-pad.sh b/tests/cert-tests/pkcs1-pad.sh
index c8f34e4144..03db104b8d 100755
--- a/tests/cert-tests/pkcs1-pad.sh
+++ b/tests/cert-tests/pkcs1-pad.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/cert-tests/pkcs12-corner-cases.sh b/tests/cert-tests/pkcs12-corner-cases.sh
index 2c6a2d9f2d..d4908d6a63 100755
--- a/tests/cert-tests/pkcs12-corner-cases.sh
+++ b/tests/cert-tests/pkcs12-corner-cases.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs12-encode.sh b/tests/cert-tests/pkcs12-encode.sh
index f3e7ade3b9..09a606f6fd 100755
--- a/tests/cert-tests/pkcs12-encode.sh
+++ b/tests/cert-tests/pkcs12-encode.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs12-gost.sh b/tests/cert-tests/pkcs12-gost.sh
index ab94479ba7..4e174dfcf0 100755
--- a/tests/cert-tests/pkcs12-gost.sh
+++ b/tests/cert-tests/pkcs12-gost.sh
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
# This test cannot run under windows because it passes UTF8 data on command
# line. This seems not to work under windows.
diff --git a/tests/cert-tests/pkcs12-utf8.sh b/tests/cert-tests/pkcs12-utf8.sh
index 168e7c5126..08e095f31b 100755
--- a/tests/cert-tests/pkcs12-utf8.sh
+++ b/tests/cert-tests/pkcs12-utf8.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
# This test cannot run under windows because it passes UTF8 data on command
# line. This seems not to work under windows. It intentionally depends on
diff --git a/tests/cert-tests/pkcs12.sh b/tests/cert-tests/pkcs12.sh
index f89e07a110..dc84c7d28a 100755
--- a/tests/cert-tests/pkcs12.sh
+++ b/tests/cert-tests/pkcs12.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs7-broken-sigs.sh b/tests/cert-tests/pkcs7-broken-sigs.sh
index b51d0c5d15..4e27dfa197 100755
--- a/tests/cert-tests/pkcs7-broken-sigs.sh
+++ b/tests/cert-tests/pkcs7-broken-sigs.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs7-cat.sh b/tests/cert-tests/pkcs7-cat.sh
index 1cec37f4de..8a8681d09f 100755
--- a/tests/cert-tests/pkcs7-cat.sh
+++ b/tests/cert-tests/pkcs7-cat.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs7-constraints.sh b/tests/cert-tests/pkcs7-constraints.sh
index 150c103443..e0606d7082 100755
--- a/tests/cert-tests/pkcs7-constraints.sh
+++ b/tests/cert-tests/pkcs7-constraints.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs7-constraints2.sh b/tests/cert-tests/pkcs7-constraints2.sh
index 94f89a5e93..7fa333a153 100755
--- a/tests/cert-tests/pkcs7-constraints2.sh
+++ b/tests/cert-tests/pkcs7-constraints2.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs7-list-sign.sh b/tests/cert-tests/pkcs7-list-sign.sh
index 2cf168bea4..18b7fcebfd 100755
--- a/tests/cert-tests/pkcs7-list-sign.sh
+++ b/tests/cert-tests/pkcs7-list-sign.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs7.sh b/tests/cert-tests/pkcs7.sh
index 709ee5c07f..6122a31859 100755
--- a/tests/cert-tests/pkcs7.sh
+++ b/tests/cert-tests/pkcs7.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/pkcs8-decode.sh b/tests/cert-tests/pkcs8-decode.sh
index 27c84bfaf3..ddb284eb7e 100755
--- a/tests/cert-tests/pkcs8-decode.sh
+++ b/tests/cert-tests/pkcs8-decode.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs8-eddsa.sh b/tests/cert-tests/pkcs8-eddsa.sh
index 2d33ebfb50..6518aee155 100755
--- a/tests/cert-tests/pkcs8-eddsa.sh
+++ b/tests/cert-tests/pkcs8-eddsa.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs8-gost.sh b/tests/cert-tests/pkcs8-gost.sh
index 6527d9d369..8283b771df 100755
--- a/tests/cert-tests/pkcs8-gost.sh
+++ b/tests/cert-tests/pkcs8-gost.sh
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs8-invalid.sh b/tests/cert-tests/pkcs8-invalid.sh
index edf19bbeec..58889f3f3c 100755
--- a/tests/cert-tests/pkcs8-invalid.sh
+++ b/tests/cert-tests/pkcs8-invalid.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/pkcs8.sh b/tests/cert-tests/pkcs8.sh
index 8bad70193e..cf9e943b7a 100755
--- a/tests/cert-tests/pkcs8.sh
+++ b/tests/cert-tests/pkcs8.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/cert-tests/privkey-import.sh b/tests/cert-tests/privkey-import.sh
index 575ca58497..d84f8964a8 100755
--- a/tests/cert-tests/privkey-import.sh
+++ b/tests/cert-tests/privkey-import.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-dh-default.sh b/tests/cert-tests/provable-dh-default.sh
index f6fa889814..83ab74f52e 100755
--- a/tests/cert-tests/provable-dh-default.sh
+++ b/tests/cert-tests/provable-dh-default.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-dh.sh b/tests/cert-tests/provable-dh.sh
index 50d51ce4b7..be860ecf91 100755
--- a/tests/cert-tests/provable-dh.sh
+++ b/tests/cert-tests/provable-dh.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-privkey-dsa2048.sh b/tests/cert-tests/provable-privkey-dsa2048.sh
index f7eee5daf1..c2c9f252d2 100755
--- a/tests/cert-tests/provable-privkey-dsa2048.sh
+++ b/tests/cert-tests/provable-privkey-dsa2048.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-privkey-gen-default.sh b/tests/cert-tests/provable-privkey-gen-default.sh
index 6517a242a5..9e48890bb4 100755
--- a/tests/cert-tests/provable-privkey-gen-default.sh
+++ b/tests/cert-tests/provable-privkey-gen-default.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-privkey-rsa2048.sh b/tests/cert-tests/provable-privkey-rsa2048.sh
index 7f6b4090cf..6ca49d13ba 100755
--- a/tests/cert-tests/provable-privkey-rsa2048.sh
+++ b/tests/cert-tests/provable-privkey-rsa2048.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/provable-privkey.sh b/tests/cert-tests/provable-privkey.sh
index 0049c6d949..bda8b8c4f5 100755
--- a/tests/cert-tests/provable-privkey.sh
+++ b/tests/cert-tests/provable-privkey.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/rsa-pss-pad.sh b/tests/cert-tests/rsa-pss-pad.sh
index 76b5a50742..4a1928c664 100755
--- a/tests/cert-tests/rsa-pss-pad.sh
+++ b/tests/cert-tests/rsa-pss-pad.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/sha2-dsa-test.sh b/tests/cert-tests/sha2-dsa-test.sh
index f24195ce12..83f7e160fa 100755
--- a/tests/cert-tests/sha2-dsa-test.sh
+++ b/tests/cert-tests/sha2-dsa-test.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/sha2-test.sh b/tests/cert-tests/sha2-test.sh
index 0c5ebd4cbc..adc73de72e 100755
--- a/tests/cert-tests/sha2-test.sh
+++ b/tests/cert-tests/sha2-test.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/sha3-test.sh b/tests/cert-tests/sha3-test.sh
index 386b20b63d..a3c015555d 100755
--- a/tests/cert-tests/sha3-test.sh
+++ b/tests/cert-tests/sha3-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/smime.sh b/tests/cert-tests/smime.sh
index 5f6f8038e8..b4fde1351a 100755
--- a/tests/cert-tests/smime.sh
+++ b/tests/cert-tests/smime.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/template-exts-test.sh b/tests/cert-tests/template-exts-test.sh
index 379a9290e5..da4ccb0622 100755
--- a/tests/cert-tests/template-exts-test.sh
+++ b/tests/cert-tests/template-exts-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/template-policy-test.sh b/tests/cert-tests/template-policy-test.sh
index 9954341a18..c82be96957 100755
--- a/tests/cert-tests/template-policy-test.sh
+++ b/tests/cert-tests/template-policy-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/template-test.sh b/tests/cert-tests/template-test.sh
index b17942f2f8..0233211287 100755
--- a/tests/cert-tests/template-test.sh
+++ b/tests/cert-tests/template-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/tlsfeature-test.sh b/tests/cert-tests/tlsfeature-test.sh
index 4148a7b97c..203563f819 100755
--- a/tests/cert-tests/tlsfeature-test.sh
+++ b/tests/cert-tests/tlsfeature-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert-tests/x25519-and-x448.sh b/tests/cert-tests/x25519-and-x448.sh
index 23fbd5f1ca..2a113846b8 100755
--- a/tests/cert-tests/x25519-and-x448.sh
+++ b/tests/cert-tests/x25519-and-x448.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/cert.c b/tests/cert.c
index ec566a4a4a..de93b1fbe1 100644
--- a/tests/cert.c
+++ b/tests/cert.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cert_verify_inv_utf8.c b/tests/cert_verify_inv_utf8.c
index 095a55f3df..4f90c350a8 100644
--- a/tests/cert_verify_inv_utf8.c
+++ b/tests/cert_verify_inv_utf8.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index ff4d5c81c6..f79f5d0e3c 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/certtool-pkcs11.sh b/tests/certtool-pkcs11.sh
index 0964da536b..26d6963810 100755
--- a/tests/certtool-pkcs11.sh
+++ b/tests/certtool-pkcs11.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${P11TOOL=../src/p11tool${EXEEXT}}
diff --git a/tests/certuniqueid.c b/tests/certuniqueid.c
index 68f0636683..2284a16542 100644
--- a/tests/certuniqueid.c
+++ b/tests/certuniqueid.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/chainverify-unsorted.c b/tests/chainverify-unsorted.c
index f51aff6f23..df8ade9946 100644
--- a/tests/chainverify-unsorted.c
+++ b/tests/chainverify-unsorted.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/cipher-alignment.c b/tests/cipher-alignment.c
index 65b763a0f3..2103a2adee 100644
--- a/tests/cipher-alignment.c
+++ b/tests/cipher-alignment.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Tests whether memory input to ciphers are properly aligned */
diff --git a/tests/cipher-listings.sh b/tests/cipher-listings.sh
index 768f5cfe63..674b1fec96 100755
--- a/tests/cipher-listings.sh
+++ b/tests/cipher-listings.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CLI=../src/gnutls-cli${EXEEXT}}
diff --git a/tests/client_dsa_key.c b/tests/client_dsa_key.c
index 9e5dec3cda..244ca3691f 100644
--- a/tests/client_dsa_key.c
+++ b/tests/client_dsa_key.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/common-cert-key-exchange.c b/tests/common-cert-key-exchange.c
index de4b57ac4c..9b414fe933 100644
--- a/tests/common-cert-key-exchange.c
+++ b/tests/common-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/common-cert-key-exchange.h b/tests/common-cert-key-exchange.h
index 57b2b54239..39828f2dbc 100644
--- a/tests/common-cert-key-exchange.h
+++ b/tests/common-cert-key-exchange.h
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_TESTS_COMMON_CERT_KEY_EXCHANGE_H
diff --git a/tests/common-key-tests.h b/tests/common-key-tests.h
index f3490409e8..fe42a4f5f3 100644
--- a/tests/common-key-tests.h
+++ b/tests/common-key-tests.h
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GNUTLS_TESTS_COMMON_KEY_TESTS_H
diff --git a/tests/conv-utf8.c b/tests/conv-utf8.c
index 9d630e73d0..2d94f6a80d 100644
--- a/tests/conv-utf8.c
+++ b/tests/conv-utf8.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/tests/crl-basic.c b/tests/crl-basic.c
index cae37ac810..dcd5a35d67 100644
--- a/tests/crl-basic.c
+++ b/tests/crl-basic.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crlverify.c b/tests/crlverify.c
index c586011da0..d8414d71cb 100644
--- a/tests/crlverify.c
+++ b/tests/crlverify.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crq-basic.c b/tests/crq-basic.c
index 71a2b2265b..397129d560 100644
--- a/tests/crq-basic.c
+++ b/tests/crq-basic.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crq_apis.c b/tests/crq_apis.c
index d7e31bcd3c..a300b97e9a 100644
--- a/tests/crq_apis.c
+++ b/tests/crq_apis.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crq_key_id.c b/tests/crq_key_id.c
index 1b73075b18..6eb79f31a5 100644
--- a/tests/crq_key_id.c
+++ b/tests/crq_key_id.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crt_apis.c b/tests/crt_apis.c
index d32742e465..3d45bb18bd 100644
--- a/tests/crt_apis.c
+++ b/tests/crt_apis.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/crt_inv_write.c b/tests/crt_inv_write.c
index c1a07855da..88d2c6768d 100644
--- a/tests/crt_inv_write.c
+++ b/tests/crt_inv_write.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/custom-urls-override.c b/tests/custom-urls-override.c
index bdb2afbfa3..a741c411df 100644
--- a/tests/custom-urls-override.c
+++ b/tests/custom-urls-override.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/custom-urls.c b/tests/custom-urls.c
index b9281c0b9b..ef7a52471e 100644
--- a/tests/custom-urls.c
+++ b/tests/custom-urls.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cve-2008-4989.c b/tests/cve-2008-4989.c
index c745b99dee..cf7205df42 100644
--- a/tests/cve-2008-4989.c
+++ b/tests/cve-2008-4989.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cve-2009-1415.c b/tests/cve-2009-1415.c
index aac922e124..699d53e786 100644
--- a/tests/cve-2009-1415.c
+++ b/tests/cve-2009-1415.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cve-2009-1416.c b/tests/cve-2009-1416.c
index 56904f6b4a..ba74857b73 100644
--- a/tests/cve-2009-1416.c
+++ b/tests/cve-2009-1416.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dane-strcodes.c b/tests/dane-strcodes.c
index 030c7f20e0..c26630912f 100644
--- a/tests/dane-strcodes.c
+++ b/tests/dane-strcodes.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dane.c b/tests/dane.c
index e9ed4011ef..5f9be66525 100644
--- a/tests/dane.c
+++ b/tests/dane.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/danetool.sh b/tests/danetool.sh
index 77ab0305c2..6944c74208 100755
--- a/tests/danetool.sh
+++ b/tests/danetool.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${DANETOOL=../src/danetool${EXEEXT}}
diff --git a/tests/dh-compute.c b/tests/dh-compute.c
index 6c1d5328f6..3bed37f1c1 100644
--- a/tests/dh-compute.c
+++ b/tests/dh-compute.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This program tests functionality of DH exchanges */
diff --git a/tests/dh-params.c b/tests/dh-params.c
index 1458c7a07a..ce115071ed 100644
--- a/tests/dh-params.c
+++ b/tests/dh-params.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This program tests functionality in gnutls_dh_params structure */
diff --git a/tests/dhepskself.c b/tests/dhepskself.c
index 6358cc8cfd..23d019dc7e 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/dhex509self.c b/tests/dhex509self.c
index d9ed7ca98a..976f3f43bc 100644
--- a/tests/dhex509self.c
+++ b/tests/dhex509self.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/dn.c b/tests/dn.c
index a242d3772a..2b799cb808 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dn2.c b/tests/dn2.c
index 5c696f2301..5ad2a0956f 100644
--- a/tests/dn2.c
+++ b/tests/dn2.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dss-sig-val.c b/tests/dss-sig-val.c
index 961e3ea855..c5d2108810 100644
--- a/tests/dss-sig-val.c
+++ b/tests/dss-sig-val.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/dtls-client-with-seccomp.c b/tests/dtls-client-with-seccomp.c
index ab04271b95..4459d2196d 100644
--- a/tests/dtls-client-with-seccomp.c
+++ b/tests/dtls-client-with-seccomp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-etm.c b/tests/dtls-etm.c
index 707dd28251..00d03fbd62 100644
--- a/tests/dtls-etm.c
+++ b/tests/dtls-etm.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-handshake-versions.c b/tests/dtls-handshake-versions.c
index 507aa065dc..8dfcbcb49b 100644
--- a/tests/dtls-handshake-versions.c
+++ b/tests/dtls-handshake-versions.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-max-record.c b/tests/dtls-max-record.c
index 7934668d8d..e6c1257f19 100644
--- a/tests/dtls-max-record.c
+++ b/tests/dtls-max-record.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-pthread.c b/tests/dtls-pthread.c
index aab1e73d3d..9ca8b0a796 100644
--- a/tests/dtls-pthread.c
+++ b/tests/dtls-pthread.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-rehandshake-anon.c b/tests/dtls-rehandshake-anon.c
index 2d3566f2dc..7d0b31c7b8 100644
--- a/tests/dtls-rehandshake-anon.c
+++ b/tests/dtls-rehandshake-anon.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-rehandshake-cert-2.c b/tests/dtls-rehandshake-cert-2.c
index 6b0921a550..167386defe 100644
--- a/tests/dtls-rehandshake-cert-2.c
+++ b/tests/dtls-rehandshake-cert-2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-rehandshake-cert-3.c b/tests/dtls-rehandshake-cert-3.c
index 9fe72a5bab..96bf181a8c 100644
--- a/tests/dtls-rehandshake-cert-3.c
+++ b/tests/dtls-rehandshake-cert-3.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-rehandshake-cert.c b/tests/dtls-rehandshake-cert.c
index d4872240cd..9deccc9091 100644
--- a/tests/dtls-rehandshake-cert.c
+++ b/tests/dtls-rehandshake-cert.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-repro-20170915.c b/tests/dtls-repro-20170915.c
index 78910a06b1..c3f75cb7e7 100644
--- a/tests/dtls-repro-20170915.c
+++ b/tests/dtls-repro-20170915.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls-sliding-window.c b/tests/dtls-sliding-window.c
index d8e3c783c5..48c88cbcb1 100644
--- a/tests/dtls-sliding-window.c
+++ b/tests/dtls-sliding-window.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/tests/dtls-with-seccomp.c b/tests/dtls-with-seccomp.c
index a34c7f0d37..86495ae675 100644
--- a/tests/dtls-with-seccomp.c
+++ b/tests/dtls-with-seccomp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls/dtls-nb b/tests/dtls/dtls-nb
index 87c2d0de7a..fa00cf71b8 100755
--- a/tests/dtls/dtls-nb
+++ b/tests/dtls/dtls-nb
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/dtls/dtls-resume.sh b/tests/dtls/dtls-resume.sh
index debd59e69d..5e278d0774 100755
--- a/tests/dtls/dtls-resume.sh
+++ b/tests/dtls/dtls-resume.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/dtls/dtls-stress.c b/tests/dtls/dtls-stress.c
index 826bd29414..e1b6dc9a17 100644
--- a/tests/dtls/dtls-stress.c
+++ b/tests/dtls/dtls-stress.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/tests/dtls/dtls.sh b/tests/dtls/dtls.sh
index 0b79ae8cab..4893a6d3b3 100755
--- a/tests/dtls/dtls.sh
+++ b/tests/dtls/dtls.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/dtls1-2-mtu-check.c b/tests/dtls1-2-mtu-check.c
index f27929ba6e..f3297345f6 100644
--- a/tests/dtls1-2-mtu-check.c
+++ b/tests/dtls1-2-mtu-check.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls10-cert-key-exchange.c b/tests/dtls10-cert-key-exchange.c
index 90b19bdeb0..c56eac4dbe 100644
--- a/tests/dtls10-cert-key-exchange.c
+++ b/tests/dtls10-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/dtls12-cert-key-exchange.c b/tests/dtls12-cert-key-exchange.c
index 82028041d7..94499203f7 100644
--- a/tests/dtls12-cert-key-exchange.c
+++ b/tests/dtls12-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/duplicate-extensions.c b/tests/duplicate-extensions.c
index 819fbb8606..82aceaaf84 100644
--- a/tests/duplicate-extensions.c
+++ b/tests/duplicate-extensions.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ecdh-compute.c b/tests/ecdh-compute.c
index 2eac61c6c3..f08a95f62f 100644
--- a/tests/ecdh-compute.c
+++ b/tests/ecdh-compute.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This program tests functionality of DH exchanges */
diff --git a/tests/fallback-scsv.c b/tests/fallback-scsv.c
index 364a0852e5..02af0f7171 100644
--- a/tests/fallback-scsv.c
+++ b/tests/fallback-scsv.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/fastopen.sh b/tests/fastopen.sh
index 23a474e245..53490c1ff6 100755
--- a/tests/fastopen.sh
+++ b/tests/fastopen.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/fips-mode-pthread.c b/tests/fips-mode-pthread.c
index a89ecb4b6f..409a5c4844 100644
--- a/tests/fips-mode-pthread.c
+++ b/tests/fips-mode-pthread.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/fips-rsa-sizes.c b/tests/fips-rsa-sizes.c
index 5feb284503..257f83d0b5 100644
--- a/tests/fips-rsa-sizes.c
+++ b/tests/fips-rsa-sizes.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <assert.h>
diff --git a/tests/global-init-override.c b/tests/global-init-override.c
index bb72d7e5f5..69a0fab267 100644
--- a/tests/global-init-override.c
+++ b/tests/global-init-override.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/global-init.c b/tests/global-init.c
index 8dec7c82b4..8e6c4666a4 100644
--- a/tests/global-init.c
+++ b/tests/global-init.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/gnutls-cli-save-data.sh b/tests/gnutls-cli-save-data.sh
index 785d907d8f..c9d5b01411 100755
--- a/tests/gnutls-cli-save-data.sh
+++ b/tests/gnutls-cli-save-data.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/gnutls-ids.c b/tests/gnutls-ids.c
index f1ee91232f..cbefc2e315 100644
--- a/tests/gnutls-ids.c
+++ b/tests/gnutls-ids.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls-strcodes.c b/tests/gnutls-strcodes.c
index 952fc5fbb4..83319d3111 100644
--- a/tests/gnutls-strcodes.c
+++ b/tests/gnutls-strcodes.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_hmac_fast.c b/tests/gnutls_hmac_fast.c
index 67b10d6283..88c060be72 100644
--- a/tests/gnutls_hmac_fast.c
+++ b/tests/gnutls_hmac_fast.c
@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_x509_crt_sign.c b/tests/gnutls_x509_crt_sign.c
index ce280c4ad7..9d736dab23 100644
--- a/tests/gnutls_x509_crt_sign.c
+++ b/tests/gnutls_x509_crt_sign.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/handshake-false-start.c b/tests/handshake-false-start.c
index af8e1b7ac5..d38ffe516c 100644
--- a/tests/handshake-false-start.c
+++ b/tests/handshake-false-start.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/handshake-large-packet.c b/tests/handshake-large-packet.c
index 8db73d42b9..c74cc08857 100644
--- a/tests/handshake-large-packet.c
+++ b/tests/handshake-large-packet.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/handshake-versions.c b/tests/handshake-versions.c
index 831c029221..74e92ab030 100644
--- a/tests/handshake-versions.c
+++ b/tests/handshake-versions.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/hex.c b/tests/hex.c
index 4e8cf01f61..03185504af 100644
--- a/tests/hex.c
+++ b/tests/hex.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/hostname-check-utf8.c b/tests/hostname-check-utf8.c
index 1ea2aa1705..1aec74b6dd 100644
--- a/tests/hostname-check-utf8.c
+++ b/tests/hostname-check-utf8.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/hostname-check.c b/tests/hostname-check.c
index ef8234bb7d..c6577c0362 100644
--- a/tests/hostname-check.c
+++ b/tests/hostname-check.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/id-on-xmppAddr.c b/tests/id-on-xmppAddr.c
index c143f533e3..c3865f4dc7 100644
--- a/tests/id-on-xmppAddr.c
+++ b/tests/id-on-xmppAddr.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/infoaccess.c b/tests/infoaccess.c
index 71189ed51f..130b96531b 100644
--- a/tests/infoaccess.c
+++ b/tests/infoaccess.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c
index 730213e14a..b179728341 100644
--- a/tests/init_roundtrip.c
+++ b/tests/init_roundtrip.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/insecure_key.c b/tests/insecure_key.c
index 3a95460d66..afad913911 100644
--- a/tests/insecure_key.c
+++ b/tests/insecure_key.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/ip-check.c b/tests/ip-check.c
index e3f1f6c1fc..d3a6bc9e02 100644
--- a/tests/ip-check.c
+++ b/tests/ip-check.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ip-utils.c b/tests/ip-utils.c
index 59977dfb9d..a5ee30032e 100644
--- a/tests/ip-utils.c
+++ b/tests/ip-utils.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/tests/key-export-pkcs8.c b/tests/key-export-pkcs8.c
index 9956e505ca..9c179a302f 100644
--- a/tests/key-export-pkcs8.c
+++ b/tests/key-export-pkcs8.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-import-export.c b/tests/key-import-export.c
index 18de0fdc12..4bd9c044a7 100644
--- a/tests/key-import-export.c
+++ b/tests/key-import-export.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-material-dtls.c b/tests/key-material-dtls.c
index e54500d7bf..fb71f2db57 100644
--- a/tests/key-material-dtls.c
+++ b/tests/key-material-dtls.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-material-set-dtls.c b/tests/key-material-set-dtls.c
index 6e6d6d2df5..f2cebdbef3 100644
--- a/tests/key-material-set-dtls.c
+++ b/tests/key-material-set-dtls.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-openssl.c b/tests/key-openssl.c
index f58a8db685..aca384e90c 100644
--- a/tests/key-openssl.c
+++ b/tests/key-openssl.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-usage-ecdhe-rsa.c b/tests/key-usage-ecdhe-rsa.c
index 4926d2be9a..4d069194b8 100644
--- a/tests/key-usage-ecdhe-rsa.c
+++ b/tests/key-usage-ecdhe-rsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/key-usage-rsa.c b/tests/key-usage-rsa.c
index 5eb2cfef83..dfd7b53bb5 100644
--- a/tests/key-usage-rsa.c
+++ b/tests/key-usage-rsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/keylog-env.c b/tests/keylog-env.c
index 5f5f74e176..2b62418a4a 100644
--- a/tests/keylog-env.c
+++ b/tests/keylog-env.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/ktls.sh b/tests/ktls.sh
index cace3286dc..28dd4d1449 100755
--- a/tests/ktls.sh
+++ b/tests/ktls.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
diff --git a/tests/ktls_keyupdate.c b/tests/ktls_keyupdate.c
index 9fbff38ae0..af3b2e553d 100644
--- a/tests/ktls_keyupdate.c
+++ b/tests/ktls_keyupdate.c
@@ -15,8 +15,7 @@
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along with GnuTLS; if not, write to the Free Software Foundation,
-// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+// along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/tests/ktls_keyupdate.sh b/tests/ktls_keyupdate.sh
index d072acafc0..ae12a2f102 100755
--- a/tests/ktls_keyupdate.sh
+++ b/tests/ktls_keyupdate.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
diff --git a/tests/logfile-option.sh b/tests/logfile-option.sh
index 2e909512b1..6779b5970e 100755
--- a/tests/logfile-option.sh
+++ b/tests/logfile-option.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/long-crl.sh b/tests/long-crl.sh
index b59c8cb74c..8b3c637fa4 100755
--- a/tests/long-crl.sh
+++ b/tests/long-crl.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/long-session-id.c b/tests/long-session-id.c
index 6a4063343e..01dea4de3e 100644
--- a/tests/long-session-id.c
+++ b/tests/long-session-id.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-alpn.c b/tests/mini-alpn.c
index a8c9eb50af..b6e433714e 100644
--- a/tests/mini-alpn.c
+++ b/tests/mini-alpn.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-chain-unsorted.c b/tests/mini-chain-unsorted.c
index 710078804d..d12be9a08f 100644
--- a/tests/mini-chain-unsorted.c
+++ b/tests/mini-chain-unsorted.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-discard.c b/tests/mini-dtls-discard.c
index fae4b7d3ab..c8b68ff0a8 100644
--- a/tests/mini-dtls-discard.c
+++ b/tests/mini-dtls-discard.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-fork.c b/tests/mini-dtls-fork.c
index f7b0ee7f60..41dd062dd9 100644
--- a/tests/mini-dtls-fork.c
+++ b/tests/mini-dtls-fork.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-heartbeat.c b/tests/mini-dtls-heartbeat.c
index 092eab3d84..5e249e051f 100644
--- a/tests/mini-dtls-heartbeat.c
+++ b/tests/mini-dtls-heartbeat.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-hello-verify-48.c b/tests/mini-dtls-hello-verify-48.c
index 239a1ca290..aa530217c0 100644
--- a/tests/mini-dtls-hello-verify-48.c
+++ b/tests/mini-dtls-hello-verify-48.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-hello-verify.c b/tests/mini-dtls-hello-verify.c
index 3237309c68..55f38f5cd0 100644
--- a/tests/mini-dtls-hello-verify.c
+++ b/tests/mini-dtls-hello-verify.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-large.c b/tests/mini-dtls-large.c
index 71bc978687..80fd2bcfc3 100644
--- a/tests/mini-dtls-large.c
+++ b/tests/mini-dtls-large.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-lowmtu.c b/tests/mini-dtls-lowmtu.c
index 3e8fc5aedf..996deb8bed 100644
--- a/tests/mini-dtls-lowmtu.c
+++ b/tests/mini-dtls-lowmtu.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-mtu.c b/tests/mini-dtls-mtu.c
index 7407398ed2..1db0de56ec 100644
--- a/tests/mini-dtls-mtu.c
+++ b/tests/mini-dtls-mtu.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-record-asym.c b/tests/mini-dtls-record-asym.c
index 59e7467b13..9e63a07785 100644
--- a/tests/mini-dtls-record-asym.c
+++ b/tests/mini-dtls-record-asym.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-record.c b/tests/mini-dtls-record.c
index 5c6605ae91..53674a9733 100644
--- a/tests/mini-dtls-record.c
+++ b/tests/mini-dtls-record.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls-srtp.c b/tests/mini-dtls-srtp.c
index 1d40d734c1..63d5eafd91 100644
--- a/tests/mini-dtls-srtp.c
+++ b/tests/mini-dtls-srtp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-dtls0-9.c b/tests/mini-dtls0-9.c
index 7cc6c32591..5607e90c8b 100644
--- a/tests/mini-dtls0-9.c
+++ b/tests/mini-dtls0-9.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-eagain-dtls.c b/tests/mini-eagain-dtls.c
index 594d49d015..8abf8de765 100644
--- a/tests/mini-eagain-dtls.c
+++ b/tests/mini-eagain-dtls.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-emsgsize-dtls.c b/tests/mini-emsgsize-dtls.c
index af2737ad2d..82b4b11828 100644
--- a/tests/mini-emsgsize-dtls.c
+++ b/tests/mini-emsgsize-dtls.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-global-load.c b/tests/mini-global-load.c
index fa6df2e2be..9da63b1fdf 100644
--- a/tests/mini-global-load.c
+++ b/tests/mini-global-load.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Test whether the library is operational without gnutls_global_init()
diff --git a/tests/mini-key-material.c b/tests/mini-key-material.c
index 39493d92f4..062775bf65 100644
--- a/tests/mini-key-material.c
+++ b/tests/mini-key-material.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-loss-time.c b/tests/mini-loss-time.c
index 6dbc7c3227..ddd3045be1 100644
--- a/tests/mini-loss-time.c
+++ b/tests/mini-loss-time.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-overhead.c b/tests/mini-overhead.c
index cc42c532d5..6814a9a946 100644
--- a/tests/mini-overhead.c
+++ b/tests/mini-overhead.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-record-2.c b/tests/mini-record-2.c
index 3b0775348e..68e9687b8a 100644
--- a/tests/mini-record-2.c
+++ b/tests/mini-record-2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-session-verify-function.c b/tests/mini-session-verify-function.c
index 26d015be45..7a8ca4ab30 100644
--- a/tests/mini-session-verify-function.c
+++ b/tests/mini-session-verify-function.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-termination.c b/tests/mini-termination.c
index 39116056d7..7daeecc894 100644
--- a/tests/mini-termination.c
+++ b/tests/mini-termination.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-tls-nonblock.c b/tests/mini-tls-nonblock.c
index 5a95b21a3a..0d27e82628 100644
--- a/tests/mini-tls-nonblock.c
+++ b/tests/mini-tls-nonblock.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509-2.c b/tests/mini-x509-2.c
index c1bc544e7d..b3273d903d 100644
--- a/tests/mini-x509-2.c
+++ b/tests/mini-x509-2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509-callbacks-intr.c b/tests/mini-x509-callbacks-intr.c
index 02b7ec84e1..6f4e258971 100644
--- a/tests/mini-x509-callbacks-intr.c
+++ b/tests/mini-x509-callbacks-intr.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509-callbacks.c b/tests/mini-x509-callbacks.c
index 4380e1f793..e159e403c5 100644
--- a/tests/mini-x509-callbacks.c
+++ b/tests/mini-x509-callbacks.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509-cas.c b/tests/mini-x509-cas.c
index 818d98ec53..5996616af6 100644
--- a/tests/mini-x509-cas.c
+++ b/tests/mini-x509-cas.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509-ipaddr.c b/tests/mini-x509-ipaddr.c
index 81ce0525cc..72b5c6909d 100644
--- a/tests/mini-x509-ipaddr.c
+++ b/tests/mini-x509-ipaddr.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-x509.c b/tests/mini-x509.c
index a4fb56e991..1eba21881e 100644
--- a/tests/mini-x509.c
+++ b/tests/mini-x509.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mpi.c b/tests/mpi.c
index 65a0dd0516..070fd5bcd5 100644
--- a/tests/mpi.c
+++ b/tests/mpi.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/multi-alerts.c b/tests/multi-alerts.c
index 84a412c59c..2ece35dbe4 100644
--- a/tests/multi-alerts.c
+++ b/tests/multi-alerts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/naked-alerts.c b/tests/naked-alerts.c
index 1ea0c40461..fee16fb715 100644
--- a/tests/naked-alerts.c
+++ b/tests/naked-alerts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/name-constraints-ip.c b/tests/name-constraints-ip.c
index 85ebf5a3b4..e06bec3cd2 100644
--- a/tests/name-constraints-ip.c
+++ b/tests/name-constraints-ip.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/name-constraints-merge.c b/tests/name-constraints-merge.c
index 76430fb80b..aba180b669 100644
--- a/tests/name-constraints-merge.c
+++ b/tests/name-constraints-merge.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/name-constraints.c b/tests/name-constraints.c
index a6f3fe7d82..d960211aca 100644
--- a/tests/name-constraints.c
+++ b/tests/name-constraints.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/nist-pkits/pkits b/tests/nist-pkits/pkits
index 0bdd337223..922cd6e1e0 100755
--- a/tests/nist-pkits/pkits
+++ b/tests/nist-pkits/pkits
@@ -15,8 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl
index 40d51da5d5..81c2ea1f60 100755
--- a/tests/nist-pkits/pkits_crl
+++ b/tests/nist-pkits/pkits_crl
@@ -15,8 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt
index 3a529b570b..3bdfc729ce 100755
--- a/tests/nist-pkits/pkits_crt
+++ b/tests/nist-pkits/pkits_crt
@@ -15,8 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12
index 9f071f20c5..186144dda7 100755
--- a/tests/nist-pkits/pkits_pkcs12
+++ b/tests/nist-pkits/pkits_pkcs12
@@ -15,8 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime
index aca9340bdf..9f696450cd 100755
--- a/tests/nist-pkits/pkits_smime
+++ b/tests/nist-pkits/pkits_smime
@@ -15,8 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/no-signal.c b/tests/no-signal.c
index 85e71c2ef2..1097761835 100644
--- a/tests/no-signal.c
+++ b/tests/no-signal.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index 208bd3899b..21077a4c25 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ocsp-filename-memleak.c b/tests/ocsp-filename-memleak.c
index d6e2bda04d..8e8ca80111 100644
--- a/tests/ocsp-filename-memleak.c
+++ b/tests/ocsp-filename-memleak.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This program tests if gnutls_certificate_set_ocsp_status_request_file()
diff --git a/tests/ocsp-tests/ocsp-must-staple-connection.sh b/tests/ocsp-tests/ocsp-must-staple-connection.sh
index 049491add6..eb9d8db7f8 100755
--- a/tests/ocsp-tests/ocsp-must-staple-connection.sh
+++ b/tests/ocsp-tests/ocsp-must-staple-connection.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/ocsp-tests/ocsp-test.sh b/tests/ocsp-tests/ocsp-test.sh
index cfb3033978..ba173258d1 100755
--- a/tests/ocsp-tests/ocsp-test.sh
+++ b/tests/ocsp-tests/ocsp-test.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/ocsp-tests/ocsp-tls-connection.sh b/tests/ocsp-tests/ocsp-tls-connection.sh
index 84eda22b27..172c8431b2 100755
--- a/tests/ocsp-tests/ocsp-tls-connection.sh
+++ b/tests/ocsp-tests/ocsp-tls-connection.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/ocsp.c b/tests/ocsp.c
index 0f1a1b8cff..0d68fd0601 100644
--- a/tests/ocsp.c
+++ b/tests/ocsp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/oids.c b/tests/oids.c
index ed65b057a2..32bbae2372 100644
--- a/tests/oids.c
+++ b/tests/oids.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/openssl.c b/tests/openssl.c
index b7a16089a8..c5a3d8ddf8 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/p11-kit-trust.sh b/tests/p11-kit-trust.sh
index b47004accb..cba1daaf9a 100755
--- a/tests/p11-kit-trust.sh
+++ b/tests/p11-kit-trust.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/parse_ca.c b/tests/parse_ca.c
index 0502e6a65b..5259e92e89 100644
--- a/tests/parse_ca.c
+++ b/tests/parse_ca.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pcert-list.c b/tests/pcert-list.c
index 5502b70178..b22f05dff5 100644
--- a/tests/pcert-list.c
+++ b/tests/pcert-list.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs1-digest-info.c b/tests/pkcs1-digest-info.c
index 8c840f9bad..7557dd7680 100644
--- a/tests/pkcs1-digest-info.c
+++ b/tests/pkcs1-digest-info.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/pkcs11/pkcs11-cert-import-url-exts.c b/tests/pkcs11/pkcs11-cert-import-url-exts.c
index bf806b1321..4e9e628028 100644
--- a/tests/pkcs11/pkcs11-cert-import-url-exts.c
+++ b/tests/pkcs11/pkcs11-cert-import-url-exts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-cert-import-url4-exts.c b/tests/pkcs11/pkcs11-cert-import-url4-exts.c
index f9fe82f4b1..7776f56205 100644
--- a/tests/pkcs11/pkcs11-cert-import-url4-exts.c
+++ b/tests/pkcs11/pkcs11-cert-import-url4-exts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-chainverify.c b/tests/pkcs11/pkcs11-chainverify.c
index 0ad2efe927..e7445b8ccd 100644
--- a/tests/pkcs11/pkcs11-chainverify.c
+++ b/tests/pkcs11/pkcs11-chainverify.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-combo.c b/tests/pkcs11/pkcs11-combo.c
index 43189c479b..4dfe9c23fc 100644
--- a/tests/pkcs11/pkcs11-combo.c
+++ b/tests/pkcs11/pkcs11-combo.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-ec-privkey-test.c b/tests/pkcs11/pkcs11-ec-privkey-test.c
index 782ba00420..6611cd68c8 100644
--- a/tests/pkcs11/pkcs11-ec-privkey-test.c
+++ b/tests/pkcs11/pkcs11-ec-privkey-test.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-get-exts.c b/tests/pkcs11/pkcs11-get-exts.c
index 1d236a6b3d..23b52ae7c6 100644
--- a/tests/pkcs11/pkcs11-get-exts.c
+++ b/tests/pkcs11/pkcs11-get-exts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-get-issuer.c b/tests/pkcs11/pkcs11-get-issuer.c
index b4df717ed5..5ccd1139dc 100644
--- a/tests/pkcs11/pkcs11-get-issuer.c
+++ b/tests/pkcs11/pkcs11-get-issuer.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-get-raw-issuer-exts.c b/tests/pkcs11/pkcs11-get-raw-issuer-exts.c
index dec3088e11..d49fe514b4 100644
--- a/tests/pkcs11/pkcs11-get-raw-issuer-exts.c
+++ b/tests/pkcs11/pkcs11-get-raw-issuer-exts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-import-url-privkey.c b/tests/pkcs11/pkcs11-import-url-privkey.c
index ded8c9a75e..38de4603a0 100644
--- a/tests/pkcs11/pkcs11-import-url-privkey.c
+++ b/tests/pkcs11/pkcs11-import-url-privkey.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-import-with-pin.c b/tests/pkcs11/pkcs11-import-with-pin.c
index 79cf187375..7153e85d0f 100644
--- a/tests/pkcs11/pkcs11-import-with-pin.c
+++ b/tests/pkcs11/pkcs11-import-with-pin.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-is-known.c b/tests/pkcs11/pkcs11-is-known.c
index 95b9c56d0d..dcb9b17a18 100644
--- a/tests/pkcs11/pkcs11-is-known.c
+++ b/tests/pkcs11/pkcs11-is-known.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-mechanisms.c b/tests/pkcs11/pkcs11-mechanisms.c
index c38f6ac193..e3ac80fdcb 100644
--- a/tests/pkcs11/pkcs11-mechanisms.c
+++ b/tests/pkcs11/pkcs11-mechanisms.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-mock-ext.h b/tests/pkcs11/pkcs11-mock-ext.h
index 277e4a7d8e..4c6b8343b3 100644
--- a/tests/pkcs11/pkcs11-mock-ext.h
+++ b/tests/pkcs11/pkcs11-mock-ext.h
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef PKCS11_MOCK_EXT_H
diff --git a/tests/pkcs11/pkcs11-obj-import.c b/tests/pkcs11/pkcs11-obj-import.c
index 17c75a7e01..63987c1f8a 100644
--- a/tests/pkcs11/pkcs11-obj-import.c
+++ b/tests/pkcs11/pkcs11-obj-import.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-pin-func.c b/tests/pkcs11/pkcs11-pin-func.c
index b6d707ee72..4a611a5aa3 100644
--- a/tests/pkcs11/pkcs11-pin-func.c
+++ b/tests/pkcs11/pkcs11-pin-func.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-always-auth.c b/tests/pkcs11/pkcs11-privkey-always-auth.c
index 441f637225..06052baf94 100644
--- a/tests/pkcs11/pkcs11-privkey-always-auth.c
+++ b/tests/pkcs11/pkcs11-privkey-always-auth.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-export.c b/tests/pkcs11/pkcs11-privkey-export.c
index ce22ea71f4..0716e8c02e 100644
--- a/tests/pkcs11/pkcs11-privkey-export.c
+++ b/tests/pkcs11/pkcs11-privkey-export.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-fork-reinit.c b/tests/pkcs11/pkcs11-privkey-fork-reinit.c
index a725842257..425beddd17 100644
--- a/tests/pkcs11/pkcs11-privkey-fork-reinit.c
+++ b/tests/pkcs11/pkcs11-privkey-fork-reinit.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-fork.c b/tests/pkcs11/pkcs11-privkey-fork.c
index b99755c73b..c2aa2931b8 100644
--- a/tests/pkcs11/pkcs11-privkey-fork.c
+++ b/tests/pkcs11/pkcs11-privkey-fork.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-pthread.c b/tests/pkcs11/pkcs11-privkey-pthread.c
index 8b23759d44..2ab28a12bb 100644
--- a/tests/pkcs11/pkcs11-privkey-pthread.c
+++ b/tests/pkcs11/pkcs11-privkey-pthread.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-safenet-always-auth.c b/tests/pkcs11/pkcs11-privkey-safenet-always-auth.c
index a4ab5b5aa3..41900d6c89 100644
--- a/tests/pkcs11/pkcs11-privkey-safenet-always-auth.c
+++ b/tests/pkcs11/pkcs11-privkey-safenet-always-auth.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey.c b/tests/pkcs11/pkcs11-privkey.c
index a4217d4a12..892b3f3f79 100644
--- a/tests/pkcs11/pkcs11-privkey.c
+++ b/tests/pkcs11/pkcs11-privkey.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c b/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
index 6ee42e8690..eb30448347 100644
--- a/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
+++ b/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-pubkey-import-rsa.c b/tests/pkcs11/pkcs11-pubkey-import-rsa.c
index f0d64ab2eb..754a254139 100644
--- a/tests/pkcs11/pkcs11-pubkey-import-rsa.c
+++ b/tests/pkcs11/pkcs11-pubkey-import-rsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-pubkey-import.c b/tests/pkcs11/pkcs11-pubkey-import.c
index 57d0d59b72..61a0a4eff0 100644
--- a/tests/pkcs11/pkcs11-pubkey-import.c
+++ b/tests/pkcs11/pkcs11-pubkey-import.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/softhsm.h b/tests/pkcs11/softhsm.h
index 725d29efdb..28944766c3 100644
--- a/tests/pkcs11/softhsm.h
+++ b/tests/pkcs11/softhsm.h
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef SOFTHSM_H
diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index dc55daccde..9442945193 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c
index 1516afbf35..b6cbd06680 100644
--- a/tests/pkcs12_s2k.c
+++ b/tests/pkcs12_s2k.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c
index 49715a1b25..0d2ebca371 100644
--- a/tests/pkcs12_s2k_pem.c
+++ b/tests/pkcs12_s2k_pem.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs12_simple.c b/tests/pkcs12_simple.c
index 7c5a6a33d0..6c6f3aa00c 100644
--- a/tests/pkcs12_simple.c
+++ b/tests/pkcs12_simple.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs7-cat-parse.c b/tests/pkcs7-cat-parse.c
index eb3b55f0a3..93a5926e3e 100644
--- a/tests/pkcs7-cat-parse.c
+++ b/tests/pkcs7-cat-parse.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs7-cat.sh b/tests/pkcs7-cat.sh
index 86b1c6a1da..22dc5fdb5c 100755
--- a/tests/pkcs7-cat.sh
+++ b/tests/pkcs7-cat.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
#set -e
diff --git a/tests/pkcs7-gen.c b/tests/pkcs7-gen.c
index a96cef7f58..e0c106a2e0 100644
--- a/tests/pkcs7-gen.c
+++ b/tests/pkcs7-gen.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs7.c b/tests/pkcs7.c
index 2d5a5548d4..de0de736d9 100644
--- a/tests/pkcs7.c
+++ b/tests/pkcs7.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs8-key-decode-encrypted.c b/tests/pkcs8-key-decode-encrypted.c
index 48ab9b64dc..ecd3ece65d 100644
--- a/tests/pkcs8-key-decode-encrypted.c
+++ b/tests/pkcs8-key-decode-encrypted.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <gnutls/gnutls.h>
diff --git a/tests/pkcs8-key-decode.c b/tests/pkcs8-key-decode.c
index 0f570ac217..ee64c38931 100644
--- a/tests/pkcs8-key-decode.c
+++ b/tests/pkcs8-key-decode.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <gnutls/gnutls.h>
diff --git a/tests/pkgconfig.sh b/tests/pkgconfig.sh
index 059efc1cd8..c78ca1d988 100755
--- a/tests/pkgconfig.sh
+++ b/tests/pkgconfig.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${top_builddir=..}
diff --git a/tests/prf.c b/tests/prf.c
index 02a174d5ac..301f143bc6 100644
--- a/tests/prf.c
+++ b/tests/prf.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priorities-groups.c b/tests/priorities-groups.c
index b883088541..4f43385397 100644
--- a/tests/priorities-groups.c
+++ b/tests/priorities-groups.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priorities.c b/tests/priorities.c
index d53d7dfda8..c06698e68e 100644
--- a/tests/priorities.c
+++ b/tests/priorities.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priority-mix.c b/tests/priority-mix.c
index 55053ae768..2db80d2305 100644
--- a/tests/priority-mix.c
+++ b/tests/priority-mix.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/privkey-verify-broken.c b/tests/privkey-verify-broken.c
index 276fcdaafe..0c387563db 100644
--- a/tests/privkey-verify-broken.c
+++ b/tests/privkey-verify-broken.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/protocol-set-allowlist.c b/tests/protocol-set-allowlist.c
index 744d70b315..50afe39ef6 100644
--- a/tests/protocol-set-allowlist.c
+++ b/tests/protocol-set-allowlist.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/tests/protocol-set-allowlist.sh b/tests/protocol-set-allowlist.sh
index ee2fe649bd..3001d18d0c 100755
--- a/tests/protocol-set-allowlist.sh
+++ b/tests/protocol-set-allowlist.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
# The test verifies that gnutls_protocol_set_enabled behaves sensibly.
# The test requires allowlisting and is to be executed
diff --git a/tests/psk-file.c b/tests/psk-file.c
index 703043ec40..0bbc01bfb9 100644
--- a/tests/psk-file.c
+++ b/tests/psk-file.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/pskself.c b/tests/pskself.c
index f3cc882174..3fd156d637 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/pskself2.c b/tests/pskself2.c
index 81286a035b..0396c363c9 100644
--- a/tests/pskself2.c
+++ b/tests/pskself2.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from pskself.c. */
diff --git a/tests/pubkey-import-export.c b/tests/pubkey-import-export.c
index b11ce560d6..d5b6e85f83 100644
--- a/tests/pubkey-import-export.c
+++ b/tests/pubkey-import-export.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/random-art.c b/tests/random-art.c
index 05206696e0..3737cba39d 100644
--- a/tests/random-art.c
+++ b/tests/random-art.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/record-retvals.c b/tests/record-retvals.c
index 28bd868475..e9dbf8ce0d 100644
--- a/tests/record-retvals.c
+++ b/tests/record-retvals.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/record-sizes-range.c b/tests/record-sizes-range.c
index 56e1b6cf34..35b5122f81 100644
--- a/tests/record-sizes-range.c
+++ b/tests/record-sizes-range.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/record-sizes.c b/tests/record-sizes.c
index be5b20a84e..65a2ab2399 100644
--- a/tests/record-sizes.c
+++ b/tests/record-sizes.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/record-timeouts.c b/tests/record-timeouts.c
index fd9a9994fd..29d94252aa 100644
--- a/tests/record-timeouts.c
+++ b/tests/record-timeouts.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/recv-data-before-handshake.c b/tests/recv-data-before-handshake.c
index 91a114668b..d52771c92e 100644
--- a/tests/recv-data-before-handshake.c
+++ b/tests/recv-data-before-handshake.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-ext-secret.c b/tests/rehandshake-ext-secret.c
index 94279f0322..8de2b8fbbb 100644
--- a/tests/rehandshake-ext-secret.c
+++ b/tests/rehandshake-ext-secret.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-cert-allow.c b/tests/rehandshake-switch-cert-allow.c
index c657078689..1ae57c9f59 100644
--- a/tests/rehandshake-switch-cert-allow.c
+++ b/tests/rehandshake-switch-cert-allow.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-cert-client-allow.c b/tests/rehandshake-switch-cert-client-allow.c
index a95be20929..45ef1a00bb 100644
--- a/tests/rehandshake-switch-cert-client-allow.c
+++ b/tests/rehandshake-switch-cert-client-allow.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-cert-client.c b/tests/rehandshake-switch-cert-client.c
index b6e17bc4de..a32fdd5d2c 100644
--- a/tests/rehandshake-switch-cert-client.c
+++ b/tests/rehandshake-switch-cert-client.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-cert.c b/tests/rehandshake-switch-cert.c
index c4c2c6c1dc..3bb2bcdf69 100644
--- a/tests/rehandshake-switch-cert.c
+++ b/tests/rehandshake-switch-cert.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-psk-id.c b/tests/rehandshake-switch-psk-id.c
index c8beec13f1..86dcb6f0f7 100644
--- a/tests/rehandshake-switch-psk-id.c
+++ b/tests/rehandshake-switch-psk-id.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rehandshake-switch-srp-id.c b/tests/rehandshake-switch-srp-id.c
index d3b23a7d51..2a395eb6be 100644
--- a/tests/rehandshake-switch-srp-id.c
+++ b/tests/rehandshake-switch-srp-id.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/resume-dtls.c b/tests/resume-dtls.c
index 7232af2297..b077123b59 100644
--- a/tests/resume-dtls.c
+++ b/tests/resume-dtls.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/resume-with-false-start.c b/tests/resume-with-false-start.c
index 69307eb079..83e55c211c 100644
--- a/tests/resume-with-false-start.c
+++ b/tests/resume-with-false-start.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rfc2253-escape-test.sh b/tests/rfc2253-escape-test.sh
index 2d71b83d00..0077c7de94 100755
--- a/tests/rfc2253-escape-test.sh
+++ b/tests/rfc2253-escape-test.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
set -e
diff --git a/tests/rfc7633-missing.c b/tests/rfc7633-missing.c
index 133ae94636..27376107aa 100644
--- a/tests/rfc7633-missing.c
+++ b/tests/rfc7633-missing.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rng-no-onload.c b/tests/rng-no-onload.c
index ac01be2144..368cfedc5b 100644
--- a/tests/rng-no-onload.c
+++ b/tests/rng-no-onload.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rng-pthread.c b/tests/rng-pthread.c
index a2f4e662d4..3871f58881 100644
--- a/tests/rng-pthread.c
+++ b/tests/rng-pthread.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rsa-encrypt-decrypt.c b/tests/rsa-encrypt-decrypt.c
index 95fdc64fb0..77f53e113b 100644
--- a/tests/rsa-encrypt-decrypt.c
+++ b/tests/rsa-encrypt-decrypt.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/rsa-illegal-import.c b/tests/rsa-illegal-import.c
index dd38aeabba..b9a7f6cbc7 100644
--- a/tests/rsa-illegal-import.c
+++ b/tests/rsa-illegal-import.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/rsa-md5-collision/rsa-md5-collision.sh b/tests/rsa-md5-collision/rsa-md5-collision.sh
index 85f8e82675..8e7cdc1cf0 100755
--- a/tests/rsa-md5-collision/rsa-md5-collision.sh
+++ b/tests/rsa-md5-collision/rsa-md5-collision.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/rsa-psk-cb.c b/tests/rsa-psk-cb.c
index 6036c18a76..f47a068dbd 100644
--- a/tests/rsa-psk-cb.c
+++ b/tests/rsa-psk-cb.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Tests the RSA-PSK ciphersuites under TLS1.2 */
diff --git a/tests/rsa-psk.c b/tests/rsa-psk.c
index a0c8602525..df91dc6b2c 100644
--- a/tests/rsa-psk.c
+++ b/tests/rsa-psk.c
@@ -18,8 +18,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Tests the RSA-PSK ciphersuites under TLS1.2 */
diff --git a/tests/safe-renegotiation/srn0.c b/tests/safe-renegotiation/srn0.c
index c583cd03b9..219b5cab94 100644
--- a/tests/safe-renegotiation/srn0.c
+++ b/tests/safe-renegotiation/srn0.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on ../mini-x509-rehandshake.c.
diff --git a/tests/safe-renegotiation/srn1.c b/tests/safe-renegotiation/srn1.c
index 3ace5bb2ed..7f51724be3 100644
--- a/tests/safe-renegotiation/srn1.c
+++ b/tests/safe-renegotiation/srn1.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on ../mini-x509.c.
diff --git a/tests/safe-renegotiation/srn2.c b/tests/safe-renegotiation/srn2.c
index 2757ddfbfc..2b47776bfc 100644
--- a/tests/safe-renegotiation/srn2.c
+++ b/tests/safe-renegotiation/srn2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on ../mini-x509-rehandshake.c.
diff --git a/tests/safe-renegotiation/srn3.c b/tests/safe-renegotiation/srn3.c
index 715f16c075..02b4f26016 100644
--- a/tests/safe-renegotiation/srn3.c
+++ b/tests/safe-renegotiation/srn3.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on ../mini-x509.c.
diff --git a/tests/safe-renegotiation/srn4.c b/tests/safe-renegotiation/srn4.c
index cbb20a02de..dcf28619a8 100644
--- a/tests/safe-renegotiation/srn4.c
+++ b/tests/safe-renegotiation/srn4.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on srn0.c.
diff --git a/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c
index 0528bac103..e11792e95b 100644
--- a/tests/safe-renegotiation/srn5.c
+++ b/tests/safe-renegotiation/srn5.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Code based on srn0.c.
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh
index bac8102ff6..8afc50f17f 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
export TZ="UTC"
diff --git a/tests/scripts/starttls-common.sh b/tests/scripts/starttls-common.sh
index 0fa13f18fc..351ff55746 100755
--- a/tests/scripts/starttls-common.sh
+++ b/tests/scripts/starttls-common.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
if ! test -x "${SERV}"; then
exit 77
diff --git a/tests/sec-params.c b/tests/sec-params.c
index 69c39aa344..3b6db5e7ed 100644
--- a/tests/sec-params.c
+++ b/tests/sec-params.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/send-client-cert.c b/tests/send-client-cert.c
index 34f8f0bd93..4a3699976c 100644
--- a/tests/send-client-cert.c
+++ b/tests/send-client-cert.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/send-data-before-handshake.c b/tests/send-data-before-handshake.c
index 0351d30357..6b0c2dffba 100644
--- a/tests/send-data-before-handshake.c
+++ b/tests/send-data-before-handshake.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/serv-udp.sh b/tests/serv-udp.sh
index bccc34c816..fd3bb83496 100755
--- a/tests/serv-udp.sh
+++ b/tests/serv-udp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/server-multi-keys.sh b/tests/server-multi-keys.sh
index 26ebee03d3..e76aaa95c5 100755
--- a/tests/server-multi-keys.sh
+++ b/tests/server-multi-keys.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/server-weak-keys.sh b/tests/server-weak-keys.sh
index 89b134c72a..7ae7890eec 100755
--- a/tests/server-weak-keys.sh
+++ b/tests/server-weak-keys.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/server_ecdsa_key.c b/tests/server_ecdsa_key.c
index 1bbd84d075..6f6f94e4ac 100644
--- a/tests/server_ecdsa_key.c
+++ b/tests/server_ecdsa_key.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/session-export-funcs.c b/tests/session-export-funcs.c
index 579c9d6005..fa5073f615 100644
--- a/tests/session-export-funcs.c
+++ b/tests/session-export-funcs.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/session-tickets-ok.c b/tests/session-tickets-ok.c
index 38906e979f..ec50dbdfb6 100644
--- a/tests/session-tickets-ok.c
+++ b/tests/session-tickets-ok.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_key.c b/tests/set_key.c
index 38c1d52c9e..dcf1322438 100644
--- a/tests/set_key.c
+++ b/tests/set_key.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_key_utf8.c b/tests/set_key_utf8.c
index 81d5ef2c05..15a8edd40e 100644
--- a/tests/set_key_utf8.c
+++ b/tests/set_key_utf8.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_known_dh_params_anon.c b/tests/set_known_dh_params_anon.c
index 3ea8a15bab..e978d805ef 100644
--- a/tests/set_known_dh_params_anon.c
+++ b/tests/set_known_dh_params_anon.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_known_dh_params_psk.c b/tests/set_known_dh_params_psk.c
index c84d36eceb..82402336e8 100644
--- a/tests/set_known_dh_params_psk.c
+++ b/tests/set_known_dh_params_psk.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_known_dh_params_x509.c b/tests/set_known_dh_params_x509.c
index 11d0892473..034719d4e5 100644
--- a/tests/set_known_dh_params_x509.c
+++ b/tests/set_known_dh_params_x509.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index 7f324bb41e..f7cd7bee57 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_key.c b/tests/set_x509_key.c
index 6a189540d9..0b08c8c1a3 100644
--- a/tests/set_x509_key.c
+++ b/tests/set_x509_key.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_x509_key_file.c b/tests/set_x509_key_file.c
index 504e6dc609..efd8d08cf1 100644
--- a/tests/set_x509_key_file.c
+++ b/tests/set_x509_key_file.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This test checks the behavior of gnutls_certificate_set_x509_key_file2()
diff --git a/tests/set_x509_key_file_der.c b/tests/set_x509_key_file_der.c
index 1628b39d30..7cb720ad03 100644
--- a/tests/set_x509_key_file_der.c
+++ b/tests/set_x509_key_file_der.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_key_file_legacy.c b/tests/set_x509_key_file_legacy.c
index 143b9120b2..0ef2da4aa1 100644
--- a/tests/set_x509_key_file_legacy.c
+++ b/tests/set_x509_key_file_legacy.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This test checks the behavior of gnutls_certificate_set_x509_key_file2()
diff --git a/tests/set_x509_key_file_ocsp.c b/tests/set_x509_key_file_ocsp.c
index 9cb4001393..76580d6cb5 100644
--- a/tests/set_x509_key_file_ocsp.c
+++ b/tests/set_x509_key_file_ocsp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_key_file_ocsp_multi2.c b/tests/set_x509_key_file_ocsp_multi2.c
index b8dd927009..7e870f6b08 100644
--- a/tests/set_x509_key_file_ocsp_multi2.c
+++ b/tests/set_x509_key_file_ocsp_multi2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_key_mem.c b/tests/set_x509_key_mem.c
index 5bb1145117..59b53edf4c 100644
--- a/tests/set_x509_key_mem.c
+++ b/tests/set_x509_key_mem.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_x509_key_utf8.c b/tests/set_x509_key_utf8.c
index 7753c7f4c9..d5354871be 100644
--- a/tests/set_x509_key_utf8.c
+++ b/tests/set_x509_key_utf8.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/set_x509_pkcs12_key.c b/tests/set_x509_pkcs12_key.c
index 486ed592cd..986f1e28b9 100644
--- a/tests/set_x509_pkcs12_key.c
+++ b/tests/set_x509_pkcs12_key.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/setcredcrash.c b/tests/setcredcrash.c
index 02ac0bf77a..dc0b848071 100644
--- a/tests/setcredcrash.c
+++ b/tests/setcredcrash.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-pk-api.c b/tests/sign-pk-api.c
index e07bc5094e..3cdfaa9a56 100644
--- a/tests/sign-pk-api.c
+++ b/tests/sign-pk-api.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-verify-data.c b/tests/sign-verify-data.c
index 558ad22530..9d96af6e7e 100644
--- a/tests/sign-verify-data.c
+++ b/tests/sign-verify-data.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-verify-deterministic.c b/tests/sign-verify-deterministic.c
index 6e907288ee..b2394e4cee 100644
--- a/tests/sign-verify-deterministic.c
+++ b/tests/sign-verify-deterministic.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-verify-ed25519-rfc8080.c b/tests/sign-verify-ed25519-rfc8080.c
index 75585b982c..51857aa061 100644
--- a/tests/sign-verify-ed25519-rfc8080.c
+++ b/tests/sign-verify-ed25519-rfc8080.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-verify-ext.c b/tests/sign-verify-ext.c
index cc80bf907f..4ec946d3fe 100644
--- a/tests/sign-verify-ext.c
+++ b/tests/sign-verify-ext.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This tests the gnutls_privkey_import_ext2() APIs */
diff --git a/tests/sign-verify.c b/tests/sign-verify.c
index 5a14741fc6..4039159279 100644
--- a/tests/sign-verify.c
+++ b/tests/sign-verify.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/simple.c b/tests/simple.c
index b2d53d8032..b120f35e15 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am
index 82d58e594c..762bb6d9e1 100644
--- a/tests/slow/Makefile.am
+++ b/tests/slow/Makefile.am
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib/includes \
diff --git a/tests/slow/gendh.c b/tests/slow/gendh.c
index 0e681418aa..f90530508e 100644
--- a/tests/slow/gendh.c
+++ b/tests/slow/gendh.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/slow/test-ciphers-common.sh b/tests/slow/test-ciphers-common.sh
index 7a7bf0c364..ac27dacd1b 100644
--- a/tests/slow/test-ciphers-common.sh
+++ b/tests/slow/test-ciphers-common.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
unset RETCODE
if ! test -z "${VALGRIND}"; then
diff --git a/tests/slow/test-ciphers-openssl.sh b/tests/slow/test-ciphers-openssl.sh
index dc8fb60edc..c6e519b3ee 100755
--- a/tests/slow/test-ciphers-openssl.sh
+++ b/tests/slow/test-ciphers-openssl.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
PROG=./cipher-openssl-compat${EXEEXT}
diff --git a/tests/slow/test-ciphers.sh b/tests/slow/test-ciphers.sh
index b4bc41151a..8f6362279c 100755
--- a/tests/slow/test-ciphers.sh
+++ b/tests/slow/test-ciphers.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
PROG=./cipher-test${EXEEXT}
diff --git a/tests/srpbase64.c b/tests/srpbase64.c
index cb26e8baf4..4a229f6195 100644
--- a/tests/srpbase64.c
+++ b/tests/srpbase64.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/ssl2-hello.c b/tests/ssl2-hello.c
index 084f62c144..ac1fd7e097 100644
--- a/tests/ssl2-hello.c
+++ b/tests/ssl2-hello.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ssl30-cert-key-exchange.c b/tests/ssl30-cert-key-exchange.c
index 662721a2bd..e8742e7978 100644
--- a/tests/ssl30-cert-key-exchange.c
+++ b/tests/ssl30-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/starttls-ftp.sh b/tests/starttls-ftp.sh
index 9baad57941..96105453b6 100755
--- a/tests/starttls-ftp.sh
+++ b/tests/starttls-ftp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-lmtp.sh b/tests/starttls-lmtp.sh
index a1b6d6b13c..60a76d0b3c 100755
--- a/tests/starttls-lmtp.sh
+++ b/tests/starttls-lmtp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-nntp.sh b/tests/starttls-nntp.sh
index 6cd834dcae..421803bd68 100755
--- a/tests/starttls-nntp.sh
+++ b/tests/starttls-nntp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-pop3.sh b/tests/starttls-pop3.sh
index 37e5263897..6ea3896f2e 100755
--- a/tests/starttls-pop3.sh
+++ b/tests/starttls-pop3.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-sieve.sh b/tests/starttls-sieve.sh
index dc395ba9af..eca8433681 100755
--- a/tests/starttls-sieve.sh
+++ b/tests/starttls-sieve.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-smtp.sh b/tests/starttls-smtp.sh
index 6633e1ce13..2ce38f123b 100755
--- a/tests/starttls-smtp.sh
+++ b/tests/starttls-smtp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls-xmpp.sh b/tests/starttls-xmpp.sh
index 82d0db7751..3a631f8310 100755
--- a/tests/starttls-xmpp.sh
+++ b/tests/starttls-xmpp.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/starttls.sh b/tests/starttls.sh
index ed9be413ec..b8d7b2b0b6 100755
--- a/tests/starttls.sh
+++ b/tests/starttls.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/status-request-ext.c b/tests/status-request-ext.c
index 13b6bdc930..cd0d4d759a 100644
--- a/tests/status-request-ext.c
+++ b/tests/status-request-ext.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/status-request-ok.c b/tests/status-request-ok.c
index dd1151a813..02b0d17115 100644
--- a/tests/status-request-ok.c
+++ b/tests/status-request-ok.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/status-request-revoked.c b/tests/status-request-revoked.c
index 0dbb714a31..d2a5850a9f 100644
--- a/tests/status-request-revoked.c
+++ b/tests/status-request-revoked.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/status-request.c b/tests/status-request.c
index c6da2e0235..b50bf500d6 100644
--- a/tests/status-request.c
+++ b/tests/status-request.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/str-idna.c b/tests/str-idna.c
index b01a65ff18..47b40fe318 100644
--- a/tests/str-idna.c
+++ b/tests/str-idna.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/tests/str-unicode.c b/tests/str-unicode.c
index d9cc37cb6b..907511c5b1 100644
--- a/tests/str-unicode.c
+++ b/tests/str-unicode.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/tests/strict-der.c b/tests/strict-der.c
index 8854c744d9..b8d440874b 100644
--- a/tests/strict-der.c
+++ b/tests/strict-der.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index aaac8c08b2..3b35341cef 100644
--- a/tests/suite/Makefile.am
+++ b/tests/suite/Makefile.am
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = \
diff --git a/tests/suite/asn1random.pl b/tests/suite/asn1random.pl
index 3e01b58c9c..5cef6a2627 100755
--- a/tests/suite/asn1random.pl
+++ b/tests/suite/asn1random.pl
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
#
# Generate random but valid ASN.1 data.
diff --git a/tests/suite/chain.sh b/tests/suite/chain.sh
index 03eea2e8b2..2f0e94341e 100755
--- a/tests/suite/chain.sh
+++ b/tests/suite/chain.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
mkdir -p x509paths
diff --git a/tests/suite/eagain.sh b/tests/suite/eagain.sh
index 1b41ae482f..b2dbe5f6f5 100755
--- a/tests/suite/eagain.sh
+++ b/tests/suite/eagain.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../../src/gnutls-serv${EXEEXT}}
diff --git a/tests/suite/mini-record-timing.c b/tests/suite/mini-record-timing.c
index b7e2547a2f..9efcd4a46e 100644
--- a/tests/suite/mini-record-timing.c
+++ b/tests/suite/mini-record-timing.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/multi-ticket-reception.sh b/tests/suite/multi-ticket-reception.sh
index 2e16008ae4..1828a3a8d7 100755
--- a/tests/suite/multi-ticket-reception.sh
+++ b/tests/suite/multi-ticket-reception.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
TLSPY_SERV="${srcdir}/tls-fuzzer/tlslite-ng/scripts/tls.py"
diff --git a/tests/suite/prime-check.c b/tests/suite/prime-check.c
index 1e3ef7538b..3482a4beb8 100644
--- a/tests/suite/prime-check.c
+++ b/tests/suite/prime-check.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#include <nettle/bignum.h>
diff --git a/tests/suite/testdane.sh b/tests/suite/testdane.sh
index a4c7634c92..864593267c 100755
--- a/tests/suite/testdane.sh
+++ b/tests/suite/testdane.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${DANETOOL=../../src/danetool${EXEEXT}}
diff --git a/tests/suite/testrandom.sh b/tests/suite/testrandom.sh
index fffde850e8..b2a6fc8dd8 100755
--- a/tests/suite/testrandom.sh
+++ b/tests/suite/testrandom.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../../src/certtool${EXEEXT}}
diff --git a/tests/suite/testrng.sh b/tests/suite/testrng.sh
index 1c8b2bd48a..4d19fb886e 100755
--- a/tests/suite/testrng.sh
+++ b/tests/suite/testrng.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-alpn.sh b/tests/suite/tls-fuzzer/tls-fuzzer-alpn.sh
index 020dc454a5..96966e70a8 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-alpn.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-alpn.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-cert.sh b/tests/suite/tls-fuzzer/tls-fuzzer-cert.sh
index bf8af74393..aa3f261c5b 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-cert.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-cert.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-common.sh b/tests/suite/tls-fuzzer/tls-fuzzer-common.sh
index 46e034310e..82fae8150c 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-common.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-common.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
builddir=`pwd`
CLI="${builddir}/../../src/gnutls-cli${EXEEXT}"
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-ssl3.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-ssl3.sh
index 98371e7f36..368b691b01 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-ssl3.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-ssl3.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
index bfd3451658..8fc2f738e8 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert-tls13.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
index dde5ce6736..c999b0cc8e 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nolimit-tls13.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nolimit-tls13.sh
index e1babe89d4..565b0431b5 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nolimit-tls13.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nolimit-tls13.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nolimit.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nolimit.sh
index a4793a1939..1a35e5a0a6 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nolimit.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nolimit.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-psk.sh b/tests/suite/tls-fuzzer/tls-fuzzer-psk.sh
index 80a346ca19..a26a5aef9a 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-psk.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-psk.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
diff --git a/tests/suite/x509random.pl b/tests/suite/x509random.pl
index 1c6ce04eeb..be54eddc0e 100755
--- a/tests/suite/x509random.pl
+++ b/tests/suite/x509random.pl
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
#
# Generate validly formatted X.509 certificates filled with mostly random data,
# including for the RSA key and signature fields (so it is extremely improbable
diff --git a/tests/system-override-curves-allowlist.c b/tests/system-override-curves-allowlist.c
index 2313c0dc97..680031a0a3 100644
--- a/tests/system-override-curves-allowlist.c
+++ b/tests/system-override-curves-allowlist.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/tests/system-override-default-priority-string.sh b/tests/system-override-default-priority-string.sh
index da262c8542..3980be0a7e 100755
--- a/tests/system-override-default-priority-string.sh
+++ b/tests/system-override-default-priority-string.sh
@@ -16,8 +16,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/system-override-hash-allowlist.sh b/tests/system-override-hash-allowlist.sh
index 651a596461..c96bcbad9e 100755
--- a/tests/system-override-hash-allowlist.sh
+++ b/tests/system-override-hash-allowlist.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
TMPFILE=c.$$.tmp
diff --git a/tests/system-override-hash-filters-prf.sh b/tests/system-override-hash-filters-prf.sh
index b09a78e7df..cadbb59b78 100755
--- a/tests/system-override-hash-filters-prf.sh
+++ b/tests/system-override-hash-filters-prf.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CLI=../src/gnutls-cli${EXEEXT}}
diff --git a/tests/system-override-hash.c b/tests/system-override-hash.c
index e96481918d..6aa4936f4b 100644
--- a/tests/system-override-hash.c
+++ b/tests/system-override-hash.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/system-override-hash.sh b/tests/system-override-hash.sh
index cb027c2fad..615590710f 100755
--- a/tests/system-override-hash.sh
+++ b/tests/system-override-hash.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
TMPFILE=c.$$.tmp
diff --git a/tests/system-override-invalid.sh b/tests/system-override-invalid.sh
index 8b8f673410..b2c30e61ef 100755
--- a/tests/system-override-invalid.sh
+++ b/tests/system-override-invalid.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CLI=../src/gnutls-cli${EXEEXT}}
diff --git a/tests/system-override-sig-allowlist.sh b/tests/system-override-sig-allowlist.sh
index 70b02f14cb..6eb5e5a8f1 100755
--- a/tests/system-override-sig-allowlist.sh
+++ b/tests/system-override-sig-allowlist.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
TMPFILE=c.$$.tmp
diff --git a/tests/system-override-sig-tls.c b/tests/system-override-sig-tls.c
index 7258808a30..215f7e0e5a 100644
--- a/tests/system-override-sig-tls.c
+++ b/tests/system-override-sig-tls.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/system-override-sig-tls.sh b/tests/system-override-sig-tls.sh
index 649374d660..b51fe17588 100755
--- a/tests/system-override-sig-tls.sh
+++ b/tests/system-override-sig-tls.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
TMPFILE=c.$$.tmp
diff --git a/tests/system-override-sig.c b/tests/system-override-sig.c
index 9e6171c446..954f4e55f4 100644
--- a/tests/system-override-sig.c
+++ b/tests/system-override-sig.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/system-override-sig.sh b/tests/system-override-sig.sh
index 68bf759048..4a34e7b82a 100755
--- a/tests/system-override-sig.sh
+++ b/tests/system-override-sig.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${builddir=.}
TMPFILE=c.$$.tmp
diff --git a/tests/system-override-special-allowlist.sh b/tests/system-override-special-allowlist.sh
index a0017c8829..b5e2334965 100755
--- a/tests/system-override-special-allowlist.sh
+++ b/tests/system-override-special-allowlist.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CLI=../src/gnutls-cli${EXEEXT}}
diff --git a/tests/system-override-versions-allowlist.sh b/tests/system-override-versions-allowlist.sh
index b708c8c7e4..f7bceaac7b 100755
--- a/tests/system-override-versions-allowlist.sh
+++ b/tests/system-override-versions-allowlist.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/system-override-versions.sh b/tests/system-override-versions.sh
index a9999cce0c..c3dfc71f44 100755
--- a/tests/system-override-versions.sh
+++ b/tests/system-override-versions.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SERV=../src/gnutls-serv${EXEEXT}}
diff --git a/tests/system-prio-file.c b/tests/system-prio-file.c
index fbe7d0af80..1d16633bcd 100644
--- a/tests/system-prio-file.c
+++ b/tests/system-prio-file.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/systemkey.sh b/tests/systemkey.sh
index 4e559915da..3e712cbdc6 100755
--- a/tests/systemkey.sh
+++ b/tests/systemkey.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${SYSTEMKEY=../src/systemkey${EXEEXT}}
diff --git a/tests/testpkcs11.pkcs15 b/tests/testpkcs11.pkcs15
index 565282a312..ce2917d4f1 100644
--- a/tests/testpkcs11.pkcs15
+++ b/tests/testpkcs11.pkcs15
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
init_card () {
diff --git a/tests/testpkcs11.sc-hsm b/tests/testpkcs11.sc-hsm
index f3eab685fb..2aaf644ca9 100644
--- a/tests/testpkcs11.sc-hsm
+++ b/tests/testpkcs11.sc-hsm
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
init_card () {
diff --git a/tests/testpkcs11.sh b/tests/testpkcs11.sh
index c26891352d..59177281d8 100755
--- a/tests/testpkcs11.sh
+++ b/tests/testpkcs11.sh
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${P11TOOL=../src/p11tool${EXEEXT}}
diff --git a/tests/testpkcs11.softhsm b/tests/testpkcs11.softhsm
index d79a8528ec..d0b02d9ff5 100755
--- a/tests/testpkcs11.softhsm
+++ b/tests/testpkcs11.softhsm
@@ -15,8 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
for i in /usr/lib64/pkcs11 /usr/lib/softhsm /usr/lib/x86_64-linux-gnu/softhsm /usr/lib /usr/lib64/softhsm;do
if test -f "$i/libsofthsm2.so"; then
diff --git a/tests/tls-client-with-seccomp.c b/tests/tls-client-with-seccomp.c
index ff903ac9f4..346111ff3f 100644
--- a/tests/tls-client-with-seccomp.c
+++ b/tests/tls-client-with-seccomp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-etm.c b/tests/tls-etm.c
index 70c99e2566..10b71aa360 100644
--- a/tests/tls-etm.c
+++ b/tests/tls-etm.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-ext-register.c b/tests/tls-ext-register.c
index cc548d506c..8785ab8785 100644
--- a/tests/tls-ext-register.c
+++ b/tests/tls-ext-register.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/tls-pthread.c b/tests/tls-pthread.c
index 2ac2da443a..0f1d415062 100644
--- a/tests/tls-pthread.c
+++ b/tests/tls-pthread.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-record-size-limit-asym.c b/tests/tls-record-size-limit-asym.c
index 1fd8289883..b9ccb14e04 100644
--- a/tests/tls-record-size-limit-asym.c
+++ b/tests/tls-record-size-limit-asym.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-record-size-limit.c b/tests/tls-record-size-limit.c
index 8346ee56d9..c293c8e741 100644
--- a/tests/tls-record-size-limit.c
+++ b/tests/tls-record-size-limit.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-with-seccomp.c b/tests/tls-with-seccomp.c
index 5481bebc20..5e172ebbba 100644
--- a/tests/tls-with-seccomp.c
+++ b/tests/tls-with-seccomp.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls10-cert-key-exchange.c b/tests/tls10-cert-key-exchange.c
index 1b976c37ee..3896740d6c 100644
--- a/tests/tls10-cert-key-exchange.c
+++ b/tests/tls10-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls11-cert-key-exchange.c b/tests/tls11-cert-key-exchange.c
index ef4b81e5d5..30b8e078e4 100644
--- a/tests/tls11-cert-key-exchange.c
+++ b/tests/tls11-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-anon-upgrade.c b/tests/tls12-anon-upgrade.c
index 89f44ae3e9..93cc3d8733 100644
--- a/tests/tls12-anon-upgrade.c
+++ b/tests/tls12-anon-upgrade.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-cert-key-exchange.c b/tests/tls12-cert-key-exchange.c
index 862fe85894..a9615b0d21 100644
--- a/tests/tls12-cert-key-exchange.c
+++ b/tests/tls12-cert-key-exchange.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-ffdhe.c b/tests/tls12-ffdhe.c
index 8a0555dcb3..73a758d19c 100644
--- a/tests/tls12-ffdhe.c
+++ b/tests/tls12-ffdhe.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-max-record.c b/tests/tls12-max-record.c
index 61ff1c4512..469a890212 100644
--- a/tests/tls12-max-record.c
+++ b/tests/tls12-max-record.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-rehandshake-cert-2.c b/tests/tls12-rehandshake-cert-2.c
index a15529eaac..481231f9a8 100644
--- a/tests/tls12-rehandshake-cert-2.c
+++ b/tests/tls12-rehandshake-cert-2.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-rehandshake-cert-3.c b/tests/tls12-rehandshake-cert-3.c
index 6bd1e3e2c0..eac9d20423 100644
--- a/tests/tls12-rehandshake-cert-3.c
+++ b/tests/tls12-rehandshake-cert-3.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-rehandshake-cert-auto.c b/tests/tls12-rehandshake-cert-auto.c
index f84cd0bbc6..5d03af21ef 100644
--- a/tests/tls12-rehandshake-cert-auto.c
+++ b/tests/tls12-rehandshake-cert-auto.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tlsext-decoding.c b/tests/tlsext-decoding.c
index 77239409d2..4c71b3e232 100644
--- a/tests/tlsext-decoding.c
+++ b/tests/tlsext-decoding.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tlsfeature-crt.c b/tests/tlsfeature-crt.c
index fa68816303..e1cd6f3aad 100644
--- a/tests/tlsfeature-crt.c
+++ b/tests/tlsfeature-crt.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tlsfeature-ext.c b/tests/tlsfeature-ext.c
index ce028cd202..0763b0f2c4 100644
--- a/tests/tlsfeature-ext.c
+++ b/tests/tlsfeature-ext.c
@@ -14,8 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tpm2.sh b/tests/tpm2.sh
index ace3badced..d48364c6cd 100755
--- a/tests/tpm2.sh
+++ b/tests/tpm2.sh
@@ -18,8 +18,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/tpmtool_test.sh b/tests/tpmtool_test.sh
index 77fe17e593..a14242808c 100755
--- a/tests/tpmtool_test.sh
+++ b/tests/tpmtool_test.sh
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GnuTLS; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
: ${srcdir=.}
: ${CERTTOOL=../src/certtool${EXEEXT}}
diff --git a/tests/trust-store.c b/tests/trust-store.c
index 83f9dda6e9..b0a889c079 100644
--- a/tests/trust-store.c
+++ b/tests/trust-store.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/trustdb-tofu.c b/tests/trustdb-tofu.c
index 5917fadf1d..1e15b3c53d 100644
--- a/tests/trustdb-tofu.c
+++ b/tests/trustdb-tofu.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/urls.c b/tests/urls.c
index 6487f0a8aa..a2a5cfd450 100644
--- a/tests/urls.c
+++ b/tests/urls.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/utils-adv.c b/tests/utils-adv.c
index 8291e182ab..25c50b49dc 100644
--- a/tests/utils-adv.c
+++ b/tests/utils-adv.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/utils.c b/tests/utils.c
index dc7c3341ba..f551eddf1f 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/version-checks.c b/tests/version-checks.c
index 2b6badff17..4a2de57938 100644
--- a/tests/version-checks.c
+++ b/tests/version-checks.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/win-certopenstore.c b/tests/win-certopenstore.c
index 162defa4e3..9af814bf5c 100644
--- a/tests/win-certopenstore.c
+++ b/tests/win-certopenstore.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/tests/windows/Makefile.am b/tests/windows/Makefile.am
index 34e5112e8f..72d8d3f912 100644
--- a/tests/windows/Makefile.am
+++ b/tests/windows/Makefile.am
@@ -14,8 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this file; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this file. If not, see <https://www.gnu.org/licenses/>.
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib/includes \
diff --git a/tests/windows/cng-windows.c b/tests/windows/cng-windows.c
index e8046833b0..924ba84c6d 100644
--- a/tests/windows/cng-windows.c
+++ b/tests/windows/cng-windows.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This does some basic functionality testing for the system-keys in
diff --git a/tests/windows/crypt32.c b/tests/windows/crypt32.c
index 6987f1faf9..71a12ebb94 100644
--- a/tests/windows/crypt32.c
+++ b/tests/windows/crypt32.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/windows/ncrypt.c b/tests/windows/ncrypt.c
index 9e8057cf60..326735143b 100644
--- a/tests/windows/ncrypt.c
+++ b/tests/windows/ncrypt.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509-cert-callback-legacy.c b/tests/x509-cert-callback-legacy.c
index 2f7912bd89..3ed8c1f02a 100644
--- a/tests/x509-cert-callback-legacy.c
+++ b/tests/x509-cert-callback-legacy.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509-dn-decode-compat.c b/tests/x509-dn-decode-compat.c
index 8f0c124a85..409bd34237 100644
--- a/tests/x509-dn-decode-compat.c
+++ b/tests/x509-dn-decode-compat.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This checks the old low level DN encoding and decoding routines */
diff --git a/tests/x509-dn-decode.c b/tests/x509-dn-decode.c
index 76c942fc12..2b0573348f 100644
--- a/tests/x509-dn-decode.c
+++ b/tests/x509-dn-decode.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* This checks the low level DN encoding and decoding routines */
diff --git a/tests/x509-dn.c b/tests/x509-dn.c
index 528be496e4..df1aa891e1 100644
--- a/tests/x509-dn.c
+++ b/tests/x509-dn.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509-extensions.c b/tests/x509-extensions.c
index a062c1ba8a..9a67097dc6 100644
--- a/tests/x509-extensions.c
+++ b/tests/x509-extensions.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509-verify-with-crl.c b/tests/x509-verify-with-crl.c
index e8d6916853..f0ecded4c8 100644
--- a/tests/x509-verify-with-crl.c
+++ b/tests/x509-verify-with-crl.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509_altname.c b/tests/x509_altname.c
index bec6484b89..701f48cecc 100644
--- a/tests/x509_altname.c
+++ b/tests/x509_altname.c
@@ -15,8 +15,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509cert-ct.c b/tests/x509cert-ct.c
index 7d467b0468..67a9e074f0 100644
--- a/tests/x509cert-ct.c
+++ b/tests/x509cert-ct.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from other tests */
diff --git a/tests/x509cert-dntypes.c b/tests/x509cert-dntypes.c
index 10d795012d..e0d0a06165 100644
--- a/tests/x509cert-dntypes.c
+++ b/tests/x509cert-dntypes.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509cert-invalid.c b/tests/x509cert-invalid.c
index e6f40109b7..3007658f25 100644
--- a/tests/x509cert-invalid.c
+++ b/tests/x509cert-invalid.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509cert-tl.c b/tests/x509cert-tl.c
index c1a629543a..64b754ad60 100644
--- a/tests/x509cert-tl.c
+++ b/tests/x509cert-tl.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509cert.c b/tests/x509cert.c
index fe38fc2af6..e62372e2dc 100644
--- a/tests/x509cert.c
+++ b/tests/x509cert.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509dn.c b/tests/x509dn.c
index 2ca592f109..463e5255bc 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509self.c b/tests/x509self.c
index b22dfea2b9..ddb1e4047d 100644
--- a/tests/x509self.c
+++ b/tests/x509self.c
@@ -17,8 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509sign-verify-ecdsa.c b/tests/x509sign-verify-ecdsa.c
index e34ee24c6f..c63f2a6aa4 100644
--- a/tests/x509sign-verify-ecdsa.c
+++ b/tests/x509sign-verify-ecdsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509sign-verify-error.c b/tests/x509sign-verify-error.c
index 97c9666859..bab228bd1f 100644
--- a/tests/x509sign-verify-error.c
+++ b/tests/x509sign-verify-error.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509sign-verify-rsa.c b/tests/x509sign-verify-rsa.c
index f527606e8d..29c7aabd59 100644
--- a/tests/x509sign-verify-rsa.c
+++ b/tests/x509sign-verify-rsa.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/x509sign-verify.c b/tests/x509sign-verify.c
index e815d28b55..7a775a4431 100644
--- a/tests/x509sign-verify.c
+++ b/tests/x509sign-verify.c
@@ -16,8 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H