From 4ba8efed8797016a85e57bc3cc7975bb31d65db5 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Jul 2020 11:39:16 -0700 Subject: [PATCH] Update website link in copyright headers. Use the secure link, which should be the default. Prefer the url without the `www` prefix because it's shorter. Signed-off-by: Mark Harris --- examples/chaining_example.c | 2 +- examples/decoder_example.c | 2 +- examples/encoder_example.c | 2 +- examples/seeking_example.c | 2 +- examples/vorbisfile_example.c | 2 +- include/vorbis/codec.h | 2 +- include/vorbis/vorbisenc.h | 2 +- include/vorbis/vorbisfile.h | 2 +- lib/analysis.c | 2 +- lib/backends.h | 2 +- lib/barkmel.c | 2 +- lib/bitrate.c | 2 +- lib/bitrate.h | 2 +- lib/block.c | 2 +- lib/books/coupled/res_books_51.h | 2 +- lib/books/coupled/res_books_stereo.h | 2 +- lib/books/floor/floor_books.h | 2 +- lib/books/uncoupled/res_books_uncoupled.h | 2 +- lib/codebook.c | 2 +- lib/codebook.h | 2 +- lib/codec_internal.h | 2 +- lib/envelope.c | 2 +- lib/envelope.h | 2 +- lib/floor0.c | 2 +- lib/floor1.c | 2 +- lib/highlevel.h | 2 +- lib/info.c | 2 +- lib/lookup.c | 2 +- lib/lookup.h | 2 +- lib/lookup_data.h | 2 +- lib/lookups.pl | 2 +- lib/lpc.c | 2 +- lib/lpc.h | 2 +- lib/lsp.c | 2 +- lib/lsp.h | 2 +- lib/mapping0.c | 2 +- lib/masking.h | 2 +- lib/mdct.c | 2 +- lib/mdct.h | 2 +- lib/misc.c | 2 +- lib/misc.h | 2 +- lib/modes/floor_all.h | 2 +- lib/modes/psych_11.h | 2 +- lib/modes/psych_16.h | 2 +- lib/modes/psych_44.h | 2 +- lib/modes/psych_8.h | 2 +- lib/modes/residue_16.h | 2 +- lib/modes/residue_44.h | 2 +- lib/modes/residue_44p51.h | 2 +- lib/modes/residue_44u.h | 2 +- lib/modes/residue_8.h | 2 +- lib/modes/setup_11.h | 2 +- lib/modes/setup_16.h | 2 +- lib/modes/setup_22.h | 2 +- lib/modes/setup_32.h | 2 +- lib/modes/setup_44.h | 2 +- lib/modes/setup_44p51.h | 2 +- lib/modes/setup_44u.h | 2 +- lib/modes/setup_8.h | 2 +- lib/modes/setup_X.h | 2 +- lib/os.h | 2 +- lib/psy.c | 2 +- lib/psy.h | 2 +- lib/psytune.c | 2 +- lib/registry.c | 2 +- lib/registry.h | 2 +- lib/res0.c | 2 +- lib/scales.h | 2 +- lib/sharedbook.c | 2 +- lib/smallft.c | 2 +- lib/smallft.h | 2 +- lib/synthesis.c | 2 +- lib/vorbisenc.c | 2 +- lib/vorbisfile.c | 2 +- lib/window.c | 2 +- lib/window.h | 2 +- test/test.c | 2 +- test/util.c | 2 +- test/util.h | 2 +- test/write_read.c | 2 +- test/write_read.h | 2 +- vq/bookutil.c | 2 +- vq/bookutil.h | 2 +- vq/distribution.c | 2 +- vq/huffbuild.c | 2 +- vq/latticebuild.c | 2 +- vq/latticetune.c | 2 +- vq/localcodebook.h | 2 +- vq/metrics.c | 2 +- vq/vqgen.c | 2 +- vq/vqgen.h | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) diff --git a/examples/chaining_example.c b/examples/chaining_example.c index 19215d7..bde3749 100644 --- a/examples/chaining_example.c +++ b/examples/chaining_example.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/examples/decoder_example.c b/examples/decoder_example.c index e264e40..082f1bc 100644 --- a/examples/decoder_example.c +++ b/examples/decoder_example.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/examples/encoder_example.c b/examples/encoder_example.c index d46a051..9a527f3 100644 --- a/examples/encoder_example.c +++ b/examples/encoder_example.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/examples/seeking_example.c b/examples/seeking_example.c index d039b0d..9588680 100644 --- a/examples/seeking_example.c +++ b/examples/seeking_example.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/examples/vorbisfile_example.c b/examples/vorbisfile_example.c index d15bc4c..78c8a04 100644 --- a/examples/vorbisfile_example.c +++ b/examples/vorbisfile_example.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h index 42aa291..f8a912b 100644 --- a/include/vorbis/codec.h +++ b/include/vorbis/codec.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * ******************************************************************** diff --git a/include/vorbis/vorbisenc.h b/include/vorbis/vorbisenc.h index 55f3b4a..085b15e 100644 --- a/include/vorbis/vorbisenc.h +++ b/include/vorbis/vorbisenc.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/include/vorbis/vorbisfile.h b/include/vorbis/vorbisfile.h index 5662611..3d65393 100644 --- a/include/vorbis/vorbisfile.h +++ b/include/vorbis/vorbisfile.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/analysis.c b/lib/analysis.c index 0e11a16..1491973 100644 --- a/lib/analysis.c +++ b/lib/analysis.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/backends.h b/lib/backends.h index 22809d4..670b0b9 100644 --- a/lib/backends.h +++ b/lib/backends.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/barkmel.c b/lib/barkmel.c index 4b19935..f833c30 100644 --- a/lib/barkmel.c +++ b/lib/barkmel.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/bitrate.c b/lib/bitrate.c index 9605514..132553c 100644 --- a/lib/bitrate.c +++ b/lib/bitrate.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/bitrate.h b/lib/bitrate.h index 655a68c..48fa150 100644 --- a/lib/bitrate.h +++ b/lib/bitrate.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/block.c b/lib/block.c index db245b3..6a50da0 100644 --- a/lib/block.c +++ b/lib/block.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/books/coupled/res_books_51.h b/lib/books/coupled/res_books_51.h index 47df4b2..eb569c6 100644 --- a/lib/books/coupled/res_books_51.h +++ b/lib/books/coupled/res_books_51.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** * diff --git a/lib/books/coupled/res_books_stereo.h b/lib/books/coupled/res_books_stereo.h index 61d9340..7b53cb9 100644 --- a/lib/books/coupled/res_books_stereo.h +++ b/lib/books/coupled/res_books_stereo.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/books/floor/floor_books.h b/lib/books/floor/floor_books.h index 67d5f31..d26664f 100644 --- a/lib/books/floor/floor_books.h +++ b/lib/books/floor/floor_books.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/books/uncoupled/res_books_uncoupled.h b/lib/books/uncoupled/res_books_uncoupled.h index 3d658ec..107e22f 100644 --- a/lib/books/uncoupled/res_books_uncoupled.h +++ b/lib/books/uncoupled/res_books_uncoupled.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/codebook.c b/lib/codebook.c index 78672e2..7a0c206 100644 --- a/lib/codebook.c +++ b/lib/codebook.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/codebook.h b/lib/codebook.h index 08440c6..7d4e2aa 100644 --- a/lib/codebook.h +++ b/lib/codebook.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/codec_internal.h b/lib/codec_internal.h index e522be1..2ecf5e5 100644 --- a/lib/codec_internal.h +++ b/lib/codec_internal.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/envelope.c b/lib/envelope.c index da75237..22d39aa 100644 --- a/lib/envelope.c +++ b/lib/envelope.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/envelope.h b/lib/envelope.h index f466efd..2ef60a8 100644 --- a/lib/envelope.h +++ b/lib/envelope.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/floor0.c b/lib/floor0.c index 443c0e5..f4a6d4d 100644 --- a/lib/floor0.c +++ b/lib/floor0.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/floor1.c b/lib/floor1.c index 673e954..c4fe3ea 100644 --- a/lib/floor1.c +++ b/lib/floor1.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/highlevel.h b/lib/highlevel.h index 337b75b..7690e3e 100644 --- a/lib/highlevel.h +++ b/lib/highlevel.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/info.c b/lib/info.c index 4a5e2b3..777d1f0 100644 --- a/lib/info.c +++ b/lib/info.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lookup.c b/lib/lookup.c index 1cc1f88..7cd01a4 100644 --- a/lib/lookup.c +++ b/lib/lookup.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lookup.h b/lib/lookup.h index 4bc0f3a..ec05014 100644 --- a/lib/lookup.h +++ b/lib/lookup.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lookup_data.h b/lib/lookup_data.h index 5de3cfd..7935715 100644 --- a/lib/lookup_data.h +++ b/lib/lookup_data.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lookups.pl b/lib/lookups.pl index 9bc0b03..87e2cad 100755 --- a/lib/lookups.pl +++ b/lib/lookups.pl @@ -8,7 +8,7 @@ print <<'EOD'; * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lpc.c b/lib/lpc.c index 798f4cf..877da47 100644 --- a/lib/lpc.c +++ b/lib/lpc.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lpc.h b/lib/lpc.h index 9cc7945..4f59e6d 100644 --- a/lib/lpc.h +++ b/lib/lpc.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lsp.c b/lib/lsp.c index 8588054..143ca47 100644 --- a/lib/lsp.c +++ b/lib/lsp.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/lsp.h b/lib/lsp.h index 8a8d10e..68b38da 100644 --- a/lib/lsp.h +++ b/lib/lsp.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/mapping0.c b/lib/mapping0.c index ccb4493..efa0fbc 100644 --- a/lib/mapping0.c +++ b/lib/mapping0.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/masking.h b/lib/masking.h index 955e18c..7a196a3 100644 --- a/lib/masking.h +++ b/lib/masking.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/mdct.c b/lib/mdct.c index f3f1ed8..2a0ff8d 100644 --- a/lib/mdct.c +++ b/lib/mdct.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/mdct.h b/lib/mdct.h index 3b8c9ba..ceaea61 100644 --- a/lib/mdct.h +++ b/lib/mdct.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/misc.c b/lib/misc.c index cf2f1ee..70a091d 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ********************************************************************/ diff --git a/lib/misc.h b/lib/misc.h index 1378844..eac5160 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/floor_all.h b/lib/modes/floor_all.h index 20928aa..2e3d4a5 100644 --- a/lib/modes/floor_all.h +++ b/lib/modes/floor_all.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/psych_11.h b/lib/modes/psych_11.h index cc5eea2..9d8ed35 100644 --- a/lib/modes/psych_11.h +++ b/lib/modes/psych_11.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/psych_16.h b/lib/modes/psych_16.h index 477cb4d..49cbf7c 100644 --- a/lib/modes/psych_16.h +++ b/lib/modes/psych_16.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/psych_44.h b/lib/modes/psych_44.h index 6c9eaa4..d15509b 100644 --- a/lib/modes/psych_44.h +++ b/lib/modes/psych_44.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/psych_8.h b/lib/modes/psych_8.h index 277db84..a19817f 100644 --- a/lib/modes/psych_8.h +++ b/lib/modes/psych_8.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/residue_16.h b/lib/modes/residue_16.h index 3e05471..15e161c 100644 --- a/lib/modes/residue_16.h +++ b/lib/modes/residue_16.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/residue_44.h b/lib/modes/residue_44.h index e89bc0e..3f98269 100644 --- a/lib/modes/residue_44.h +++ b/lib/modes/residue_44.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/residue_44p51.h b/lib/modes/residue_44p51.h index 7f33e25..8ac5f65 100644 --- a/lib/modes/residue_44p51.h +++ b/lib/modes/residue_44p51.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/residue_44u.h b/lib/modes/residue_44u.h index e55ac12..2f3595e 100644 --- a/lib/modes/residue_44u.h +++ b/lib/modes/residue_44u.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/residue_8.h b/lib/modes/residue_8.h index ae123a2..b836f79 100644 --- a/lib/modes/residue_8.h +++ b/lib/modes/residue_8.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_11.h b/lib/modes/setup_11.h index 0cbcaaf..5ade5dd 100644 --- a/lib/modes/setup_11.h +++ b/lib/modes/setup_11.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_16.h b/lib/modes/setup_16.h index d59ad70..8b2daaf 100644 --- a/lib/modes/setup_16.h +++ b/lib/modes/setup_16.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_22.h b/lib/modes/setup_22.h index bc38af9..eef5a4e 100644 --- a/lib/modes/setup_22.h +++ b/lib/modes/setup_22.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_32.h b/lib/modes/setup_32.h index f66a0bc..f87cb76 100644 --- a/lib/modes/setup_32.h +++ b/lib/modes/setup_32.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_44.h b/lib/modes/setup_44.h index a189b5f..12d5928 100644 --- a/lib/modes/setup_44.h +++ b/lib/modes/setup_44.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_44p51.h b/lib/modes/setup_44p51.h index 3bde7b3..4d49173 100644 --- a/lib/modes/setup_44p51.h +++ b/lib/modes/setup_44p51.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_44u.h b/lib/modes/setup_44u.h index 7ae3af6..2dd8bf7 100644 --- a/lib/modes/setup_44u.h +++ b/lib/modes/setup_44u.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_8.h b/lib/modes/setup_8.h index 7502556..16b02e0 100644 --- a/lib/modes/setup_8.h +++ b/lib/modes/setup_8.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/modes/setup_X.h b/lib/modes/setup_X.h index 2229a5e..27807c1 100644 --- a/lib/modes/setup_X.h +++ b/lib/modes/setup_X.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/os.h b/lib/os.h index 4e9b280..9ded735 100644 --- a/lib/os.h +++ b/lib/os.h @@ -8,7 +8,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/psy.c b/lib/psy.c index 0d15993..036b094 100644 --- a/lib/psy.c +++ b/lib/psy.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/psy.h b/lib/psy.h index ab2534d..d9a04e8 100644 --- a/lib/psy.h +++ b/lib/psy.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/psytune.c b/lib/psytune.c index 6952136..67223e5 100644 --- a/lib/psytune.c +++ b/lib/psytune.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/registry.c b/lib/registry.c index 74f7ef0..db0f67b 100644 --- a/lib/registry.c +++ b/lib/registry.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/registry.h b/lib/registry.h index 599d959..b823aa6 100644 --- a/lib/registry.h +++ b/lib/registry.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/res0.c b/lib/res0.c index 206494f..c931ade 100644 --- a/lib/res0.c +++ b/lib/res0.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/scales.h b/lib/scales.h index 18bc4e7..3c2ae48 100644 --- a/lib/scales.h +++ b/lib/scales.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/sharedbook.c b/lib/sharedbook.c index cecfcbc..62a9a00 100644 --- a/lib/sharedbook.c +++ b/lib/sharedbook.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/smallft.c b/lib/smallft.c index 6d528af..4ffabab 100644 --- a/lib/smallft.c +++ b/lib/smallft.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/smallft.h b/lib/smallft.h index 9e867c6..02fe8f9 100644 --- a/lib/smallft.h +++ b/lib/smallft.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/synthesis.c b/lib/synthesis.c index 5f6092c..3e2d681 100644 --- a/lib/synthesis.c +++ b/lib/synthesis.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/vorbisenc.c b/lib/vorbisenc.c index 64a51b5..cf3806a 100644 --- a/lib/vorbisenc.c +++ b/lib/vorbisenc.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c index 272072e..9219c2f 100644 --- a/lib/vorbisfile.c +++ b/lib/vorbisfile.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/window.c b/lib/window.c index b3b7ce0..2151b27 100644 --- a/lib/window.c +++ b/lib/window.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/lib/window.h b/lib/window.h index 6ac2607..33d83f8 100644 --- a/lib/window.h +++ b/lib/window.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/test/test.c b/test/test.c index fe1648d..e9b4874 100644 --- a/test/test.c +++ b/test/test.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/test/util.c b/test/util.c index 2ab7483..3dc1597 100644 --- a/test/util.c +++ b/test/util.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/test/util.h b/test/util.h index 85f8d4f..9fe471c 100644 --- a/test/util.h +++ b/test/util.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/test/write_read.c b/test/write_read.c index f1190dc..9495240 100644 --- a/test/write_read.c +++ b/test/write_read.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/test/write_read.h b/test/write_read.h index c50c483..b99609a 100644 --- a/test/write_read.h +++ b/test/write_read.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/bookutil.c b/vq/bookutil.c index 3046410..c8b894e 100644 --- a/vq/bookutil.c +++ b/vq/bookutil.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2014 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/bookutil.h b/vq/bookutil.h index e84b018..d8fbcbe 100644 --- a/vq/bookutil.h +++ b/vq/bookutil.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/distribution.c b/vq/distribution.c index 132b5b9..7c0c095 100644 --- a/vq/distribution.c +++ b/vq/distribution.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/huffbuild.c b/vq/huffbuild.c index 014c81c..ba00a2e 100644 --- a/vq/huffbuild.c +++ b/vq/huffbuild.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2014 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/latticebuild.c b/vq/latticebuild.c index acfe9ff..0f87e6a 100644 --- a/vq/latticebuild.c +++ b/vq/latticebuild.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/latticetune.c b/vq/latticetune.c index 193d4d1..67fc1e2 100644 --- a/vq/latticetune.c +++ b/vq/latticetune.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/localcodebook.h b/vq/localcodebook.h index f90d5e4..dbade0d 100644 --- a/vq/localcodebook.h +++ b/vq/localcodebook.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/metrics.c b/vq/metrics.c index e74831a..d9f0da3 100644 --- a/vq/metrics.c +++ b/vq/metrics.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/vqgen.c b/vq/vqgen.c index 934d264..45f7790 100644 --- a/vq/vqgen.c +++ b/vq/vqgen.c @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** diff --git a/vq/vqgen.h b/vq/vqgen.h index 688379c..47a7d2d 100644 --- a/vq/vqgen.h +++ b/vq/vqgen.h @@ -6,7 +6,7 @@ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 * - * by the Xiph.Org Foundation http://www.xiph.org/ * + * by the Xiph.Org Foundation https://xiph.org/ * * * ******************************************************************** -- 2.7.4