mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated copyright year (#1449)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
2
.env
2
.env
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
4
LICENSE
4
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
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
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
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
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
IN THE SOFTWARE.
|
IN THE SOFTWARE.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ you may check out squidfunk's [Amazon wish list][3].
|
|||||||
|
|
||||||
**MIT License**
|
**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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**MIT License**
|
**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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
@@ -30,7 +30,7 @@ repo_url: https://github.com/squidfunk/mkdocs-material
|
|||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: 'Copyright © 2016 - 2019 Martin Donath'
|
copyright: 'Copyright © 2016 - 2020 Martin Donath'
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
* Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to
|
* of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
////
|
////
|
||||||
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
///
|
///
|
||||||
/// Permission is hereby granted, free of charge, to any person obtaining a
|
/// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
/// copy of this software and associated documentation files (the "Software"),
|
/// copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
# Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to
|
# of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user