From f9a442138c5033e1ce5324679f41b239b0f24b0b Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sun, 8 Jan 2017 13:36:05 +0300 Subject: [PATCH] Update copyright year [ci skip] --- LICENSE | 4 ++-- README.md | 2 +- docsrc/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 9cebc360..dfa3850f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 - 2016 Peter Melnichenko +Copyright (c) 2014 - 2017 Peter Melnichenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 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 +SOFTWARE. diff --git a/README.md b/README.md index acbc6fb9..e8e3b76d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ After the Luacheck repo is cloned and changes are made, run `luarocks make` (opt ``` The MIT License (MIT) -Copyright (c) 2014 - 2016 Peter Melnichenko +Copyright (c) 2014 - 2017 Peter Melnichenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docsrc/conf.py b/docsrc/conf.py index 45d39db1..7d62705b 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = u'luacheck' -copyright = u'2014 - 2016, Peter Melnichenko' +copyright = u'2014 - 2017, Peter Melnichenko' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the