]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Rename documentation files to lowercase
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 28 Sep 2025 17:26:58 +0000 (19:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 29 Sep 2025 05:57:23 +0000 (07:57 +0200)
Exception: Doc files at the top level keep their uppercase names by
convention.

203 files changed:
LICENSE.adoc
doc/CMakeLists.txt
doc/authors.adoc [moved from doc/AUTHORS.adoc with 100% similarity]
doc/install.md [moved from doc/INSTALL.md with 100% similarity]
doc/manual.adoc [moved from doc/MANUAL.adoc with 100% similarity]
doc/news.adoc [moved from doc/NEWS.adoc with 100% similarity]
misc/performance
misc/update-authors
src/ccache/argprocessing.cpp
src/ccache/argprocessing.hpp
src/ccache/argsinfo.hpp
src/ccache/ccache.cpp
src/ccache/ccache.hpp
src/ccache/compopt.cpp
src/ccache/compopt.hpp
src/ccache/config.cpp
src/ccache/config.hpp
src/ccache/context.cpp
src/ccache/context.hpp
src/ccache/core/atomicfile.cpp
src/ccache/core/atomicfile.hpp
src/ccache/core/cacheentry.cpp
src/ccache/core/cacheentry.hpp
src/ccache/core/cacheentrydatareader.hpp
src/ccache/core/cacheentrydatawriter.hpp
src/ccache/core/common.cpp
src/ccache/core/common.hpp
src/ccache/core/exceptions.hpp
src/ccache/core/filerecompressor.cpp
src/ccache/core/filerecompressor.hpp
src/ccache/core/mainoptions.cpp
src/ccache/core/mainoptions.hpp
src/ccache/core/manifest.cpp
src/ccache/core/manifest.hpp
src/ccache/core/msvcshowincludesoutput.cpp
src/ccache/core/msvcshowincludesoutput.hpp
src/ccache/core/result.cpp
src/ccache/core/result.hpp
src/ccache/core/resultextractor.cpp
src/ccache/core/resultextractor.hpp
src/ccache/core/resultinspector.cpp
src/ccache/core/resultinspector.hpp
src/ccache/core/resultretriever.cpp
src/ccache/core/resultretriever.hpp
src/ccache/core/serializer.hpp
src/ccache/core/sloppiness.hpp
src/ccache/core/statistic.hpp
src/ccache/core/statistics.cpp
src/ccache/core/statistics.hpp
src/ccache/core/statisticscounters.cpp
src/ccache/core/statisticscounters.hpp
src/ccache/core/statslog.cpp
src/ccache/core/statslog.hpp
src/ccache/core/types.cpp
src/ccache/core/types.hpp
src/ccache/depfile.cpp
src/ccache/depfile.hpp
src/ccache/execute.cpp
src/ccache/execute.hpp
src/ccache/hash.cpp
src/ccache/hash.hpp
src/ccache/hashutil.cpp
src/ccache/hashutil.hpp
src/ccache/inodecache.cpp
src/ccache/inodecache.hpp
src/ccache/language.cpp
src/ccache/language.hpp
src/ccache/macroskip.hpp
src/ccache/main.cpp
src/ccache/progressbar.cpp
src/ccache/progressbar.hpp
src/ccache/signalhandler.cpp
src/ccache/signalhandler.hpp
src/ccache/storage/local/localstorage.cpp
src/ccache/storage/local/localstorage.hpp
src/ccache/storage/local/statsfile.cpp
src/ccache/storage/local/statsfile.hpp
src/ccache/storage/local/util.cpp
src/ccache/storage/local/util.hpp
src/ccache/storage/remote/filestorage.cpp
src/ccache/storage/remote/filestorage.hpp
src/ccache/storage/remote/httpstorage.cpp
src/ccache/storage/remote/httpstorage.hpp
src/ccache/storage/remote/redisstorage.cpp
src/ccache/storage/remote/redisstorage.hpp
src/ccache/storage/remote/remotestorage.cpp
src/ccache/storage/remote/remotestorage.hpp
src/ccache/storage/storage.cpp
src/ccache/storage/storage.hpp
src/ccache/storage/types.hpp
src/ccache/test_lockfile.cpp
src/ccache/util/args.cpp
src/ccache/util/args.hpp
src/ccache/util/assertions.cpp
src/ccache/util/assertions.hpp
src/ccache/util/bitset.hpp
src/ccache/util/bytes.cpp
src/ccache/util/bytes.hpp
src/ccache/util/clang.cpp
src/ccache/util/clang.hpp
src/ccache/util/conversion.hpp
src/ccache/util/cpu.cpp
src/ccache/util/cpu.hpp
src/ccache/util/defer.hpp
src/ccache/util/direntry.cpp
src/ccache/util/direntry.hpp
src/ccache/util/duration.hpp
src/ccache/util/environment.cpp
src/ccache/util/environment.hpp
src/ccache/util/error.cpp
src/ccache/util/error.hpp
src/ccache/util/exec.cpp
src/ccache/util/exec.hpp
src/ccache/util/expected.hpp
src/ccache/util/fd.hpp
src/ccache/util/file.cpp
src/ccache/util/file.hpp
src/ccache/util/filelock.cpp
src/ccache/util/filelock.hpp
src/ccache/util/filestream.hpp
src/ccache/util/filesystem.cpp
src/ccache/util/filesystem.hpp
src/ccache/util/format.hpp
src/ccache/util/lockfile.cpp
src/ccache/util/lockfile.hpp
src/ccache/util/logging.cpp
src/ccache/util/logging.hpp
src/ccache/util/longlivedlockfilemanager.cpp
src/ccache/util/longlivedlockfilemanager.hpp
src/ccache/util/macro.hpp
src/ccache/util/memorymap.cpp
src/ccache/util/memorymap.hpp
src/ccache/util/noncopyable.hpp
src/ccache/util/path.cpp
src/ccache/util/path.hpp
src/ccache/util/pathstring.hpp
src/ccache/util/process.cpp
src/ccache/util/process.hpp
src/ccache/util/string.cpp
src/ccache/util/string.hpp
src/ccache/util/temporaryfile.cpp
src/ccache/util/temporaryfile.hpp
src/ccache/util/texttable.cpp
src/ccache/util/texttable.hpp
src/ccache/util/threadpool.cpp
src/ccache/util/threadpool.hpp
src/ccache/util/time.cpp
src/ccache/util/time.hpp
src/ccache/util/timepoint.cpp
src/ccache/util/timepoint.hpp
src/ccache/util/timer.hpp
src/ccache/util/tokenizer.cpp
src/ccache/util/tokenizer.hpp
src/ccache/util/types.hpp
src/ccache/util/umaskscope.cpp
src/ccache/util/umaskscope.hpp
src/ccache/util/wincompat.hpp
src/ccache/util/xxh3_128.hpp
src/ccache/util/xxh3_64.hpp
src/ccache/util/zstd.cpp
src/ccache/util/zstd.hpp
test/run
unittest/main.cpp
unittest/test_argprocessing.cpp
unittest/test_bsdmkstemp.cpp
unittest/test_ccache.cpp
unittest/test_compopt.cpp
unittest/test_compression_types.cpp
unittest/test_config.cpp
unittest/test_core_atomicfile.cpp
unittest/test_core_common.cpp
unittest/test_core_msvcshowincludesoutput.cpp
unittest/test_core_statistics.cpp
unittest/test_core_statisticscounters.cpp
unittest/test_core_statslog.cpp
unittest/test_depfile.cpp
unittest/test_hash.cpp
unittest/test_hashutil.cpp
unittest/test_inodecache.cpp
unittest/test_storage_local_statsfile.cpp
unittest/test_storage_local_util.cpp
unittest/test_util_args.cpp
unittest/test_util_bitset.cpp
unittest/test_util_bytes.cpp
unittest/test_util_clang.cpp
unittest/test_util_conversion.cpp
unittest/test_util_direntry.cpp
unittest/test_util_duration.cpp
unittest/test_util_environment.cpp
unittest/test_util_exec.cpp
unittest/test_util_expected.cpp
unittest/test_util_file.cpp
unittest/test_util_lockfile.cpp
unittest/test_util_path.cpp
unittest/test_util_string.cpp
unittest/test_util_texttable.cpp
unittest/test_util_timepoint.cpp
unittest/test_util_tokenizer.cpp
unittest/test_util_xxh3_128.cpp
unittest/test_util_xxh3_64.cpp
unittest/test_util_zstd.cpp
unittest/testutil.cpp
unittest/testutil.hpp

index b904aa170295b51b7451063b1d86d539491c0dae..b8c14187443e6727c2eee3472f944968a75890c8 100644 (file)
@@ -26,7 +26,7 @@ https://www.gnu.org/licenses/gpl-3.0.html.
 == Copyright and authors
 
 Ccache is a collective work with contributions from many people, listed in
-AUTHORS.adoc and at https://ccache.dev/credits.html. Subsequent additions by
+doc/authors.adoc and at https://ccache.dev/credits.html. Subsequent additions by
 contributing authors are implicitly licensed to the public under the same terms
 (GNU GPL version 3 or later), but the contributing authors retain copyrights on
 their portions of the work.
index d77cea67137d3680b19610235f913975fe6201b2..e727f92f5f6d6c6cb3849cc08db6f5ed30689fe9 100644 (file)
@@ -46,9 +46,9 @@ else()
   # HTML documentation
   #
   generate_doc(html    LICENSE.adoc     LICENSE.html)
-  generate_doc(html    doc/AUTHORS.adoc AUTHORS.html)
-  generate_doc(html    doc/MANUAL.adoc  MANUAL.html)
-  generate_doc(html    doc/NEWS.adoc    NEWS.html)
+  generate_doc(html    doc/authors.adoc AUTHORS.html)
+  generate_doc(html    doc/manual.adoc  MANUAL.html)
+  generate_doc(html    doc/news.adoc    NEWS.html)
   add_custom_target(doc-html DEPENDS "${html_doc_files}")
 
   if(PANDOC_EXE)
@@ -56,9 +56,9 @@ else()
     # Markdown documentation
     #
     generate_doc(markdown LICENSE.adoc     LICENSE.md)
-    generate_doc(markdown doc/AUTHORS.adoc AUTHORS.md)
-    generate_doc(markdown doc/MANUAL.adoc  MANUAL.md)
-    generate_doc(markdown doc/NEWS.adoc    NEWS.md)
+    generate_doc(markdown doc/authors.adoc AUTHORS.md)
+    generate_doc(markdown doc/manual.adoc  MANUAL.md)
+    generate_doc(markdown doc/news.adoc    NEWS.md)
     add_custom_target(doc-markdown DEPENDS "${markdown_doc_files}")
   else()
     message(WARNING "Could not find pandoc; markdown documentation will not be generated")
@@ -67,7 +67,7 @@ else()
   #
   # Man page
   #
-  generate_doc(manpage doc/MANUAL.adoc ccache.1)
+  generate_doc(manpage doc/manual.adoc ccache.1)
   add_custom_target(doc-man-page DEPENDS ccache.1)
 
   add_custom_target(doc ALL DEPENDS doc-html doc-man-page)
similarity index 100%
rename from doc/AUTHORS.adoc
rename to doc/authors.adoc
similarity index 100%
rename from doc/INSTALL.md
rename to doc/install.md
similarity index 100%
rename from doc/MANUAL.adoc
rename to doc/manual.adoc
similarity index 100%
rename from doc/NEWS.adoc
rename to doc/news.adoc
index 33aff891e6b723fe753fee84905be36307b4eca7..abb486514a82e60cecf89adc7984c8c509c71d55 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2010-2025 Joel Rosdahl and other contributors
 #
-# See doc/AUTHORS.adoc for a complete list of contributors.
+# See doc/authors.adoc for a complete list of contributors.
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free Software
index 6d7062a0084fe49255b2b2b3b3bb243d8b3883e9..c54209fe969943aaed7abae3488c3ce9193fecf2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-"""Update doc/AUTHORS.adoc with Git commit authors.
+"""Update doc/authors.adoc with Git commit authors.
 
 Authors include those specified by "Co-authored-by:" in commit messages.
 """
@@ -34,7 +34,7 @@ ANONYMOUS = {
     "vsplesk",
 }
 
-AUTHORS_ADOC = Path(__file__).parents[1] / "doc/AUTHORS.adoc"
+AUTHORS_ADOC = Path(__file__).parents[1] / "doc/authors.adoc"
 
 
 def git(*args):
index 980b2b54c86ec9d91e170dccc2efcd6308221ccc..76479fb5bfba4816dd932b82c64acd667d268f59 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index bd1b1f846379e0122a47a68ccdde69cb598e903b..21847ffc02f615271c1edfe5bd2f52f15e4d202d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c433b3fc2c816dcd52cc7e0792352e7c402f10d2..a1ba647bae060b07e6316b6be15ff49e9ac6549f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b6cf444af2d07922fa2766e3dcc2f3ba90ae82fc..b672332164c73735427aa446a71f7b63a3ee826d 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (C) 2002-2007 Andrew Tridgell
 // Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index eda52dddd93c4e471ce8695f49ae5829770aca8f..f2423ada17090a59ba8476c26f637f6eaaeec882 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (C) 2002-2007 Andrew Tridgell
 // Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9ec8e68ba5a01d0507a8663304237390b7dcf020..81c421705e94345570d07883878ae4188a92181f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 99ce2566c2d4a4e87b56e5c48672bd4737711d31..163d3090b378ec83d80ceacea706218c1ee861b2 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index a4f67d8c35436d827c57b3217c4457eb8904116e..e4d9bf268d2b29549fd4eab6dd3e52a082b0ca65 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 4910a7c72d3dbe33ce4f1a641d66fdb03ee5f18c..f1f09bf091f640dc94f055f5fc5054dff3ef9fd7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 33b9b5775e50c53a1f1190109666646f4859ba0e..64ada878d82142754504a02e90591e1f609f65c8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6732c68d309f2f3531c149baebf4a0c0a964ae95..e8b688df6892f40025a511200ce178ed0f8ec73a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6660987e17f918b7af5ad91d6869b4e2eeb511ff..5c402c4624666876c072d3ddfe843f367776c16d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 53563d469d664d360b56815c15fcef25c065f43e..d036887d19f641973095100a38930a4c16987955 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c64cdca1e9bcb243d7b587aa348f3d33b3ee1705..224e07195f06f17a16f7040b1ad50deedfd95f08 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e429cf0f47a15282fa184e314cfd644158f3fd3d..1eb49f97332315d59a4d27968848d296917a8091 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2fc12c6039c7c610f50facfd4745876400e1ba38..077c4150c69a2462148f885040ad0aa0c62432d2 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index df44d9bc49014128b956dc768fa58ff931350ac4..712a95753d7bb1df27825c020c477dc16d4540ef 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f35eeea89455a7eef30e8b44d00643ff4e1795b4..136aaa2f9e42558fbb883bf0706263d92030dc41 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ff7c1ff36e4fbd5d646d8f3727cde640007d52af..af7bce38357c2a90f1a31deb7c78d6a0ffaf15e5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2fc4dee4da033b183c011f2a5017eb6f7d8b8826..f0c056cf947c527a426a871b476c63e14ba8c6f5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 769d539d3b56a0a2a5a12af48b050978132ab61b..9306f5e98d684f7fea7216036fc7e303b752a1b6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b19c2a2557bfcc03e5004c5db504a6de1e999b58..42e9314a2f7c6b49a8c94123abdfa83fbda2a52d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ec23521580dbb8c02092d03cf5821b054877fa63..647606a4c3aa7f8e8e8264e55ac1a6b0a1bcca57 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2cf84cd8f12cb19106d5a97b7c019999dc473bca..3f8ee511a39c7bfeb123ce9efe8e5653c26bed5f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2022 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ada2b74d21d3465a1e5c49d4a8a40a67deead919..2a3a0af5bd56308c5019a4b0fe4d4d36d707dfe6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index eae79089acf52134ecf4c0dba4d73b05221c3964..b45b39192518c86e8eb4f488155828d8fe73628e 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2009-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9ec01fe44236465062f16268f484e0104a271789..8bc8798bf56c6aa3c6df85f6af6285ec6b68277f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0b7bc08f67fa7b4a8d2582b22f24cd2f0fedcbda..db703f031f632bab95f6b8bcaaaae22d6ced387a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 344f0bf95ad0c845fda614cc6f6417a7b5cc082a..41abfd374bd61425b647e96f6a88f0d0cc7a3811 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9e577da19180a17c792ccccf9dbefbbe7e3e7fca..7da388c56d585bb3454cf8167ba73d8d7f39b2ba 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index afb7162780c35c0c7fa49a75feba835a29ea35ea..629546fa3301df8aee01ad3a7aa25ac9f6904c8b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f99e89724b0a2ff661868c2a9125ce5f355247e2..0b5ff3435b929d82eefea6210e0dcfc2dd2e835d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f636c8699bb282b2b4f900c0cb3c896cfb1e643a..8ac5ab46fdd5b54c2334947066924277634188e7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index da764a1fe50ddf4d910aae7f21f1e382765b5799..7307c19abbe72f4d7e0519865c9f8e958c8d1f49 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 866324832da29096c663c735ae2ce960b75856f9..bc1da47c813f751c52e5f0fdca8ebff515f2a678 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1c24efb4ef1c6a8194bbd37df0c35ed59dbc5571..cf04a21580a9b3adbedfcb625ae0bc9b0ddd9a9b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d324fdfc59362bfa3c05044dd0b9b84af802fee3..340c11bf22694309b4d080eda40650262b8b3e91 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b1611378673f42a385df0a375e12f65e32813d3d..870c164721fd80b045d9f4029a7b9376452bcb0c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6ec2dd6910b1eba5e95f3a7637b96111d204d6c9..0b08e704344312faffb88b9b11eca5594d4c0cac 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 80082b751d92216ab972908799a8de01824c853d..6324f0702c31c3330015a3b107a869632551dae1 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 33747d085305a5d12ca87d14bbb6369385115991..05a7fd569965028688f7101d6e2daf5574c6c15f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6c49996ae04e631e77aa010b98e1da29e0a1edc0..d63f91f408606e9b6727870398a0ea8f63d23ebd 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 8e6e90dfc47b2809ffa45c7b28b7571e3f54e491..451241582ea091058649da1812c01d5a2a49a24c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6661bc9aecdcc3e20e531be63f620c89d56cd868..9039f36c3b5a1059f92383b4251ed9c4cc4eb08c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0093d46b2050f23db9495ea05c65fa2d54210afb..cb2d5cd97c992e2f401ea7a6f19bcb0c4a35c4d7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3333a795878f241ddf2583fa8c48384eaa43fd4d..f934357e0289ec4d0ec39f9859383e6129f66460 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 592eb4fe390961600aa0f47f947c068bd7f8810d..8d0297f395899abbacc30aa5d4901a155b4ca034 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2022 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index a2c014e02e8751a4dcbb17f05a0a5b5b74ad4eef..03d710e712891d9ecf4825f5b7f6c01c6cbed0d9 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 13bc849ffa7f69601932f25c4295729482a4d3bb..e7b161b027437c338198b22f0bb0acce03b95dc0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b133cae180212b64de89ef1fa1f1160a4424523e..51a50e5ee12316bc63169e47538684a4c1a26e6e 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (C) 2002 Andrew Tridgell
 // Copyright (C) 2011-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 18daac2c31236af6ea9ec9481f273d5054c4dc0e..4be34427aa639e07e26175631fef91592d9996d7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0fabb2a6a5bfca0e67239abe48ad42277c015ea7..f56d9a8d86cd20eb7c9d0b94b6622a95a62ffedd 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 92e0a6970e5c83d5b0f4b894396ddde99f37249f..eebcd52fe7234c667fc9c287e68976be2af536d0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index df907b89c2a6eb8df43c701174c2d7eb5c4bdec8..38f7893d340bb0977bc4fefb1c9fa35c8cfaa169 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c59652ea333171c63aa8f8adbd580950f7639e09..5f94d8b638952c5dbad9895603ccc4d3268a321c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2009-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 95908e0e4d7902e8282ae1409b0ad9194aa3b945..83083fcf5c256d12bc28452de7979f4d3d480e1d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0aee5f9bdf99d0610fb14fb40602f0bd1127c171..bcbb240bf1e77e0935424bd9fd1fa4944de3b32b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ff068ea1936b64b8c4e9f78369d7f242be26abaa..fff7b0f54333519ccf2aab375b58d52f9dd4cc14 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ec9f4d3cc893f1aef710145ab2f7ebf12adf2709..947db1c3ac0a4d097910973d949bcdbab4b647c0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 5cacba87f20e31532cfd3ecef2353d8c8d58cb49..92cb3e2f42e888a1ff204d20f65c8b6bbe7e2891 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2021 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9b4e5fa935bde55bb062d19cb14e63f33e8f675f..5a0f3ba016f7d15a3d9d71f7336508e19b534561 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2020 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 8627aabb185cfaadbf9cb32f567299f700c7de91..b13e5b8b10e17d0ffa0726b639ece42908bcf184 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1be38020aa645b28e6976576e66e59e8bc667a0f..7ea9d982fcd685ce737c436fb75642bf0697141a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2021 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6f3a0bb683249440da6da36e8d2ad2d035b2b3cd..653570d15d23dce48f69df345b8bc5d6b477d973 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 45a56776c98f03bb0df5214c5fb5b586643eea9b..8e71c31566063fd114fa7cbad79942ef545300f8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d21410b90329582c436590ef6a9674ea5d011344..fcdeb3cc1bb695c6f5117c3ede57532384974416 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 58366f9f73ef51ecdff14265aa981c50f6f0805a..6b31d93ba0aa238c67af41009c244cdd5e04ed16 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 07d1450715a600797cd38c8c1fcb38787ceb9f73..f3e500a805ad451fe0df0608b5537a6eb89540f9 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 07d4ef4766f63d0ac8c36154b05f981c89da21bf..89a261dbc7b67987fb9d039f10e7d65e8b3ec429 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0d23b3f04822fb2d578dcfb8d591076d24fe39bd..984bcea56deb7f62d47dcb48ea836e0be07fd660 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b006c36033ee62109bc200359182f4e4ebb94b86..33170db21c8ecf7f2db1459b4e4d15a43d6ca843 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index eca30a4dce31bc3b421e537e24dfc3cf2522823c..574b2da71dbcb6fe6ed8345bfc404cef93ecb224 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1c94c0a4362bfce3644835fbb5aa3d9563e2496b..8e281db932c489c394b1d3c1c4979ee31dffa835 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 7d3cd2f77c835876c77db76735c7abf813d5cd44..d3aacc582d53c827d9296e1bc6059b7d27e388e6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e0bb788868d12997e91fab89819fd0cd58718efc..371253bf891fff91b1d44f4ecd20a94299ce9bf8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 73df93cec53949324bc2eea0e0b8acd2a04541c3..531510166b3f604a6806a0024c0ba7034ac36c6b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e8d3a8b52e2a25c147ff10c6809828fe4dd8b1c2..f695d20b17abf7b442c53c20f68ab47144e664c7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 8da17878584eef7eab499730380eb0d2ad925a47..29b5631066fb718bdbdcb3f3ff215b7722e44ee0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 60f03b8ae872ab700114751221b6f094ecad5c86..8b3868018b53310218b4953099f0d27e128de4be 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 06e8df5a4d2332bd321f0b659761acb83253e67d..069e51be3de1f1aa5f81613ed5077d0ebc95a0de 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 94ba3e9c714e31dc5f71f4a583dd4de13ee7799a..6a8a9effd814a4f54563fb05f8335fa2bc66349a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 392ea8a50c86d62f67810106a5d5e0fe470a0380..6e8a6bcd247dd34f1d7b283584489d6e5c620eab 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 904ba01134a4177e6ae44853ff3acdbae42196fb..8232e2bdcd904a75bcd578d6760ff6fcac403577 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 153b421d220a13078284cf1e3d20dd1e5bd27b02..58fb90fbd54d04323a46f838c8c47af4555334a9 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b29280a4ce9f214c2c38c63b33b5a06600cf567b..7854942443a26e854b2c1b33389e7048d0af026a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f430fb67259d95eed6a6e4cba14aa50e52bc145f..d8ac24d217fa6fca2d2972e08e99f17d4554d5f4 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3930435741d4c460fe39e62b276380d5d1a04dc6..bec9efcdcecf83d2419543d35d9f29cceda3109a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 5006af4b7d1af0bd08211f39b33519afdf840fbc..ed0d2a252ddaf335d0dee3f235e80c1b0233a9bc 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 795bd2fa02221de0bcf99e68bb8ab8302d2902e3..3bd1a1d7627bfdffb3342554247822c87b0bc036 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0bfa2284e8ccadfa993c50ffb7e84ff0b8919844..fba14d61fa09915f02604d9779341c5778e2f7de 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 713daeb2be6a64a7ce2ede93ac0d8c78430b373a..3eb4caee47b53986e4d375e52ee1007142803f15 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 32e4861ad44eb9974ae713b5b6ffdaa00b594ad1..d05c3ff6c528cac72661fc1c1fe7ba12590e73cf 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 7258df925583ad48c915d3702ab2d2c46ca0f10c..d64667808609880c4588882f4fe961cedd0449f7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 18408a683873e709a2e72a65257a1a24be2ae0e0..c6effcea8a63e985c49fcfbbfef51c33dff6130a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3a065b097728f0a8ea355b7583624bb60dd5497d..a772d0c49a9016320679007771a8896059ba7836 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index cb40b9f6df1de3f30f549bc7e34a5f9fc960103b..8b1d122bb55d7cecbd675e271bce626b891f8334 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2a3b9f7f1b9e1d56c8912c0c5f1fc997feca0b3b..60e42cf22ea77c6d20787eceeb6903aac0b25439 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 62a7fffa0f5a658e70a9410b04faa2527758db7e..9b4f4ed5f38f47e5803d2db83ea3fcab79223854 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b7ab082254ac1d032548e299a4cfa43560cf9011..33590dfdb11eec6ad83bdde360be7669e5378387 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 5987bd1ff0e294b0b5a40f092632c791189380dd..b795001ab49d1d0ffb79886e07ba36f2216681b9 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index a81cfbc28c698e94fa1c8863d67a18307edfabe7..3a9225573935f24767fbb745e89d9a2eb3e7e430 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 488039b35fb21d47ca384bf3948087e778257d53..d2f832136e4ab924375e012df2109c80e4b6e576 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index a4713842b7b07f5f8967c78382f4467036ae81df..57ba430f908d7e23e550a20c2ab790355c958caf 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c3ecf686a934c7378f6191e27c4b385b8a610a28..8de30cbb91c01b9ee6290f0b8069f5b5715b9651 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 5c0cfee15a4e197b97aa94303fb4c1804d4fb642..f6f258cc256f638345f210a47fc02c99598efe3c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 212b14c3abcf8da9d911d08d14fb3c8ccd23d7ca..31d697bdbc90fc7e93a0aeefc2a6eb0fbcdc08ff 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 79ffe887ead551547b05462c3cf12277ea42419a..8b797d3e5628b7a9f8b11b0c307f96314d2b4bf5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d8f1cb55e36d8abba332c4f188d1dc16de65b6d2..fe724517697e77daef58a34e7cf8991b38e4e38c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 40c4031d70d48bb9ec7fc37d35c1e0770cb6f1b3..783df5e97c9e616010f06caf694afedab14dcaea 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 04abcc52216de68ee8113203a223b27049076852..6c35b115f54717a864cc1fb62d3614552dd212b7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 806784fd0f976abdbc0110cf237fc6b444fef5cb..6c1b9a2e8e64b4f7cf6c7f49e43552931063ceee 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f5f39a25820db1563b14dfc3139ead388ed4aeef..022fe47e134223299577bbd19770a1f913fab910 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 77ea074d213ad91054bd2071878f90832f91a1d3..47bf3bf376758a55bfef752842729d68b9aa6961 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c009b086bff928da5e5eb65d1b3973b21fde8a9c..b01abe876f0cc44c618bdd1cb02c9c59983ce9b4 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3363884cfef00e987e673cd46d6de8c0593174b9..613ac4789b757bc10ba55cec5d786b9b953c982d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 87e338afbf7911a078edaa2f0e25b837d06c2a86..aa8f84b797462eb00d195ed42654f1da7461dc40 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 243b18b91192e28fdeadcb8d915eb4c540a3dcf3..169fffe13224bed7f5607ee4c4e95e5a78ffc6bd 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index bb11e279ba43b908db27dddbd008450ec24312b9..5d1d3ae93b864f17f472a1fc2cee22fd689a3aca 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (C) 2002 Andrew Tridgell
 // Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 51cfbb42df34a3b97d9122a88f0cb7e2642b8a03..d033754ebecc532ae75fb8cdd57ae9df6e2fd964 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 73bba56a487f4f48c0a42a41265bfcc49f0d06fe..452b00f5ee0f77157b5101c9bae51bd95e88b140 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9a04357c041c58ecee60276334bdebafdd0e17d7..65848b370f9f71ad2cc5c1b9f3574cb1ea21e97b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index de1e04aadc3a73d1797fca97559fd2c519009122..61b215af2d772ef335d4c8eae10928c43dc42636 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0b85a2860ebc6d07cb15b9cc3c932ed81ed4e522..a0516fa9f9a5d6a9d0658af6302d1d4836bf8618 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 ccache contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index fd7eb110f09fcb8252eade6dc10dfd304b13fa7e..7d85711e93d9fe29577171d614676636a27103b1 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 ccache contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ffcb40319566929b0902abd0bd1f2ed0e414f44d..134e82ce6a5a4aff297f48cc99862e02dd42db79 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 855dc587491f47138012aaf0b499aac08685e798..4c4ae7edc94a04d4f8a1262fb7327efc740d758a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 22b2795ce676957e0383203d1ffa9f640b92e1eb..919aa203554618735cfbada7050d1e8eb8392797 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f4dc94b36f6bb86619a3363b53d3d85714117821..c8d669c394f5d8dbefb0c8bd5457a6cf9e403cdd 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6a97e80ad5e9108234e619b24b21e375c53bc5ae..065cce6259a6bbe0e2c78129eb9ddd95128d8acf 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2e8e9e82f40acdb895cd5b958e78d983d177f204..2d0acba126cf92eab63a285575e63dfc7723e71d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1ff7c5eda96d546b98d8328694e3b1251686d249..c3729701148134ca6e252cb8e377a157a3b704a0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e4a0de8a65cfe39f9529cb9e3b3f1d980f3e8a81..dff3571fca23875e88d3a868846f8f21624c19c3 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 390cfe76a80c2c87688e1a8bacbe6774cec7131b..af96ae4773cf15533f136a95aea04a84f4bf70fc 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b3cb01762a0904bbeaafcf0aba9652dcd8b7f20e..4d4c997c1570fe3d16e6963251ac732c724ba9a8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 8da4996210c13d245bc1cf4c80f95647e770759d..bef459392d3578c5d3742dc55c75b2e52e947433 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 5602d6a6825bab826ff20ac6aa64aeffcea71f5a..09de1abda86714f5b90cbc89e99b37b3ab20d94a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2257198dcf536df581a0046f6efd4bc61d9ee17b..107213a57008727739e44928d7606a4f3b45559b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3e82ab495dd26f14c922d1e29baa2c31ae884207..e6559f66c39308377b0910c6c4473dbece1811e2 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 268687347a82dd9f6d2646c1a5e617d59e4b68ac..8630d2677b65138fab5771822cda5047d9ed37d9 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 635faad3d0afc079e850798ae0ee4c590fe0a270..16d90af6def0f2b164ce5f2c75e12dc91eb8469a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 122bf18d94fd3ee928086482aa302adbf9e711a3..d22432c6abec5e036767cb06b6078417b9139e2f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d41f0fc67184202194797e00b647c2d56e685d4e..65e0c36a14f183ffef2b24fc76102cad82b1927f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index a74d1dced662a03aa1436a2872d5da1d7cb689ae..8065dad2df860c1dd0ba3ffd48e4aa529bbf98ab 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index cf5167476e841d45783f12b1d3c302b1ddd3dddb..64cc4f7541ad932f37332e12f01e1fecc67e0238 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 143be82b464723559c4e93a9f73971e1cbe58f45..a571c6ed9a7684f5e9bfb717253b776da0503918 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index cf293c0054406cecdc39c709fde646c20933391e..e280afb13e140ef22f8a73733f572369660712c4 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 24830274fa26b0322c6cf45a0f2e0089a8cdba0d..be4a528605321e0f74e5b526753f3af044d213bc 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1bdbabd324c4a1997a2f398e4c85addb32e75a29..9bbe0e54c2f52e634948e6c335299072dc619c89 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0859608e6fed99bca677232b5a7732d1ea2a6f99..018d3da458e272ec4465aeae8e76f2b53da43549 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 4d816603e6a974ade393f10defca9b2bd052277d..6780d119765f73fd05a9dccad3f0cd6b71db2cf5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 72e91887ebb8d914d84e3185dc72ac6b90b4ed2a..ac5fd1a171a6f12c51c4566def61e78f1460ade7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2021 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 1bc75e473c5d69016582fa68965bf1e33906843f..683c4642dd9481342d5531fc3f35f0a522d0f8c8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9811cd12fa9ba6c24d403372f9909b97bc00e975..f6f2b0d9a381207e6a9e6df68abe627565238526 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 933a7574f6f2e11ed020597106f1c3813c81b410..f0a33191744328e025c80526a4d06ab1bf17d2e4 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -5,7 +5,7 @@
 # Copyright (C) 2002-2007 Andrew Tridgell
 # Copyright (C) 2009-2025 Joel Rosdahl and other contributors
 #
-# See doc/AUTHORS.adoc for a complete list of contributors.
+# See doc/authors.adoc for a complete list of contributors.
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free Software
index 58286f520c966eba3107d1431ca1cc5e2df11dd2..0cf593c5e92ad480d1227ba0c2fc1eaaa127b375 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index ec2778ff40fe083923fdd04095b5fe1d3f9c86f5..b2db1eceded0bc0f04f9a3068c0cfe8000790cba 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 91934a04211f2a9c17c503466de284d616986077..5e27470895edc95b05edde0c5706353a3c0461ab 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c8d1cc4703f6a293f9875f607ef56cd95f47142a..b20339938980492392326da9c17d23b4b0c41c5b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 220d1486ee00e3e4b2841ecd4cad2db11a8e171b..9b1eac70893b6fdd08e9b7c5b0daec76d167d536 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index c712a429c8f274a87e6ed7d819815a56b43c373d..64649ed1f96b3337e2b80569c8336617b547067e 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 00a00cde2ab1e346390f5a26e67368f0fadc58fa..8e2de0302839a06b66d95a3115d75a5f1e6008fe 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e1075d40d6b96fc63ec5a5b956345b202793c1cb..5e2a764dd275401996c5ea5301421a9780af933b 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 7cda15df1c2331db955021f1d76c45e96846b2fb..9241cf4b02b7a6c075dc5900b54022f00e737aff 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 14ace84d6cd18aac1403986cdf2f60ea4d484b46..654621c9f6e50df36c5a1cff63c65ac3dc43fed5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 755c365942c592920e7f40a493aaf27ed6df3487..f95365b43f28ea6407bea660362ba3de5c787af8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 341aa5d0cc6c65946b97acc2866e80c69c9f6c96..395800403483c7a80ab9a56b31f1f873ab053ad8 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9b5ce4bb3891c5c7f465f55d0b66357e6780fe98..440aa248632c7f9d15c6df9589bb2408e7e24237 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3b1a43480df0b4902251564721773a5b0cb4ffb8..2ee7290a6e74009694bc06c81fa6de0a9a9f508e 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 92def441e7b18ba04c06bd21318f28747c23d9e4..ec3cfce12d42eb88b9e4779c6f4ffe85ca9c30ce 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index fbae64dda926780d40ee355cf7489d740b1923c2..4dc945ed1525588c8dbbd77a66616d494e2495ad 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2010-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f71ca0503c1f021b52125d2d8d35fb76e4420016..f0a6cedb90e9351c45b9d705f160345075869bb6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 20493cd28714d9264cb7dc9ea7898f35877ec3e8..0c1a579641c5e4993ef9fc80633bdd3e3287fc17 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index f61596581b01565b0a99f1c5917769a58d7fad0f..86b667553b4e582a4bedd38cf7bfd1d11cedea15 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 6943111da52f13d9ace526bd3a6c0387f558f490..c00fd8a55fe9dbb18e5d886311e8c9867cac126e 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d77fa6ecddc8840b6539ac74bb64502795a6d8f0..733ceb25c24f469edfcb22414b8b81e140810919 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3d73945701e63b0d3cf2bd15ae9dfa34f9ba5d57..35ca9ff46efd1e1c5d16dacc329b9dafd3688610 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index e4122b708300f82a76186f60252b25fab6288551..d78f200d69c5873af1b03442661d7e9fce3fa575 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 2ca1d1bbe4e280c6e4c9af6cfbb6cc5fc3a4b82b..e056a9ae762e75e0d16fc0d12a99f50f081fad1d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 741e08fb7117b962408b7070e9df83f4a2c08f9f..411300fe6fd4f64a7cf16d973b9bce11b8f73882 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0ebcce77aa050ca11e6b5c10063b72b26decfce9..c420be15f8b320e6840c53e29fcfc8b2f6323ca0 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 4a4fa030732c2d1a734fb52b4b4359f509c3fd01..9f6d98ceed846c3a801d7e50d226a874339321ca 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2023-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d79af3812527377624bc3e5da9fbdc94db03811e..7c56732c0e8d5abdb034e48d88bbb507e84008a3 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index bd84ac61214246e15d753e6d34631b6d1e2c04d2..7db99cc04e8a45d8cb36d182a5b226d42d119370 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 3cf84e964490c5a539f0ee333b481f8aedd37fbb..16ffd7052f1babfc4e3f6669e1d20787928953ac 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 57fcd31cb6535df2a892c6b1b67c370faaaa2b46..8652c3a25f7130a6b3898c1a5fc31e4672ad6bc6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9ecddbcd71e04f8376609e72264bd9feb554dc82..be33463881465d652f2b9efaf8373aa50aecd7c6 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index efce696a4d0ecc4509aef3cce61ef363c7e4c338..9cfa95ccab60728272dd941768797659eb426535 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 036dd4831d9dbf51f665c61fd35bf28bce375132..fba72c9f62460ecbbc8de9f724e3e0bfe60b9151 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 0c120e6068516d3b8225eb2243a2f3bf008c6bf3..44acb7bb5895c2820e8e45f21f21848711cf1026 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2022-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index d8f34a16b360679a9a340a260558cfcf4fa3b181..56e695a629ae7d6f1c106dd19859cc932415323c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2021-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index b9cfa7f7fb45ee4f445b5430214cad2405b7c373..35d0d981dbebbe0e77208bf3995d74c0cf615549 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 705f1db8378732e0e59532226f7be413d594c2fd..b559ec44daf2671843e2a9bd87ca90f206220df4 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2011-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 4b411af88e9921f2175f81b9e9abf6af8079e074..3e6198517120a90959c420a4e879151b0af8e290 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2019-2024 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index cc09db4f9fe4f89d502d00c8c6d7615aeeb4d14f..257f12d191dc4b6ef00fc9218fbb804fa9935f5d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2025 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
index 9c4449000016444a813c48474a234f686caa7cf4..daa1584c05ba574abb8a9b98a4978003878b4d9d 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2020-2023 Joel Rosdahl and other contributors
 //
-// See doc/AUTHORS.adoc for a complete list of contributors.
+// See doc/authors.adoc for a complete list of contributors.
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free