summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-05-27 21:37:52 +0200
committerMartin Geisler <martin@geisler.net>2014-05-30 17:48:53 +0200
commit42dd52958c67003cf77258ea824c3c5fd9804e71 (patch)
tree4221e06e2d5828c8743afeb0e89933770e4aa403 /doc
parentd55038ceafdd49ac60ba1e115c331583b430f1ee (diff)
downloadpython-ceilometerclient-42dd52958c67003cf77258ea824c3c5fd9804e71.tar.gz
Remove © and remove unnecessary encoding lines
The word "Copyright" alone is sufficient to claim copyright, the © need not be present.[1] 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 removes unnecessary Unicode copyright symbols and unnecessary encoding lines. [1]: http://www.copyright.gov/circs/circ03.pdf [2]: http://legacy.python.org/dev/peps/pep-0263/ Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d91350b..0d030d1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
project = 'python-ceilometerclient'