summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-05-28 11:31:52 +0200
committerMartin Geisler <martin@geisler.net>2014-05-31 13:02:21 +0200
commitd7054053ae1f0dad276279bdf66c622842fec1be (patch)
treee57a1e0fccdce9a76466807a84d0c2a0f2a62503 /tools
parent1fa9302feeb604a193741bee2a6dbd7acd108303 (diff)
downloadceilometer-d7054053ae1f0dad276279bdf66c622842fec1be.tar.gz
Remove (c) and remove unnecessary encoding lines
The word "Copyright" alone is sufficient to claim copyright, the (c) symbol 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/ Closes-Bug: #1324686 Change-Id: Id381ea1f029a0cfddd3773c6d9f16c47842d9c33
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_test_data.py3
-rwxr-xr-xtools/release-bugs.py3
-rwxr-xr-xtools/show_data.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/tools/make_test_data.py b/tools/make_test_data.py
index 95c37cf7..4d2f3d81 100755
--- a/tools/make_test_data.py
+++ b/tools/make_test_data.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-# -*- encoding: utf-8 -*-
#
-# Copyright © 2012 New Dream Network, LLC (DreamHost)
+# Copyright 2012 New Dream Network, LLC (DreamHost)
#
# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
#
diff --git a/tools/release-bugs.py b/tools/release-bugs.py
index ee3ca9b6..2314c813 100755
--- a/tools/release-bugs.py
+++ b/tools/release-bugs.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-# -*- encoding: utf-8 -*-
#
-# Copyright © 2012 Graham Binns for Canonical
+# Copyright 2012 Graham Binns for Canonical
#
# Author: Graham Binns <graham.binns@gmail.com>
#
diff --git a/tools/show_data.py b/tools/show_data.py
index d5c48003..06142593 100755
--- a/tools/show_data.py
+++ b/tools/show_data.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-# -*- encoding: utf-8 -*-
#
-# Copyright © 2012 New Dream Network (DreamHost)
+# Copyright 2012 New Dream Network (DreamHost)
#
# Author: Doug Hellmann <doug.hellmann@dreamhost.com>
#