From 365a0a24d3d2f06eeb4c93b4487fcfb88ae95dd0 Mon Sep 17 00:00:00 2001 From: sfdye Date: Sat, 17 Mar 2018 20:06:16 +0800 Subject: [PATCH] Apply fix_headers script to update copyright info --- .gitignore | 8 +++- doc/.gitignore | 2 + doc/conf.py | 19 +++------ doc/github_objects/.gitignore | 2 + github/AuthenticatedUser.py | 17 +++++++- github/Authorization.py | 9 +++- github/AuthorizationApplication.py | 9 +++- github/Branch.py | 10 ++++- github/Commit.py | 10 ++++- github/CommitCombinedStatus.py | 13 +++--- github/CommitComment.py | 10 ++++- github/CommitStats.py | 8 +++- github/CommitStatus.py | 11 ++++- github/Comparison.py | 8 +++- github/Consts.py | 14 +++--- github/ContentFile.py | 10 ++++- github/Download.py | 9 +++- github/Event.py | 8 +++- github/File.py | 11 ++++- github/Gist.py | 10 ++++- github/GistComment.py | 9 +++- github/GistFile.py | 9 +++- github/GistHistoryState.py | 8 +++- github/GitAuthor.py | 9 +++- github/GitBlob.py | 9 +++- github/GitCommit.py | 9 +++- github/GitObject.py | 9 +++- github/GitRef.py | 9 +++- github/GitRelease.py | 13 +++++- github/GitReleaseAsset.py | 13 +++--- github/GitTag.py | 9 +++- github/GitTree.py | 9 +++- github/GitTreeElement.py | 9 +++- github/GithubException.py | 9 +++- github/GithubObject.py | 12 +++++- github/GitignoreTemplate.py | 9 +++- github/Hook.py | 10 ++++- github/HookDescription.py | 9 +++- github/HookResponse.py | 9 +++- github/InputFileContent.py | 8 +++- github/InputGitAuthor.py | 10 ++++- github/InputGitTreeElement.py | 8 +++- github/Installation.py | 7 ++- github/InstallationAuthorization.py | 9 ++-- github/Invitation.py | 6 ++- github/Issue.py | 15 ++++++- github/IssueComment.py | 10 ++++- github/IssueEvent.py | 10 ++++- github/IssuePullRequest.py | 8 +++- github/Label.py | 8 +++- github/Legacy.py | 7 ++- github/MainClass.py | 20 ++++++++- github/Milestone.py | 8 +++- github/NamedUser.py | 13 +++++- github/Notification.py | 8 +++- github/NotificationSubject.py | 9 +++- github/Organization.py | 13 +++++- github/PaginatedList.py | 13 +++++- github/Permissions.py | 9 +++- github/Plan.py | 9 +++- github/PullRequest.py | 13 +++++- github/PullRequestComment.py | 9 +++- github/PullRequestMergeStatus.py | 9 +++- github/PullRequestPart.py | 9 +++- github/PullRequestReview.py | 14 +++--- github/PullRequestReviewerRequest.py | 12 +++--- github/Rate.py | 9 +++- github/RateLimit.py | 9 +++- github/Reaction.py | 12 +++--- github/Repository.py | 47 +++++++++++++++++++-- github/RepositoryKey.py | 10 ++++- github/Requester.py | 20 ++++++++- github/Stargazer.py | 17 +++----- github/StatsCodeFrequency.py | 8 +++- github/StatsCommitActivity.py | 8 +++- github/StatsContributor.py | 8 +++- github/StatsParticipation.py | 8 +++- github/StatsPunchCard.py | 8 +++- github/Status.py | 9 +++- github/StatusMessage.py | 9 +++- github/Tag.py | 9 +++- github/Team.py | 13 +++++- github/UserKey.py | 8 +++- github/__init__.py | 9 +++- github/tests/AllTests.py | 14 +++++- github/tests/AuthenticatedUser.py | 10 ++++- github/tests/Authentication.py | 7 ++- github/tests/Authorization.py | 7 ++- github/tests/BadAttributes.py | 8 +++- github/tests/Branch.py | 9 +++- github/tests/Commit.py | 9 +++- github/tests/CommitCombinedStatus.py | 12 +++--- github/tests/CommitComment.py | 9 +++- github/tests/CommitStatus.py | 10 ++++- github/tests/ConditionalRequestUpdate.py | 10 +++-- github/tests/ContentFile.py | 9 +++- github/tests/Download.py | 8 +++- github/tests/Enterprise.py | 7 ++- github/tests/Equality.py | 7 ++- github/tests/Event.py | 8 +++- github/tests/Exceptions.py | 10 ++++- github/tests/ExposeAllAttributes.py | 7 ++- github/tests/Framework.py | 11 ++++- github/tests/Gist.py | 8 +++- github/tests/GistComment.py | 8 +++- github/tests/GitBlob.py | 9 +++- github/tests/GitCommit.py | 9 +++- github/tests/GitRef.py | 8 +++- github/tests/GitRelease.py | 13 +++++- github/tests/GitReleaseAsset.py | 9 ++-- github/tests/GitTag.py | 9 +++- github/tests/GitTree.py | 9 +++- github/tests/Github_.py | 9 +++- github/tests/Hook.py | 9 +++- github/tests/Issue.py | 11 ++++- github/tests/Issue131.py | 7 ++- github/tests/Issue133.py | 7 ++- github/tests/Issue134.py | 7 ++- github/tests/Issue139.py | 7 ++- github/tests/Issue140.py | 7 ++- github/tests/Issue142.py | 7 ++- github/tests/Issue158.py | 7 ++- github/tests/Issue174.py | 7 ++- github/tests/Issue214.py | 11 ++--- github/tests/Issue216.py | 7 ++- github/tests/Issue278.py | 8 ++-- github/tests/Issue33.py | 7 ++- github/tests/Issue494.py | 8 ++-- github/tests/Issue50.py | 7 ++- github/tests/Issue54.py | 7 ++- github/tests/Issue80.py | 7 ++- github/tests/Issue87.py | 7 ++- github/tests/IssueComment.py | 9 +++- github/tests/IssueEvent.py | 9 +++- github/tests/Label.py | 8 +++- github/tests/Logging_.py | 9 +++- github/tests/Markdown.py | 7 ++- github/tests/Milestone.py | 8 +++- github/tests/NamedUser.py | 12 ++++-- github/tests/Organization.py | 10 ++++- github/tests/OrganizationHasInMembers.py | 8 ++-- github/tests/PaginatedList.py | 8 +++- github/tests/Persistence.py | 8 +++- github/tests/PullRequest.py | 9 +++- github/tests/PullRequestComment.py | 9 +++- github/tests/PullRequestFile.py | 8 +++- github/tests/PullRequestReview.py | 11 ++--- github/tests/PullRequestReviewerRequests.py | 10 ++--- github/tests/RateLimiting.py | 7 ++- github/tests/RawData.py | 7 ++- github/tests/Reaction.py | 9 ++-- github/tests/Repository.py | 22 +++++++++- github/tests/RepositoryKey.py | 9 +++- github/tests/Search.py | 9 ++-- github/tests/Status.py | 7 ++- github/tests/Tag.py | 8 +++- github/tests/Team.py | 11 ++++- github/tests/UserKey.py | 8 +++- github/tests/__init__.py | 7 ++- github/tests/__main__.py | 8 +++- scripts/add_attribute.py | 8 +++- scripts/compare_to_api_ref_doc.py | 7 ++- scripts/fix_headers.py | 7 ++- setup.py | 27 +++++++++--- 164 files changed, 1184 insertions(+), 403 deletions(-) diff --git a/.gitignore b/.gitignore index 66072b1a..e9199857 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ # Copyright 2012 Vincent Jacques # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Nic Dahlquist # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Chris McBride # +# Copyright 2017 Colin Hoglund # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -37,4 +43,4 @@ /developer.github.com/ /gh-pages/ /doc/doctrees/ -.vscode* \ No newline at end of file +.vscode* diff --git a/doc/.gitignore b/doc/.gitignore index fd5aa563..17e17d10 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -2,6 +2,8 @@ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/doc/conf.py b/doc/conf.py index d8baec63..651fac03 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,9 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,18 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## - -# PyGithub documentation build configuration file, created by -# sphinx-quickstart on Thu Sep 13 22:51:42 2012. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. +################################################################################ import sys import os diff --git a/doc/github_objects/.gitignore b/doc/github_objects/.gitignore index cc5693e0..2283d24a 100644 --- a/doc/github_objects/.gitignore +++ b/doc/github_objects/.gitignore @@ -2,6 +2,8 @@ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py index 57849fa1..0928ba3e 100644 --- a/github/AuthenticatedUser.py +++ b/github/AuthenticatedUser.py @@ -1,12 +1,25 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # +# Copyright 2013 Cameron White # # Copyright 2013 Vincent Jacques # +# Copyright 2013 poulp # +# Copyright 2014 Tomas Radej # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 E. Dunham # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Balázs Rostás # +# Copyright 2017 Jannis Gebauer # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 bryanhuntesl <31992054+bryanhuntesl@users.noreply.github.com> # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +37,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/Authorization.py b/github/Authorization.py index 6a55de89..22c7ad3b 100644 --- a/github/Authorization.py +++ b/github/Authorization.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/AuthorizationApplication.py b/github/AuthorizationApplication.py index d79716f8..c6b9bc50 100644 --- a/github/AuthorizationApplication.py +++ b/github/AuthorizationApplication.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Branch.py b/github/Branch.py index 65c94e09..6ffd95cf 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -1,12 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Kyle Hornberg # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Commit.py b/github/Commit.py index 459a6437..fb6afa21 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -1,12 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Andy Casey # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 John Eskew # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/CommitCombinedStatus.py b/github/CommitCombinedStatus.py index 0bc5286e..9cf21dcf 100644 --- a/github/CommitCombinedStatus.py +++ b/github/CommitCombinedStatus.py @@ -1,11 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 John Eskew # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/CommitComment.py b/github/CommitComment.py index 9d79c7a5..9399d684 100644 --- a/github/CommitComment.py +++ b/github/CommitComment.py @@ -1,11 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/CommitStats.py b/github/CommitStats.py index 0a955e06..e98fb210 100644 --- a/github/CommitStats.py +++ b/github/CommitStats.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/CommitStatus.py b/github/CommitStatus.py index be86195f..2fa5d58c 100644 --- a/github/CommitStatus.py +++ b/github/CommitStatus.py @@ -1,11 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Matt Babineau # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Martijn Koster # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Comparison.py b/github/Comparison.py index 94090d5a..22d01beb 100644 --- a/github/Comparison.py +++ b/github/Comparison.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Consts.py b/github/Consts.py index b6913a75..dea3f45c 100644 --- a/github/Consts.py +++ b/github/Consts.py @@ -1,9 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jakub Wilk # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,12 +26,9 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ + -# ############################################################################## -# Request Header # -# (Case sensitive) # -# ############################################################################## REQ_IF_NONE_MATCH = "If-None-Match" REQ_IF_MODIFIED_SINCE = "If-Modified-Since" diff --git a/github/ContentFile.py b/github/ContentFile.py index 7f61e655..24f4bc2d 100644 --- a/github/ContentFile.py +++ b/github/ContentFile.py @@ -1,11 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Thialfihar # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import base64 import sys diff --git a/github/Download.py b/github/Download.py index 8dcb072f..7e31593c 100644 --- a/github/Download.py +++ b/github/Download.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Event.py b/github/Event.py index 6eec3874..5b9fb9af 100644 --- a/github/Event.py +++ b/github/Event.py @@ -1,12 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/File.py b/github/File.py index 7bbe555e..a07baaf0 100644 --- a/github/File.py +++ b/github/File.py @@ -1,11 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Jeffrey Melvin # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Gist.py b/github/Gist.py index f78d1c87..08819fd1 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -1,12 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Dale Jung # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/GistComment.py b/github/GistComment.py index ec4b40be..c62c0e6c 100644 --- a/github/GistComment.py +++ b/github/GistComment.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GistFile.py b/github/GistFile.py index b7b9157f..c9245116 100644 --- a/github/GistFile.py +++ b/github/GistFile.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GistHistoryState.py b/github/GistHistoryState.py index 73e76217..01fc3add 100644 --- a/github/GistHistoryState.py +++ b/github/GistHistoryState.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitAuthor.py b/github/GitAuthor.py index bb017cce..d7f5dc8a 100644 --- a/github/GitAuthor.py +++ b/github/GitAuthor.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitBlob.py b/github/GitBlob.py index 3d216cb6..2db328d9 100644 --- a/github/GitBlob.py +++ b/github/GitBlob.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitCommit.py b/github/GitCommit.py index d739e66c..92e903a6 100644 --- a/github/GitCommit.py +++ b/github/GitCommit.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitObject.py b/github/GitObject.py index b826f4e0..ce2fd71f 100644 --- a/github/GitObject.py +++ b/github/GitObject.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitRef.py b/github/GitRef.py index 7aa87f59..b35e3ab7 100644 --- a/github/GitRef.py +++ b/github/GitRef.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitRelease.py b/github/GitRelease.py index 4f08e7b5..1bf595d2 100644 --- a/github/GitRelease.py +++ b/github/GitRelease.py @@ -1,8 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2015 Ed Holland # +# Copyright 2016 Benjamin Whitney # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Chris McBride # +# Copyright 2017 Simon # +# Copyright 2018 Shinichi TAMURA # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 edquist # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ from os.path import basename import github.GithubObject diff --git a/github/GitReleaseAsset.py b/github/GitReleaseAsset.py index cc93d050..56e2c472 100644 --- a/github/GitReleaseAsset.py +++ b/github/GitReleaseAsset.py @@ -1,12 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Vincent Jacques # # -# Copyright 2017 Chris McBride # +# Copyright 2017 Chris McBride # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitTag.py b/github/GitTag.py index a3c249c6..059fc9f1 100644 --- a/github/GitTag.py +++ b/github/GitTag.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitTree.py b/github/GitTree.py index 99657c45..c9aca0d1 100644 --- a/github/GitTree.py +++ b/github/GitTree.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GitTreeElement.py b/github/GitTreeElement.py index 931fc73a..cf7d21e8 100644 --- a/github/GitTreeElement.py +++ b/github/GitTreeElement.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/GithubException.py b/github/GithubException.py index 9dcf57f0..f12828ee 100644 --- a/github/GithubException.py +++ b/github/GithubException.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # +# Copyright 2013 Cameron White # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2016 humbug # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ class GithubException(Exception): diff --git a/github/GithubObject.py b/github/GithubObject.py index c2adac73..c3f26638 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -1,11 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Andrew Scheller # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jakub Wilk # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2016 Sam Corbett # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +30,8 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ + import sys import datetime from operator import itemgetter diff --git a/github/GitignoreTemplate.py b/github/GitignoreTemplate.py index 56d5f789..79c708be 100644 --- a/github/GitignoreTemplate.py +++ b/github/GitignoreTemplate.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Hook.py b/github/Hook.py index e5c11be9..3866368f 100644 --- a/github/Hook.py +++ b/github/Hook.py @@ -1,11 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Wan Liuyang # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/HookDescription.py b/github/HookDescription.py index a1e01627..d2f43063 100644 --- a/github/HookDescription.py +++ b/github/HookDescription.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/HookResponse.py b/github/HookResponse.py index 3008f1bc..72b02375 100644 --- a/github/HookResponse.py +++ b/github/HookResponse.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/InputFileContent.py b/github/InputFileContent.py index cb98e3a3..b9e26e7e 100644 --- a/github/InputFileContent.py +++ b/github/InputFileContent.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/InputGitAuthor.py b/github/InputGitAuthor.py index af6567e1..a5cd596b 100644 --- a/github/InputGitAuthor.py +++ b/github/InputGitAuthor.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Nic Dahlquist # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py index 976407e4..0fec87d7 100644 --- a/github/InputGitTreeElement.py +++ b/github/InputGitTreeElement.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Installation.py b/github/Installation.py index b5c59b53..f3f74757 100644 --- a/github/Installation.py +++ b/github/Installation.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2017 Jannis Gebauer # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/InstallationAuthorization.py b/github/InstallationAuthorization.py index a65ff1ed..6067de13 100644 --- a/github/InstallationAuthorization.py +++ b/github/InstallationAuthorization.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2016 Jannis gebauier # +# Copyright 2016 Jannis Gebauer # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/Invitation.py b/github/Invitation.py index 7e5cef83..05126765 100644 --- a/github/Invitation.py +++ b/github/Invitation.py @@ -1,8 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2017 Jannis Gebauer # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import urllib diff --git a/github/Issue.py b/github/Issue.py index 7b21b504..77a62883 100644 --- a/github/Issue.py +++ b/github/Issue.py @@ -1,14 +1,25 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Andrew Bettison # # Copyright 2012 Philip Kimmey # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # +# Copyright 2013 David Farr # # Copyright 2013 Stuart Glaser # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Raja Reddy Karri # +# Copyright 2016 @tmshn # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Matt Babineau # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -26,7 +37,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import urllib import datetime diff --git a/github/IssueComment.py b/github/IssueComment.py index 4e68fcbe..fd7b9f4a 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -1,12 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Michael Stead # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/IssueEvent.py b/github/IssueEvent.py index 912e23e0..9e56bcda 100644 --- a/github/IssueEvent.py +++ b/github/IssueEvent.py @@ -1,11 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/IssuePullRequest.py b/github/IssuePullRequest.py index cebe123c..f35f4da0 100644 --- a/github/IssuePullRequest.py +++ b/github/IssuePullRequest.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Label.py b/github/Label.py index a18e879e..3240179f 100644 --- a/github/Label.py +++ b/github/Label.py @@ -1,12 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import urllib diff --git a/github/Legacy.py b/github/Legacy.py index 03386f24..23267d69 100644 --- a/github/Legacy.py +++ b/github/Legacy.py @@ -1,12 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import urlparse diff --git a/github/MainClass.py b/github/MainClass.py index 7f5d5251..ac43395e 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -1,12 +1,28 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Ed Jackson # # Copyright 2013 Jonathan J Hunt # # Copyright 2013 Peter Golm # +# Copyright 2013 Steve Brown # # Copyright 2013 Vincent Jacques # +# Copyright 2014 C. R. Oldham # +# Copyright 2014 Thialfihar # +# Copyright 2014 Tyler Treat # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Daniel Pocock # +# Copyright 2015 Joseph Rawson # +# Copyright 2015 Uriel Corfa # +# Copyright 2015 edhollandAL # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Colin Hoglund # +# Copyright 2017 Jannis Gebauer # +# Copyright 2018 Agor Maxime # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +40,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import urllib import pickle diff --git a/github/Milestone.py b/github/Milestone.py index f33299bf..41a41179 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -1,12 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/NamedUser.py b/github/NamedUser.py index dc6f1e65..c74b6064 100644 --- a/github/NamedUser.py +++ b/github/NamedUser.py @@ -1,12 +1,21 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 Iraquitan Cordeiro Filho # +# Copyright 2018 Victor Granic # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 namc # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +33,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/Notification.py b/github/Notification.py index c315737b..f38f845b 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Peter Golm # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/NotificationSubject.py b/github/NotificationSubject.py index 43adf612..e970a171 100644 --- a/github/NotificationSubject.py +++ b/github/NotificationSubject.py @@ -1,9 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Organization.py b/github/Organization.py index 3acf0352..c388d223 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -8,6 +8,15 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Sebastien Besson # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Matthew Neal # +# Copyright 2016 Michael Pereira # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Balázs Rostás # +# Copyright 2018 Anton Nguyen # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -25,7 +34,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/PaginatedList.py b/github/PaginatedList.py index 7c5bd855..88c23220 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -8,6 +8,15 @@ # Copyright 2013 Bill Mill # # Copyright 2013 Vincent Jacques # # Copyright 2013 davidbrai # +# Copyright 2014 Thialfihar # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Dan Vanderkam # +# Copyright 2015 Eliot Walker # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Jannis Gebauer # +# Copyright 2018 Gilad Shefer # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -25,7 +34,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Permissions.py b/github/Permissions.py index bb1f7a92..1438ee47 100644 --- a/github/Permissions.py +++ b/github/Permissions.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Plan.py b/github/Plan.py index de1cf7a7..a740afbb 100644 --- a/github/Plan.py +++ b/github/Plan.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/PullRequest.py b/github/PullRequest.py index ce29e40c..ac5d736f 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Michael Stead # # Copyright 2012 Vincent Jacques # @@ -8,6 +8,15 @@ # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 @tmshn # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Aaron Levine # +# Copyright 2017 Simon # +# Copyright 2018 Gilad Shefer # +# Copyright 2018 Thibault Jamet # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -25,7 +34,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index 1f82ae5a..7d038733 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -8,6 +8,11 @@ # Copyright 2013 Michael Stead # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -25,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index e4901fe3..add34390 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -1,12 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/PullRequestPart.py b/github/PullRequestPart.py index 3d59f082..e68ba151 100644 --- a/github/PullRequestPart.py +++ b/github/PullRequestPart.py @@ -1,11 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/PullRequestReview.py b/github/PullRequestReview.py index c390b042..f96b6b90 100644 --- a/github/PullRequestReview.py +++ b/github/PullRequestReview.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Michael Stead # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Aaron Levine # +# Copyright 2017 Mike Miller # +# Copyright 2018 Darragh Bailey # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/PullRequestReviewerRequest.py b/github/PullRequestReviewerRequest.py index ac527619..72001801 100644 --- a/github/PullRequestReviewerRequest.py +++ b/github/PullRequestReviewerRequest.py @@ -1,12 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Michael Stead # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Aaron Levine # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Rate.py b/github/Rate.py index c503bd17..7e4f2dbf 100644 --- a/github/Rate.py +++ b/github/Rate.py @@ -1,8 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import datetime diff --git a/github/RateLimit.py b/github/RateLimit.py index b286d9b9..d3b15cba 100644 --- a/github/RateLimit.py +++ b/github/RateLimit.py @@ -1,8 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.Rate diff --git a/github/Reaction.py b/github/Reaction.py index b9585dcd..b84c33b1 100644 --- a/github/Reaction.py +++ b/github/Reaction.py @@ -1,12 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Michael Stead # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Repository.py b/github/Repository.py index 5644f63a..839ae1f3 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Christopher Gilbert # # Copyright 2012 Steve English # @@ -8,10 +8,50 @@ # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Adrian Petrescu # +# Copyright 2013 Cameron White # +# Copyright 2013 David Farr # # Copyright 2013 Mark Roddy # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # -# Copyright 2015 Jannis Gebauer # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Aaron Levine # +# Copyright 2015 Christopher Wilcox # +# Copyright 2015 Dan Vanderkam # +# Copyright 2015 Ed Holland # +# Copyright 2015 Enix Yu # +# Copyright 2015 Jay # +# Copyright 2015 Jimmy Zelinskie # +# Copyright 2015 Jonathan Debonis # +# Copyright 2015 Kevin Lewandowski # +# Copyright 2015 Kyle Hornberg # +# Copyright 2015 edhollandAL # +# Copyright 2016 @tmshn # +# Copyright 2016 Dustin Spicuzza # +# Copyright 2016 Enix Yu # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Per Øyvind Karlsen # +# Copyright 2016 Peter Buckley # +# Copyright 2016 Sylvus # +# Copyright 2016 fukatani # +# Copyright 2016 ghfan # +# Copyright 2017 Andreas Lutro # +# Copyright 2017 Ben Firshman # +# Copyright 2017 Chris McBride # +# Copyright 2017 Hugo # +# Copyright 2017 Jannis Gebauer # +# Copyright 2017 Jason White # +# Copyright 2017 Jimmy Zelinskie # +# Copyright 2017 Nhomar Hernández [Vauxoo] # +# Copyright 2017 Simon # +# Copyright 2018 Andrew Smith # +# Copyright 2018 Brian Torres-Gil # +# Copyright 2018 Ilya Konstantinov # +# Copyright 2018 John Hui # +# Copyright 2018 Michael Behrisch # +# Copyright 2018 Raihaan <31362124+res0nance@users.noreply.github.com> # +# Copyright 2018 Shinichi TAMURA # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -29,7 +69,8 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ + import sys import urllib import datetime diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index edf7ff95..d96a08dd 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -8,6 +8,12 @@ # Copyright 2013 Srijan Choudhary # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Jimmy Zelinskie # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -25,7 +31,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Requester.py b/github/Requester.py index 573cad64..76b14785 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Andrew Bettison # # Copyright 2012 Dima Kukushkin # @@ -10,10 +10,26 @@ # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # +# Copyright 2013 Cameron White # # Copyright 2013 Ed Jackson # # Copyright 2013 Jonathan J Hunt # # Copyright 2013 Mark Roddy # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Jimmy Zelinskie # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Brian Eugley # +# Copyright 2015 Daniel Pocock # +# Copyright 2015 Jimmy Zelinskie # +# Copyright 2016 Denis K # +# Copyright 2016 Jared K. Smith # +# Copyright 2016 Jimmy Zelinskie # +# Copyright 2016 Mathieu Mitchell # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Chris McBride # +# Copyright 2017 Hugo # +# Copyright 2017 Simon # +# Copyright 2018 R1kk3r # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -31,7 +47,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import base64 import httplib diff --git a/github/Stargazer.py b/github/Stargazer.py index 49beae18..335bd840 100644 --- a/github/Stargazer.py +++ b/github/Stargazer.py @@ -1,17 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Christopher Gilbert # -# Copyright 2012 Steve English # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 AKFish # -# Copyright 2013 Adrian Petrescu # -# Copyright 2013 Mark Roddy # -# Copyright 2013 Vincent Jacques # -# Copyright 2013 martinqt # # Copyright 2015 Dan Vanderkam # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -29,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/StatsCodeFrequency.py b/github/StatsCodeFrequency.py index 6d24babe..aab58812 100755 --- a/github/StatsCodeFrequency.py +++ b/github/StatsCodeFrequency.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/StatsCommitActivity.py b/github/StatsCommitActivity.py index 5efadf21..ade32342 100755 --- a/github/StatsCommitActivity.py +++ b/github/StatsCommitActivity.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/StatsContributor.py b/github/StatsContributor.py index dec91220..7b8d0db7 100755 --- a/github/StatsContributor.py +++ b/github/StatsContributor.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/StatsParticipation.py b/github/StatsParticipation.py index 4e35187a..326496f5 100755 --- a/github/StatsParticipation.py +++ b/github/StatsParticipation.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/StatsPunchCard.py b/github/StatsPunchCard.py index aa766a9c..01a472c8 100755 --- a/github/StatsPunchCard.py +++ b/github/StatsPunchCard.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Status.py b/github/Status.py index e784708a..33167a57 100644 --- a/github/Status.py +++ b/github/Status.py @@ -1,8 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/StatusMessage.py b/github/StatusMessage.py index 3d467749..7bca9710 100644 --- a/github/StatusMessage.py +++ b/github/StatusMessage.py @@ -1,8 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Tag.py b/github/Tag.py index 37b6736a..17033042 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -1,12 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/Team.py b/github/Team.py index e7c412ec..9ebb007e 100644 --- a/github/Team.py +++ b/github/Team.py @@ -1,12 +1,21 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Jan Orel # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Aron Culotta # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2016 mattjmorrison # +# Copyright 2018 Isuru Fernando # +# Copyright 2018 James D'Amato # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +33,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject import github.PaginatedList diff --git a/github/UserKey.py b/github/UserKey.py index 51117573..4d2aeb47 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -1,12 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # # Copyright 2013 martinqt # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -24,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github.GithubObject diff --git a/github/__init__.py b/github/__init__.py index d22a35de..a0efde37 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 sharkykh # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ """ The primary class you will instanciate is :class:`github.MainClass.Github`. diff --git a/github/tests/AllTests.py b/github/tests/AllTests.py index c931e4bb..4db8bb03 100644 --- a/github/tests/AllTests.py +++ b/github/tests/AllTests.py @@ -1,11 +1,21 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # +# Copyright 2013 David Farr # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Ed Holland # +# Copyright 2016 John Eskew # +# Copyright 2016 Matthew Neal # +# Copyright 2016 Peter Buckley # +# Copyright 2016 Sam Corbett # +# Copyright 2017 Aaron Levine # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +33,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ from AuthenticatedUser import * from Authentication import * diff --git a/github/tests/AuthenticatedUser.py b/github/tests/AuthenticatedUser.py index 311d6b12..8bead4d2 100644 --- a/github/tests/AuthenticatedUser.py +++ b/github/tests/AuthenticatedUser.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Balázs Rostás # +# Copyright 2017 Jannis Gebauer # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Authentication.py b/github/tests/Authentication.py index c1b7f049..c74b01b7 100644 --- a/github/tests/Authentication.py +++ b/github/tests/Authentication.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Authorization.py b/github/tests/Authorization.py index e1cc7de9..14be38ed 100644 --- a/github/tests/Authorization.py +++ b/github/tests/Authorization.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/BadAttributes.py b/github/tests/BadAttributes.py index 0ab28f08..81574b9b 100755 --- a/github/tests/BadAttributes.py +++ b/github/tests/BadAttributes.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Hugo # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/Branch.py b/github/tests/Branch.py index 7eb5801c..dcf901db 100644 --- a/github/tests/Branch.py +++ b/github/tests/Branch.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Kyle Hornberg # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Commit.py b/github/tests/Commit.py index 6db4b5bf..82e5e971 100644 --- a/github/tests/Commit.py +++ b/github/tests/Commit.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/CommitCombinedStatus.py b/github/tests/CommitCombinedStatus.py index 3b42d038..f198c20e 100644 --- a/github/tests/CommitCombinedStatus.py +++ b/github/tests/CommitCombinedStatus.py @@ -1,10 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 John Eskew # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/CommitComment.py b/github/tests/CommitComment.py index 122434f9..48106326 100644 --- a/github/tests/CommitComment.py +++ b/github/tests/CommitComment.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/CommitStatus.py b/github/tests/CommitStatus.py index 85e39367..4bd93260 100644 --- a/github/tests/CommitStatus.py +++ b/github/tests/CommitStatus.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Martijn Koster # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/ConditionalRequestUpdate.py b/github/tests/ConditionalRequestUpdate.py index 12117c18..8418b91f 100644 --- a/github/tests/ConditionalRequestUpdate.py +++ b/github/tests/ConditionalRequestUpdate.py @@ -1,9 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Uriel Corfa # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,9 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## - -# #193: Line endings should be linux style +################################################################################ import Framework import github diff --git a/github/tests/ContentFile.py b/github/tests/ContentFile.py index 286a670b..6797deb0 100644 --- a/github/tests/ContentFile.py +++ b/github/tests/ContentFile.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Download.py b/github/tests/Download.py index 6a7c9dcc..9b224276 100644 --- a/github/tests/Download.py +++ b/github/tests/Download.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Enterprise.py b/github/tests/Enterprise.py index 4649bac3..154df011 100644 --- a/github/tests/Enterprise.py +++ b/github/tests/Enterprise.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/tests/Equality.py b/github/tests/Equality.py index ec7814e3..b4e6347e 100755 --- a/github/tests/Equality.py +++ b/github/tests/Equality.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Event.py b/github/tests/Event.py index fbee5b55..8b37bc1b 100644 --- a/github/tests/Event.py +++ b/github/tests/Event.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Exceptions.py b/github/tests/Exceptions.py index b3578946..1703115d 100644 --- a/github/tests/Exceptions.py +++ b/github/tests/Exceptions.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2016 humbug # +# Copyright 2017 Hugo # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github import sys diff --git a/github/tests/ExposeAllAttributes.py b/github/tests/ExposeAllAttributes.py index e2e7a70f..77e3dcc9 100644 --- a/github/tests/ExposeAllAttributes.py +++ b/github/tests/ExposeAllAttributes.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Framework.py b/github/tests/Framework.py index 4cb37905..5f63a58e 100644 --- a/github/tests/Framework.py +++ b/github/tests/Framework.py @@ -1,11 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Uriel Corfa # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Chris McBride # +# Copyright 2017 Hugo # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import httplib import json diff --git a/github/tests/Gist.py b/github/tests/Gist.py index 1c3ca450..deebab4d 100644 --- a/github/tests/Gist.py +++ b/github/tests/Gist.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/GistComment.py b/github/tests/GistComment.py index 611cd830..5d751e11 100644 --- a/github/tests/GistComment.py +++ b/github/tests/GistComment.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/GitBlob.py b/github/tests/GitBlob.py index 8bda33db..06369b60 100644 --- a/github/tests/GitBlob.py +++ b/github/tests/GitBlob.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/GitCommit.py b/github/tests/GitCommit.py index 9451fc5b..4ed79e68 100644 --- a/github/tests/GitCommit.py +++ b/github/tests/GitCommit.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/GitRef.py b/github/tests/GitRef.py index ce74a819..44b43cc5 100644 --- a/github/tests/GitRef.py +++ b/github/tests/GitRef.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/GitRelease.py b/github/tests/GitRelease.py index 7576b203..c1859877 100644 --- a/github/tests/GitRelease.py +++ b/github/tests/GitRelease.py @@ -1,8 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2015 Ed Holland # +# Copyright 2016 Benjamin Whitney # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Chris McBride # +# Copyright 2017 Simon # +# Copyright 2018 Andrew Smith # +# Copyright 2018 Shinichi TAMURA # +# Copyright 2018 edquist # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import os import zipfile diff --git a/github/tests/GitReleaseAsset.py b/github/tests/GitReleaseAsset.py index b98c17fb..fc1c8699 100644 --- a/github/tests/GitReleaseAsset.py +++ b/github/tests/GitReleaseAsset.py @@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2015 Ed Holland # -# Copyright 2017 Chris McBride # +# Copyright 2017 Chris McBride # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime import Framework diff --git a/github/tests/GitTag.py b/github/tests/GitTag.py index ace948f7..2246a08e 100644 --- a/github/tests/GitTag.py +++ b/github/tests/GitTag.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/GitTree.py b/github/tests/GitTree.py index d155d4a3..7f12066b 100644 --- a/github/tests/GitTree.py +++ b/github/tests/GitTree.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Github_.py b/github/tests/Github_.py index e98199bb..cebdd438 100644 --- a/github/tests/Github_.py +++ b/github/tests/Github_.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # +# Copyright 2013 Steve Brown # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Tyler Treat # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/Hook.py b/github/tests/Hook.py index 2d1f6ebd..cd48f543 100644 --- a/github/tests/Hook.py +++ b/github/tests/Hook.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue.py b/github/tests/Issue.py index 2c6d2513..0c9d0138 100644 --- a/github/tests/Issue.py +++ b/github/tests/Issue.py @@ -1,11 +1,18 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Stuart Glaser # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 @tmshn # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Matt Babineau # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue131.py b/github/tests/Issue131.py index e13c9cec..fef68929 100644 --- a/github/tests/Issue131.py +++ b/github/tests/Issue131.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue133.py b/github/tests/Issue133.py index 14b7035a..94ecd768 100644 --- a/github/tests/Issue133.py +++ b/github/tests/Issue133.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue134.py b/github/tests/Issue134.py index 697f8bf6..e6f38fac 100644 --- a/github/tests/Issue134.py +++ b/github/tests/Issue134.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue139.py b/github/tests/Issue139.py index 479b0889..a9c8db86 100644 --- a/github/tests/Issue139.py +++ b/github/tests/Issue139.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue140.py b/github/tests/Issue140.py index 5b8486a1..5549ce83 100644 --- a/github/tests/Issue140.py +++ b/github/tests/Issue140.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue142.py b/github/tests/Issue142.py index e5c39a2a..cfb1ae30 100644 --- a/github/tests/Issue142.py +++ b/github/tests/Issue142.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import unittest import github diff --git a/github/tests/Issue158.py b/github/tests/Issue158.py index 4b3ac836..63acaf22 100644 --- a/github/tests/Issue158.py +++ b/github/tests/Issue158.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue174.py b/github/tests/Issue174.py index e957ceb4..47fbc331 100644 --- a/github/tests/Issue174.py +++ b/github/tests/Issue174.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue214.py b/github/tests/Issue214.py index c0347492..2d2a94d7 100644 --- a/github/tests/Issue214.py +++ b/github/tests/Issue214.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 Vincent Jacques # +# Copyright 2013 David Farr # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/tests/Issue216.py b/github/tests/Issue216.py index ae6565a3..a1608ddf 100644 --- a/github/tests/Issue216.py +++ b/github/tests/Issue216.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/Issue278.py b/github/tests/Issue278.py index 1433fb58..92c17d74 100644 --- a/github/tests/Issue278.py +++ b/github/tests/Issue278.py @@ -1,8 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue33.py b/github/tests/Issue33.py index 2134a1f1..7ce5c3bd 100644 --- a/github/tests/Issue33.py +++ b/github/tests/Issue33.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue494.py b/github/tests/Issue494.py index ca692236..f22b878b 100644 --- a/github/tests/Issue494.py +++ b/github/tests/Issue494.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2013 Vincent Jacques # -# Copyright 2016 Sam Corbett # +# Copyright 2016 Sam Corbett # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Issue50.py b/github/tests/Issue50.py index f777517b..b2dd2d9d 100644 --- a/github/tests/Issue50.py +++ b/github/tests/Issue50.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/tests/Issue54.py b/github/tests/Issue54.py index ca72f41b..e92ced02 100644 --- a/github/tests/Issue54.py +++ b/github/tests/Issue54.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/Issue80.py b/github/tests/Issue80.py index 6fba86b8..2741f703 100644 --- a/github/tests/Issue80.py +++ b/github/tests/Issue80.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/tests/Issue87.py b/github/tests/Issue87.py index 7541437e..1bd98dd7 100644 --- a/github/tests/Issue87.py +++ b/github/tests/Issue87.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import github diff --git a/github/tests/IssueComment.py b/github/tests/IssueComment.py index 74b03584..bfee2078 100644 --- a/github/tests/IssueComment.py +++ b/github/tests/IssueComment.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/IssueEvent.py b/github/tests/IssueEvent.py index a90f5e8f..baf392d2 100644 --- a/github/tests/IssueEvent.py +++ b/github/tests/IssueEvent.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Label.py b/github/tests/Label.py index e2a6a1c6..bbae7155 100644 --- a/github/tests/Label.py +++ b/github/tests/Label.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Logging_.py b/github/tests/Logging_.py index c815b688..887286d1 100644 --- a/github/tests/Logging_.py +++ b/github/tests/Logging_.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Hugo # +# Copyright 2018 R1kk3r # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import logging import sys diff --git a/github/tests/Markdown.py b/github/tests/Markdown.py index 15e81d89..722b81ba 100644 --- a/github/tests/Markdown.py +++ b/github/tests/Markdown.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Milestone.py b/github/tests/Milestone.py index af30fadf..a5be659d 100644 --- a/github/tests/Milestone.py +++ b/github/tests/Milestone.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/NamedUser.py b/github/tests/NamedUser.py index 884c8e73..2961cc55 100644 --- a/github/tests/NamedUser.py +++ b/github/tests/NamedUser.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 namc # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework @@ -153,4 +159,4 @@ class NamedUser(Framework.TestCase): u2 = self.g.get_user("nvie") self.assertTrue(u1 == u2) self.assertEqual(u1, u2) - self.assertEqual(u1.__hash__(), u2.__hash__()) \ No newline at end of file + self.assertEqual(u1.__hash__(), u2.__hash__()) diff --git a/github/tests/Organization.py b/github/tests/Organization.py index 56ae29d6..73967186 100644 --- a/github/tests/Organization.py +++ b/github/tests/Organization.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Balázs Rostás # +# Copyright 2018 Anton Nguyen # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +28,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/OrganizationHasInMembers.py b/github/tests/OrganizationHasInMembers.py index a1ddc302..384cfb2a 100644 --- a/github/tests/OrganizationHasInMembers.py +++ b/github/tests/OrganizationHasInMembers.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2013 Vincent Jacques # -# Copyright 2016 Sam Corbett # +# Copyright 2016 Matthew Neal # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/PaginatedList.py b/github/tests/PaginatedList.py index 29113be5..f6a69365 100644 --- a/github/tests/PaginatedList.py +++ b/github/tests/PaginatedList.py @@ -1,11 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # # Copyright 2013 davidbrai # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Eliot Walker # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework from github.PaginatedList import PaginatedList as PaginatedListImpl diff --git a/github/tests/Persistence.py b/github/tests/Persistence.py index e6bec962..ddf939df 100644 --- a/github/tests/Persistence.py +++ b/github/tests/Persistence.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Hugo # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import github diff --git a/github/tests/PullRequest.py b/github/tests/PullRequest.py index c123b3a7..c74f877e 100644 --- a/github/tests/PullRequest.py +++ b/github/tests/PullRequest.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 @tmshn # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/PullRequestComment.py b/github/tests/PullRequestComment.py index ad773936..735cbc42 100644 --- a/github/tests/PullRequestComment.py +++ b/github/tests/PullRequestComment.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/PullRequestFile.py b/github/tests/PullRequestFile.py index 38c973c2..502d08fe 100644 --- a/github/tests/PullRequestFile.py +++ b/github/tests/PullRequestFile.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/PullRequestReview.py b/github/tests/PullRequestReview.py index 2a57592a..8c1b4fb5 100644 --- a/github/tests/PullRequestReview.py +++ b/github/tests/PullRequestReview.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Aaron Levine # +# Copyright 2017 Mike Miller # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/PullRequestReviewerRequests.py b/github/tests/PullRequestReviewerRequests.py index 758733a7..987a9e87 100644 --- a/github/tests/PullRequestReviewerRequests.py +++ b/github/tests/PullRequestReviewerRequests.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Aaron Levine # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/RateLimiting.py b/github/tests/RateLimiting.py index c453b076..c3bd44a3 100644 --- a/github/tests/RateLimiting.py +++ b/github/tests/RateLimiting.py @@ -1,11 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Ed Jackson # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import datetime diff --git a/github/tests/RawData.py b/github/tests/RawData.py index 20e6d01b..fca9dc63 100644 --- a/github/tests/RawData.py +++ b/github/tests/RawData.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Reaction.py b/github/tests/Reaction.py index f3a7b528..f301c879 100644 --- a/github/tests/Reaction.py +++ b/github/tests/Reaction.py @@ -1,10 +1,9 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2012 Vincent Jacques # -# Copyright 2012 Zearin # -# Copyright 2013 Vincent Jacques # +# Copyright 2017 Nicolas Agustín Torres # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Repository.py b/github/tests/Repository.py index 1cbc57df..89e080ce 100644 --- a/github/tests/Repository.py +++ b/github/tests/Repository.py @@ -1,8 +1,26 @@ -# ########################## Copyrights and license ############################ +# -*- coding: utf-8 -*- + +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Christopher Wilcox # +# Copyright 2015 Dan Vanderkam # +# Copyright 2015 Enix Yu # +# Copyright 2015 Kyle Hornberg # +# Copyright 2015 Uriel Corfa # +# Copyright 2016 @tmshn # +# Copyright 2016 Enix Yu # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Jimmy Zelinskie # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Iraquitan Cordeiro Filho # +# Copyright 2018 Raihaan <31362124+res0nance@users.noreply.github.com> # +# Copyright 2018 Shinichi TAMURA # +# Copyright 2018 Victor Granic # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +38,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/RepositoryKey.py b/github/tests/RepositoryKey.py index 241f1460..d12f3a7a 100644 --- a/github/tests/RepositoryKey.py +++ b/github/tests/RepositoryKey.py @@ -1,10 +1,15 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Simon # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Search.py b/github/tests/Search.py index 971b9522..3b5f5913 100644 --- a/github/tests/Search.py +++ b/github/tests/Search.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # -# Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 Agor Maxime # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework import sys diff --git a/github/tests/Status.py b/github/tests/Status.py index c4b80140..7f63dc1b 100644 --- a/github/tests/Status.py +++ b/github/tests/Status.py @@ -1,8 +1,11 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -20,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Tag.py b/github/tests/Tag.py index 501584f4..589a3d0e 100644 --- a/github/tests/Tag.py +++ b/github/tests/Tag.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/Team.py b/github/tests/Team.py index bb7e6332..512156cb 100644 --- a/github/tests/Team.py +++ b/github/tests/Team.py @@ -1,10 +1,17 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2016 mattjmorrison # +# Copyright 2018 Isuru Fernando # +# Copyright 2018 James D'Amato # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +29,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/UserKey.py b/github/tests/UserKey.py index 5037b557..d4376942 100644 --- a/github/tests/UserKey.py +++ b/github/tests/UserKey.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import Framework diff --git a/github/tests/__init__.py b/github/tests/__init__.py index 0d6fd66a..3558f3ea 100644 --- a/github/tests/__init__.py +++ b/github/tests/__init__.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,4 +25,4 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ diff --git a/github/tests/__main__.py b/github/tests/__main__.py index 3d887468..72aece12 100644 --- a/github/tests/__main__.py +++ b/github/tests/__main__.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Uriel Corfa # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -22,7 +26,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import sys import unittest diff --git a/scripts/add_attribute.py b/scripts/add_attribute.py index 78f103d7..e686639b 100644 --- a/scripts/add_attribute.py +++ b/scripts/add_attribute.py @@ -1,9 +1,13 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Thialfihar # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import sys import os.path diff --git a/scripts/compare_to_api_ref_doc.py b/scripts/compare_to_api_ref_doc.py index 4e2504a4..08866b16 100755 --- a/scripts/compare_to_api_ref_doc.py +++ b/scripts/compare_to_api_ref_doc.py @@ -1,9 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import os import fnmatch diff --git a/scripts/fix_headers.py b/scripts/fix_headers.py index f091d9c8..08296ba4 100755 --- a/scripts/fix_headers.py +++ b/scripts/fix_headers.py @@ -1,9 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Vincent Jacques # +# Copyright 2016 Peter Buckley # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -21,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import fnmatch import os diff --git a/setup.py b/setup.py index e45dd86e..63033082 100755 --- a/setup.py +++ b/setup.py @@ -1,11 +1,26 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# ########################## Copyrights and license ############################ +############################ Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # # Copyright 2013 Vincent Jacques # +# Copyright 2014 Tomas Radej # +# Copyright 2014 Vincent Jacques # +# Copyright 2015 Jimmy Zelinskie # +# Copyright 2016 Felix Yan # +# Copyright 2016 Jakub Wilk # +# Copyright 2016 Jannis Gebauer # +# Copyright 2016 Peter Buckley # +# Copyright 2017 Hugo # +# Copyright 2017 Jannis Gebauer # +# Copyright 2017 Jannis Gebauer # +# Copyright 2017 Nhomar Hernandez # +# Copyright 2017 Paul Ortman # +# Copyright 2018 Jason White # +# Copyright 2018 Wan Liuyang # +# Copyright 2018 sfdye # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -23,7 +38,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -# ############################################################################## +################################################################################ import setuptools import textwrap @@ -46,15 +61,15 @@ if __name__ == "__main__": First create a Github instance:: from github import Github - + # using username and password g = Github("user", "password") - + # or using an access token g = Github("access_token") - + Then play with your Github objects:: - + for repo in g.get_user().get_repos(): print(repo.name) repo.edit(has_wiki=False)