diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
commit | 369d952c7e5df010932cf89e528b2f6e9ff08dd6 (patch) | |
tree | 0059a741e180c082e90410dcbc6387d8855032af /pylint/epylint.py | |
parent | 01345546f66dd9632a2f1e1e36cefcf7d293f9fe (diff) | |
download | pylint-git-369d952c7e5df010932cf89e528b2f6e9ff08dd6.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'pylint/epylint.py')
-rwxr-xr-x | pylint/epylint.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pylint/epylint.py b/pylint/epylint.py index 6a6561131..00e8d1908 100755 --- a/pylint/epylint.py +++ b/pylint/epylint.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 # -*- vim:fenc=utf-8:ft=python:et:sw=4:ts=4:sts=4 @@ -7,7 +8,7 @@ # Copyright (c) 2014 Manuel Vázquez Acosta <mva.led@gmail.com> # Copyright (c) 2014 Derek Harland <derek.harland@finq.co.nz> # Copyright (c) 2014 Arun Persaud <arun@nubati.net> -# Copyright (c) 2015-2017 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2019 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2015 Mihai Balint <balint.mihai@gmail.com> # Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro> # Copyright (c) 2017 hippo91 <guillaume.peillex@gmail.com> @@ -16,6 +17,9 @@ # Copyright (c) 2018 Ryan McGuire <ryan@enigmacurry.com> # Copyright (c) 2018 thernstig <30827238+thernstig@users.noreply.github.com> # Copyright (c) 2018 Radostin Stoyanov <rst0git@users.noreply.github.com> +# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> +# Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING |