summaryrefslogtreecommitdiff
path: root/pycadf/endpoint.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/endpoint.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/endpoint.py')
-rw-r--r--pycadf/endpoint.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pycadf/endpoint.py b/pycadf/endpoint.py
index b31a000..a769b11 100644
--- a/pycadf/endpoint.py
+++ b/pycadf/endpoint.py
@@ -1,6 +1,5 @@
-# -*- encoding: utf-8 -*-
#
-# Copyright © 2013 IBM Corporation
+# Copyright (c) 2013 IBM Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain