chiark / gitweb /
Update credits in all files.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 13:54:18 +0000 (15:54 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 14:28:41 +0000 (16:28 +0200)
Compared to other projects, where I make sure to do this, I was quite
winging it here, heh.

46 files changed:
CREDITS.rst
css/m-components.css
css/m-documentation.css
css/m-grid.css
css/m-layout.css
css/m-theme-dark.css
css/m-theme-light.css
css/postprocess.py
doc/admire/math.rst
doc/css.rst
doc/css/components.rst
doc/css/page-layout.rst
doc/css/themes.rst
doc/documentation/doxygen.rst
doc/documentation/python.rst
doc/plugins.rst
doc/plugins/htmlsanity.rst
doc/plugins/math-and-code.rst
doc/plugins/sphinx.rst
doc/themes/pelican.rst
doc/why.rst
documentation/_search.py
documentation/doxygen.py
documentation/search.js
documentation/test_doxygen/__init__.py
documentation/test_doxygen/test_compound.py
documentation/test_doxygen/test_doxyfile.py
documentation/test_doxygen/test_ignored.py
documentation/test_doxygen/test_search.py
documentation/test_python/__init__.py
pelican-theme/test/test_blog.py
pelican-theme/test/test_page.py
plugins/ansilexer.py
plugins/latex2svg.py
plugins/latex2svgextra.py
plugins/m/alias.py
plugins/m/code.py
plugins/m/components.py
plugins/m/dot.py
plugins/m/dox.py
plugins/m/filesize.py
plugins/m/htmlsanity.py
plugins/m/images.py
plugins/m/math.py
plugins/m/plots.py
plugins/m/sphinx.py

index 0d57f3759c7b13cbf34ef7360b67945bfa8fb2ab..90bf6c2e0137212e9c480ab12ae8c4000208072c 100644 (file)
@@ -13,6 +13,8 @@ Listing only people with code contributions, because otherwise there's too many
 
 -   Arvid Gerstmann (`@Leandros <https://github.com/Leandros>`_) ---
     Windows-related fixes, bugreports
+-   Andy Kluger (`@AndydeCleyre <https://github.com/AndydeCleyre>\_) --- typo
+    fixes
 -   Blair Conrad (`@blairconrad <https://github.com/blairconrad>`_) ---
     complete rewrite of the ANSI color lexer to be the *best ever*
 -   `@Bridouz <https://github.com/Bridouz>`_ --- documentation improvements
@@ -32,18 +34,22 @@ Listing only people with code contributions, because otherwise there's too many
     Pelican theme fixes, semantic improvements to the ``m.htmlsanity`` plugin
 -   `John Turner <https://github.com/jturner65>`_ --- docutils compatibility
     fixes
+-   Jelmer Vernooij (`@jelmer <https://github.com/jelmer>`_) --- improvements to
+    the image gallery plugin
 -   `@joshyrobot <https://github.com/joshyrobot>`_ --- CSS validity fixes
 -   Lukas Pirl (`@lpirl <https://github.com/lpirl>`_) --- Pelican theme
     improvements, fixes for Pelican 4.5+ support
+-   Luke Peterson (`@hazelnusse <https://github.com/hazelnusse>`_) --- typo
+    fixes
 -   `@luzpaz <https://github.com/luzpaz>`_ --- Typo fixes
 -   Marin (`@marinjurjevic <https://github.com/marinjurjevic>`_) --- Doxygen
     theme fixes
 -   Mark Gillard (`@marzer <https://github.com/marzer>`_) --- Doxygen theme
     improvements, CSS fixes
--   Rémi Marche (`@Marr11317 <https://github.com/Marr11317>`_) --- Doxygen
-    theme improvements
 -   `@paulignari <https://github.com/paulignari>`_ --- i18n-related
     improvements
+-   Rémi Marche (`@Marr11317 <https://github.com/Marr11317>`_) --- Doxygen
+    theme improvements
 -   Ryohei Machida (`@machida-mn <https://github.com/machida-mn>`_) ---
     proof-of-concept implementation of ``#include`` information in the Doxygen
     theme
@@ -56,5 +62,7 @@ Listing only people with code contributions, because otherwise there's too many
     compatibility
 -   Varun Gandhi (`@typesanitizer <https://github.com/typesanitizer>`_) ---
     documentation updates
+-   Wojciech Jarosz (`@wkjarosz <https://github.com/wkjarosz>`_) ---
+    improvements to the Doxygen theme
 -   Yuri Edward (`@Yuri6037 <https://github.com/Yuri6037>`_) --- improvements
     to the Doxygen theme
index c86586790c857d38f2a29efb35c63b3b40831223..0b46bf6a19e00eec041a31ac4a992d1cb6ea38ce 100644 (file)
@@ -3,6 +3,9 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2019 Cris Luengo <cris.l.luengo@gmail.com>
+    Copyright © 2021 Josh <dev@jotch.dev>
+    Copyright © 2022 Mark Gillard <marzer_@hotmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index c33c67ae6f2d1ad63fc7610b1c9b171899ed9986..72d810d1cde003e6d1c8924eb0d909fbda6c257d 100644 (file)
@@ -3,6 +3,10 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2018 Ryohei Machida <machida_mn@complex.ist.hokudai.ac.jp>
+    Copyright © 2020 Cris Luengo <cris.l.luengo@gmail.com>
+    Copyright © 2021 Josh <dev@jotch.dev>
+    Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 66f2776df56296fa3b75d75703f21d43ac0c83c6..b5270296f266f9178d0d02f300dcbf8ccf65789d 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2021 Josh <dev@jotch.dev>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 453a35c463bb7c09654f10d110f1d24cd1bece5f..77265ca929c02bf6f9054fee8917e465364bd9f0 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2021 Josh <dev@jotch.dev>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 6544aaebcfc075f21bff43937678c0bdd608c051..9978cc29e72c2940a1d3d93de2c0fa70f8d28c2f 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2019 Cris Luengo <cris.l.luengo@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f255e12ca0421449b7cd4b3f55eda4cf9ef970bb..0507789a975837a063786703bc12622e3113080b 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2019 Cris Luengo <cris.l.luengo@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index c8886abcd42657d4dd8653f48d10341bdbd5b552..321d7f58180e44576853093097035a325f632517 100755 (executable)
@@ -5,6 +5,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2019 DarkContact <DarkContact@mail.ru>
+#   Copyright © 2019 Cris Luengo <cris.l.luengo@gmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 7cb0dc5b23fa774e87f3fa60b68a455926d99100..e764a6060323306690e6e8eb0939fd78608b7970 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index fa3fb7bef14ac9ebf88ac546cf636a83a60296be..964dde9c824369bde6403a759b71ba9dec997f06 100644 (file)
@@ -3,6 +3,8 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2019 Andy Kluger <AndydeCleyre@users.noreply.github.com>
+    Copyright © 2019 DarkContact <DarkContact@mail.ru>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 38c52803d88da91c41f568fc8c4ca206bceffa1c..c9addacfdefe9f2ed55c7a426279a246ab0233de 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index e84efe5a8b8edbaa42ebc675e3437c87b54936f9..a6a403e7e27c1b5cacb868e8260e6511a7a9f054 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index a5ba7a2ea90c0d65132ab9e7c568f7d8284ccb69..6a137203050fe881c1982412265df57bb526c53b 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index a1fe79a75626cf30c0d3ddbe2fe2360145e39835..b222101ea50648978fb69da90c1571f9c6d31167 100644 (file)
@@ -3,6 +3,11 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2018 Ryohei Machida <machida_mn@complex.ist.hokudai.ac.jp>
+    Copyright © 2021 Luke Peterson <hazelnusse@gmail.com>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
+    Copyright © 2022 Varun Gandhi <git@cutcul.us>
+    Copyright © 2022 Mark Gillard <marzer_@hotmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 783a61319947699188f1fd02466b4c065cf900d4..40c8ce715b02dcab1117b052c1643777ade1ad5a 100644 (file)
@@ -3,6 +3,8 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
+    Copyright © 2022 Varun Gandhi <git@cutcul.us>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index cd328f2c54d2c9bfb4ce79926e7ab0bc1189e3c7..a369df77286789c5f5012540dbc98c69123b55b5 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b26076bfab152ade60b06a69096668d5e36e5f3a..60b7d05d8e981382637a3cf6c45e4d21e673a5a3 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 65295ab4c70c02cf5cabb3bedf98bbff390f13b7..cc634ac93146e75f7463ec6ee047b134e53323b2 100644 (file)
@@ -3,6 +3,8 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2020 Blair Conrad <blair@blairconrad.com>
+    Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 42de6774480c5f4951bf0bf736cc2c8e5df1fa3a..965492c55027a0ac0467821432964abaef5a43fa 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index e2eae71835aa1379e975b4e287d7c228aa9c1b54..3035f41b4c7670d48abee0cc4e76106dff72d31b 100644 (file)
@@ -3,6 +3,10 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017 Bridouz <justin.berthault@gmail.com>
+    Copyright © 2017 gotchafr <gotchafr@users.noreply.github.com>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
+    Copyright © 2022 Varun Gandhi <git@cutcul.us>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 180884c094ebab70c11d7d8c1a3155c6c008ab01..a823f026a24824d140ba50d8bd9fe35ff4a9eb2d 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2022 luz paz <luzpaz@pm.me>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 2b831dd5e188a85c0fcf55a2614670b583bba786..9c43e706622a9b9edd3930f3da2e63acab242fa3 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 2a5568a2f028d153264db5d74560298bb9f73899..e6ed6202d7dae407ce8532841c77ec0b77fdd310 100755 (executable)
@@ -5,7 +5,18 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2018 Ryohei Machida <machida_mn@complex.ist.hokudai.ac.jp>
+#   Copyright © 2018 Arvid Gerstmann <dev@arvid-g.de>
+#   Copyright © 2019, 2021 Cris Luengo <cris.l.luengo@gmail.com>
+#   Copyright © 2020 Rémi Marche <remimarche@gmail.com>
 #   Copyright © 2020 Yuri Edward <nicolas1.fraysse@epitech.eu>
+#   Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
+#   Copyright © 2020 Marin <marin.jurjevic@hotmail.com>
+#   Copyright © 2021 Wojciech Jarosz <wkjarosz@users.noreply.github.com>
+#   Copyright © 2022 crf8472 <crf8472@web.de>
+#   Copyright © 2022 SRGDamia1 <sdamiano@stroudcenter.org>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
+#   Copyright © 2022 Mark Gillard <marzer_@hotmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index c9a7ba2d0aea48bed07160bed93074d34c8060fc..cdd692980a2b47dca9f6f083d87ca42e2dcbb1ba 100644 (file)
@@ -3,6 +3,7 @@
 
     Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
               Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 9fa08806d7424e9b329dfccc95161cbc61f6bacb..7607d7f1ff212f5165b362f3580b8d5a9c43968a 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2019 Cris Luengo <cris.l.luengo@gmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 44e153f7c830e9b36b7997cffb08ce195e79d3fd..fec2e969b602576beeeb08e42bd4d8393a3708b7 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2018 Ryohei Machida <machida_mn@complex.ist.hokudai.ac.jp>
+#   Copyright © 2020 Yuri Edward <nicolas1.fraysse@epitech.eu>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 717997e9057b658d520ff0b436ada64969e686f5..2f4d5de810c59a74a2c97311bcc7133d99218c42 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2018 Ryohei Machida <machida_mn@complex.ist.hokudai.ac.jp>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 5932087f461dd4f08ec8f7d8412a0da93ea69a49..e3b44e776117c8c07eb3cbe270ba256e96584f9d 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 crf8472 <crf8472@web.de>
+#   Copyright © 2022 SRGDamia1 <sdamiano@stroudcenter.org>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 59485abd4266178977bac910386358a5a77ae2e1..5c5eb52938094a5639b3b0fb566b96121adc0908 100755 (executable)
@@ -5,6 +5,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 92315ec84896dbe7a5d3d43c2f86b80f126d1975..c8a3a6ca317c9073b663693d6c268ca05e9cb0fa 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 8ea713e462c1cdd837483ae55f49973e5cce32df..101982bd78f89d46553a98119ce9d63873dd59ae 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 9aec35b1b512f413ea5bb8713739cee020091f40..82bc4e25cec89f1f33f1dadcd0d1daa6b2b0d1d0 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2022 Lukas Pirl <git@lukas-pirl.de>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 4b5e1d3a7d0f92fa6096438210c31b0e22520ea1..4df25dcefb9957245be5a3745adfa6674a60e1c1 100644 (file)
@@ -4,6 +4,7 @@
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
 #   Copyright © 2020 Blair Conrad <blair@blairconrad.com>
+#   Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index e4a5c520435c24f8f5eb5438cfc46f7edcd0dc88..c2919efdee915a18d7d5ada09ddc6e450ec18288 100755 (executable)
@@ -1,13 +1,29 @@
-#!/usr/bin/env python3
-"""latex2svg
-
-Read LaTeX code from stdin and render a SVG using LaTeX + dvisvgm.
-"""
-__version__ = '0.1.0'
-__author__ = 'Tino Wagner'
-__email__ = 'ich@tinowagner.com'
-__license__ = 'MIT'
-__copyright__ = '(c) 2017, Tino Wagner'
+#
+#   This file is part of m.css.
+#
+#   Copyright © 2017 Tino Wagner <ich@tinowagner.com>
+#   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
+#             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017 gotchafr <gotchafr@users.noreply.github.com>
+#
+#   Permission is hereby granted, free of charge, to any person obtaining a
+#   copy of this software and associated documentation files (the "Software"),
+#   to deal in the Software without restriction, including without limitation
+#   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+#   and/or sell copies of the Software, and to permit persons to whom the
+#   Software is furnished to do so, subject to the following conditions:
+#
+#   The above copyright notice and this permission notice shall be included
+#   in all copies or substantial portions of the Software.
+#
+#   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+#   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+#   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+#   DEALINGS IN THE SOFTWARE.
+#
 
 import os
 import sys
index c8ce906dbecd8ba91fb276b35a687ab33c50ecaf..2dc78d2d0112c7584e03284b790eb8cb35410fb0 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2021 Carlos Brito <carlos.brito524@gmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index c45c28df65f741637bee060152a4459537ffbb24..a11a68a83047b6842702a2f0a724ffa0f9cd1b0a 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
 #
 #   Loosely based on https://github.com/Nitron/pelican-alias,
 #   copyright © 2013 Christopher Williams
index a59188debd6d6d514d8f035a7efe5f2bd49e7856..eeef7503845bad6283470f18a1ed126717ea0d53 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2022 Lukas Pirl <git@lukas-pirl.de>
 #   Copyright © 2024 John Turner <7strbass@gmail.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
index 482443b38a6bd01ee1e601d0483039007de25588..7949a94b36af7a5b0ad7a5d4871bf1cefb95534d 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2021 Guillaume Jacquemin <williamjcm@users.noreply.github.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a3dce3b9be4648fbe07fc6ef8f1be8e214097710..10e7d570fadcc162819b6d57f2ee9b4bb439c6b0 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2022 Lukas Pirl <git@lukas-pirl.de>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 012bde0fe240b4bf49144b93643f0983e2f8b9f9..4f692c20a0ca4cd37ada55c82c683ff0dcd78e8c 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 83fca0e3700e88cd7cd58c8880124f8a27e91d49..b7125519ec2dfb98ecb26085c19e53b3fe45e3a2 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 5f931bd60b36529f640e73bbb22ed5eda71d361d..b36e02cb1ebbf13ce38977427d3d85d7daad2c30 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2021 Guillaume Jacquemin <williamjcm@users.noreply.github.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index f6160112ebce4d518664b02c8debf84d82e963cc..2f9aacb413000f7ea58873bcb40d6cd854f7914b 100644 (file)
@@ -3,6 +3,10 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017 Jelmer Vernooij <jelmer@jelmer.uk>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2020 Sergei Izmailov <sergei.a.izmailov@gmail.com>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index fc7ad39c75c075467b7e660d77b2937779c2913a..8d645672f7dd078f0bfa1e84dcb7609a0d893792 100644 (file)
@@ -3,6 +3,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2022 Lukas Pirl <git@lukas-pirl.de>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 7e9fe897bb6a91e01dfdb4f6ff2b43b926abe049..d2457e6729a09de93c3cb23101c695040d578746 100644 (file)
@@ -3,6 +3,7 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a5ce7e30decc993826da7275e76ea4c0ee3bd9de..c44a51e983e31b724c5fda22c403fb8d80282e96 100755 (executable)
@@ -5,6 +5,8 @@
 #
 #   Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
 #             Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2020 shniubobo <shniubobo@outlook.com>
+#   Copyright © 2022 luz paz <luzpaz@pm.me>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),