oslo-incubator/pypi
Martin Geisler 7b0af7ac65 Expand © and remove unnecessary encoding lines
The word "Copyright" alone is sufficient to claim copyright, the ©
symbol need not be present.[1] This allows us to expand the "©" symbol
into "(c)" to avoid introducing non-ASCII characters.

As per PEP 263, a Python file with non-ASCII characters must have a
line with "coding: <some-encoding>". Python files containing only
7-bit ASCII characters need no such line.[2]

This commit expands the non-ASCII Unicode copyright symbols and
removes the now unnecessary encoding lines.

[1]: http://www.copyright.gov/circs/circ03.pdf
[2]: http://legacy.python.org/dev/peps/pep-0263/

Change-Id: I2d7be303b515be0e3e891f041477c99cedcca1bb
2014-06-15 17:59:11 +02:00
..
oslo Add setup.py for registering namespace package 2012-10-30 15:16:30 -04:00
README Add setup.py for registering namespace package 2012-10-30 15:16:30 -04:00
setup.py Expand © and remove unnecessary encoding lines 2014-06-15 17:59:11 +02:00

This directory is just here to hold the setup.py used to register the
Oslo name on PyPI, to avoid project name collisions.