diff --git a/.editorconfig b/.editorconfig index 70f2fab10..89cf80bba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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/.env b/.env index 5650971a6..74070240e 100755 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 01948c6f7..69da79e17 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a99ff018..653803283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 687bf2856..38f43d723 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 7dc94a401..b7acff70b 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 36a0b643a..935181ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 7a8232f93..17241bd2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 Martin Donath +Copyright (c) 2016-2020 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 @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. \ No newline at end of file +IN THE SOFTWARE. diff --git a/Makefile b/Makefile index cc09a74f1..fb0eaf746 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 8b00458b7..462bde72d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ you may check out squidfunk's [Amazon wish list][3]. **MIT License** -Copyright (c) 2016-2019 Martin Donath +Copyright (c) 2016-2020 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/docs/license.md b/docs/license.md index 724404251..666eb9378 100644 --- a/docs/license.md +++ b/docs/license.md @@ -2,7 +2,7 @@ **MIT License** -Copyright © 2016 - 2019 Martin Donath +Copyright © 2016 - 2020 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 2d1a05f83..0ef3b0bd9 100644 --- a/material/mkdocs_theme.yml +++ b/material/mkdocs_theme.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 22687dde2..0f988b5bb 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 - 2019 Martin Donath' +copyright: 'Copyright © 2016 - 2020 Martin Donath' # Configuration theme: diff --git a/requirements.txt b/requirements.txt index 8ceac68cb..04734ebfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 c680b7e9c..9bebd35c4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Martin Donath +# Copyright (c) 2016-2020 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 b4379e632..3ffece839 100644 --- a/src/404.html +++ b/src/404.html @@ -1,5 +1,5 @@