From f37bb76d18e79b545b1c3b5abcd542425bcabd9e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 6 Jan 2017 19:11:18 +0100 Subject: [PATCH] Update copyright --- .editorconfig | 2 +- .githooks/post-merge/npm-update.sh | 2 +- .githooks/pre-commit/lint.sh | 2 +- .gitignore | 2 +- .travis.yml | 2 +- Gulpfile.babel.js | 2 +- LICENSE | 2 +- lib/providers/jsx.js | 2 +- lib/tasks/assets/images/build/ico.js | 2 +- lib/tasks/assets/images/build/svg.js | 2 +- lib/tasks/assets/images/clean.js | 2 +- lib/tasks/assets/javascripts/build/application.js | 2 +- lib/tasks/assets/javascripts/build/modernizr.js | 2 +- lib/tasks/assets/javascripts/clean.js | 2 +- lib/tasks/assets/javascripts/lint.js | 2 +- lib/tasks/assets/stylesheets/build.js | 2 +- lib/tasks/assets/stylesheets/clean.js | 2 +- lib/tasks/assets/stylesheets/lint.js | 2 +- lib/tasks/mkdocs/build.js | 2 +- lib/tasks/mkdocs/clean.js | 2 +- lib/tasks/mkdocs/serve.js | 2 +- lib/tasks/tests/regression/selenium.js | 2 +- lib/tasks/tests/unit/watch.js | 2 +- lib/tasks/views/build.js | 2 +- lib/tasks/views/clean.js | 2 +- mkdocs.yml | 2 +- requirements.txt | 2 +- scripts/build | 2 +- scripts/clean | 2 +- scripts/lint | 2 +- scripts/start | 2 +- scripts/test | 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 +- src/assets/javascripts/components/Material/Event/MatchMedia.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 +- src/assets/javascripts/components/Material/Sidebar/Container.js | 2 +- src/assets/javascripts/components/Material/Sidebar/Position.js | 2 +- src/assets/javascripts/components/Material/Source.js | 2 +- src/assets/javascripts/components/Material/Source/Adapter.js | 2 +- .../javascripts/components/Material/Source/Adapter/Abstract.js | 2 +- .../javascripts/components/Material/Source/Adapter/GitHub.js | 2 +- .../javascripts/components/Material/Source/Repository.jsx | 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/_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/_content.scss | 2 +- src/assets/stylesheets/layout/_footer.scss | 2 +- src/assets/stylesheets/layout/_header.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/base.html | 2 +- src/main.html | 2 +- src/partials/fonts.html | 2 +- src/partials/footer.html | 2 +- src/partials/header.html | 2 +- src/partials/i18n.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/svgs.html | 2 +- src/partials/toc-item.html | 2 +- src/partials/toc.html | 2 +- 94 files changed, 94 insertions(+), 94 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6697c129e..c9c6751f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/npm-update.sh b/.githooks/post-merge/npm-update.sh index 4b4b1d1bd..3d5a50b85 100755 --- a/.githooks/post-merge/npm-update.sh +++ b/.githooks/post-merge/npm-update.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/lint.sh b/.githooks/pre-commit/lint.sh index 6061d5e41..f4440b14f 100755 --- a/.githooks/pre-commit/lint.sh +++ b/.githooks/pre-commit/lint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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 a4589e6b4..91cc6765a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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 4bc616f29..b616c0470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/Gulpfile.babel.js b/Gulpfile.babel.js index 8d6d46094..5fefcc60a 100755 --- a/Gulpfile.babel.js +++ b/Gulpfile.babel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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 a432e14c7..e28471522 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 Martin Donath +Copyright (c) 2016-2017 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/lib/providers/jsx.js b/lib/providers/jsx.js index 9e6c4aed7..371f7c8fe 100644 --- a/lib/providers/jsx.js +++ b/lib/providers/jsx.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/images/build/ico.js b/lib/tasks/assets/images/build/ico.js index 250d427b6..dac4cd9b5 100644 --- a/lib/tasks/assets/images/build/ico.js +++ b/lib/tasks/assets/images/build/ico.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/images/build/svg.js b/lib/tasks/assets/images/build/svg.js index 2569fa82c..60cef28d8 100644 --- a/lib/tasks/assets/images/build/svg.js +++ b/lib/tasks/assets/images/build/svg.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/images/clean.js b/lib/tasks/assets/images/clean.js index 969f6302c..3d9bb2ada 100644 --- a/lib/tasks/assets/images/clean.js +++ b/lib/tasks/assets/images/clean.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/javascripts/build/application.js b/lib/tasks/assets/javascripts/build/application.js index c1c5d76ae..a697c83a1 100644 --- a/lib/tasks/assets/javascripts/build/application.js +++ b/lib/tasks/assets/javascripts/build/application.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/javascripts/build/modernizr.js b/lib/tasks/assets/javascripts/build/modernizr.js index 26a69a4f5..d87097672 100644 --- a/lib/tasks/assets/javascripts/build/modernizr.js +++ b/lib/tasks/assets/javascripts/build/modernizr.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/javascripts/clean.js b/lib/tasks/assets/javascripts/clean.js index 2d9526fa8..0cbefbbfe 100644 --- a/lib/tasks/assets/javascripts/clean.js +++ b/lib/tasks/assets/javascripts/clean.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/javascripts/lint.js b/lib/tasks/assets/javascripts/lint.js index b3e38637d..ffcd5a06b 100644 --- a/lib/tasks/assets/javascripts/lint.js +++ b/lib/tasks/assets/javascripts/lint.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/stylesheets/build.js b/lib/tasks/assets/stylesheets/build.js index 92dedfa97..2f78f1843 100644 --- a/lib/tasks/assets/stylesheets/build.js +++ b/lib/tasks/assets/stylesheets/build.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/stylesheets/clean.js b/lib/tasks/assets/stylesheets/clean.js index 51506be0d..e9f41bfbb 100644 --- a/lib/tasks/assets/stylesheets/clean.js +++ b/lib/tasks/assets/stylesheets/clean.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/assets/stylesheets/lint.js b/lib/tasks/assets/stylesheets/lint.js index 76b953be1..5cdad4927 100644 --- a/lib/tasks/assets/stylesheets/lint.js +++ b/lib/tasks/assets/stylesheets/lint.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/mkdocs/build.js b/lib/tasks/mkdocs/build.js index 545f6632c..534885050 100644 --- a/lib/tasks/mkdocs/build.js +++ b/lib/tasks/mkdocs/build.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/mkdocs/clean.js b/lib/tasks/mkdocs/clean.js index c364b4881..b8444b081 100644 --- a/lib/tasks/mkdocs/clean.js +++ b/lib/tasks/mkdocs/clean.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/mkdocs/serve.js b/lib/tasks/mkdocs/serve.js index 6badfe9ea..102c2c8b9 100644 --- a/lib/tasks/mkdocs/serve.js +++ b/lib/tasks/mkdocs/serve.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/tests/regression/selenium.js b/lib/tasks/tests/regression/selenium.js index 6b58dbfb6..8c16f7df3 100644 --- a/lib/tasks/tests/regression/selenium.js +++ b/lib/tasks/tests/regression/selenium.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/tests/unit/watch.js b/lib/tasks/tests/unit/watch.js index 65f57c25f..842477e9d 100644 --- a/lib/tasks/tests/unit/watch.js +++ b/lib/tasks/tests/unit/watch.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/views/build.js b/lib/tasks/views/build.js index db2f9edbc..645512081 100644 --- a/lib/tasks/views/build.js +++ b/lib/tasks/views/build.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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/lib/tasks/views/clean.js b/lib/tasks/views/clean.js index 592fa52d2..95301e127 100644 --- a/lib/tasks/views/clean.js +++ b/lib/tasks/views/clean.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Martin Donath + * Copyright (c) 2016-2017 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 38cda60a9..50e98c480 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/requirements.txt b/requirements.txt index 290f1f02b..b1b14a966 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/scripts/build b/scripts/build index c9592f64b..f3fff3648 100755 --- a/scripts/build +++ b/scripts/build @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/scripts/clean b/scripts/clean index 0a554b8bb..1b3cb6417 100755 --- a/scripts/clean +++ b/scripts/clean @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/scripts/lint b/scripts/lint index 4b9ac7783..51c64adc0 100755 --- a/scripts/lint +++ b/scripts/lint @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/scripts/start b/scripts/start index f0f2359a4..d3e0db297 100755 --- a/scripts/start +++ b/scripts/start @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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/scripts/test b/scripts/test index 5384f50ca..e6f32df17 100755 --- a/scripts/test +++ b/scripts/test @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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 a28afae93..a2892d38d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Martin Donath +# Copyright (c) 2016-2017 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 66ca5c0f1..70bc698f7 100644 --- a/src/404.html +++ b/src/404.html @@ -1,5 +1,5 @@