diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
commit | c2e6a889e338ef488fb0656a0fb6eaadbb59e463 (patch) | |
tree | 3e17f50e83f8ad809210f64a100c5d3bf210808b /astroid/nodes.py | |
parent | de15854831d35dd332d2aded821191a4630b18ce (diff) | |
download | astroid-git-c2e6a889e338ef488fb0656a0fb6eaadbb59e463.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'astroid/nodes.py')
-rw-r--r-- | astroid/nodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/nodes.py b/astroid/nodes.py index 82f425ca..4ce4ebe2 100644 --- a/astroid/nodes.py +++ b/astroid/nodes.py @@ -1,6 +1,6 @@ # Copyright (c) 2006-2011, 2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2010 Daniel Harding <dharding@gmail.com> -# Copyright (c) 2014-2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-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> |