chiark / gitweb /
Updated copyright year.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jun 2020 11:04:25 +0000 (13:04 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 7 Jun 2020 11:06:34 +0000 (13:06 +0200)
137 files changed:
CONTRIBUTING.rst
COPYING
css/m-components.css
css/m-dark+documentation.compiled.css
css/m-dark.compiled.css
css/m-dark.css
css/m-dark.documentation.compiled.css
css/m-debug.css
css/m-documentation.css
css/m-grid.css
css/m-layout.css
css/m-light+documentation.compiled.css
css/m-light.compiled.css
css/m-light.css
css/m-light.documentation.compiled.css
css/m-theme-dark.css
css/m-theme-light.css
css/postprocess.py
css/pygments-console.py
css/pygments-dark.py
doc/admire/math.rst
doc/css.rst
doc/css/components-test.rst
doc/css/components.rst
doc/css/grid-test.rst
doc/css/grid.rst
doc/css/page-layout-test-navbar-brand-logo.html
doc/css/page-layout-test-navbar-subsite.html
doc/css/page-layout-test.rst
doc/css/page-layout.rst
doc/css/themes.rst
doc/css/typography-test.rst
doc/css/typography.rst
doc/documentation.rst
doc/documentation/doxygen-test.rst
doc/documentation/doxygen.rst
doc/documentation/python.rst
doc/examples/article-hide-summary.rst
doc/examples/article.rst
doc/examples/jumbo-article-hide-summary.rst
doc/examples/jumbo-article.rst
doc/index.rst
doc/plugins.rst
doc/plugins/components-test.rst
doc/plugins/components.rst
doc/plugins/htmlsanity.rst
doc/plugins/images-test.rst
doc/plugins/images.rst
doc/plugins/links.rst
doc/plugins/math-and-code-test.rst
doc/plugins/math-and-code.rst
doc/plugins/metadata.rst
doc/plugins/plots-and-graphs-test.rst
doc/plugins/plots-and-graphs.rst
doc/plugins/sphinx.rst
doc/themes.rst
doc/themes/pelican.rst
doc/themes/writing-rst-content.rst
doc/why.rst
documentation/__init__.py
documentation/_search.py
documentation/doxygen.py
documentation/python.py
documentation/search.js
documentation/test/__init__.py
documentation/test/_search_test_metadata.py
documentation/test/populate-js-test-data.py
documentation/test/test-search.js
documentation/test/test_search.py
documentation/test_doxygen/__init__.py
documentation/test_doxygen/test_compound.py
documentation/test_doxygen/test_contents.py
documentation/test_doxygen/test_cpp.py
documentation/test_doxygen/test_doxyfile.py
documentation/test_doxygen/test_example.py
documentation/test_doxygen/test_layout.py
documentation/test_doxygen/test_page.py
documentation/test_doxygen/test_search.py
documentation/test_doxygen/test_undocumented.py
documentation/test_doxygen/test_utility.py
documentation/test_python/CMakeLists.txt
documentation/test_python/__init__.py
documentation/test_python/page_plugins/plugins/fancyline.py
documentation/test_python/test_content.py
documentation/test_python/test_inspect.py
documentation/test_python/test_layout.py
documentation/test_python/test_link_formatting.py
documentation/test_python/test_page.py
documentation/test_python/test_pybind.py
documentation/test_python/test_search.py
pelican-theme/test/__init__.py
pelican-theme/test/test_blog.py
pelican-theme/test/test_layout.py
pelican-theme/test/test_page.py
plugins/ansilexer.py
plugins/dot2svg.py
plugins/latex2svgextra.py
plugins/m/__init__.py
plugins/m/abbr.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/gh.py
plugins/m/gl.py
plugins/m/htmlsanity.py
plugins/m/images.py
plugins/m/link.py
plugins/m/math.py
plugins/m/metadata.py
plugins/m/plots.py
plugins/m/qr.py
plugins/m/sphinx.py
plugins/m/test/__init__.py
plugins/m/test/test_abbr.py
plugins/m/test/test_alias.py
plugins/m/test/test_code.py
plugins/m/test/test_components.py
plugins/m/test/test_dot.py
plugins/m/test/test_dox.py
plugins/m/test/test_filesize.py
plugins/m/test/test_gh.py
plugins/m/test/test_gl.py
plugins/m/test/test_htmlsanity.py
plugins/m/test/test_images.py
plugins/m/test/test_link.py
plugins/m/test/test_math.py
plugins/m/test/test_metadata.py
plugins/m/test/test_plots.py
plugins/m/test/test_qr.py
plugins/m/test/test_sphinx.py
plugins/m/test/test_vk.py
plugins/m/vk.py
site/pelicanconf.py
site/publishconf.py

index 89faa8af8d8f19a07eab184617b3ce86a134e7ae..985667c07d5c2075a265dc18fdc7fd4d7e8a2b23 100644 (file)
@@ -37,7 +37,7 @@ Code contribution
         /*
             This file is part of m.css.
 
-            Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+            Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
             Copyright © YEAR YOUR_NAME <your@mail.com>
 
             Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/COPYING b/COPYING
index 953349941b837f32cc0ebab7be73b4fc1e4c6bcd..27621944e1539dd998b5512138c61cb4a0372b1b 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
index 0573c48d6534e750767351f79df13530e5ef4561..868c0634170c21f97c62ef947c03786b647215e4 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 39ae0b9eebf762133504d93084db22627746b2a7..a10afe7b8c60b3370dcccaf0578f4d2021a5085b 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b169ce774fc11130507976dd9be1797c1e380753..0112d49a02935ff60049006ab2d6414b980f744b 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index dacd03dcc963997c2079f69dd2f6153e0f5fa521..cfb8816876aff203d39c6e6e6e6b8b47e0acb9b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 105f52b0de4b5e9a90cb890bc48faa76567b2d0c..cf0757666b7de2801ad23cf1101dbfc5a0c012f5 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 385c5f6fd3723d358cfa8c056d63abe780e178c1..157bb89b12032954606d04674743abd536a0b2e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 6c0966f6dc958faeacb70281ffc0d9b97f8631d6..50fde30728c740638d486c3dac2e05d2c86dcd3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 56b80beb8d9ae2c4d7a89337d2203e2c8d1abedd..631c9435557c3f66c95cc775d199606c73b286ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 27931ac027fb863a4c83817bb460c4613aa103fd..83ed00239dd189e833398cde188ff40b2ee6e84e 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 85038d53e69dde5d589d8bab05f4bd4e35b9853e..48c77bbca8a5eb2fcd19da4cade89246340ab51b 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 0c426c9a7970249dace8c3f61196eba784e97d01..a4a4c100a6b370cfafed3908f9ac8fc3d6866cf7 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 4c83f9cbfe5dba047cc83e1d2ba25ccc56204aba..dc77d3f6b4e28d140abb29d5196bed7691808935 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 29d4c8b2fb62eceb7abe6d240c93a38883a3d30b..ddd370a203921a595c68abb65a2d3952f3bd1b92 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f44314b06af697386c0209b72d7f307ac0f3f6b1..64b9c45511aa4e0b60bfd247487b721c3590ed96 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 0a7d1495b9482eacbe827ce18b0c78b6e3946677..18fdfc635c0f1e4dcca387d4baac290f3300bb5f 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 5aee41a31ee9ce8196a59c51518253b96402e3af..08171218bfe81ad89e75378488744758d1e0ec7f 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
@@ -141,7 +141,7 @@ def postprocess(files, process_imports, out_file):
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 8ced59787c967561eee4aca6938e27924695b0c2..1fd5dbc6f0f0886b6ea5ee61aa461ec82c448359 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 96d2d1e5b3e7b9f6bf6068a1a88ee2dd9bdc3a37..b2617c9091332ef6069b4f3eb19ecf170ba3cd4a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b075fd897eebe53899e2cc6c6722a7b2c260ce4b..21b2ef0d54d2d556bdebd23e18300cf7f7551e58 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index d4791fcce1670d99d02de66a51049d40fcf966e7..95049217f7f12bcc2d4a324ef731c48e5d1ac700 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f0e165b3a617f45ef5b1ccffdd751e1fa43e4696..a65e5606363b2e9eb7592f156aa88acac9b70784 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index d2e055e594d09df1ac11b5c82a81a3c17f71dcb2..62cec545e75f85027148c36bd0fb3e693ece9ee0 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index c17c5187becded6cfd464b98907d66bf082c9d05..2cd77131d07c12e4380540554a79ead850b667fe 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 221f54c3b4fc18725f5bcfc2e2f26735b1cda105..5c802fba36de1853e0df7e81b552e3bf3058cd27 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index eebca6a6485218069a8915dd7ce19ba30c76ca3a..b84d817fe31a8da01bdc7f0cdf08e2588fc8a907 100644 (file)
@@ -1,7 +1,7 @@
 <!--
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 5774ced77f20f25a7a975ccf36cbf2de3f733af4..060494ad0d895c1770c5b082f7cb26ea5eb1342f 100644 (file)
@@ -1,7 +1,7 @@
 <!--
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 98b230681a8bc3fc37657e43b1fd13b59c126394..0270662d57e1f44a643ee9cf253147fe31919b75 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index d547ea880707c3dc3e036cf127a59b22a3ca0151..6033c4d0e9a823a9117bbea51e3c1a626726ddb5 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index cff7a89b413200b7553618f7dbde167f53ffa8a1..83b8f595ca47e2d9fbc34ddac2041d861d379aef 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 649f022b0a660d4ffb7c56061e095fd4930d867d..ff5223e62bb67f5fcdf19578ad45f5dcdb74d614 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 88b0bd970a3fc10d628293892512032d29a36421..1b82ed92c5644001f5f823f2275b1b9af8e34b0d 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 6c0de820626e08ca2a78c457acbb6a2005df01d5..25ed3680f11e1786fb6ca436737725ed0ad06960 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index cd27d77c4667f97286e84738fa9c895725a7dbfb..0a7a8be42d9ef818b0abd5bf62f4d36993978e4f 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 621abd9eea2e49108769a6fd86302c23c63b191f..78f13ea7175345bebb344b966fb0d6dc727bfd2e 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 50b7630f3def1d4aadad4cb212e8830eca1930a0..5496ff5d8f3963197341cece52505db2fcd31b1b 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index bb9e015142a053c6870d7489298bddac91f56864..23c128e02ebbb2c42b7535f2b650c1348bc48d9b 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b955b33b90bc3b1f94a1936be49ad7554b6ed55d..d9deba02e0d6eee63d0f97fce194473d2d44693b 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index c9419dc8b96a1cbdda6a2162695ad419496643d0..9867377c236337bfacf463202eb0be0e8e8fe641 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b4e64214c7b353a31be9b3b31b7ac28b339f0220..1bb5972edf54d4bc9c2052bb5dc1e0aba5d68816 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 239fd237f57cfe130d1bc2237a6d63afb26113d5..8f04aff730ebf7cb6c9b439efbbf6c1224bdbf8c 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 00b82f7d01a4e4b92f9fd83c80e6ab560a720660..3cfe72c8c2899ac271848becf2a6b581c2963308 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index ade7c5123e3f5c97ef1a0c6fe7bcecc2c73d9ce0..69ee64618251f4fb041d96d9421116af3e8c44be 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f3ae7bca37165f8683fe50a6403c14742bbc95b8..1c7f151743b25ec49049c6e5f77a7f26e112f3a8 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 8904046326c57ea5cf69dde760a0bc5466892982..bba564d0c7b0eb0247902d677f65cb1178e6ae9b 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index d599cbae17b63b48e9a0fd98cb072d284e739f74..d6268c8dd795b4c9e55b6d59792c59ed8e3e3136 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index c20a17822498bafec860b056f2be0c7c80a28ace..bfd796f5e52e394013a171bf4d0e1d7813da55c8 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 41b723cecbebef22c1f4a585baf8df72cac93680..cf7f6f0e8c1124b851e8a951ce6d23d6cf00a035 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 8000c8201a55ee5d7e6c4498179d9d7dd0731cbc..ca3320b13dfbc4fa011fc5ead0d8e3d45b0aa387 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 6ef1ae45c8b12f668a3e53822e7c2064df3f2a36..5c300994e9028b59ace834a3070bfd2d7502f4db 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b2cb7a88fd28084f9afa387d849996071423c5b2..a1736f82e98178e8827305d3a926d898b18e79c2 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b25915ab46f5e5c8ddc9b85ec1ea2bfadba3ea62..89d5c9457242c15531c864d3884ee963728f0fc8 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 1545c87e47e19ef7438e15964572aed3018cb48d..9df4345ad6437e3e2c2cf6e520eff19112226fc9 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f43db5a5ffc822468e276a3f03e9f0ee03e061c9..062a0fc4689a7aff4082e003a53a46194eaea969 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index b62e62787dd5aa530d03957cb22883b1c257c750..d315a26ada254a1755cd2ef8377100a64d14346f 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 9e51b4bdbcf8f7113e392aebd795589005673fe1..2a24333654e36c4e022c313f8c795fc8bcbc33dc 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index f0111c087ba4711b7dc978292d56206c7ee4d35a..34b53bc77a8459f787e8a14d7b923640b66b8658 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index df599a94c31427b38390331a57bd465ef27ba02b..c4e8374c226af94496610ca226cd74caaefd8684 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index e2a942e758a1048a553eeb949616627d9121f74f..b30ff745584ecda20553b8e9981b7eec80042be7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 482fd3d5ca2f915ebf6ffb1d86e4700fbe7dfbb9..a5db63c051aab61810ca4a512fa923095b5db943 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 826414072c381e3c142c296a38a52851a287e0bb..8ac8354a24a0f90adc75c42726c1d0b44d78274c 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index d6d9139fecf45197e5bda307e231bfb8b36f3723..a9cd06630186af45e8bfe768570d109cee799cd3 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a4f9a43f435f49cf5b7d6d21313dbaae3a027a93..56ba52fe0102837a28c8def67e3bb2838820e911 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index e2a942e758a1048a553eeb949616627d9121f74f..b30ff745584ecda20553b8e9981b7eec80042be7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index abe6f1a2400049f259bf67fe5f85870b7d835243..33711f50da760bdb5e71d5a60448a1b9b60e6d6f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 07ffe5ef2e25b648d551e0f0a809dee945b0b657..424d545bf1c51670cfd88768ba9ea215d7be56e1 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 0efdd41d01d51c0ed15493a03b45c837a3ea0ff5..faf19c13347890b4b5875616ec4b96bf76f8d773 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
index 05424a4e179290824833bc3921688341e24ef9de..294506966002a04decff4044e2ff08347952b33f 100755 (executable)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 229e7a188d76c10493f568cbd2d30f9ea3c394f1..f2b12d4f60928b83c10e52ea0e4eb6fa63cd7c7e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 72d7f0896a2722c16e3b73536da7df632174fe1b..9450fa38b216369f47392fd6cb1f9afd141255c5 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 72c510dc70867298433315dfcb803807b75a07b3..abb2d28def4683b5376b7c90d3f20531c2af8399 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 0adc9aa97eee0ef070a694108b52464ca0196daf..366fd887711291bc9939c61db0cb32e147d58081 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index d656d00baa5b331f2e39e5ab92fa34475986f1b3..2e9dc9db09b04aa2b71b72d2d6dd866d9bedb7be 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 94cb6d9142fb2eeef39b39850cababe957d6c863..92f7752b3b56f8eaae0ea3f10ad740a5a1931b56 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index db48147c281aff869656df97bd87b89d533735a8..e02b047ba5ea6a195d12434164987e80536c4df9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 8fb9cd760e07c1305f5402e3880744a05fe66bd6..361fad9e8834d432cb40374b27e5def5535830f1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 8da0e12a0b2d447a86441d161104360c36f5414b..16cb37d61502184d8dfec3152df1382baf149a17 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 496db2266e2126204fcf09901a795016baf19d12..bd9d01657dd8098522bf4e14223e7bb5b543e822 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b03bd53b21aa1b6f00d18cd38617b198b6497e14..761c9620b2a6a98598e69c672290a4d8e5c78068 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 98424d475e65356c11a0d672ef82664e3fdd5680..7e868e18e10d8648100ae5724b8f4748272d6762 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 541d8b040881560a8796c1a02c50bbcd7555e420..10699fc82d162823514ca6300dff60a43251293e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index fa83660512535fbdd4bfabbf628d103c8faf9ed9..c71995a3dbc2d5169f6d1facf10592a9853e855a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index e743731bafe41eccc202546a4c5d57d9dd09d903..f87b0b8aa184eeebe16591d1e511c2b075ec78bb 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b198c740f6a404f8469575ae2540275cadfb529b..c96bcdf0f67d978cecbb713acaef24a7b8d0c7b2 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 06fd32a2a309a5ff67ac6ec50c320738878fd037..ac23f85c4713bdbf74f3764498a33370fcbd84bf 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 9a3f7694da1ec12c343cb54fa47a74528a4383d9..3fa812563e2c4c3de0a9d9de059e54d444fb8a87 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 9a95f430b0f5cd75fb77dc4dc918bc1b68f5b469..0d412dbb8209babb9cfef3cc837b1fa09886742e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index d301d8e08402c65d5c1fe8cf85f70b82795d22d4..2dbdf76520def3ff69c8fad3f203ac98467272b5 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 2bb395c573ba749f0162faed2e36dfab47ae8de0..22c1324d3765acaa9a1d9174b9622f635191832c 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a504653e0088c21d1855ecea99b7eddcd6b62429..44e57514a987176e7fc37e87e87857b4e3695737 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 605ee802ef93ed52ea6fbcb4b4fab07cef7e4f5b..e81e25d1ec42bccb855af158b438ec6aeef308ac 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 2a9813f26054e383dec1527ea0a635b76f701753..f66139fda41ca71a76c9df1d013a392e512f2c4f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 0820487e8a366d5eeae8b7f678215da282cfde11..219c3d981fff8c66a5f7c91bd9e93241dfc618f9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 945c51943a229de61204a78d1fdbd26820ac19a6..39538d8bf7376b15a947c704fb23e6d04c450ea5 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index d7984d5533a0cbf124d41fc0616401c3386ae716..ae372ee2d1807a95cc2f0f7e15d524027af5583b 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index df707181636a4286e81358e68c5646bded30d77f..4cd6695d291007a1c9194141e5a59941711d186a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index e22a530a91d3099162896f54b6cb892b80a4f250..141f2d85864a50709f9450c9a4f5bffb808c411b 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 80c4197d3586406ee8bcb99d8a707fb36303c258..591a9f8aa1ffe5026c206685ea8bf4124c861a2a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 83931ebd7714981c8f67ec6a87f83a1d45f4a9f1..3e793087411ba5495983c976b1a7b915c36116e2 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Loosely based on https://github.com/Nitron/pelican-alias,
 #   copyright © 2013 Christopher Williams
index 1f52c1c06730041f3b447957391c38bfe1ba033e..6d2a55724014de2bf9d123647fc53b341ebbbb9f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 511c04282d37eeb564f4e1d789619ccab756bc16..07d522d3a730b637521012a74fa60e6ccb470c9e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 842fdb6e82955b855b039defbdee6fb152bdecb2..366eb7a49ccf8d770e477334514d665393c69357 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b6d2f138c9cb01c8f47e7b5f2c480203116d52c3..4a0bca79186cb5cf7a4a292bae6693efb3efe8df 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index ac0dfed0b0c2c48e05d344d5a81c56f3fca372b8..4b29ec80b6ef0fef62d007be2055b7ed54c275a7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index c2c4cf94940c3bc368632d730dc1fd72452f487d..34d65ccfbee7d140b44f1133769af454958a58b9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b0692874bdb2e919649d256a63dba2c3323c80a9..4fe5a803dd634a8347281316720cc8fb32b2aa09 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index ce734f28cb2c51d73756f161865887978fbb11e5..37ce0880829214077e366b5767318f945a076ba8 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 07d1553d964a02c74c5477cfa5b1512c634218b2..388d7caeb3e1f885f8c0c15896b90d738ed29edc 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 58e0decd168fa5cfbc7d3d90b75399a6ecb2096d..4069a3a451be5b0f70e1ebefb536bc18f47ddadc 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 2a36fb60b6fff4c050eda289831164d11a6a76aa..05a35d3fbf46875f5e0df598da2c0d1bd5ba37d8 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 5fa4e1ef433ee73bf3d62f6f22bc382f78af0ea3..6b8bd70ae78cc0698db325fd364e4ae4c3ed0417 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 1c258bd71061d1985c1496ddfb44a26cfe281796..a2d861f4f487469ee47f0603420e4ca9ecc4a311 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index faa20d40ae2488ac8b9d6966665e739495c958fe..137f036ece7b6dbd916eb41c2c8d19caab1f50b1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index ba7db45e32605d850de0b3f4d9a4582096c1606b..da8d03545ddd37c7dde8e52f17bd1c9b63c53e05 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 4c881c214d03c2d21cbbadc247721247078aeac1..b638fbf029cbc2f1a571cb60676c457119a27322 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 721fbbaa82827560b90fe9035910fcbc52935b69..2a93fbe88ecf77bee259dc08f87080e0fcff628f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 85fa2bd524e8b76fb329265f1e90ddccbd3a4716..ead0d04e46a48fd765bbfb6ac54292e60827af69 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 2b6ed0c92c49a76d8e50a15552382d3fcc6760e5..820d242716fd425f9c8deff13aabbaa14f7060ed 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index cba039ab316d66bd20131b90e9b2f0235d77b754..f31b908b6bdaed713a3360c18c036d4638d6f6a0 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index f889ca3382b3e1806a7cfdf32e4d6253b2b7b79e..fd3667061598725922b2011a77167923ea24715e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 58c42a7a1d17504b2692bc65ea0c2a36ac4c8675..517ef2552f312e935b562ef70b243c825810669f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 5793b49407eb2a4c6d7939002c0a9582246fca45..8ee8b53959da96a7d0c920e8bca2f0b041b6a37f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 61298f79a869558c095d69487f5ccd77567c97c7..013cff891f44c59a198273e1f37f34d7aa104f69 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a12e595cf1195b3f516e73ad5091a55cde33f0e2..24190fe70e8e07e42d4bb7ee04d1eeb0baafea87 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b210f50c2d3e5c12b0ee530d5b3a7c2a033f688e..619a674945bbce1d665be0aa9fc952694ab5bad4 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 0233c5ddde0dd1039b5f702e2d49fbe8806928ed..afb3e5dc2c18d636a08b30ce80232d5b60a2d198 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index acd62f721032960ae16da97fdc53beb33a3337b8..d1ff5f428624d30d093059e0a9ede90804312fc7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index df992e72eaa7286fa11bd0aa3927416790297725..e7ebf1b7ddb076212b7a354c10d4594d873469e0 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 44e1a5743c9fd7261ea7b64c8a289e9fe5e852d7..d409b240e49bba64d836b4e23ceda7ad7127226d 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index b7d571414b7f1a793c5f999413191cfbfc191a2c..7c48e289a55e8bb81ecd2d9eafa482663bd9fb97 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index d67afd7077f1967df8529e5ee9b6f502c3d1e73a..f305f1d40a2a457566e35f244a80178b9779a266 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 9b868a809bab8c621327371b908a887ce7070ac8..000adfc26fb30e4f2b2af561aaa79a29e4af75d9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 8fe030f17a50e680a28b08eb6e17d3c327e69dd5..c9bbb675944d0bed0eedc421e1d96bf28abe845e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index a18a7cebb49a711271970a35801c33ebcbe6635d..0c3f3ab3d1fd50631e188ae0d7004a7e15e50111 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
index 3e6008c2ca0566e0ddfe5244f0748bf7e8c28a41..dd0245a342fe9efa77c0276e09a82808f1a0b0e0 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),
@@ -131,7 +131,7 @@ M_LINKS_FOOTER4 = [('Plugins', 'plugins/'),
                    ('Sphinx', 'plugins/sphinx/')]
 
 M_FINE_PRINT = """
-| m.css. Copyright © `Vladimír Vondruš <http://mosra.cz>`_, 2017--2019. Site
+| m.css. Copyright © `Vladimír Vondruš <http://mosra.cz>`_, 2017--2020. Site
   powered by `Pelican <https://getpelican.com>`_ and m.css.
 | Code and content is `available on GitHub under MIT <https://github.com/mosra/m.css>`_.
   Contact the author via `Gitter <https://gitter.im/mosra/m.css>`_,
index 70a43b89c3bab07e7a6787fcd5c45e0a801dab6b..3008e67c723e3a5ea280f1f8e5ec38fdaa6090c9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019, 2020 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a
 #   copy of this software and associated documentation files (the "Software"),