From 173af214f97db8b6975893d9d6a07bdc3715e956 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 27 Dec 2022 15:16:05 +0100 Subject: Prefer HTTPS to HTTP in URLs This mostly updates NEWS and license links. All links have been manually tested and confirmed working. Signed-off-by: Stefan Kangas --- lib/accelerated/afalg.c | 2 +- lib/auth/vko_gost.c | 2 +- lib/compress.h | 2 +- lib/nettle/gost/acpkm.c | 2 +- lib/nettle/gost/acpkm.h | 2 +- lib/nettle/gost/cmac.h | 2 +- lib/nettle/gost/gost-point-mul-g.c | 2 +- lib/nettle/gost/gost-point.c | 2 +- lib/nettle/gost/gostdsa-keygen.c | 2 +- lib/nettle/gost/kuznyechik.c | 2 +- lib/nettle/gost/kuznyechik.h | 2 +- lib/nettle/gost/magma.h | 2 +- lib/nettle/gost/write-le32.c | 2 +- lib/nettle/gost_keywrap.c | 2 +- lib/nettle/int/block8.h | 2 +- lib/nettle/int/dsa-compute-k.h | 2 +- lib/nettle/int/ecdsa-compute-k.h | 2 +- lib/nettle/int/mpn-base256.c | 2 +- lib/nettle/int/mpn-base256.h | 2 +- lib/nettle/int/rsa-pad.c | 2 +- lib/vko.c | 2 +- lib/vko.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'lib') diff --git a/lib/accelerated/afalg.c b/lib/accelerated/afalg.c index 0249251432..cf7be75b9c 100644 --- a/lib/accelerated/afalg.c +++ b/lib/accelerated/afalg.c @@ -14,7 +14,7 @@ * 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 . + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/auth/vko_gost.c b/lib/auth/vko_gost.c index 76542025a1..e05e2288b5 100644 --- a/lib/auth/vko_gost.c +++ b/lib/auth/vko_gost.c @@ -15,7 +15,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/compress.h b/lib/compress.h index 3221f7d67a..8199804215 100644 --- a/lib/compress.h +++ b/lib/compress.h @@ -16,7 +16,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/nettle/gost/acpkm.c b/lib/nettle/gost/acpkm.c index 8b05c7a75f..9a04a155df 100644 --- a/lib/nettle/gost/acpkm.c +++ b/lib/nettle/gost/acpkm.c @@ -28,7 +28,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #if HAVE_CONFIG_H diff --git a/lib/nettle/gost/acpkm.h b/lib/nettle/gost/acpkm.h index 5ece09f799..6bf05ebc71 100644 --- a/lib/nettle/gost/acpkm.h +++ b/lib/nettle/gost/acpkm.h @@ -28,7 +28,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef NETTLE_ACPKM_H_INCLUDED diff --git a/lib/nettle/gost/cmac.h b/lib/nettle/gost/cmac.h index 48f3b409e5..c792770f89 100644 --- a/lib/nettle/gost/cmac.h +++ b/lib/nettle/gost/cmac.h @@ -30,7 +30,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef GOST_CMAC_H_INCLUDED diff --git a/lib/nettle/gost/gost-point-mul-g.c b/lib/nettle/gost/gost-point-mul-g.c index fd6c92dbd2..fb551c01ab 100644 --- a/lib/nettle/gost/gost-point-mul-g.c +++ b/lib/nettle/gost/gost-point-mul-g.c @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ diff --git a/lib/nettle/gost/gost-point.c b/lib/nettle/gost/gost-point.c index 0e9938108c..b8a760c06f 100644 --- a/lib/nettle/gost/gost-point.c +++ b/lib/nettle/gost/gost-point.c @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ diff --git a/lib/nettle/gost/gostdsa-keygen.c b/lib/nettle/gost/gostdsa-keygen.c index fa364be872..619acb1e04 100644 --- a/lib/nettle/gost/gostdsa-keygen.c +++ b/lib/nettle/gost/gostdsa-keygen.c @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ diff --git a/lib/nettle/gost/kuznyechik.c b/lib/nettle/gost/kuznyechik.c index 29361d7007..9e09914e72 100644 --- a/lib/nettle/gost/kuznyechik.c +++ b/lib/nettle/gost/kuznyechik.c @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #if HAVE_CONFIG_H diff --git a/lib/nettle/gost/kuznyechik.h b/lib/nettle/gost/kuznyechik.h index 5799284b3d..5d5b3bb58f 100644 --- a/lib/nettle/gost/kuznyechik.h +++ b/lib/nettle/gost/kuznyechik.h @@ -28,7 +28,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef GNUTLS_LIB_NETTLE_KUZNYECHIK_H_INCLUDED diff --git a/lib/nettle/gost/magma.h b/lib/nettle/gost/magma.h index 31c6b262da..245fc7936f 100644 --- a/lib/nettle/gost/magma.h +++ b/lib/nettle/gost/magma.h @@ -28,7 +28,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef GNUTLS_LIB_NETTLE_MAGMA_H_INCLUDED diff --git a/lib/nettle/gost/write-le32.c b/lib/nettle/gost/write-le32.c index d9d0482424..be5c6e2048 100644 --- a/lib/nettle/gost/write-le32.c +++ b/lib/nettle/gost/write-le32.c @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #if HAVE_CONFIG_H diff --git a/lib/nettle/gost_keywrap.c b/lib/nettle/gost_keywrap.c index ca186702df..61527331f3 100644 --- a/lib/nettle/gost_keywrap.c +++ b/lib/nettle/gost_keywrap.c @@ -15,7 +15,7 @@ * 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 + * along with this program. If not, see */ #include "gnutls_int.h" diff --git a/lib/nettle/int/block8.h b/lib/nettle/int/block8.h index a1f6efec20..1d285dde9b 100644 --- a/lib/nettle/int/block8.h +++ b/lib/nettle/int/block8.h @@ -26,7 +26,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef GNUTLS_LIB_NETTLE_BLOCK8_H diff --git a/lib/nettle/int/dsa-compute-k.h b/lib/nettle/int/dsa-compute-k.h index 64e90e0ca2..1cb096eebf 100644 --- a/lib/nettle/int/dsa-compute-k.h +++ b/lib/nettle/int/dsa-compute-k.h @@ -16,7 +16,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/nettle/int/ecdsa-compute-k.h b/lib/nettle/int/ecdsa-compute-k.h index 7ca401d6e4..aac23dd920 100644 --- a/lib/nettle/int/ecdsa-compute-k.h +++ b/lib/nettle/int/ecdsa-compute-k.h @@ -16,7 +16,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/nettle/int/mpn-base256.c b/lib/nettle/int/mpn-base256.c index 88dd00bd20..cd628b8b45 100644 --- a/lib/nettle/int/mpn-base256.c +++ b/lib/nettle/int/mpn-base256.c @@ -27,7 +27,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #if HAVE_CONFIG_H diff --git a/lib/nettle/int/mpn-base256.h b/lib/nettle/int/mpn-base256.h index b5ca4af038..0b770480f8 100644 --- a/lib/nettle/int/mpn-base256.h +++ b/lib/nettle/int/mpn-base256.h @@ -27,7 +27,7 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with this program. If - not, see http://www.gnu.org/licenses/. + not, see https://www.gnu.org/licenses/. */ #ifndef NETTLE_GMP_GLUE_H_INCLUDED diff --git a/lib/nettle/int/rsa-pad.c b/lib/nettle/int/rsa-pad.c index 401bad33f7..d6a4e831a2 100644 --- a/lib/nettle/int/rsa-pad.c +++ b/lib/nettle/int/rsa-pad.c @@ -16,7 +16,7 @@ * 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 + * along with this program. If not, see * */ diff --git a/lib/vko.c b/lib/vko.c index e0d4f04ad0..adcce0fd1f 100644 --- a/lib/vko.c +++ b/lib/vko.c @@ -15,7 +15,7 @@ * 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 + * along with this program. If not, see */ /* diff --git a/lib/vko.h b/lib/vko.h index d4ff3891d9..cee6b3a2df 100644 --- a/lib/vko.h +++ b/lib/vko.h @@ -15,7 +15,7 @@ * 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 + * along with this program. If not, see * */ -- cgit v1.2.1 From f66bb00097d6bdcae9aac7896c63ec67fee2ec36 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 27 Dec 2022 16:42:58 +0100 Subject: 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 --- lib/auth/rsa_psk.c | 4 +--- lib/minitasn1/Makefile.am | 4 +--- lib/nettle/int/drbg-aes-self-test.c | 2 +- lib/nettle/int/drbg-aes.h | 4 +--- lib/nettle/int/dsa-fips.h | 4 +--- lib/nettle/int/dsa-keygen-fips186.c | 4 +--- lib/nettle/int/dsa-validate.c | 4 +--- lib/nettle/int/provable-prime.c | 4 +--- lib/nettle/int/rsa-fips.h | 4 +--- lib/nettle/int/rsa-keygen-fips186.c | 4 +--- lib/nettle/rnd-fips.c | 2 +- lib/nettle/rnd-fuzzer.c | 2 +- 12 files changed, 12 insertions(+), 30 deletions(-) (limited to 'lib') 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 . * */ 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 . 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 . + * License along with this program. If not, see . */ /* 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 . */ #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 . */ #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 . */ #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 . */ #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 . */ #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 . */ #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 . */ #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 . + * License along with this program. If not, see . */ #include 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 . + * License along with this program. If not, see . */ #include -- cgit v1.2.1