Skip to content

Commit 99140d8

Browse files
authored
Run scripts/fix-headers.py (#2857)
* Run scripts/fix-headers.py * Fixing headers adds myself to all files
1 parent dcf6d8a commit 99140d8

File tree

274 files changed

+3010
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+3010
-212
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
# Copyright 2016 Peter Buckley <[email protected]> #
99
# Copyright 2017 Chris McBride <[email protected]> #
1010
# Copyright 2017 Colin Hoglund <[email protected]> #
11+
# Copyright 2018 Vinay Hegde <[email protected]> #
1112
# Copyright 2018 sfdye <[email protected]> #
13+
# Copyright 2020 Steve Kowalik <[email protected]> #
14+
# Copyright 2020 Wan Liuyang <[email protected]> #
15+
# Copyright 2023 Enrico Minack <[email protected]> #
16+
# Copyright 2023 Sol Redfern <[email protected]> #
1217
# #
1318
# This file is part of PyGithub. #
1419
# http://pygithub.readthedocs.io/ #

doc/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
# Copyright 2018 Morgan Goose <[email protected]> #
88
# Copyright 2018 Wan Liuyang <[email protected]> #
99
# Copyright 2018 sfdye <[email protected]> #
10+
# Copyright 2019 Steve Kowalik <[email protected]> #
11+
# Copyright 2019 Wan Liuyang <[email protected]> #
12+
# Copyright 2020 Steve Kowalik <[email protected]> #
13+
# Copyright 2023 Enrico Minack <[email protected]> #
14+
# Copyright 2023 Jirka Borovec <[email protected]> #
15+
# Copyright 2023 Liuyang Wan <[email protected]> #
1016
# #
1117
# This file is part of PyGithub. #
1218
# http://pygithub.readthedocs.io/ #
@@ -25,6 +31,7 @@
2531
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
2632
# #
2733
################################################################################
34+
2835
from __future__ import annotations
2936

3037
import datetime

github/AccessToken.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
############################ Copyrights and license ############################
22
# #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 Vincent Jacques <[email protected]> #
6+
# Copyright 2014 Vincent Jacques <[email protected]> #
7+
# Copyright 2016 Peter Buckley <[email protected]> #
8+
# Copyright 2018 Wan Liuyang <[email protected]> #
9+
# Copyright 2018 sfdye <[email protected]> #
10+
# Copyright 2019 Adam Baratz <[email protected]> #
11+
# Copyright 2019 Nick Campbell <[email protected]> #
312
# Copyright 2019 Rigas Papathanasopoulos <[email protected]> #
13+
# Copyright 2019 Steve Kowalik <[email protected]> #
14+
# Copyright 2019 Wan Liuyang <[email protected]> #
15+
# Copyright 2020 Steve Kowalik <[email protected]> #
16+
# Copyright 2022 Liuyang Wan <[email protected]> #
17+
# Copyright 2023 Enrico Minack <[email protected]> #
18+
# Copyright 2023 Jirka Borovec <[email protected]> #
19+
# Copyright 2023 Trim21 <[email protected]> #
20+
# Copyright 2023 chantra <[email protected]> #
421
# #
522
# This file is part of PyGithub. #
623
# http://pygithub.readthedocs.io/ #
@@ -19,6 +36,7 @@
1936
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
2037
# #
2138
################################################################################
39+
2240
from __future__ import annotations
2341

2442
from datetime import datetime, timedelta, timezone

github/AdvisoryBase.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 crimsonknave <[email protected]> #
3+
# Copyright 2023 Enrico Minack <[email protected]> #
4+
# Copyright 2023 Joseph Henrich <[email protected]> #
45
# #
56
# This file is part of PyGithub. #
67
# http://pygithub.readthedocs.io/ #

github/AdvisoryCredit.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 crimsonknave <[email protected]> #
3+
# Copyright 2023 Enrico Minack <[email protected]> #
4+
# Copyright 2023 Jirka Borovec <[email protected]> #
5+
# Copyright 2023 Jonathan Leitschuh <[email protected]> #
6+
# Copyright 2023 Joseph Henrich <[email protected]> #
7+
# Copyright 2023 Trim21 <[email protected]> #
48
# #
59
# This file is part of PyGithub. #
610
# http://pygithub.readthedocs.io/ #

github/AdvisoryCreditDetailed.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 crimsonknave <[email protected]> #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 Vincent Jacques <[email protected]> #
6+
# Copyright 2014 Vincent Jacques <[email protected]> #
7+
# Copyright 2016 Peter Buckley <[email protected]> #
8+
# Copyright 2018 Wan Liuyang <[email protected]> #
9+
# Copyright 2018 sfdye <[email protected]> #
10+
# Copyright 2019 Adam Baratz <[email protected]> #
11+
# Copyright 2019 Nick Campbell <[email protected]> #
12+
# Copyright 2019 Steve Kowalik <[email protected]> #
13+
# Copyright 2019 Wan Liuyang <[email protected]> #
14+
# Copyright 2020 Steve Kowalik <[email protected]> #
15+
# Copyright 2021 Steve Kowalik <[email protected]> #
16+
# Copyright 2023 Enrico Minack <[email protected]> #
17+
# Copyright 2023 Jirka Borovec <[email protected]> #
18+
# Copyright 2023 Jonathan Leitschuh <[email protected]> #
19+
# Copyright 2023 Joseph Henrich <[email protected]> #
20+
# Copyright 2023 Trim21 <[email protected]> #
421
# #
522
# This file is part of PyGithub. #
623
# http://pygithub.readthedocs.io/ #

github/AdvisoryVulnerability.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 crimsonknave <[email protected]> #
3+
# Copyright 2023 Enrico Minack <[email protected]> #
4+
# Copyright 2023 Jirka Borovec <[email protected]> #
5+
# Copyright 2023 Jonathan Leitschuh <[email protected]> #
6+
# Copyright 2023 Joseph Henrich <[email protected]> #
7+
# Copyright 2023 Trim21 <[email protected]> #
48
# #
59
# This file is part of PyGithub. #
610
# http://pygithub.readthedocs.io/ #

github/AdvisoryVulnerabilityPackage.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 crimsonknave <[email protected]> #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 AKFish <[email protected]> #
6+
# Copyright 2013 Vincent Jacques <[email protected]> #
7+
# Copyright 2014 Vincent Jacques <[email protected]> #
8+
# Copyright 2016 Jannis Gebauer <[email protected]> #
9+
# Copyright 2016 Peter Buckley <[email protected]> #
10+
# Copyright 2018 Wan Liuyang <[email protected]> #
11+
# Copyright 2018 sfdye <[email protected]> #
12+
# Copyright 2019 Steve Kowalik <[email protected]> #
13+
# Copyright 2019 Wan Liuyang <[email protected]> #
14+
# Copyright 2020 Steve Kowalik <[email protected]> #
15+
# Copyright 2021 Steve Kowalik <[email protected]> #
16+
# Copyright 2022 Eric Nieuwland <[email protected]> #
17+
# Copyright 2023 Enrico Minack <[email protected]> #
18+
# Copyright 2023 Jirka Borovec <[email protected]> #
19+
# Copyright 2023 Jonathan Leitschuh <[email protected]> #
20+
# Copyright 2023 Joseph Henrich <[email protected]> #
21+
# Copyright 2023 Trim21 <[email protected]> #
422
# #
523
# This file is part of PyGithub. #
624
# http://pygithub.readthedocs.io/ #

github/AppAuthentication.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
############################ Copyrights and license ############################
22
# #
3-
# Copyright 2023 Denis Blanchette <[email protected]> #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 Vincent Jacques <[email protected]> #
6+
# Copyright 2014 Vincent Jacques <[email protected]> #
7+
# Copyright 2016 Peter Buckley <[email protected]> #
8+
# Copyright 2018 sfdye <[email protected]> #
9+
# Copyright 2019 Steve Kowalik <[email protected]> #
10+
# Copyright 2019 TechnicalPirate <[email protected]>#
11+
# Copyright 2019 Wan Liuyang <[email protected]> #
12+
# Copyright 2020 Steve Kowalik <[email protected]> #
13+
# Copyright 2022 Eric Nieuwland <[email protected]> #
14+
# Copyright 2023 Denis Blanchette <[email protected]> #
15+
# Copyright 2023 Enrico Minack <[email protected]> #
16+
# Copyright 2023 Trim21 <[email protected]> #
417
# #
518
# This file is part of PyGithub. #
619
# http://pygithub.readthedocs.io/ #

github/ApplicationOAuth.py

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
############################ Copyrights and license ###########################
2-
# #
3-
# Copyright 2019 Rigas Papathanasopoulos <[email protected]> #
4-
# Copyright 2023 Enrico Minack <[email protected]> #
5-
# #
6-
# This file is part of PyGithub. #
7-
# http://pygithub.readthedocs.io/ #
8-
# #
9-
# PyGithub is free software: you can redistribute it and/or modify it under #
10-
# the terms of the GNU Lesser General Public License as published by the Free #
11-
# Software Foundation, either version 3 of the License, or (at your option) #
12-
# any later version. #
13-
# #
14-
# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY #
15-
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
16-
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more#
17-
# details. #
18-
# #
19-
# You should have received a copy of the GNU Lesser General Public License #
20-
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
21-
# #
22-
###############################################################################
1+
############################ Copyrights and license ############################
2+
# #
3+
# Copyright 2019 Rigas Papathanasopoulos <[email protected]> #
4+
# Copyright 2020 Steve Kowalik <[email protected]> #
5+
# Copyright 2021 Mark Walker <[email protected]> #
6+
# Copyright 2021 Steve Kowalik <[email protected]> #
7+
# Copyright 2023 Enrico Minack <[email protected]> #
8+
# Copyright 2023 Trim21 <[email protected]> #
9+
# #
10+
# This file is part of PyGithub. #
11+
# http://pygithub.readthedocs.io/ #
12+
# #
13+
# PyGithub is free software: you can redistribute it and/or modify it under #
14+
# the terms of the GNU Lesser General Public License as published by the Free #
15+
# Software Foundation, either version 3 of the License, or (at your option) #
16+
# any later version. #
17+
# #
18+
# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY #
19+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
20+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more #
21+
# details. #
22+
# #
23+
# You should have received a copy of the GNU Lesser General Public License #
24+
# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
25+
# #
26+
################################################################################
27+
2328
from __future__ import annotations
2429

2530
import urllib.parse

0 commit comments

Comments
 (0)