Skip to content

Commit

Permalink
Add per-file licensing info.
Browse files Browse the repository at this point in the history
Removes a -10 'packaging smell', and basically for free with ucopy ;)
  • Loading branch information
JNRowe committed May 16, 2012
1 parent 6432fe9 commit 6eeeef9
Show file tree
Hide file tree
Showing 55 changed files with 413 additions and 27 deletions.
21 changes: 21 additions & 0 deletions .ucopy.cfg
@@ -0,0 +1,21 @@
[repo]
name = python-github2
license-from = bsd-3
vcs = git

[files]
ignore-from = git
ignore-glob = COPYING, README.rst, .keep, test/data/github.com,api*

[patch]
unicode = python

[author-override]
Ask Solem = <askh@modwheel.net> <askh@opera.com>
Chris Vale = <crispywalrus@gmail.com>
Claudio B. = <claudiob@gmail.com>
Daniel Greenfeld = <pydanny@gmail.com>
Donald von Stufft = <donald@xenofox.com>
Michael Basnight = <mbasnight@gmail.com>
Sameer Al-Sakran = <sameer@whitelabellabs.com>
Stéphane Angel = <s.angel@twidi.com>
49 changes: 28 additions & 21 deletions AUTHORS
@@ -1,31 +1,38 @@
Ask Solem <askh@opera.com>
Mark Paschal <markpasc@markpasc.org>
Donald von Stufft <donald@xenofox.com>
Maximillian Dornseif
python-github2 was written by:

Ask Solem <askh@modwheel.net>

with contributions from the following people:

