From 56309b90f2bab0045ae739e90158ab36b06af816 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 13 Jul 2013 11:10:00 +0200 Subject: [PATCH] Run the script added in previous commit --- .gitignore | 12 ++++++++++++ doc/.gitignore | 13 +++++++++++++ doc/conf.py | 10 ++++++++++ doc/github_objects/.gitignore | 12 ++++++++++++ github/IssueComment.py | 2 +- github/MainClass.py | 2 +- github/PaginatedList.py | 1 + github/PullRequestComment.py | 2 +- github/Repository.py | 2 +- github/RepositoryKey.py | 2 +- github/Requester.py | 2 +- github/tests/PaginatedList.py | 1 + 12 files changed, 55 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 55cb5a84..e1895022 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +# 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 . + *.pyc GithubCredentials.py /dist/ diff --git a/doc/.gitignore b/doc/.gitignore index 90adc9f2..29e2f368 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,3 +1,16 @@ +# 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 . + /build/ github_objects.rst contributing.rst diff --git a/doc/conf.py b/doc/conf.py index 3e6c3e19..04e505dd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -3,6 +3,16 @@ # 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 . + ################################################################################ # PyGithub documentation build configuration file, created by diff --git a/doc/github_objects/.gitignore b/doc/github_objects/.gitignore index 30d85567..ab36c5f5 100644 --- a/doc/github_objects/.gitignore +++ b/doc/github_objects/.gitignore @@ -1 +1,13 @@ +# 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 . + *.rst diff --git a/github/IssueComment.py b/github/IssueComment.py index 2f6a6943..c37d987b 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -2,8 +2,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 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/ diff --git a/github/MainClass.py b/github/MainClass.py index a08f8dce..f661dc43 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -1,8 +1,8 @@ # -*- 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 -# Copyright 2013 Jonathan J Hunt hunt@braincorporation.com # This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ diff --git a/github/PaginatedList.py b/github/PaginatedList.py index 7e1ee234..92784c33 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -4,6 +4,7 @@ # 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/ diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index c1f28e22..a4c3f182 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -2,9 +2,9 @@ # 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 -# Copyright 2013 Michael Stead michael.stead@gmail.com # This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ diff --git a/github/Repository.py b/github/Repository.py index 0569b98a..e370fed9 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -4,8 +4,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 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/ diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index 11a48f5e..70128000 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -2,9 +2,9 @@ # 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 -# Copyright 2013 Srijan Choudhary srijan4@gmail.com # This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ diff --git a/github/Requester.py b/github/Requester.py index 730c416a..174bf8cb 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -7,8 +7,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 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/ diff --git a/github/tests/PaginatedList.py b/github/tests/PaginatedList.py index 7a0d8016..f3c8f212 100644 --- a/github/tests/PaginatedList.py +++ b/github/tests/PaginatedList.py @@ -3,6 +3,7 @@ # 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/