Coding style: nit: Remove shebang and correct copyright holder.
Programs without main (or without -x) should not have shebang
(#!/usr/bin/env python).
Chromium OS copyright holder recommends to not have (c).
BUG=None
TEST=make test
Change-Id: I1f88da72853f8a847206cd7820c3cf3f894d351b
Reviewed-on: https://chromium-review.googlesource.com/607947
Commit-Ready: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
diff --git a/py/tools/regcode.py b/py/tools/regcode.py
index 74b3358..23939ab 100755
--- a/py/tools/regcode.py
+++ b/py/tools/regcode.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.