summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-07-02 11:39:16 -0700
committerRalph Giles <giles@thaumas.net>2020-07-03 09:04:05 -0700
commit4ba8efed8797016a85e57bc3cc7975bb31d65db5 (patch)
tree01b029bf0e7627e7b425485bea7f6f9e12975c5b
parenta9eb99a5bd6f2d7da02d6cd13a428baf3a1bf48c (diff)
downloadlibvorbis-git-4ba8efed8797016a85e57bc3cc7975bb31d65db5.tar.gz
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 <mark.hsj@gmail.com>
-rw-r--r--examples/chaining_example.c2
-rw-r--r--examples/decoder_example.c2
-rw-r--r--examples/encoder_example.c2
-rw-r--r--examples/seeking_example.c2
-rw-r--r--examples/vorbisfile_example.c2
-rw-r--r--include/vorbis/codec.h2
-rw-r--r--include/vorbis/vorbisenc.h2
-rw-r--r--include/vorbis/vorbisfile.h2
-rw-r--r--lib/analysis.c2
-rw-r--r--lib/backends.h2
-rw-r--r--lib/barkmel.c2
-rw-r--r--lib/bitrate.c2
-rw-r--r--lib/bitrate.h2
-rw-r--r--lib/block.c2
-rw-r--r--lib/books/coupled/res_books_51.h2
-rw-r--r--lib/books/coupled/res_books_stereo.h2
-rw-r--r--lib/books/floor/floor_books.h2
-rw-r--r--lib/books/uncoupled/res_books_uncoupled.h2
-rw-r--r--lib/codebook.c2
-rw-r--r--lib/codebook.h2
-rw-r--r--lib/codec_internal.h2
-rw-r--r--lib/envelope.c2
-rw-r--r--lib/envelope.h2
-rw-r--r--lib/floor0.c2
-rw-r--r--lib/floor1.c2
-rw-r--r--lib/highlevel.h2
-rw-r--r--lib/info.c2
-rw-r--r--lib/lookup.c2
-rw-r--r--lib/lookup.h2
-rw-r--r--lib/lookup_data.h2
-rwxr-xr-xlib/lookups.pl2
-rw-r--r--lib/lpc.c2
-rw-r--r--lib/lpc.h2
-rw-r--r--lib/lsp.c2
-rw-r--r--lib/lsp.h2
-rw-r--r--lib/mapping0.c2
-rw-r--r--lib/masking.h2
-rw-r--r--lib/mdct.c2
-rw-r--r--lib/mdct.h2
-rw-r--r--lib/misc.c2
-rw-r--r--lib/misc.h2
-rw-r--r--lib/modes/floor_all.h2
-rw-r--r--lib/modes/psych_11.h2
-rw-r--r--lib/modes/psych_16.h2
-rw-r--r--lib/modes/psych_44.h2
-rw-r--r--lib/modes/psych_8.h2
-rw-r--r--lib/modes/residue_16.h2
-rw-r--r--lib/modes/residue_44.h2
-rw-r--r--lib/modes/residue_44p51.h2
-rw-r--r--lib/modes/residue_44u.h2
-rw-r--r--lib/modes/residue_8.h2
-rw-r--r--lib/modes/setup_11.h2
-rw-r--r--lib/modes/setup_16.h2
-rw-r--r--lib/modes/setup_22.h2
-rw-r--r--lib/modes/setup_32.h2
-rw-r--r--lib/modes/setup_44.h2
-rw-r--r--lib/modes/setup_44p51.h2
-rw-r--r--lib/modes/setup_44u.h2
-rw-r--r--lib/modes/setup_8.h2
-rw-r--r--lib/modes/setup_X.h2
-rw-r--r--lib/os.h2
-rw-r--r--lib/psy.c2
-rw-r--r--lib/psy.h2
-rw-r--r--lib/psytune.c2
-rw-r--r--lib/registry.c2
-rw-r--r--lib/registry.h2
-rw-r--r--lib/res0.c2
-rw-r--r--lib/scales.h2
-rw-r--r--lib/sharedbook.c2
-rw-r--r--lib/smallft.c2
-rw-r--r--lib/smallft.h2
-rw-r--r--lib/synthesis.c2
-rw-r--r--lib/vorbisenc.c2
-rw-r--r--lib/vorbisfile.c2
-rw-r--r--lib/window.c2
-rw-r--r--lib/window.h2
-rw-r--r--test/test.c2
-rw-r--r--test/util.c2
-rw-r--r--test/util.h2
-rw-r--r--test/write_read.c2
-rw-r--r--test/write_read.h2
-rw-r--r--vq/bookutil.c2
-rw-r--r--vq/bookutil.h2
-rw-r--r--vq/distribution.c2
-rw-r--r--vq/huffbuild.c2
-rw-r--r--vq/latticebuild.c2
-rw-r--r--vq/latticetune.c2
-rw-r--r--vq/localcodebook.h2
-rw-r--r--vq/metrics.c2
-rw-r--r--vq/vqgen.c2
-rw-r--r--vq/vqgen.h2
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/ *
* *
********************************************************************