7b0af7ac65
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 |
||
---|---|---|
.. | ||
oslo | ||
README | ||
setup.py |
This directory is just here to hold the setup.py used to register the Oslo name on PyPI, to avoid project name collisions.