Docs: add 2021 as a copyright year

This commit is contained in:
Lovell Fuller 2021-01-13 18:06:28 +00:00
parent bba00c2bfe
commit 79170afc51
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ covers reporting bugs, requesting features and submitting code changes.
### Licensing ### Licensing
Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Lovell Fuller and contributors. Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Lovell Fuller and contributors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -66,7 +66,7 @@ covers reporting bugs, requesting features and submitting code changes.
### Licensing ### Licensing
Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Lovell Fuller and contributors. Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Lovell Fuller and contributors.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -38,7 +38,7 @@
"@type": "Person", "@type": "Person",
"name": "Lovell Fuller" "name": "Lovell Fuller"
}, },
"copyrightYear": [2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020], "copyrightYear": [2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021],
"license": "https://www.apache.org/licenses/LICENSE-2.0" "license": "https://www.apache.org/licenses/LICENSE-2.0"
} }
</script> </script>