Skip to content

Commit 79fdc32

Browse files
Update copyright notice for 2.5.7
1 parent 408de00 commit 79fdc32

32 files changed

+57
-18
lines changed

.copyrite_aliases

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,12 @@
7171
],
7272
"authoritative_mail": "[email protected]",
7373
"name": "Ville Skyttä"
74+
},
75+
{
76+
"mails": [
77+
"66853113+pre-commit-ci[bot]@users.noreply.github.com"
78+
],
79+
"authoritative_mail": "[email protected]",
80+
"name": "pre-commit-ci[bot]"
7481
}
7582
]

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Release Date: TBA
88

99
What's New in astroid 2.5.7?
1010
============================
11-
Release Date: TBA
11+
Release Date: 2021-05-09
1212

1313
* Fix six.with_metaclass transformation so it doesn't break user defined transformations.
1414

astroid/as_string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Copyright (c) 2018 Nick Drozd <[email protected]>
1414
# Copyright (c) 2019 Alex Hall <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16+
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
1617
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1718
# Copyright (c) 2021 Marc Mueller <[email protected]>
1819

astroid/bases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Copyright (c) 2018 Nick Drozd <[email protected]>
1414
# Copyright (c) 2018 Daniel Colascione <[email protected]>
1515
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
16+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
1617
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1718

1819
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/brain/brain_namedtuple_enum.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
# Copyright (c) 2019 Ashley Whetter <[email protected]>
1515
# Copyright (c) 2020 hippo91 <[email protected]>
1616
# Copyright (c) 2020 Ram Rachum <[email protected]>
17-
# Copyright (c) 2021 Marc Mueller <[email protected]>
17+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
18+
# Copyright (c) 2021 pre-commit-ci[bot] <[email protected]>
1819
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
20+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1921

2022
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2123
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE

astroid/brain/brain_numpy_core_function_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2019-2021 hippo91 <[email protected]>
22
# Copyright (c) 2020 Claudiu Popa <[email protected]>
3-
# Copyright (c) 2021 Marc Mueller <[email protected]>
43
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
4+
# Copyright (c) 2021 Marc Mueller <[email protected]>
55

66
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
77
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE

astroid/brain/brain_numpy_core_multiarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2019-2020 hippo91 <[email protected]>
22
# Copyright (c) 2020 Claudiu Popa <[email protected]>
3-
# Copyright (c) 2021 Marc Mueller <[email protected]>
43
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
4+
# Copyright (c) 2021 Marc Mueller <[email protected]>
55

66
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
77
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE

astroid/brain/brain_numpy_core_numeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2019-2021 hippo91 <[email protected]>
22
# Copyright (c) 2020 Claudiu Popa <[email protected]>
3-
# Copyright (c) 2021 Marc Mueller <[email protected]>
43
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
4+
# Copyright (c) 2021 Marc Mueller <[email protected]>
55

66
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
77
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE

astroid/brain/brain_six.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (c) 2018 Bryce Guinta <[email protected]>
44
# Copyright (c) 2020-2021 hippo91 <[email protected]>
55
# Copyright (c) 2020 Ram Rachum <[email protected]>
6+
# Copyright (c) 2021 Artsiom Kaval <[email protected]>
67
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
78
# Copyright (c) 2021 Francis Charette Migneault <[email protected]>
89

astroid/brain/brain_typing.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2+
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
3+
14
# Copyright (c) 2017-2018 Claudiu Popa <[email protected]>
25
# Copyright (c) 2017 Łukasz Rogalski <[email protected]>
36
# Copyright (c) 2017 David Euresti <[email protected]>
47
# Copyright (c) 2018 Bryce Guinta <[email protected]>
5-
# Copyright (c) 2021 Marc Mueller <[email protected]>
68
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
9+
# Copyright (c) 2021 Marc Mueller <[email protected]>
710
# Copyright (c) 2021 hippo91 <[email protected]>
811

912
"""Astroid hooks for typing.py support."""

0 commit comments

Comments
 (0)