From c3cdb945a6288a058d0c1ce1191cdb942b5fa988 Mon Sep 17 00:00:00 2001 From: squidfunk 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 e828aaf93..d2414bfce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# 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/.eslintignore b/.eslintignore index 3c5608230..b6c862836 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ -# 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/.githooks/commit-msg/skip.sh b/.githooks/commit-msg/skip.sh index 3f9412a0c..bc5daf135 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 +# 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/.githooks/post-merge/install.sh b/.githooks/post-merge/install.sh index f99d0763f..1eb6bbef9 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 +# 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/.githooks/pre-commit/branch.sh b/.githooks/pre-commit/branch.sh index 72f6f1773..1662799fe 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 +# 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/.githooks/pre-commit/check.sh b/.githooks/pre-commit/check.sh index 4bba5bb16..84db09095 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 +# 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/.gitignore b/.gitignore index 667e19336..638a05f12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# 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/.stylelintignore b/.stylelintignore index 2fddb2d57..19e3c00cb 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,4 +1,4 @@ -# 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/.travis.sh b/.travis.sh index 8f5d5fcfe..98ded0ad9 100755 --- a/.travis.sh +++ b/.travis.sh @@ -1,6 +1,6 @@ #!/bin/bash -# 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/.travis.yml b/.travis.yml index a7b255003..f9f6abb13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# 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/Dockerfile b/Dockerfile index ab0af4533..ff77634e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# 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/LICENSE b/LICENSE index e28471522..1795e4ccf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -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/Makefile b/Makefile index 060f5be99..61876b086 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# 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/README.md b/README.md index 9a13ac5fa..1d6dae694 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 a0bc551fb..dc45b353a 100644 --- a/material/mkdocs_theme.yml +++ b/material/mkdocs_theme.yml @@ -1,4 +1,4 @@ -# 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/mkdocs.yml b/mkdocs.yml index 6d37236c7..1390b8c7c 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# 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 @@ -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 fc79341f3..7aa05105b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# 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/setup.py b/setup.py index b2816a043..3b2bfb36e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# 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/src/404.html b/src/404.html index 53c683195..734d20e50 100644 --- a/src/404.html +++ b/src/404.html @@ -1,5 +1,5 @@