diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittest_brain.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_fromnumeric.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_function_base.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_multiarray.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_numeric.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_numerictypes.py | 2 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_core_umath.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_ndarray.py | 1 | ||||
-rw-r--r-- | tests/unittest_brain_numpy_random_mtrand.py | 1 | ||||
-rw-r--r-- | tests/unittest_builder.py | 1 | ||||
-rw-r--r-- | tests/unittest_inference.py | 1 | ||||
-rw-r--r-- | tests/unittest_manager.py | 1 | ||||
-rw-r--r-- | tests/unittest_modutils.py | 1 | ||||
-rw-r--r-- | tests/unittest_object_model.py | 1 | ||||
-rw-r--r-- | tests/unittest_protocols.py | 1 | ||||
-rw-r--r-- | tests/unittest_python3.py | 1 | ||||
-rw-r--r-- | tests/unittest_scoped_nodes.py | 1 |
17 files changed, 1 insertions, 17 deletions
diff --git a/tests/unittest_brain.py b/tests/unittest_brain.py index cc6a46da..f3e5b61e 100644 --- a/tests/unittest_brain.py +++ b/tests/unittest_brain.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2013-2014 Google, Inc. # Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> diff --git a/tests/unittest_brain_numpy_core_fromnumeric.py b/tests/unittest_brain_numpy_core_fromnumeric.py index 268c120f..cfec2ecb 100644 --- a/tests/unittest_brain_numpy_core_fromnumeric.py +++ b/tests/unittest_brain_numpy_core_fromnumeric.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_brain_numpy_core_function_base.py b/tests/unittest_brain_numpy_core_function_base.py index 1926399f..bb9dc346 100644 --- a/tests/unittest_brain_numpy_core_function_base.py +++ b/tests/unittest_brain_numpy_core_function_base.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_brain_numpy_core_multiarray.py b/tests/unittest_brain_numpy_core_multiarray.py index b8deccd0..6df793fe 100644 --- a/tests/unittest_brain_numpy_core_multiarray.py +++ b/tests/unittest_brain_numpy_core_multiarray.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_brain_numpy_core_numeric.py b/tests/unittest_brain_numpy_core_numeric.py index 41ca8a80..8742f641 100644 --- a/tests/unittest_brain_numpy_core_numeric.py +++ b/tests/unittest_brain_numpy_core_numeric.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_brain_numpy_core_numerictypes.py b/tests/unittest_brain_numpy_core_numerictypes.py index 056dd2b7..286d5774 100644 --- a/tests/unittest_brain_numpy_core_numerictypes.py +++ b/tests/unittest_brain_numpy_core_numerictypes.py @@ -1,4 +1,4 @@ -# -*- encoding=utf-8 -*- +# Copyright (c) 2017-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2017-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2017-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> diff --git a/tests/unittest_brain_numpy_core_umath.py b/tests/unittest_brain_numpy_core_umath.py index f384ea25..3d550c97 100644 --- a/tests/unittest_brain_numpy_core_umath.py +++ b/tests/unittest_brain_numpy_core_umath.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_brain_numpy_ndarray.py b/tests/unittest_brain_numpy_ndarray.py index e53ce540..3e1365eb 100644 --- a/tests/unittest_brain_numpy_ndarray.py +++ b/tests/unittest_brain_numpy_ndarray.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2017-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2017-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> diff --git a/tests/unittest_brain_numpy_random_mtrand.py b/tests/unittest_brain_numpy_random_mtrand.py index 0ef325b3..7d1a0ae3 100644 --- a/tests/unittest_brain_numpy_random_mtrand.py +++ b/tests/unittest_brain_numpy_random_mtrand.py @@ -1,4 +1,3 @@ -# -*- encoding=utf-8 -*- # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_builder.py b/tests/unittest_builder.py index 0eed62f9..f1f74b68 100644 --- a/tests/unittest_builder.py +++ b/tests/unittest_builder.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014-2015 Google, Inc. diff --git a/tests/unittest_inference.py b/tests/unittest_inference.py index 55bbe9e3..bf97b3e3 100644 --- a/tests/unittest_inference.py +++ b/tests/unittest_inference.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2006-2015 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2007 Marien Zwart <marienz@gentoo.org> # Copyright (c) 2013-2014 Google, Inc. diff --git a/tests/unittest_manager.py b/tests/unittest_manager.py index 8c3c24fc..740a9a1f 100644 --- a/tests/unittest_manager.py +++ b/tests/unittest_manager.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2006, 2009-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2013 AndroWiiid <androwiiid@gmail.com> # Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_modutils.py b/tests/unittest_modutils.py index 765af75a..8bfc8dba 100644 --- a/tests/unittest_modutils.py +++ b/tests/unittest_modutils.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2014-2016, 2018-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Google, Inc. # Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> diff --git a/tests/unittest_object_model.py b/tests/unittest_object_model.py index 5c2eae1c..60848dea 100644 --- a/tests/unittest_object_model.py +++ b/tests/unittest_object_model.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2016-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2017 Ćukasz Rogalski <rogalski.91@gmail.com> diff --git a/tests/unittest_protocols.py b/tests/unittest_protocols.py index 293e634a..60d9b33c 100644 --- a/tests/unittest_protocols.py +++ b/tests/unittest_protocols.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2015-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net> diff --git a/tests/unittest_python3.py b/tests/unittest_python3.py index 8d6eb7bf..4bcf4819 100644 --- a/tests/unittest_python3.py +++ b/tests/unittest_python3.py @@ -1,4 +1,3 @@ -# -*- 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, 2020 Claudiu Popa <pcmanticore@gmail.com> diff --git a/tests/unittest_scoped_nodes.py b/tests/unittest_scoped_nodes.py index 40de0af7..10229349 100644 --- a/tests/unittest_scoped_nodes.py +++ b/tests/unittest_scoped_nodes.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2011, 2013-2015 Google, Inc. # Copyright (c) 2013-2020 Claudiu Popa <pcmanticore@gmail.com> |