From 4ba8efed8797016a85e57bc3cc7975bb31d65db5 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Jul 2020 11:39:16 -0700 Subject: 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 19215d7b..bde37490 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 e264e403..082f1bc9 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 d46a051a..9a527f33 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 d039b0db..9588680b 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 d15bc4cb..78c8a04f 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 42aa2913..f8a912bc 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 55f3b4a6..085b15e6 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 56626119..3d65393f 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 0e11a167..14919737 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 22809d46..670b0b90 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 4b19935f..f833c302 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 96055140..132553cb 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 655a68cc..48fa1505 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 db245b3e..6a50da08 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 47df4b22..eb569c6f 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 61d93404..7b53cb97 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 67d5f31a..d26664f7 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 3d658ec4..107e22f9 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 78672e22..7a0c2067 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 08440c69..7d4e2aae 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 e522be18..2ecf5e5c 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 da752375..22d39aa6 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 f466efde..2ef60a82 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 443c0e5a..f4a6d4d5 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 673e954c..c4fe3ea7 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 337b75bf..7690e3eb 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 4a5e2b30..777d1f03 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 1cc1f88e..7cd01a44 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 4bc0f3a2..ec05014f 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 5de3cfdc..7935715a 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 9bc0b03a..87e2cad8 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 798f4cf0..877da47f 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 9cc79451..4f59e6d3 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 85880545..143ca475 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 8a8d10e9..68b38daf 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 ccb4493d..efa0fbcd 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 955e18c7..7a196a37 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 f3f1ed80..2a0ff8d0 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 3b8c9ba4..ceaea617 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 cf2f1eeb..70a091d7 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 13788445..eac5160e 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 20928aac..2e3d4a50 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 cc5eea24..9d8ed357 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 477cb4d9..49cbf7c4 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 6c9eaa4e..d15509b7 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 277db843..a19817f7 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 3e05471c..15e161c8 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 e89bc0e4..3f982695 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 7f33e250..8ac5f65e 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 e55ac125..2f3595e4 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 ae123a27..b836f79c 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 0cbcaafc..5ade5dd1 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 d59ad70d..8b2daafa 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 bc38af96..eef5a4e7 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 f66a0bcd..f87cb767 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 a189b5fb..12d59280 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 3bde7b34..4d49173f 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 7ae3af6b..2dd8bf70 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 75025568..16b02e01 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 2229a5ef..27807c10 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 4e9b2809..9ded7358 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 0d159934..036b094a 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 ab2534db..d9a04e8b 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 6952136c..67223e51 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 74f7ef03..db0f67b2 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 599d9599..b823aa60 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 206494f4..c931aded 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 18bc4e75..3c2ae48d 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 cecfcbcb..62a9a00a 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 6d528af4..4ffabab4 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 9e867c67..02fe8f9c 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 5f6092c3..3e2d6812 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 64a51b5b..cf3806a6 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 272072e9..9219c2f2 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 b3b7ce01..2151b278 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 6ac26074..33d83f85 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 fe1648d4..e9b48744 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 2ab74836..3dc1597c 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 85f8d4f0..9fe471c0 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 f1190dc6..94952409 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 c50c4835..b99609aa 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 30464106..c8b894e1 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 e84b0183..d8fbcbe5 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 132b5b91..7c0c095a 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 014c81c1..ba00a2e8 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 acfe9ffb..0f87e6aa 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 193d4d13..67fc1e2d 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 f90d5e4b..dbade0de 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 e74831a9..d9f0da35 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 934d2642..45f7790d 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 688379cc..47a7d2da 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/ * * * ******************************************************************** -- cgit v1.2.1