diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:02:19 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:02:19 +0100 |
commit | daecc59041810680708d1d099199d83331b853bd (patch) | |
tree | 58e869bc48d58b67685c488529226df8e85690e2 /tests/unittest_python3.py | |
parent | f05a518d15a89ad8c2894923a6530ea891fcc0e0 (diff) | |
download | astroid-git-daecc59041810680708d1d099199d83331b853bd.tar.gz |
New copyright notices
Diffstat (limited to 'tests/unittest_python3.py')
-rw-r--r-- | tests/unittest_python3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest_python3.py b/tests/unittest_python3.py index b1759f03..db2d233a 100644 --- a/tests/unittest_python3.py +++ b/tests/unittest_python3.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (c) 2010, 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com> -# Copyright (c) 2013-2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2013-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Google, Inc. # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2016 Jared Garst <jgarst@users.noreply.github.com> |