From 06a3d8709883ee058632167e176e31286acee257 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 13 Jul 2013 19:03:53 +0200 Subject: [PATCH] Change source file header format --- .gitignore | 32 ++++--- doc/.gitignore | 33 ++++--- doc/conf.py | 33 ++++--- doc/github_objects/.gitignore | 32 ++++--- github/AuthenticatedUser.py | 37 +++++--- github/Authorization.py | 35 ++++--- github/AuthorizationApplication.py | 35 ++++--- github/Branch.py | 37 +++++--- github/Commit.py | 37 +++++--- github/CommitComment.py | 35 ++++--- github/CommitStats.py | 35 ++++--- github/CommitStatus.py | 35 ++++--- github/Comparison.py | 35 ++++--- github/ContentFile.py | 35 ++++--- github/Download.py | 35 ++++--- github/Event.py | 37 +++++--- github/File.py | 35 ++++--- github/Gist.py | 37 +++++--- github/GistComment.py | 35 ++++--- github/GistFile.py | 35 ++++--- github/GistHistoryState.py | 35 ++++--- github/GitAuthor.py | 35 ++++--- github/GitBlob.py | 35 ++++--- github/GitCommit.py | 35 ++++--- github/GitObject.py | 35 ++++--- github/GitRef.py | 35 ++++--- github/GitTag.py | 35 ++++--- github/GitTree.py | 35 ++++--- github/GitTreeElement.py | 35 ++++--- github/GithubException.py | 35 ++++--- github/GithubObject.py | 35 ++++--- github/GitignoreTemplate.py | 33 ++++--- github/Hook.py | 35 ++++--- github/HookDescription.py | 35 ++++--- github/HookResponse.py | 35 ++++--- github/InputFileContent.py | 35 ++++--- github/InputGitAuthor.py | 35 ++++--- github/InputGitTreeElement.py | 35 ++++--- github/Issue.py | 39 +++++--- github/IssueComment.py | 37 +++++--- github/IssueEvent.py | 35 ++++--- github/IssuePullRequest.py | 35 ++++--- github/Label.py | 37 +++++--- github/Legacy.py | 37 +++++--- github/MainClass.py | 35 ++++--- github/Milestone.py | 37 +++++--- github/NamedUser.py | 37 +++++--- github/Notification.py | 35 ++++--- github/NotificationSubject.py | 31 ++++--- github/Organization.py | 39 +++++--- github/PaginatedList.py | 39 +++++--- github/Permissions.py | 35 ++++--- github/Plan.py | 35 ++++--- github/PullRequest.py | 39 +++++--- github/PullRequestComment.py | 39 +++++--- github/PullRequestMergeStatus.py | 37 +++++--- github/PullRequestPart.py | 35 ++++--- github/Repository.py | 43 +++++---- github/RepositoryKey.py | 39 +++++--- github/Requester.py | 47 ++++++---- github/Tag.py | 37 +++++--- github/Team.py | 37 +++++--- github/UserKey.py | 37 +++++--- github/__init__.py | 35 ++++--- github/tests/AllTests.py | 35 ++++--- github/tests/AuthenticatedUser.py | 35 ++++--- github/tests/Authentication.py | 35 ++++--- github/tests/Authorization.py | 35 ++++--- github/tests/Branch.py | 35 ++++--- github/tests/Commit.py | 35 ++++--- github/tests/CommitComment.py | 35 ++++--- github/tests/CommitStatus.py | 35 ++++--- github/tests/ContentFile.py | 35 ++++--- github/tests/Download.py | 35 ++++--- github/tests/Enterprise.py | 35 ++++--- github/tests/Event.py | 35 ++++--- github/tests/Exceptions.py | 35 ++++--- github/tests/Framework.py | 35 ++++--- github/tests/Gist.py | 35 ++++--- github/tests/GistComment.py | 35 ++++--- github/tests/GitBlob.py | 35 ++++--- github/tests/GitCommit.py | 35 ++++--- github/tests/GitRef.py | 35 ++++--- github/tests/GitTag.py | 35 ++++--- github/tests/GitTree.py | 35 ++++--- github/tests/Github_.py | 35 ++++--- github/tests/Hook.py | 35 ++++--- github/tests/Issue.py | 35 ++++--- github/tests/Issue131.py | 31 ++++--- github/tests/Issue133.py | 31 ++++--- github/tests/Issue134.py | 31 ++++--- github/tests/Issue139.py | 31 ++++--- github/tests/Issue140.py | 31 ++++--- github/tests/Issue142.py | 31 ++++--- github/tests/Issue158.py | 31 ++++--- github/tests/Issue174.py | 31 ++++--- github/tests/Issue33.py | 35 ++++--- github/tests/Issue50.py | 35 ++++--- github/tests/Issue54.py | 35 ++++--- github/tests/Issue80.py | 35 ++++--- github/tests/Issue87.py | 35 ++++--- github/tests/IssueComment.py | 35 ++++--- github/tests/IssueEvent.py | 35 ++++--- github/tests/Label.py | 35 ++++--- github/tests/Logging_.py | 35 ++++--- github/tests/Markdown.py | 35 ++++--- github/tests/Milestone.py | 35 ++++--- github/tests/NamedUser.py | 35 ++++--- github/tests/Organization.py | 35 ++++--- github/tests/PaginatedList.py | 37 +++++--- github/tests/PullRequest.py | 35 ++++--- github/tests/PullRequestComment.py | 35 ++++--- github/tests/PullRequestFile.py | 35 ++++--- github/tests/RateLimiting.py | 35 ++++--- github/tests/RawData.py | 31 ++++--- github/tests/Repository.py | 35 ++++--- github/tests/RepositoryKey.py | 35 ++++--- github/tests/Tag.py | 35 ++++--- github/tests/Team.py | 35 ++++--- github/tests/UserKey.py | 35 ++++--- github/tests/__init__.py | 35 ++++--- github/tests/__main__.py | 35 ++++--- scripts/fix_headers.py | 142 +++++++++++++++++------------ setup.py | 35 ++++--- 124 files changed, 2802 insertions(+), 1667 deletions(-) diff --git a/.gitignore b/.gitignore index e1895022..acd5a72d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,24 @@ -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ *.pyc GithubCredentials.py diff --git a/doc/.gitignore b/doc/.gitignore index 29e2f368..44fee292 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,15 +1,24 @@ -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ /build/ github_objects.rst diff --git a/doc/conf.py b/doc/conf.py index 04e505dd..fd5d71ee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,18 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . - +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 diff --git a/doc/github_objects/.gitignore b/doc/github_objects/.gitignore index ab36c5f5..5ca8f934 100644 --- a/doc/github_objects/.gitignore +++ b/doc/github_objects/.gitignore @@ -1,13 +1,23 @@ -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ *.rst diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py index 4023250c..e64bb2d8 100644 --- a/github/AuthenticatedUser.py +++ b/github/AuthenticatedUser.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 03155ccb..23456d11 100644 --- a/github/Authorization.py +++ b/github/Authorization.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 d87327c0..392ec78c 100644 --- a/github/AuthorizationApplication.py +++ b/github/AuthorizationApplication.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f0177577..11f074d5 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 b33eeeec..613885ab 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/CommitComment.py b/github/CommitComment.py index 9c3956ce..bdb30272 100644 --- a/github/CommitComment.py +++ b/github/CommitComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 33870e1c..1be6a1d4 100644 --- a/github/CommitStats.py +++ b/github/CommitStats.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4d49c564..122c55c4 100644 --- a/github/CommitStatus.py +++ b/github/CommitStatus.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 3ebf2a02..a67cb5ae 100644 --- a/github/Comparison.py +++ b/github/Comparison.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/ContentFile.py b/github/ContentFile.py index 482715a4..fda1d3d6 100644 --- a/github/ContentFile.py +++ b/github/ContentFile.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Download.py b/github/Download.py index 8eae9c91..580e3cd2 100644 --- a/github/Download.py +++ b/github/Download.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 bac2e7e5..60e7c863 100644 --- a/github/Event.py +++ b/github/Event.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f9f37b11..538fde6b 100644 --- a/github/File.py +++ b/github/File.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 62c510e9..bc6c05cb 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 e2455591..1c0c5978 100644 --- a/github/GistComment.py +++ b/github/GistComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 bb8fe3b6..a153c7ba 100644 --- a/github/GistFile.py +++ b/github/GistFile.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 3c6eb05a..75f78535 100644 --- a/github/GistHistoryState.py +++ b/github/GistHistoryState.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 7900bdb3..dd409dea 100644 --- a/github/GitAuthor.py +++ b/github/GitAuthor.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 dae90ea5..ffb12f98 100644 --- a/github/GitBlob.py +++ b/github/GitBlob.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 0380cf92..c87ca26b 100644 --- a/github/GitCommit.py +++ b/github/GitCommit.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 934b7e1e..2d29b437 100644 --- a/github/GitObject.py +++ b/github/GitObject.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 c1049363..bd489c81 100644 --- a/github/GitRef.py +++ b/github/GitRef.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f9aef8c0..980328a0 100644 --- a/github/GitTag.py +++ b/github/GitTag.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f7168b48..38c696b8 100644 --- a/github/GitTree.py +++ b/github/GitTree.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 614c9f18..bf361be0 100644 --- a/github/GitTreeElement.py +++ b/github/GitTreeElement.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f821d826..12c9af62 100644 --- a/github/GithubException.py +++ b/github/GithubException.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 7877276d..8178d8e7 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/GitignoreTemplate.py b/github/GitignoreTemplate.py index 06df576c..a1b96d7c 100644 --- a/github/GitignoreTemplate.py +++ b/github/GitignoreTemplate.py @@ -1,17 +1,26 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f11917f7..6be867e3 100644 --- a/github/Hook.py +++ b/github/Hook.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 d4f5be33..766cbfc7 100644 --- a/github/HookDescription.py +++ b/github/HookDescription.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 99c0174a..87dc0ac0 100644 --- a/github/HookResponse.py +++ b/github/HookResponse.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 ad81a86e..81ee516e 100644 --- a/github/InputFileContent.py +++ b/github/InputFileContent.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 ea385acd..53014e79 100644 --- a/github/InputGitAuthor.py +++ b/github/InputGitAuthor.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ class InputGitAuthor(object): diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py index b2b37b7c..de64325b 100644 --- a/github/InputGitTreeElement.py +++ b/github/InputGitTreeElement.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Issue.py b/github/Issue.py index 13a791cb..84542541 100644 --- a/github/Issue.py +++ b/github/Issue.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Andrew Bettison andrewb@zip.com.au -# Copyright 2012 Philip Kimmey philip@rover.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Andrew Bettison # +# Copyright 2012 Philip Kimmey # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/IssueComment.py b/github/IssueComment.py index c37d987b..906b4059 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Michael Stead michael.stead@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Michael Stead # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 9339273d..431ce2ad 100644 --- a/github/IssueEvent.py +++ b/github/IssueEvent.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 cebd6d05..cdc1b44b 100644 --- a/github/IssuePullRequest.py +++ b/github/IssuePullRequest.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 1261968b..52e6f2ed 100644 --- a/github/Label.py +++ b/github/Label.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 05ba13d2..599ca605 100644 --- a/github/Legacy.py +++ b/github/Legacy.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f661dc43..db99bce3 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Jonathan J Hunt hunt@braincorporation.com -# Copyright 2013 Peter Golm golm.peter@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Jonathan J Hunt # +# Copyright 2013 Peter Golm # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Milestone.py b/github/Milestone.py index 1e1e2555..32394583 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 d52a8b9e..3e24e5ac 100644 --- a/github/NamedUser.py +++ b/github/NamedUser.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4db8cb8f..7e8f0a2b 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Peter Golm golm.peter@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Peter Golm # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 ddc695ef..d32977ea 100644 --- a/github/NotificationSubject.py +++ b/github/NotificationSubject.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 2c78d7af..8c19f160 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 92784c33..21de4ed4 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Bill Mill bill.mill@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 davidbrai davidbrai@gmail.com - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Bill Mill # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 davidbrai # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 e2b7f8cd..8b9f3b39 100644 --- a/github/Permissions.py +++ b/github/Permissions.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 80448477..1daefc7c 100644 --- a/github/Plan.py +++ b/github/Plan.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 0acefa58..8104878b 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Michael Stead michael.stead@gmail.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Michael Stead # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 a4c3f182..9704ef95 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Michael Stead michael.stead@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Michael Stead # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 2be16d02..f9bae790 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 9ff6b6c7..99778645 100644 --- a/github/PullRequestPart.py +++ b/github/PullRequestPart.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 e370fed9..01072aad 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -1,22 +1,31 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Christopher Gilbert christopher.john.gilbert@gmail.com -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Mark Roddy markroddy@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Christopher Gilbert # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Mark Roddy # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/RepositoryKey.py b/github/RepositoryKey.py index 70128000..79953506 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -1,20 +1,29 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Srijan Choudhary srijan4@gmail.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Srijan Choudhary # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 174bf8cb..ca263e0a 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -1,24 +1,33 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Andrew Bettison andrewb@zip.com.au -# Copyright 2012 Dima Kukushkin dima@kukushkin.me -# Copyright 2012 Michael Woodworth mwoodworth@upverter.com -# Copyright 2012 Petteri Muilu pmuilu@xena.(none) -# Copyright 2012 Steve English steve.english@navetas.com -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Jonathan J Hunt hunt@braincorporation.com -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Andrew Bettison # +# Copyright 2012 Dima Kukushkin # +# Copyright 2012 Michael Woodworth # +# Copyright 2012 Petteri Muilu # +# Copyright 2012 Steve English # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Jonathan J Hunt # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ import logging import httplib diff --git a/github/Tag.py b/github/Tag.py index ab4e61b4..5a42f637 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 2254fea0..0081aedd 100644 --- a/github/Team.py +++ b/github/Team.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 8b9720cf..2ff2f687 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 martinqt m.ki2@laposte.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 martinqt # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 029d096a..6a93391f 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 a8537404..a9e156ff 100644 --- a/github/tests/AllTests.py +++ b/github/tests/AllTests.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4f11ab35..16fbbeb6 100644 --- a/github/tests/AuthenticatedUser.py +++ b/github/tests/AuthenticatedUser.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 138ed899..c3df1ed7 100644 --- a/github/tests/Authentication.py +++ b/github/tests/Authentication.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 36dce081..0f5d73af 100644 --- a/github/tests/Authorization.py +++ b/github/tests/Authorization.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Branch.py b/github/tests/Branch.py index 06eb17ee..ec9d1b2d 100644 --- a/github/tests/Branch.py +++ b/github/tests/Branch.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 b0ddbb8a..7db211a1 100644 --- a/github/tests/Commit.py +++ b/github/tests/Commit.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 3021b689..71f62df3 100644 --- a/github/tests/CommitComment.py +++ b/github/tests/CommitComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f6000cbd..4ebe8845 100644 --- a/github/tests/CommitStatus.py +++ b/github/tests/CommitStatus.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/ContentFile.py b/github/tests/ContentFile.py index 04badd60..9b1b4c3a 100644 --- a/github/tests/ContentFile.py +++ b/github/tests/ContentFile.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/tests/Download.py b/github/tests/Download.py index 79f1d301..1f0cfa85 100644 --- a/github/tests/Download.py +++ b/github/tests/Download.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 2476079a..675d2926 100644 --- a/github/tests/Enterprise.py +++ b/github/tests/Enterprise.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Event.py b/github/tests/Event.py index 8628e234..ee2ae2ff 100644 --- a/github/tests/Event.py +++ b/github/tests/Event.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 5f523720..455ad941 100644 --- a/github/tests/Exceptions.py +++ b/github/tests/Exceptions.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Framework.py b/github/tests/Framework.py index d92ba85f..706bdbdd 100644 --- a/github/tests/Framework.py +++ b/github/tests/Framework.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ import os import sys diff --git a/github/tests/Gist.py b/github/tests/Gist.py index 0d121fe1..0b32678f 100644 --- a/github/tests/Gist.py +++ b/github/tests/Gist.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 eb53f8b9..2dba581f 100644 --- a/github/tests/GistComment.py +++ b/github/tests/GistComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 7983f613..22f86846 100644 --- a/github/tests/GitBlob.py +++ b/github/tests/GitBlob.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4d08e611..9fc5bde4 100644 --- a/github/tests/GitCommit.py +++ b/github/tests/GitCommit.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 fe90e082..6dbc4311 100644 --- a/github/tests/GitRef.py +++ b/github/tests/GitRef.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/GitTag.py b/github/tests/GitTag.py index 0f884fbe..614e2ac4 100644 --- a/github/tests/GitTag.py +++ b/github/tests/GitTag.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 66834adc..a592eaa3 100644 --- a/github/tests/GitTree.py +++ b/github/tests/GitTree.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 decb20c9..4b6cfbc5 100644 --- a/github/tests/Github_.py +++ b/github/tests/Github_.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 fcc5f2a6..d9099bc4 100644 --- a/github/tests/Hook.py +++ b/github/tests/Hook.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 c472bd9d..fa30f01d 100644 --- a/github/tests/Issue.py +++ b/github/tests/Issue.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4ecc2381..0b865804 100644 --- a/github/tests/Issue131.py +++ b/github/tests/Issue131.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 6e9c5ff4..e354a220 100644 --- a/github/tests/Issue133.py +++ b/github/tests/Issue133.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 8f67ea57..95e00c86 100644 --- a/github/tests/Issue134.py +++ b/github/tests/Issue134.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 8f9782ac..6531063e 100644 --- a/github/tests/Issue139.py +++ b/github/tests/Issue139.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 e6afad64..0222a959 100644 --- a/github/tests/Issue140.py +++ b/github/tests/Issue140.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 13dceee6..8d4e6053 100644 --- a/github/tests/Issue142.py +++ b/github/tests/Issue142.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 e8746827..635f1271 100644 --- a/github/tests/Issue158.py +++ b/github/tests/Issue158.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 254293eb..7bb39eea 100644 --- a/github/tests/Issue174.py +++ b/github/tests/Issue174.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Issue33.py b/github/tests/Issue33.py index f0a9e506..ed505a1d 100644 --- a/github/tests/Issue33.py +++ b/github/tests/Issue33.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 c6f78890..b0d143b5 100644 --- a/github/tests/Issue50.py +++ b/github/tests/Issue50.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 0bbb9fc9..0827ed11 100644 --- a/github/tests/Issue54.py +++ b/github/tests/Issue54.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 80d1a6e4..fcbded25 100644 --- a/github/tests/Issue80.py +++ b/github/tests/Issue80.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 3b61c46c..083159a2 100644 --- a/github/tests/Issue87.py +++ b/github/tests/Issue87.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 bac3e820..54b358e1 100644 --- a/github/tests/IssueComment.py +++ b/github/tests/IssueComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4b64b9a9..fe57b07d 100644 --- a/github/tests/IssueEvent.py +++ b/github/tests/IssueEvent.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 2c6db14e..4dfc3e2f 100644 --- a/github/tests/Label.py +++ b/github/tests/Label.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 a48a4a1a..63957ba0 100644 --- a/github/tests/Logging_.py +++ b/github/tests/Logging_.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 5dd8f30a..72302068 100644 --- a/github/tests/Markdown.py +++ b/github/tests/Markdown.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 37a93018..e64be35c 100644 --- a/github/tests/Milestone.py +++ b/github/tests/Milestone.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f109972e..2ea6944d 100644 --- a/github/tests/NamedUser.py +++ b/github/tests/NamedUser.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/Organization.py b/github/tests/Organization.py index 26f17295..1b4b6783 100644 --- a/github/tests/Organization.py +++ b/github/tests/Organization.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 f3c8f212..39d45468 100644 --- a/github/tests/PaginatedList.py +++ b/github/tests/PaginatedList.py @@ -1,19 +1,28 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2013 davidbrai davidbrai@gmail.com - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# Copyright 2013 davidbrai # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/PullRequest.py b/github/tests/PullRequest.py index f7e78f6d..f481bfcb 100644 --- a/github/tests/PullRequest.py +++ b/github/tests/PullRequest.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 d744cfbe..2768ca7f 100644 --- a/github/tests/PullRequestComment.py +++ b/github/tests/PullRequestComment.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 c99128cc..ab341189 100644 --- a/github/tests/PullRequestFile.py +++ b/github/tests/PullRequestFile.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 47f69c98..602dfc5f 100644 --- a/github/tests/RateLimiting.py +++ b/github/tests/RateLimiting.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/RawData.py b/github/tests/RawData.py index de9a91dd..bb76f2e7 100644 --- a/github/tests/RawData.py +++ b/github/tests/RawData.py @@ -1,16 +1,25 @@ # -*- coding: utf-8 -*- -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 ed04aeee..7a45d16b 100644 --- a/github/tests/Repository.py +++ b/github/tests/Repository.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 4aa09746..4b4fa1a6 100644 --- a/github/tests/RepositoryKey.py +++ b/github/tests/RepositoryKey.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 3f3aa151..d20e9850 100644 --- a/github/tests/Tag.py +++ b/github/tests/Tag.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 0e4e97c4..3f3fe360 100644 --- a/github/tests/Team.py +++ b/github/tests/Team.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 28d0cb50..12929caa 100644 --- a/github/tests/UserKey.py +++ b/github/tests/UserKey.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 42aeb68d..175bd61b 100644 --- a/github/tests/__init__.py +++ b/github/tests/__init__.py @@ -1,15 +1,24 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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 cae8c699..295b335f 100644 --- a/github/tests/__main__.py +++ b/github/tests/__main__.py @@ -1,18 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# 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/fix_headers.py b/scripts/fix_headers.py index b2f263e6..1ed32303 100755 --- a/scripts/fix_headers.py +++ b/scripts/fix_headers.py @@ -1,17 +1,26 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ import fnmatch import os @@ -19,17 +28,62 @@ import subprocess import itertools -license = [ - "# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/", - "", - "# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License", - "# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.", - "", - "# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of", - "# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.", - "", - "# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see .", -] +eightySharps = "################################################################################" + + +def generateLicenseSection(filename): + yield "############################ Copyrights and license ############################" + yield "# #" + for year, name in sorted(listContributors(filename)): + line = "# Copyright " + year + " " + name + line += (79 - len(line)) * " " + "#" + yield line + yield "# #" + yield "# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ #" + yield "# #" + yield "# PyGithub is free software: you can redistribute it and/or modify it under #" + yield "# the terms of the GNU Lesser General Public License as published by the Free #" + yield "# Software Foundation, either version 3 of the License, or (at your option) #" + yield "# any later version. #" + yield "# #" + yield "# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY #" + yield "# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #" + yield "# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more #" + yield "# details. #" + yield "# #" + yield "# You should have received a copy of the GNU Lesser General Public License #" + yield "# along with PyGithub. If not, see . #" + yield "# #" + yield "################################################################################" + + +def listContributors(filename): + contributors = set() + for line in subprocess.check_output(["git", "log", "--format=format:%ad %an <%ae>", "--date=short", "--", filename]).split("\n"): + year = line[0:4] + name = line[11:] + contributors.add((year, name)) + return contributors + + +def extractBodyLines(lines): + bodyLines = [] + + seenEndOfHeader = False + + for line in lines: + if len(line) > 0 and line[0] != "#": + seenEndOfHeader = True + if seenEndOfHeader: + bodyLines.append(line) + # else: + # print "HEAD:", line + if line == eightySharps: + seenEndOfHeader = True + + # print "BODY:", "\nBODY: ".join(bodyLines) + + return bodyLines class PythonHeader: @@ -42,62 +96,35 @@ class PythonHeader: newLines.append("# -*- coding: utf-8 -*-") newLines.append("") - # @todo add <> around mails - # @todo add ############## Copyrights and license (add sections to the header) - - for year, name in sorted(listContributors(filename)): - newLines.append("# Copyright " + year + " " + name) - newLines.append("") - - for line in license: + for line in generateLicenseSection(filename): newLines.append(line) - bodyLines = list(itertools.dropwhile(self.lineCanBeHeader, lines)) + bodyLines = extractBodyLines(lines) - if len(bodyLines) > 0: + if len(bodyLines) > 0 and bodyLines[0] != "": newLines.append("") if "import " not in bodyLines[0] and bodyLines[0] != '"""' and not bodyLines[0].startswith("##########"): newLines.append("") - - newLines += bodyLines + newLines += bodyLines return newLines - def lineCanBeHeader(self, line): - return (len(line) == 0 or line[0] == "#") and not line.startswith("##########") - class StandardHeader: def fix(self, filename, lines): newLines = [] - for year, name in sorted(listContributors(filename)): - newLines.append("# Copyright " + year + " " + name) - newLines.append("") - - for line in license: + for line in generateLicenseSection(filename): newLines.append(line) - bodyLines = list(itertools.dropwhile(self.lineCanBeHeader, lines)) + bodyLines = extractBodyLines(lines) - if len(bodyLines) > 0: + if len(bodyLines) and bodyLines[0] != "" > 0: newLines.append("") - newLines += bodyLines + newLines += bodyLines return newLines - def lineCanBeHeader(self, line): - return (len(line) == 0 or line[0] == "#") and not line.startswith("##########") - - -def listContributors(filename): - contributors = set() - for line in subprocess.check_output(["git", "log", "--format=format:%ad %an %ae", "--date=short", "--", filename]).split("\n"): - year = line[0:4] - name = line[11:] - contributors.add((year, name)) - return contributors - def findHeadersAndFiles(): for root, dirs, files in os.walk('.', topdown=True): @@ -122,6 +149,7 @@ def findHeadersAndFiles(): def main(): for header, filename in findHeadersAndFiles(): + # for header, filename in [(PythonHeader(), "github/MainClass.py"), (PythonHeader(), "doc/conf.py"), (StandardHeader(), ".gitignore")]: print "Analyzing", filename with open(filename) as f: lines = list(line.rstrip() for line in f) diff --git a/setup.py b/setup.py index 2b61ca15..db4ff3bb 100755 --- a/setup.py +++ b/setup.py @@ -1,19 +1,28 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net -# Copyright 2012 Zearin zearin@gonk.net -# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net - -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ - -# PyGithub is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - -# You should have received a copy of the GNU Lesser General Public License along with PyGithub. If not, see . +############################ Copyrights and license ############################ +# # +# Copyright 2012 Vincent Jacques # +# Copyright 2012 Zearin # +# Copyright 2013 Vincent Jacques # +# # +# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # +# # +# PyGithub is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Lesser General Public License as published by the Free # +# Software Foundation, either version 3 of the License, or (at your option) # +# any later version. # +# # +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # +# details. # +# # +# You should have received a copy of the GNU Lesser General Public License # +# along with PyGithub. If not, see . # +# # +################################################################################ import setuptools import textwrap