From c2e6a889e338ef488fb0656a0fb6eaadbb59e463 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 27 Apr 2020 10:48:59 +0200 Subject: Add missing copyright annotations for the past releases --- astroid/brain/brain_numpy_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'astroid/brain/brain_numpy_utils.py') diff --git a/astroid/brain/brain_numpy_utils.py b/astroid/brain/brain_numpy_utils.py index c51922c3..b29d2719 100644 --- a/astroid/brain/brain_numpy_utils.py +++ b/astroid/brain/brain_numpy_utils.py @@ -1,4 +1,5 @@ -# Copyright (c) 2018-2019 hippo91 +# Copyright (c) 2019-2020 hippo91 +# Copyright (c) 2019 Claudiu Popa # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER -- cgit v1.2.1