summaryrefslogtreecommitdiff
path: root/pycadf/reporterstep.py
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-06-15 18:09:09 +0200
committerMartin Geisler <martin@geisler.net>2014-06-15 18:09:09 +0200
commit5792c7a1f12c885292359dc2aae11e7afc2fad38 (patch)
tree264b3335f6edca3ccff90da6e23df08d35ee4427 /pycadf/reporterstep.py
parentd68002f9fb714e1897662fc4e89f261a9b8aacaa (diff)
downloadpycadf-5792c7a1f12c885292359dc2aae11e7afc2fad38.tar.gz
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: Ibbb282224bccbea383947b4e09a619f94d5c24b1
Diffstat (limited to 'pycadf/reporterstep.py')
-rw-r--r--pycadf/reporterstep.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pycadf/reporterstep.py b/pycadf/reporterstep.py
index 1c307c2..232cf2e 100644
--- a/pycadf/reporterstep.py
+++ b/pycadf/reporterstep.py
@@ -1,4 +1,3 @@
-# -*- encoding: utf-8 -*-
#
# Copyright 2013 IBM Corp.
#