From c3cdb945a6288a058d0c1ce1191cdb942b5fa988 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Sat, 13 Jan 2018 17:31:58 +0100 Subject: [PATCH] Updated copyright notice --- .editorconfig | 2 +- .eslintignore | 2 +- .githooks/commit-msg/skip.sh | 2 +- .githooks/post-merge/install.sh | 2 +- .githooks/pre-commit/branch.sh | 2 +- .githooks/pre-commit/check.sh | 2 +- .gitignore | 2 +- .stylelintignore | 2 +- .travis.sh | 2 +- .travis.yml | 2 +- Dockerfile | 2 +- LICENSE | 2 +- Makefile | 2 +- README.md | 2 +- material/mkdocs_theme.yml | 2 +- mkdocs.yml | 4 ++-- requirements.txt | 2 +- setup.py | 2 +- src/404.html | 2 +- src/assets/javascripts/application.js | 2 +- src/assets/javascripts/components/Material.js | 2 +- src/assets/javascripts/components/Material/Event.js | 2 +- src/assets/javascripts/components/Material/Event/Listener.js | 2 +- .../javascripts/components/Material/Event/MatchMedia.js | 2 +- src/assets/javascripts/components/Material/Header.js | 2 +- src/assets/javascripts/components/Material/Header/Shadow.js | 2 +- src/assets/javascripts/components/Material/Header/Title.js | 2 +- src/assets/javascripts/components/Material/Nav.js | 2 +- src/assets/javascripts/components/Material/Nav/Blur.js | 2 +- src/assets/javascripts/components/Material/Nav/Collapse.js | 2 +- src/assets/javascripts/components/Material/Nav/Scrolling.js | 2 +- src/assets/javascripts/components/Material/Search.js | 2 +- src/assets/javascripts/components/Material/Search/Lock.js | 2 +- src/assets/javascripts/components/Material/Search/Result.jsx | 2 +- src/assets/javascripts/components/Material/Sidebar.js | 2 +- .../javascripts/components/Material/Sidebar/Position.js | 2 +- src/assets/javascripts/components/Material/Source.js | 2 +- src/assets/javascripts/components/Material/Source/Adapter.js | 2 +- .../components/Material/Source/Adapter/Abstract.js | 2 +- .../javascripts/components/Material/Source/Adapter/GitHub.js | 2 +- .../javascripts/components/Material/Source/Repository.jsx | 2 +- src/assets/javascripts/components/Material/Tabs.js | 2 +- src/assets/javascripts/components/Material/Tabs/Toggle.js | 2 +- src/assets/javascripts/modernizr.js | 2 +- src/assets/javascripts/providers/jsx.js | 2 +- src/assets/stylesheets/_config.scss | 2 +- src/assets/stylesheets/_shame.scss | 2 +- src/assets/stylesheets/application-palette.scss | 2 +- src/assets/stylesheets/application.scss | 2 +- src/assets/stylesheets/base/_icons.scss | 2 +- src/assets/stylesheets/base/_reset.scss | 2 +- src/assets/stylesheets/base/_typeset.scss | 2 +- src/assets/stylesheets/extensions/_admonition.scss | 2 +- src/assets/stylesheets/extensions/_codehilite.scss | 2 +- src/assets/stylesheets/extensions/_footnotes.scss | 2 +- src/assets/stylesheets/extensions/_permalinks.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_arithmatex.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_critic.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_details.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_emoji.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_inlinehilite.scss | 2 +- src/assets/stylesheets/extensions/pymdown/_tasklist.scss | 2 +- src/assets/stylesheets/helpers/_break.scss | 2 +- src/assets/stylesheets/helpers/_px2em.scss | 2 +- src/assets/stylesheets/layout/_base.scss | 2 +- src/assets/stylesheets/layout/_clipboard.scss | 2 +- src/assets/stylesheets/layout/_content.scss | 2 +- src/assets/stylesheets/layout/_footer.scss | 2 +- src/assets/stylesheets/layout/_header.scss | 2 +- src/assets/stylesheets/layout/_hero.scss | 2 +- src/assets/stylesheets/layout/_nav.scss | 2 +- src/assets/stylesheets/layout/_search.scss | 2 +- src/assets/stylesheets/layout/_sidebar.scss | 2 +- src/assets/stylesheets/layout/_source.scss | 2 +- src/assets/stylesheets/layout/_tabs.scss | 2 +- src/base.html | 2 +- src/main.html | 2 +- src/mkdocs_theme.yml | 2 +- src/partials/footer.html | 2 +- src/partials/header.html | 2 +- src/partials/hero.html | 2 +- src/partials/integrations/analytics.html | 2 +- src/partials/integrations/disqus.html | 2 +- src/partials/language.html | 2 +- src/partials/language/da.html | 2 +- src/partials/language/de.html | 2 +- src/partials/language/en.html | 2 +- src/partials/language/es.html | 2 +- src/partials/language/fr.html | 2 +- src/partials/language/it.html | 2 +- src/partials/language/ja.html | 2 +- src/partials/language/kr.html | 2 +- src/partials/language/nl.html | 2 +- src/partials/language/no.html | 2 +- src/partials/language/pl.html | 2 +- src/partials/language/pt.html | 2 +- src/partials/language/ru.html | 2 +- src/partials/language/sv.html | 2 +- src/partials/language/tr.html | 2 +- src/partials/language/zh-Hant.html | 2 +- src/partials/language/zh.html | 2 +- src/partials/nav-item.html | 2 +- src/partials/nav.html | 2 +- src/partials/search.html | 2 +- src/partials/social.html | 2 +- src/partials/source.html | 2 +- src/partials/tabs-item.html | 2 +- src/partials/tabs.html | 2 +- src/partials/toc-item.html | 2 +- src/partials/toc.html | 2 +- webpack.config.js | 2 +- 111 files changed, 112 insertions(+), 112 deletions(-) diff --git a/.editorconfig b/.editorconfig index e828aaf9..d2414bfc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.eslintignore b/.eslintignore index 3c560823..b6c86283 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.githooks/commit-msg/skip.sh b/.githooks/commit-msg/skip.sh index 3f9412a0..bc5daf13 100755 --- a/.githooks/commit-msg/skip.sh +++ b/.githooks/commit-msg/skip.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.githooks/post-merge/install.sh b/.githooks/post-merge/install.sh index f99d0763..1eb6bbef 100755 --- a/.githooks/post-merge/install.sh +++ b/.githooks/post-merge/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.githooks/pre-commit/branch.sh b/.githooks/pre-commit/branch.sh index 72f6f177..1662799f 100755 --- a/.githooks/pre-commit/branch.sh +++ b/.githooks/pre-commit/branch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.githooks/pre-commit/check.sh b/.githooks/pre-commit/check.sh index 4bba5bb1..84db0909 100755 --- a/.githooks/pre-commit/check.sh +++ b/.githooks/pre-commit/check.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.gitignore b/.gitignore index 667e1933..638a05f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.stylelintignore b/.stylelintignore index 2fddb2d5..19e3c00c 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.travis.sh b/.travis.sh index 8f5d5fcf..98ded0ad 100755 --- a/.travis.sh +++ b/.travis.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/.travis.yml b/.travis.yml index a7b25500..f9f6abb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/Dockerfile b/Dockerfile index ab0af453..ff77634e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/LICENSE b/LICENSE index e2847152..1795e4cc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/Makefile b/Makefile index 060f5be9..61876b08 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/README.md b/README.md index 9a13ac5f..1d6dae69 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ https://squidfunk.github.io/mkdocs-material/ **MIT License** -Copyright (c) 2016-2017 Martin Donath +Copyright (c) 2016-2018 Martin Donath Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/material/mkdocs_theme.yml b/material/mkdocs_theme.yml index a0bc551f..dc45b353 100644 --- a/material/mkdocs_theme.yml +++ b/material/mkdocs_theme.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/mkdocs.yml b/mkdocs.yml index 6d37236c..1390b8c7 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to @@ -30,7 +30,7 @@ repo_url: https://github.com/squidfunk/mkdocs-material edit_uri: "" # Copyright -copyright: 'Copyright © 2016 - 2017 Martin Donath' +copyright: 'Copyright © 2016 - 2018 Martin Donath' # Configuration theme: diff --git a/requirements.txt b/requirements.txt index fc79341f..7aa05105 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/setup.py b/setup.py index b2816a04..3b2bfb36 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/404.html b/src/404.html index 53c68319..734d20e5 100644 --- a/src/404.html +++ b/src/404.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/application.js b/src/assets/javascripts/application.js index 5e865f64..fa21c087 100644 --- a/src/assets/javascripts/application.js +++ b/src/assets/javascripts/application.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material.js b/src/assets/javascripts/components/Material.js index 54683983..c2413800 100644 --- a/src/assets/javascripts/components/Material.js +++ b/src/assets/javascripts/components/Material.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Event.js b/src/assets/javascripts/components/Material/Event.js index 7a088c6a..590abce1 100644 --- a/src/assets/javascripts/components/Material/Event.js +++ b/src/assets/javascripts/components/Material/Event.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Event/Listener.js b/src/assets/javascripts/components/Material/Event/Listener.js index 95992b49..942f8a6c 100644 --- a/src/assets/javascripts/components/Material/Event/Listener.js +++ b/src/assets/javascripts/components/Material/Event/Listener.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Event/MatchMedia.js b/src/assets/javascripts/components/Material/Event/MatchMedia.js index f230bd63..20558717 100644 --- a/src/assets/javascripts/components/Material/Event/MatchMedia.js +++ b/src/assets/javascripts/components/Material/Event/MatchMedia.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Header.js b/src/assets/javascripts/components/Material/Header.js index 94248cbd..2a616326 100644 --- a/src/assets/javascripts/components/Material/Header.js +++ b/src/assets/javascripts/components/Material/Header.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Header/Shadow.js b/src/assets/javascripts/components/Material/Header/Shadow.js index 47558639..1626875c 100644 --- a/src/assets/javascripts/components/Material/Header/Shadow.js +++ b/src/assets/javascripts/components/Material/Header/Shadow.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Header/Title.js b/src/assets/javascripts/components/Material/Header/Title.js index 345995fc..f6f60063 100644 --- a/src/assets/javascripts/components/Material/Header/Title.js +++ b/src/assets/javascripts/components/Material/Header/Title.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Nav.js b/src/assets/javascripts/components/Material/Nav.js index 2bad97d8..f8dfb6ae 100644 --- a/src/assets/javascripts/components/Material/Nav.js +++ b/src/assets/javascripts/components/Material/Nav.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Nav/Blur.js b/src/assets/javascripts/components/Material/Nav/Blur.js index c226168d..71adff04 100644 --- a/src/assets/javascripts/components/Material/Nav/Blur.js +++ b/src/assets/javascripts/components/Material/Nav/Blur.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Nav/Collapse.js b/src/assets/javascripts/components/Material/Nav/Collapse.js index ca02e1ad..b88c0e8a 100644 --- a/src/assets/javascripts/components/Material/Nav/Collapse.js +++ b/src/assets/javascripts/components/Material/Nav/Collapse.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Nav/Scrolling.js b/src/assets/javascripts/components/Material/Nav/Scrolling.js index b8b98fc0..6f351794 100644 --- a/src/assets/javascripts/components/Material/Nav/Scrolling.js +++ b/src/assets/javascripts/components/Material/Nav/Scrolling.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Search.js b/src/assets/javascripts/components/Material/Search.js index 57cd4469..2fdf779a 100644 --- a/src/assets/javascripts/components/Material/Search.js +++ b/src/assets/javascripts/components/Material/Search.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Search/Lock.js b/src/assets/javascripts/components/Material/Search/Lock.js index 3c0fe2b7..05f2a80e 100644 --- a/src/assets/javascripts/components/Material/Search/Lock.js +++ b/src/assets/javascripts/components/Material/Search/Lock.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Search/Result.jsx b/src/assets/javascripts/components/Material/Search/Result.jsx index 0208633a..766fc1fd 100644 --- a/src/assets/javascripts/components/Material/Search/Result.jsx +++ b/src/assets/javascripts/components/Material/Search/Result.jsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Sidebar.js b/src/assets/javascripts/components/Material/Sidebar.js index 8adfa7b7..97d7f742 100644 --- a/src/assets/javascripts/components/Material/Sidebar.js +++ b/src/assets/javascripts/components/Material/Sidebar.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Sidebar/Position.js b/src/assets/javascripts/components/Material/Sidebar/Position.js index f047a8a9..4998eae3 100644 --- a/src/assets/javascripts/components/Material/Sidebar/Position.js +++ b/src/assets/javascripts/components/Material/Sidebar/Position.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Source.js b/src/assets/javascripts/components/Material/Source.js index f26e7ad8..7d3d668b 100644 --- a/src/assets/javascripts/components/Material/Source.js +++ b/src/assets/javascripts/components/Material/Source.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Source/Adapter.js b/src/assets/javascripts/components/Material/Source/Adapter.js index 45bd8efc..1df0b743 100644 --- a/src/assets/javascripts/components/Material/Source/Adapter.js +++ b/src/assets/javascripts/components/Material/Source/Adapter.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Source/Adapter/Abstract.js b/src/assets/javascripts/components/Material/Source/Adapter/Abstract.js index 642b2c5c..2e080ba2 100644 --- a/src/assets/javascripts/components/Material/Source/Adapter/Abstract.js +++ b/src/assets/javascripts/components/Material/Source/Adapter/Abstract.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js b/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js index b6b9b38d..b7f42702 100644 --- a/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js +++ b/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Source/Repository.jsx b/src/assets/javascripts/components/Material/Source/Repository.jsx index 28d9bc64..192b7d8a 100644 --- a/src/assets/javascripts/components/Material/Source/Repository.jsx +++ b/src/assets/javascripts/components/Material/Source/Repository.jsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Tabs.js b/src/assets/javascripts/components/Material/Tabs.js index 91be918d..e5328451 100644 --- a/src/assets/javascripts/components/Material/Tabs.js +++ b/src/assets/javascripts/components/Material/Tabs.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/components/Material/Tabs/Toggle.js b/src/assets/javascripts/components/Material/Tabs/Toggle.js index 25ae1832..d31defac 100644 --- a/src/assets/javascripts/components/Material/Tabs/Toggle.js +++ b/src/assets/javascripts/components/Material/Tabs/Toggle.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/modernizr.js b/src/assets/javascripts/modernizr.js index 3bca42fd..b49a93c1 100644 --- a/src/assets/javascripts/modernizr.js +++ b/src/assets/javascripts/modernizr.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/javascripts/providers/jsx.js b/src/assets/javascripts/providers/jsx.js index 17088925..1693baf7 100644 --- a/src/assets/javascripts/providers/jsx.js +++ b/src/assets/javascripts/providers/jsx.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/assets/stylesheets/_config.scss b/src/assets/stylesheets/_config.scss index 38240449..8a612f7e 100644 --- a/src/assets/stylesheets/_config.scss +++ b/src/assets/stylesheets/_config.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/_shame.scss b/src/assets/stylesheets/_shame.scss index 0add3bad..31326ac5 100644 --- a/src/assets/stylesheets/_shame.scss +++ b/src/assets/stylesheets/_shame.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/application-palette.scss b/src/assets/stylesheets/application-palette.scss index dcbeeae7..48af85de 100644 --- a/src/assets/stylesheets/application-palette.scss +++ b/src/assets/stylesheets/application-palette.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/application.scss b/src/assets/stylesheets/application.scss index 2b73b610..92e26d85 100644 --- a/src/assets/stylesheets/application.scss +++ b/src/assets/stylesheets/application.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/base/_icons.scss b/src/assets/stylesheets/base/_icons.scss index 0b4c3de0..aaf4e9e1 100644 --- a/src/assets/stylesheets/base/_icons.scss +++ b/src/assets/stylesheets/base/_icons.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/base/_reset.scss b/src/assets/stylesheets/base/_reset.scss index 98a5f3ef..7cd2208b 100644 --- a/src/assets/stylesheets/base/_reset.scss +++ b/src/assets/stylesheets/base/_reset.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/base/_typeset.scss b/src/assets/stylesheets/base/_typeset.scss index 9b8128d0..2e89c8a5 100644 --- a/src/assets/stylesheets/base/_typeset.scss +++ b/src/assets/stylesheets/base/_typeset.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/_admonition.scss b/src/assets/stylesheets/extensions/_admonition.scss index 240d5ed4..7dfeeccd 100644 --- a/src/assets/stylesheets/extensions/_admonition.scss +++ b/src/assets/stylesheets/extensions/_admonition.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/_codehilite.scss b/src/assets/stylesheets/extensions/_codehilite.scss index ff0c9d7d..f6e14fec 100644 --- a/src/assets/stylesheets/extensions/_codehilite.scss +++ b/src/assets/stylesheets/extensions/_codehilite.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/_footnotes.scss b/src/assets/stylesheets/extensions/_footnotes.scss index 57135a52..6b6518df 100644 --- a/src/assets/stylesheets/extensions/_footnotes.scss +++ b/src/assets/stylesheets/extensions/_footnotes.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/_permalinks.scss b/src/assets/stylesheets/extensions/_permalinks.scss index dabcff56..1a979971 100644 --- a/src/assets/stylesheets/extensions/_permalinks.scss +++ b/src/assets/stylesheets/extensions/_permalinks.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_arithmatex.scss b/src/assets/stylesheets/extensions/pymdown/_arithmatex.scss index 76f213c6..2ad22cbe 100644 --- a/src/assets/stylesheets/extensions/pymdown/_arithmatex.scss +++ b/src/assets/stylesheets/extensions/pymdown/_arithmatex.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_critic.scss b/src/assets/stylesheets/extensions/pymdown/_critic.scss index 83e2c394..4aba7ebf 100644 --- a/src/assets/stylesheets/extensions/pymdown/_critic.scss +++ b/src/assets/stylesheets/extensions/pymdown/_critic.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_details.scss b/src/assets/stylesheets/extensions/pymdown/_details.scss index 17877826..5f38b82b 100644 --- a/src/assets/stylesheets/extensions/pymdown/_details.scss +++ b/src/assets/stylesheets/extensions/pymdown/_details.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_emoji.scss b/src/assets/stylesheets/extensions/pymdown/_emoji.scss index 85ec8c6e..f2cd14ab 100644 --- a/src/assets/stylesheets/extensions/pymdown/_emoji.scss +++ b/src/assets/stylesheets/extensions/pymdown/_emoji.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_inlinehilite.scss b/src/assets/stylesheets/extensions/pymdown/_inlinehilite.scss index adda8f0e..3f2d236e 100644 --- a/src/assets/stylesheets/extensions/pymdown/_inlinehilite.scss +++ b/src/assets/stylesheets/extensions/pymdown/_inlinehilite.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/extensions/pymdown/_tasklist.scss b/src/assets/stylesheets/extensions/pymdown/_tasklist.scss index 2002ce92..be6ae8f4 100644 --- a/src/assets/stylesheets/extensions/pymdown/_tasklist.scss +++ b/src/assets/stylesheets/extensions/pymdown/_tasklist.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/helpers/_break.scss b/src/assets/stylesheets/helpers/_break.scss index 1de8b967..eee7aa32 100644 --- a/src/assets/stylesheets/helpers/_break.scss +++ b/src/assets/stylesheets/helpers/_break.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/helpers/_px2em.scss b/src/assets/stylesheets/helpers/_px2em.scss index a131caa4..2ca50e11 100644 --- a/src/assets/stylesheets/helpers/_px2em.scss +++ b/src/assets/stylesheets/helpers/_px2em.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_base.scss b/src/assets/stylesheets/layout/_base.scss index ecba4358..189a702c 100644 --- a/src/assets/stylesheets/layout/_base.scss +++ b/src/assets/stylesheets/layout/_base.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_clipboard.scss b/src/assets/stylesheets/layout/_clipboard.scss index 0df3ef9b..c2d84f38 100644 --- a/src/assets/stylesheets/layout/_clipboard.scss +++ b/src/assets/stylesheets/layout/_clipboard.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_content.scss b/src/assets/stylesheets/layout/_content.scss index cd0c4888..61e9fb8e 100644 --- a/src/assets/stylesheets/layout/_content.scss +++ b/src/assets/stylesheets/layout/_content.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_footer.scss b/src/assets/stylesheets/layout/_footer.scss index acf81166..2446d81f 100644 --- a/src/assets/stylesheets/layout/_footer.scss +++ b/src/assets/stylesheets/layout/_footer.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_header.scss b/src/assets/stylesheets/layout/_header.scss index b5b5ea78..79333359 100644 --- a/src/assets/stylesheets/layout/_header.scss +++ b/src/assets/stylesheets/layout/_header.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_hero.scss b/src/assets/stylesheets/layout/_hero.scss index 5562911d..d8d588b5 100644 --- a/src/assets/stylesheets/layout/_hero.scss +++ b/src/assets/stylesheets/layout/_hero.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_nav.scss b/src/assets/stylesheets/layout/_nav.scss index 09833836..0d3f5f5d 100644 --- a/src/assets/stylesheets/layout/_nav.scss +++ b/src/assets/stylesheets/layout/_nav.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_search.scss b/src/assets/stylesheets/layout/_search.scss index 1f16afd4..c23820d5 100644 --- a/src/assets/stylesheets/layout/_search.scss +++ b/src/assets/stylesheets/layout/_search.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_sidebar.scss b/src/assets/stylesheets/layout/_sidebar.scss index 2b3509ee..262323e6 100644 --- a/src/assets/stylesheets/layout/_sidebar.scss +++ b/src/assets/stylesheets/layout/_sidebar.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_source.scss b/src/assets/stylesheets/layout/_source.scss index 62c2ff25..91ef7ca8 100644 --- a/src/assets/stylesheets/layout/_source.scss +++ b/src/assets/stylesheets/layout/_source.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/assets/stylesheets/layout/_tabs.scss b/src/assets/stylesheets/layout/_tabs.scss index 636775b5..036b524c 100644 --- a/src/assets/stylesheets/layout/_tabs.scss +++ b/src/assets/stylesheets/layout/_tabs.scss @@ -1,5 +1,5 @@ //// -/// Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +/// Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), diff --git a/src/base.html b/src/base.html index 891fb214..89034efb 100644 --- a/src/base.html +++ b/src/base.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/main.html b/src/main.html index 7312ae07..588cdc78 100644 --- a/src/main.html +++ b/src/main.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/mkdocs_theme.yml b/src/mkdocs_theme.yml index a0bc551f..dc45b353 100644 --- a/src/mkdocs_theme.yml +++ b/src/mkdocs_theme.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> +# Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/partials/footer.html b/src/partials/footer.html index 0ad93ae3..ce988ba1 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/header.html b/src/partials/header.html index b8dd834b..48a645a4 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/hero.html b/src/partials/hero.html index eecf4f0b..32971f36 100644 --- a/src/partials/hero.html +++ b/src/partials/hero.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/integrations/analytics.html b/src/partials/integrations/analytics.html index 7ecd044a..29d4f0d7 100644 --- a/src/partials/integrations/analytics.html +++ b/src/partials/integrations/analytics.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/integrations/disqus.html b/src/partials/integrations/disqus.html index c3072c9d..f8a458e2 100644 --- a/src/partials/integrations/disqus.html +++ b/src/partials/integrations/disqus.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language.html b/src/partials/language.html index a1be3b81..ca37268c 100644 --- a/src/partials/language.html +++ b/src/partials/language.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/da.html b/src/partials/language/da.html index ecce0bb1..04729478 100644 --- a/src/partials/language/da.html +++ b/src/partials/language/da.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/de.html b/src/partials/language/de.html index b3adff57..73284298 100644 --- a/src/partials/language/de.html +++ b/src/partials/language/de.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/en.html b/src/partials/language/en.html index 283760a7..8fc7881e 100644 --- a/src/partials/language/en.html +++ b/src/partials/language/en.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/es.html b/src/partials/language/es.html index e305cce8..f4a842cd 100644 --- a/src/partials/language/es.html +++ b/src/partials/language/es.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/fr.html b/src/partials/language/fr.html index 8c135eb7..c201d2f2 100644 --- a/src/partials/language/fr.html +++ b/src/partials/language/fr.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/it.html b/src/partials/language/it.html index 9e5a569e..9bf1ca9e 100644 --- a/src/partials/language/it.html +++ b/src/partials/language/it.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/ja.html b/src/partials/language/ja.html index 21a26f94..69dd4476 100644 --- a/src/partials/language/ja.html +++ b/src/partials/language/ja.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/kr.html b/src/partials/language/kr.html index b449cd5f..8c0ef053 100644 --- a/src/partials/language/kr.html +++ b/src/partials/language/kr.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/nl.html b/src/partials/language/nl.html index 5604b317..6a28d708 100644 --- a/src/partials/language/nl.html +++ b/src/partials/language/nl.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/no.html b/src/partials/language/no.html index 75d4c91f..807d8e02 100644 --- a/src/partials/language/no.html +++ b/src/partials/language/no.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/pl.html b/src/partials/language/pl.html index 5039b2fc..91775ff5 100755 --- a/src/partials/language/pl.html +++ b/src/partials/language/pl.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/pt.html b/src/partials/language/pt.html index ac6818f7..9f2db5cb 100644 --- a/src/partials/language/pt.html +++ b/src/partials/language/pt.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/ru.html b/src/partials/language/ru.html index 15410ca4..f7d045b8 100644 --- a/src/partials/language/ru.html +++ b/src/partials/language/ru.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/sv.html b/src/partials/language/sv.html index 07d8d7b3..178b3fe0 100644 --- a/src/partials/language/sv.html +++ b/src/partials/language/sv.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/tr.html b/src/partials/language/tr.html index 93dd2c42..cb2f2f54 100644 --- a/src/partials/language/tr.html +++ b/src/partials/language/tr.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/zh-Hant.html b/src/partials/language/zh-Hant.html index 72be7f20..ff60647e 100644 --- a/src/partials/language/zh-Hant.html +++ b/src/partials/language/zh-Hant.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/language/zh.html b/src/partials/language/zh.html index a1f547ef..99626cf0 100644 --- a/src/partials/language/zh.html +++ b/src/partials/language/zh.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/nav-item.html b/src/partials/nav-item.html index 07f6eee0..cc60f02d 100644 --- a/src/partials/nav-item.html +++ b/src/partials/nav-item.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/nav.html b/src/partials/nav.html index c5937f07..4faf2079 100644 --- a/src/partials/nav.html +++ b/src/partials/nav.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/search.html b/src/partials/search.html index 5dfbfda6..1649882f 100644 --- a/src/partials/search.html +++ b/src/partials/search.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/social.html b/src/partials/social.html index c572289a..67a4b517 100644 --- a/src/partials/social.html +++ b/src/partials/social.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/source.html b/src/partials/source.html index 11a89e02..5f2071aa 100644 --- a/src/partials/source.html +++ b/src/partials/source.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/tabs-item.html b/src/partials/tabs-item.html index 60759edd..1f6c5d39 100644 --- a/src/partials/tabs-item.html +++ b/src/partials/tabs-item.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/tabs.html b/src/partials/tabs.html index 8efd7949..aeddfa54 100644 --- a/src/partials/tabs.html +++ b/src/partials/tabs.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/toc-item.html b/src/partials/toc-item.html index 76c5ab7f..53d7a76b 100644 --- a/src/partials/toc-item.html +++ b/src/partials/toc-item.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/partials/toc.html b/src/partials/toc.html index b3632db4..5a37edf1 100644 --- a/src/partials/toc.html +++ b/src/partials/toc.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/webpack.config.js b/webpack.config.js index 24bab3e3..03427302 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Martin Donath <martin.donath@squidfunk.com> + * Copyright (c) 2016-2018 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to -- GitLab