Adam Vandenberg <flangy@gmail.com>
Asheesh Laroia <asheesh@openhatch.org>
Rick Harris <rick.harris@rackspace.com>
Cody Soyland <codysoyland@gmail.com>
Fernando Perez <Fernando.Perez@berkeley.edu>
Evan Broder <broder@mit.edu>
Scott Torborg <scott@crookedmedia.com>
Claudio B. <claudiob@gmail.com>
Barthelemy Dagenais <bart@cs.mcgill.ca>
Chris Vale <crispywalrus@gmail.com>
Adam Vandenberg <flangy@gmail.com>
Kenneth Reitz <me@kennethreitz.com>
Christopher MacGown <ignoti+github@gmail.com>
Claudio B. <claudiob@gmail.com>
Cody Soyland <codysoyland@gmail.com>
Daniel Greenfeld <pydanny@gmail.com>
Donald von Stufft <donald@xenofox.com>
Evan Broder <broder@mit.edu>
Fernando Perez <Fernando.Perez@berkeley.edu>
Ionuț Arțăriși <mapleoin@lavabit.com>
James Rowe <jnrowe@gmail.com>
Jens Ohlig <jens.ohlig@gmail.com>
Jeremy Dunck <jdunck@gmail.com>
Jonas Obrist <jonas.obrist@divio.ch>
Sameer Al-Sakran <sameer@whitelabellabs.com>
Vincent Driessen <vincent@datafox.nl>
James Rowe <jnrowe@gmail.com>
Josh Weinberg <daemoncollector@gmail.com>
Barthelemy Dagenais <bart@cs.mcgill.ca>
Surajram Kumarave <root@surajram.com>
broderboy <timothy.broder@gmail.com>
Patryk Zawadzki <patrys@pld-linux.org>
Justin Quick <justquick@gmail.com>
Kenneth Reitz <me@kennethreitz.com>
Mark Paschal <markpasc@markpasc.org>
Maximillian Dornseif <m.dornseif@hudora.de>
Michael Basnight <mbasnight@gmail.com>
Christopher MacGown <ignoti+github@gmail.com>
Patryk Zawadzki <patrys@pld-linux.org>
Rick Harris <rick.harris@rackspace.com>
Rok Garbas <rok@garbas.si>
Ionuț Arțăriși <mapleoin@lavabit.com>
Sameer Al-Sakran <sameer@whitelabellabs.com>
Scott Torborg <scott@crookedmedia.com>
Stéphane Angel <s.angel@twidi.com>
Surajram Kumaravel <root@surajram.com>
Vincent Driessen <vincent@datafox.nl>
broderboy <timothy.broder@gmail.com>
modocache <modocache@gmail.com>
7 changes: 7 additions & 0 deletions doc/.templates/layout.html
@@ -1,3 +1,10 @@
{#
Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>

This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
#}
{% extends "!layout.html" %}

{% block extrahead %}
Expand Down
8 changes: 8 additions & 0 deletions doc/api/client.rst
@@ -1,3 +1,11 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
Michael Basnight <mbasnight@gmail.com>
modocache <modocache@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.client

Creating a client
Expand Down
6 changes: 6 additions & 0 deletions doc/api/commit.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.commits

Commit
Expand Down
6 changes: 6 additions & 0 deletions doc/api/core.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.core

Core
Expand Down
6 changes: 6 additions & 0 deletions doc/api/index.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
API documentation
=================

Expand Down
6 changes: 6 additions & 0 deletions doc/api/issues.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.issues

Issues
Expand Down
6 changes: 6 additions & 0 deletions doc/api/network.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. currentmodule:: github2.client

Network
Expand Down
6 changes: 6 additions & 0 deletions doc/api/object.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. currentmodule:: github2.client

Object
Expand Down
6 changes: 6 additions & 0 deletions doc/api/organizations.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.organizations

Organizations
Expand Down
6 changes: 6 additions & 0 deletions doc/api/pull_requests.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.pull_requests

Pull requests
Expand Down
6 changes: 6 additions & 0 deletions doc/api/repos.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.repositories

Repository
Expand Down
6 changes: 6 additions & 0 deletions doc/api/request.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.request

Requests
Expand Down
6 changes: 6 additions & 0 deletions doc/api/teams.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.teams

Teams
Expand Down
6 changes: 6 additions & 0 deletions doc/api/users.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
.. module:: github2.users

Users
Expand Down
6 changes: 6 additions & 0 deletions doc/bugs.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Reporting bugs
==============

Expand Down
6 changes: 6 additions & 0 deletions doc/contributing.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Contributing
============

Expand Down
9 changes: 5 additions & 4 deletions doc/index.rst
@@ -1,7 +1,8 @@
.. python-github2 documentation master file, created by
sphinx-quickstart on Mon Apr 11 16:16:25 2011.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
..
If you prefer you can also read the pre-built documentation at
Expand Down
7 changes: 7 additions & 0 deletions doc/install.rst
@@ -1,3 +1,10 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
Michael Basnight <mbasnight@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Installation
------------

Expand Down
6 changes: 6 additions & 0 deletions doc/license.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
License
=======

Expand Down
6 changes: 6 additions & 0 deletions doc/problems.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Solving problems
================

Expand Down
6 changes: 6 additions & 0 deletions doc/quickstart.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Quickstart
==========

Expand Down
6 changes: 6 additions & 0 deletions doc/release.rst
@@ -1,3 +1,9 @@
.. Copyright (C) 2012 James Rowe <jnrowe@gmail.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
Release HOWTO
=============

Expand Down
7 changes: 7 additions & 0 deletions doc/wild.rst
@@ -1,3 +1,10 @@
.. Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
Stéphane Angel <s.angel@twidi.com>
This file is part of python-github2, and is licensed under the 3-clause BSD
License. See the LICENSE file in the top distribution directory for the full
license text.
In the wild
-----------

Expand Down
5 changes: 5 additions & 0 deletions examples/friend-or-follow.py
@@ -1,3 +1,8 @@
# Copyright (C) 2010-2012 Ask Solem <askh@modwheel.net>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.

import sys
import optparse
from subprocess import Popen, PIPE
Expand Down
6 changes: 6 additions & 0 deletions github2/__init__.py
@@ -1,4 +1,10 @@
"Github API v2 library for Python"
# Copyright (C) 2009-2012 Ask Solem <askh@modwheel.net>
# James Rowe <jnrowe@gmail.com>
# Maximillian Dornseif <m.dornseif@hudora.de>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.

from github2 import _version

Expand Down
4 changes: 4 additions & 0 deletions github2/bin/__init__.py
@@ -1 +1,5 @@
#
# Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.
7 changes: 5 additions & 2 deletions github2/bin/manage_collaborators.py
Expand Up @@ -8,8 +8,11 @@
"""

# Created by Maximillian Dornseif on 2009-12-31 for HUDORA.
# Copyright (c) 2009 HUDORA. All rights reserved.
# BSD licensed
# Copyright (C) 2009-2012 James Rowe <jnrowe@gmail.com>
# Maximillian Dornseif <m.dornseif@hudora.de>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.

import logging
import sys
Expand Down
4 changes: 4 additions & 0 deletions github2/bin/search_repos.py
@@ -1,6 +1,10 @@
#! /usr/bin/env python
# coding: utf-8
"""github_search_repos - search for repositories on GitHub"""
# Copyright (C) 2011-2012 James Rowe <jnrowe@gmail.com>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.


import logging
Expand Down
15 changes: 15 additions & 0 deletions github2/client.py
@@ -1,3 +1,18 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009-2012 Ask Solem <askh@modwheel.net>
# Christopher MacGown <ignoti+github@gmail.com>
# Evan Broder <broder@mit.edu>
# James Rowe <jnrowe@gmail.com>
# Jeremy Dunck <jdunck@gmail.com>
# Michael Basnight <mbasnight@gmail.com>
# Patryk Zawadzki <patrys@pld-linux.org>
# Surajram Kumaravel <root@surajram.com>
# Vincent Driessen <vincent@datafox.nl>
# modocache <modocache@gmail.com>
#
# This file is part of python-github2, and is made available under the 3-clause
# BSD license. See LICENSE for the full details.

from github2.request import GithubRequest
from github2.issues import Issues
from github2.repositories import Repositories
Expand Down

0 comments on commit 6eeeef9

Please sign in to comment.