chiark / gitweb /
Updated copyright year.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 23:56:10 +0000 (00:56 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 1 Jan 2019 00:02:04 +0000 (01:02 +0100)
113 files changed:
CONTRIBUTING.rst
COPYING
css/m-components.css
css/m-dark+doxygen.compiled.css
css/m-dark.compiled.css
css/m-dark.css
css/m-dark.doxygen.compiled.css
css/m-debug.css
css/m-doxygen.css
css/m-grid.css
css/m-layout.css
css/m-light+doxygen.compiled.css
css/m-light.compiled.css
css/m-light.css
css/m-light.doxygen.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-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/doxygen-test.rst
doc/doxygen.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/pelican.rst
doc/pelican/theme.rst
doc/pelican/writing-content.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/why.rst
doxygen/__init__.py
doxygen/dox2html5.py
doxygen/search.js
doxygen/test/__init__.py
doxygen/test/populate-js-test-data.py
doxygen/test/test-search.js
doxygen/test/test_compound.py
doxygen/test/test_contents.py
doxygen/test/test_cpp.py
doxygen/test/test_doxyfile.py
doxygen/test/test_example.py
doxygen/test/test_layout.py
doxygen/test/test_page.py
doxygen/test/test_search.py
doxygen/test/test_utility.py
pelican-plugins/ansilexer.py
pelican-plugins/dot2svg.py
pelican-plugins/latex2svgextra.py
pelican-plugins/m/__init__.py
pelican-plugins/m/abbr.py
pelican-plugins/m/alias.py
pelican-plugins/m/code.py
pelican-plugins/m/components.py
pelican-plugins/m/dot.py
pelican-plugins/m/dox.py
pelican-plugins/m/filesize.py
pelican-plugins/m/gh.py
pelican-plugins/m/gl.py
pelican-plugins/m/htmlsanity.py
pelican-plugins/m/images.py
pelican-plugins/m/link.py
pelican-plugins/m/math.py
pelican-plugins/m/metadata.py
pelican-plugins/m/plots.py
pelican-plugins/m/test/__init__.py
pelican-plugins/m/test/test_abbr.py
pelican-plugins/m/test/test_alias.py
pelican-plugins/m/test/test_code.py
pelican-plugins/m/test/test_components.py
pelican-plugins/m/test/test_dot.py
pelican-plugins/m/test/test_dox.py
pelican-plugins/m/test/test_filesize.py
pelican-plugins/m/test/test_gh.py
pelican-plugins/m/test/test_gl.py
pelican-plugins/m/test/test_htmlsanity.py
pelican-plugins/m/test/test_images.py
pelican-plugins/m/test/test_link.py
pelican-plugins/m/test/test_math.py
pelican-plugins/m/test/test_metadata.py
pelican-plugins/m/test/test_plots.py
pelican-plugins/m/test/test_vk.py
pelican-plugins/m/vk.py
pelican-theme/test/__init__.py
pelican-theme/test/test_blog.py
pelican-theme/test/test_layout.py
pelican-theme/test/test_page.py
site/pelicanconf.py
site/publishconf.py

index 2fd3cebd0ff24d93db471f705ddbb3ac5ab9a528..fcae81583f4b31abefb641dd5d22be94f5d75910 100644 (file)
@@ -37,7 +37,7 @@ Code contribution
         /*
             This file is part of m.css.
 
-            Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+            Copyright © 2017, 2018, 2019 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 4fb109f455913df9298ca2d844717130b96520cc..953349941b837f32cc0ebab7be73b4fc1e4c6bcd 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+Copyright © 2017, 2018, 2019 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 34d2ed9f265a4a84f0779235df286d77ab0fd0ab..b0bfcdd03e847110d35fb098ea303b0765c330ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 6fb8ee8eb094d30765408083081e296c399d7bc0..6a8fcbe1628d160cd26afb46e5d60c50ab62d635 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 82a78b6f551b2bc0a200f1dc87e5a7416bee40fd..27a1fc5a8d729d267020a748b3e16622dcd57b6e 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 e967aff861055aa8b8253c577ec5129f945e3218..dacd03dcc963997c2079f69dd2f6153e0f5fa521 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 72b4b37ec12a48fb12a8ad8fa0eafae1e8c83d5d..4760c3544323b29b705e263a3809387a8fc82896 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 f3395cf376c8b55e93c1af40651b7a4b9a531cc2..385c5f6fd3723d358cfa8c056d63abe780e178c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9bea1cd20aa749ca603643213b13548d9dfa962c..3163ddcd977e93e5472097de203017bb221a4064 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 67c072e1b1555ed69a0567ccd62c50f50aad6a0e..56b80beb8d9ae2c4d7a89337d2203e2c8d1abedd 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 0d9d570ea7fed994dfb675f126e84bc80c9fd97e..ff8acaf80d77cf84d4bdff9039dd5388ef048e30 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 59a0f71e32ca0225540eb1785ed6e535601f349b..16e390d9d81c27d4fd530c2520cdf00bec8e4f90 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 ba7f58be2390378921ef81c44fce8cdb822684ea..58a05a3afba8923e3bb0cdd35fb3e0be371a36c7 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 ee83720b853a379c5f11c4371c98b1578f4b4b22..4c83f9cbfe5dba047cc83e1d2ba25ccc56204aba 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 23832da055eb0232545107a4982f8f6c1d69d6fb..0478021aae42012414de00b43b961607e145eee4 100644 (file)
@@ -3,7 +3,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 86ecb51b2ade29681ea43f3dd8cdc1791637e7d3..3e4ce6a14b60874d5fcd186aea93eb6a239b224b 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 678689107ab7810a2672bc19ed056cbedc00c821..6f2c293b3c2452822b9511be7d85bc18b5ca73c7 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 3cc9aa793769ea73c08aa69beefd133495b3eef6..787db97ecfb72ae1d5d3a86a4fc9aaf218d47c28 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 @@ def postprocess(files, process_imports, out_file):
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 2bb0d817d1864424171e29eb9b38e5cfd9f2746f..5709c19642fa01e9f4bfd84625363c03d018b4b1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 5cfe354090da244f96fda234cd439b49f38faac1..96d2d1e5b3e7b9f6bf6068a1a88ee2dd9bdc3a37 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 2947cdddbd67eaa62db0515286a1b843c27a60d8..a04d3440f12ec3c6834e8733979832ac2a1f258e 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9215ed9e52b48737024273025b457532a29dba89..a339e8451a6997b4d684d858c0bd942be7e06cfd 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 82d9e298921c756d2764dda386bd12cd4bc96d32..0877ccabef2a3f334f648f1bb15ffbf9c1155498 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9ce649ec24c908e16b3de46e2dff4a53f8dba296..94e8ae66ea75045f82e51ad2107a768cef8f4c0e 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 4003946cfdf912ad3ca0e55b74ff26f792eefca6..c17c5187becded6cfd464b98907d66bf082c9d05 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 148599cb1971a1b445bae2aa3b6c7da5c2c17046..221f54c3b4fc18725f5bcfc2e2f26735b1cda105 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 5af7a27b4a2cf4baa8723d9159dc78188d8152b6..0d60d67cdf1e0dad77c438b7595bbf7becaedb6e 100644 (file)
@@ -1,7 +1,7 @@
 <!--
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9c6eacd2840eaf3ff0e48b173b2261a1ada95f5f..98b230681a8bc3fc37657e43b1fd13b59c126394 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 719a5546c6f0d2be5f8eabf4c6d93013b4c65e13..d08ef2c2bd8d3a2aa90534b456db8f390cf0a8b4 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 f6f4053eb54b44e48bebe5275163d9db5190d9a8..b3bdb40473db7e03ab6bc483bc7b9a3d9e207012 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 b3663600a2320a51938961aa8a99d6975e270b1d..649f022b0a660d4ffb7c56061e095fd4930d867d 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 be326d7c5d8399720c580b18aa0f5032e0d5d72f..e31b938d36ecdab56e6e3c4a1cb2d42df25c9077 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 114a0456f886da1e589505a6ebd58b90e31bc70b..3d6f5c7de18615457e1aea24d3d38206aaff6ff7 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 e218d43605346ec8edd5a1f755431aadc350ddfe..3ea8d5a7c7cf75a3620b24ac77383db1a71c2d27 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 e55652180a5d431f1a6aac9f8b1ebecf7901f3a7..bb9e015142a053c6870d7489298bddac91f56864 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 011af07175f95b13ff71b2cd67da8a6a1c7e6ac5..b955b33b90bc3b1f94a1936be49ad7554b6ed55d 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 bdc017a6ebd18346a3bca2d69b582db45b214eba..c9419dc8b96a1cbdda6a2162695ad419496643d0 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9bbc30ebca6d422171aab6a3b50e4b63300c427f..b4e64214c7b353a31be9b3b31b7ac28b339f0220 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 102e3d6dc1d16b2f5096eb5206fb6bec3f3fe96f..e1b3edf09a605ac0c8d1788f70d561ca54650219 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 2eb6e89c45c8036affa1f2fb506b25de0cf100c8..d5b651d4b927677a77b3554655793408176f2091 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 6310f7856e6813e136e93a63015b070311f56a08..03a222a30e73a61e1cddaca3388a941db4516b2d 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 a4e6e9d9f940dabb455f7d007dc14ed6db0ef6df..76f5ea3dcaaeafa65b16c8a9919addbac0528a1e 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 8404bd5f35f560645afaa94cd93c2738886e2257..c6dca08b995e4dc0a775c2c654d9b6e85cc0faa1 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 9595a099c7965e85193e71db518f530454cf11b2..ce5af3ad4dad5bc2e9dc4ca75a82e7888fb06caa 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 09a92ca64b38ff6f73b898eddfbe8d959f767997..fc4b1611519b2964598d80b57f3320a3e130904f 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 8b8cae63d68d6a5fe10530d95a151a330b6c933e..0eb1f2a9ee7eb17d3ad63fe3ae3fc99c651ceaf5 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 0bf00f8901d2d0773c5f7f3b3038840f1038af9a..e06afb18a37b851d3e68793e9d75fee03092f268 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 f3ab731f78b0727ad126953c023afc4cb8ec0032..ab19141b9f73a0bbfaf454ab5d23c7c5fccce451 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 dc6125bc69c1152d6e1fce5f52706b5bcc1581ff..74e8095ae2253ae7eb62af40565c5bf46a8d1157 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 4cd7b8847df0cb78149636ad736147d104aa53e5..b30694a51393b51d36469985bfb2188f89db26a4 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 13bc85dff8e4b3cd685bc96652d0f8e5dc5ef520..6695cc5882798aa96cae7c833ad38f7f4ead09b4 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 2a5d727b66629cf1a8145c2a869ab770d72a1b47..54db3de6e8eb2d19663736b0f24db49b3a08c4d7 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 33ccc53d352dd967592127d1b32989ea8bb99801..eb5824d39c4f33315cebe25cf08e18dd60b6d8e9 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 57ce6a70a93870e3163d2b2f0f24f33ab1832705..a8520145db84ad689d84c8aa71a49ea1d126dd92 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 0eb90e711ba9c63a0328d3830a947c2ad646df37..99367ca2a1a3dd8c5e8099d0a3ca3e13ad62c957 100644 (file)
@@ -1,7 +1,7 @@
 ..
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 1cd127438a2e617799e8ac6401646ab4887efa58..e2a942e758a1048a553eeb949616627d9121f74f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 59e9a6225cb7c99dcbd6537879b13afac6c02e8d..9a17afa1e38229c395786c5527a718753214fc0a 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 25b0955555ca9f4b3fae8bd56482c8a87fc2c740..f58d987bb89a9851e95490672a603cbf9caa00f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 8bb682097f717465804645655a09a0e50bfc1a36..af8b24284f8159f6ddeb8447c90f25886cff9245 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 5f2bc55539b53e076b4857fefeeee58759d08d36..a210f84febf6a54b0b07a6c00640dc7124b37435 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 e85daa2573b47a70fcedaef5982ec3723f1cccbb..8886adcc8a1e12243873650e6c6c411a6b7b43da 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is part of m.css.
 
-    Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+    Copyright © 2017, 2018, 2019 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 334ec2d707f213a41f2f0cd571da862df00cdb98..baa80827a2ead2f6d9a1f18384aba03620341966 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 0cb1b9896a1c011f90a6697a1f60bc12995cb7fd..607818d916d1c0d7654c2cec277d17d5b5c60e08 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 6e6504b13498c614083b3d6dc4f314e6c8cbd23a..054abdda9d801c3dcdb782fa3fe7555c7b34aec3 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 57825aff01246269a7f0cb1f99925327f51d64b7..d4e451c6e0ed4f1f721c0ff5444240c02d079250 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 9648a93bd3356a8b1b684cf748299728a47c5358..1fa713c30b15235350ace09824a43e82d1f50fa5 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 005979c9b8a0d765c5c0d53b1486ab220132c829..0acf223d23f8fd5c0e88c77854c0b007b4a2ed25 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 999041d6563c316e577bb16a037223d9b8253169..47aff4c94a124466af6bb2697b99b02b7a97ea1b 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 187f39ae9ba9d1e08f7960d29a2e460078c068b4..8a2aa6dbe6aa04d3955b11c830f20e77b30a46e0 100755 (executable)
@@ -3,7 +3,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 7ab6b60c30b59a27444db33cd5446e4306d2765d..f65d5c6479b658e6f0fae5114a2687e01793781a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 78c9430031460949a99717b0012e400ccb02c466..dd11d5ca0972143596f5d89f443bd9d5a0ee646f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 bece7ad9d95cba60f32f1d617ed33f434d1f84ed..6c68ce414228ec2a51f6eca409eaa38a8eb52a2a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 e810f8b2b405775ff38215aeb3aa2ad38d4c402c..3b2b2563ae3ec9e0bc76c9083349db85bfc21f52 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 29b1c1ddf55b0f344831c7117ef1b2d3779ec71d..e22a530a91d3099162896f54b6cb892b80a4f250 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 feaab9ec26561e5c50fec57fdc1fe2186824bc2f..6faeecf6dbe96f8d4220767ae7e87423f5c07275 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 c4e96fca510a044b88238eba661680c679d8ea7c..5d5df96cda3e889badc2a964c202ff32df9d0c61 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
 #
 #   Loosely based on https://github.com/Nitron/pelican-alias,
 #   copyright © 2013 Christopher Williams
index cc999e9e0deccc39105acffa7cbc0310be32336a..a2ca38dff90fb824f2b7f63497ddfb22f014cfa7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 72616c8c3b7c8df83ab6437eafe52b1a231f4edf..694c32a339103542e30cbc0cfc9167703571626f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 85987a65fb6aa2a6fa66a3f4cdf423783f77b098..0efd1324a1c9c31c55797aee3a65e1637422876e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 7d74208d289492812240f2f5aa986276e659a556..fb2de77ca6d0d191c8081ab9e577023f666ab98d 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 f83ef381e3ee3ddd76fd43448619798a37587059..ef4497202ac086b8f154ef00bb5cc61a1df16ae6 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 73502697c39d4309fb7647aea08331ed7ffa72ff..9ef7249c83366a7937de44f3e6926d3ef8b9f3d2 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 7297d84578d6202bc01a423877576e93b7aaf2be..31b155cc1d50f3bca076efd95889da50345510e4 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 8bb38f15368c206cd04ee171e8344aacbce71ce4..144b4fbe27f96404096e792f9636f4555fb2c72a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 b8eb6ac9bb542dae80d224a1bd3c07ea76ab7fd3..462248395d643655647aaf7e011b83daf1f55902 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 1de1afb60c0cc0465acb99a4ec2be080d1ecaba8..e710c0b62aeee815dc821bcafce12a91cfa6c9e2 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 c32e2e805d5a980ce03e7974969fe51d44002d9e..b83a8fb17b9d11dd3dac7ef230571010be9cd229 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 4794a3215705bb884d12513bf8a5be8449f2d050..e170e595cf8020d2a649cc11817cd7593dfe560e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 1469ca7840e74e886650670dfee81b7e86457b85..06b38ba6b4046d2e7c428ae3bf77513612fd5724 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 8050b498bd5d8f883764ce3d47f0088a795b70ec..bb6fb4a6923254f39c4fcb1eb2e1b8b42d550f9a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 67f1441dd46c18713cc578e5ca0f7486a53bb182..f4e3092239b2903e65c62c5c28d510a7e73dc9bb 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 9f18135d87c7ab9341ee06beeb5b7fd35b270a4a..f773786e5b99119451de55178f68a08fad156d47 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 d563134c539b7bcba05c728bda34d629c4572c1e..ad0cb7d4a1cc7122fa3db2ec248651f388322f27 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 8b8a8d7c07c2b3bc70d88fdad92f0422464565de..e8558016a8adff8c3f97117bb0dadde6a50f1c2a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 5ba3644a76f0454c5da68739a2e2e6d992d1af83..2c9016f284d51bcc8ecbcd585a7262f06e308131 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 5820abaa250b08ba14db2a80d96737678f638672..59dcd77f0b79fe2939a6a47d1813221eb9a66bae 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 a584b59bfdc19001f8685f6a9ee611e83ddb100e..ab715b46bec721b09b7dde820d4dbb538d581bdb 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 81f9a368563a3ef56c162227cfcde831f96fbc17..fb2dfee89aa2435e3341f885a449ee44fb81a611 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 77867aba62960ffc6795a36603e9c1851ca0e11c..8fa8ea5f52e7e0be723af27de67475f7c4ae22a6 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 c93ab8ee15d834090e0718e7f49b43291ae22392..ea8c989c9d5ca5a94e6bb15d3f31c8a0a520cbe3 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 c751ee3ebc7ee90fd46d546c012b50bd0ec98d00..8dd0ea312595b79c9ed944ea1ad8f1cc0436b07a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 e893ac8f69578d4889fea0a58cf78f07a4e0d0c9..8c0f14ced57efdb6d08f66b8ce52c858a399fd06 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 b1b05c19470b7ee3be88060246d3d27031b8aecc..be3aa3a55dfd46008f5f81786be32e7c49824ec1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 bdac280822371732829599f77e4b3ccc2ac1ad35..2eb95f9f9c05b1fbe72ac54e9b0f697c928d1ac7 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 cedbbb705cea28cca33b178dcaf109dbaff492c4..dbf7fdd27f6a8cfcd9ea9715b2bcfae1f978bac4 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 56ca17fd9009a8a968bde7e6de88363fd8a1345a..942aa742146b84b24b8b70be2aa42ced1dd2cac1 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 1cbf54577c5b1693326865299c71df999cf711fd..00640dd7f4693621324f724e1ff4d94762c642c2 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 ddd0ce9c7191eb8eb233d5860f41e829d165817b..f0cf5d5c856aced3c6c0edb310804f88f3d2cabe 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 63dc102b045c748aaece3cbbc937dc105d18625a..f9d2dd16431cca02507db32a977cb00c388d8a42 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 a50c4f351ca5ba38423699593639abf626489de9..7f7bdd226628cd0f0c65dc3867905594774dbde0 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 fddd65f3733e04d362194e01eb875093f335b9d6..c7dceaad082b99cf65f722857b7d68b370f20759 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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 e501835e2fd5936bf39e28a55b22291b3a72d6fe..92814ff078690b68c3264aeefbeaab023e26b25f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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"),
@@ -124,7 +124,7 @@ M_LINKS_FOOTER4 = [('Pelican plugins', 'plugins/'),
                    ('Metadata', 'plugins/metadata/')]
 
 M_FINE_PRINT = """
-| m.css. Copyright © `Vladimír Vondruš <http://mosra.cz>`_, 2017--2018. Site
+| m.css. Copyright © `Vladimír Vondruš <http://mosra.cz>`_, 2017--2019. 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 30a309cf0fe09b21d2f1bf6ee1895466832822c0..70a43b89c3bab07e7a6787fcd5c45e0a801dab6b 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of m.css.
 #
-#   Copyright © 2017, 2018 Vladimír Vondruš <mosra@centrum.cz>
+#   Copyright © 2017, 2018, 2019 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"),