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/device/__init__.py b/py/device/__init__.py
index f20ad6f..ce5484e 100644
--- a/py/device/__init__.py
+++ b/py/device/__init__.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/accelerometer.py b/py/device/accelerometer.py
index bd5e590..1e6d8f3 100644
--- a/py/device/accelerometer.py
+++ b/py/device/accelerometer.py
@@ -1,6 +1,4 @@
-#!/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.
 
diff --git a/py/device/ambient_light_sensor.py b/py/device/ambient_light_sensor.py
index fa26e25..ab2d9f5 100644
--- a/py/device/ambient_light_sensor.py
+++ b/py/device/ambient_light_sensor.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/device/audio/alsa.py b/py/device/audio/alsa.py
index e19ef1c..63de1f1 100644
--- a/py/device/audio/alsa.py
+++ b/py/device/audio/alsa.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # Copyright 2015 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.
diff --git a/py/device/audio/base.py b/py/device/audio/base.py
index 4109989..0d72b8e 100644
--- a/py/device/audio/base.py
+++ b/py/device/audio/base.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # Copyright 2015 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.
diff --git a/py/device/audio/tinyalsa.py b/py/device/audio/tinyalsa.py
index 1517bc7..f28faf8 100644
--- a/py/device/audio/tinyalsa.py
+++ b/py/device/audio/tinyalsa.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # Copyright 2015 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.
diff --git a/py/device/audio/utils.py b/py/device/audio/utils.py
index a49731b..534e8f0 100644
--- a/py/device/audio/utils.py
+++ b/py/device/audio/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/bluetooth.py b/py/device/bluetooth.py
index 75c5710..e12ea7b 100644
--- a/py/device/bluetooth.py
+++ b/py/device/bluetooth.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/device/boards/android.py b/py/device/boards/android.py
index 3138668..1b603c8 100644
--- a/py/device/boards/android.py
+++ b/py/device/boards/android.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/boards/chromeos.py b/py/device/boards/chromeos.py
index acdc296..4101978 100644
--- a/py/device/boards/chromeos.py
+++ b/py/device/boards/chromeos.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/boards/pit.py b/py/device/boards/pit.py
index 90a28d9..b0998bb 100644
--- a/py/device/boards/pit.py
+++ b/py/device/boards/pit.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/device/boards/snow.py b/py/device/boards/snow.py
index ebb13f2..374041c 100644
--- a/py/device/boards/snow.py
+++ b/py/device/boards/snow.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/device/boards/spring.py b/py/device/boards/spring.py
index 830cfe0..4f558de 100644
--- a/py/device/boards/spring.py
+++ b/py/device/boards/spring.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/device/camera.py b/py/device/camera.py
index c5e67c6..8e7f5f2 100644
--- a/py/device/camera.py
+++ b/py/device/camera.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2016 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.
diff --git a/py/device/chromeos/bluetooth.py b/py/device/chromeos/bluetooth.py
index 6cd2b20..9c7543f 100755
--- a/py/device/chromeos/bluetooth.py
+++ b/py/device/chromeos/bluetooth.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/device/chromeos/display.py b/py/device/chromeos/display.py
index e50d40d..7205688 100644
--- a/py/device/chromeos/display.py
+++ b/py/device/chromeos/display.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/component.py b/py/device/component.py
index 7a79408..fa24ba5 100644
--- a/py/device/component.py
+++ b/py/device/component.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/device_utils.py b/py/device/device_utils.py
index b34ee21..5c83ed9 100644
--- a/py/device/device_utils.py
+++ b/py/device/device_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/display.py b/py/device/display.py
index f427a8d..37ba34c 100644
--- a/py/device/display.py
+++ b/py/device/display.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/ec.py b/py/device/ec.py
index e2bcd23..f8e86a5 100644
--- a/py/device/ec.py
+++ b/py/device/ec.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/fan.py b/py/device/fan.py
index 53b98c4..ed8d4b1 100644
--- a/py/device/fan.py
+++ b/py/device/fan.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/gyroscope.py b/py/device/gyroscope.py
index d9901f0..4a659f5 100644
--- a/py/device/gyroscope.py
+++ b/py/device/gyroscope.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2016 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.
diff --git a/py/device/hooks.py b/py/device/hooks.py
index 65461d4..283f598 100644
--- a/py/device/hooks.py
+++ b/py/device/hooks.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/device/hwmon.py b/py/device/hwmon.py
index 1b760d3..2d1f938 100644
--- a/py/device/hwmon.py
+++ b/py/device/hwmon.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2016 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.
diff --git a/py/device/init.py b/py/device/init.py
index 8a02a1e..c05904a 100644
--- a/py/device/init.py
+++ b/py/device/init.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/led.py b/py/device/led.py
index 4f37a66..468adec 100644
--- a/py/device/led.py
+++ b/py/device/led.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/link.py b/py/device/link.py
index efc7dfb..170a89b 100644
--- a/py/device/link.py
+++ b/py/device/link.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/links/adb.py b/py/device/links/adb.py
index 07bba56..3b46270 100644
--- a/py/device/links/adb.py
+++ b/py/device/links/adb.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/links/local.py b/py/device/links/local.py
index e860005..b3577b4 100644
--- a/py/device/links/local.py
+++ b/py/device/links/local.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/links/ssh.py b/py/device/links/ssh.py
index a3149aa..c495e24 100644
--- a/py/device/links/ssh.py
+++ b/py/device/links/ssh.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/magnetometer.py b/py/device/magnetometer.py
index 30b07d7..3bc09d2 100644
--- a/py/device/magnetometer.py
+++ b/py/device/magnetometer.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2016 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.
diff --git a/py/device/partitions.py b/py/device/partitions.py
index a94dbf7..3cdaa04 100644
--- a/py/device/partitions.py
+++ b/py/device/partitions.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/device/path.py b/py/device/path.py
index e81c389..a0c510e 100644
--- a/py/device/path.py
+++ b/py/device/path.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/power.py b/py/device/power.py
index 3969ce7..0c6e463 100644
--- a/py/device/power.py
+++ b/py/device/power.py
@@ -1,6 +1,3 @@
-#!/usr/bin/python
-# -*- mode: python; coding: utf-8 -*-
-#
 # Copyright 2015 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.
diff --git a/py/device/sensor_utils.py b/py/device/sensor_utils.py
index e74bbab..c2a7960 100644
--- a/py/device/sensor_utils.py
+++ b/py/device/sensor_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/device/storage.py b/py/device/storage.py
index 2ec07a3..1a827ac 100644
--- a/py/device/storage.py
+++ b/py/device/storage.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/temp.py b/py/device/temp.py
index 9278295..14f56db 100644
--- a/py/device/temp.py
+++ b/py/device/temp.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/thermal.py b/py/device/thermal.py
index a9bcaed..43263b3 100644
--- a/py/device/thermal.py
+++ b/py/device/thermal.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/device/toybox.py b/py/device/toybox.py
index 237a9e7..db1a9bd 100644
--- a/py/device/toybox.py
+++ b/py/device/toybox.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/device/vpd.py b/py/device/vpd.py
index b59b690..435faef 100644
--- a/py/device/vpd.py
+++ b/py/device/vpd.py
@@ -1,11 +1,7 @@
-#!/usr/bin/python
-# pylint: disable=W0212
-#
 # Copyright 2015 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.
 
-
 import logging
 import re
 
diff --git a/py/doc/doc_unittest.py b/py/doc/doc_unittest.py
index 4ed5ac1..3bb1d9e 100755
--- a/py/doc/doc_unittest.py
+++ b/py/doc/doc_unittest.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.
 
diff --git a/py/doc/factory_docs.py b/py/doc/factory_docs.py
index 088fdd6..c8f062c 100644
--- a/py/doc/factory_docs.py
+++ b/py/doc/factory_docs.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/doc/generate_rsts.py b/py/doc/generate_rsts.py
index 6e7fe90..678761b 100755
--- a/py/doc/generate_rsts.py
+++ b/py/doc/generate_rsts.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.
 
diff --git a/py/doc/generate_rsts_unittest.py b/py/doc/generate_rsts_unittest.py
index ac7022e..82e71e8 100755
--- a/py/doc/generate_rsts_unittest.py
+++ b/py/doc/generate_rsts_unittest.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.
 
diff --git a/py/dome/Makefile b/py/dome/Makefile
index 1239ad2..cdd6406 100644
--- a/py/dome/Makefile
+++ b/py/dome/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/experimental/run_region_oobe.py b/py/experimental/run_region_oobe.py
index 082564e..e7bcb0d 100755
--- a/py/experimental/run_region_oobe.py
+++ b/py/experimental/run_region_oobe.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.
 
diff --git a/py/experimental/scan_hwid_dbs.py b/py/experimental/scan_hwid_dbs.py
index dfa98b1..d351cd3 100755
--- a/py/experimental/scan_hwid_dbs.py
+++ b/py/experimental/scan_hwid_dbs.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.
 
diff --git a/py/external/_dummy/dbus.py b/py/external/_dummy/dbus.py
index 9715255..48bc093 100644
--- a/py/external/_dummy/dbus.py
+++ b/py/external/_dummy/dbus.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/external/_wrapper.py b/py/external/_wrapper.py
index cb9a036..6609e84 100644
--- a/py/external/_wrapper.py
+++ b/py/external/_wrapper.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/factory_common.py b/py/factory_common.py
index 2cb30ad..00e4966 100644
--- a/py/factory_common.py
+++ b/py/factory_common.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/factory_flow/autotest_common.py b/py/factory_flow/autotest_common.py
index 5d571a6..7a374ec 100644
--- a/py/factory_flow/autotest_common.py
+++ b/py/factory_flow/autotest_common.py
@@ -1,6 +1,4 @@
-#!/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.
 
diff --git a/py/factory_flow/common.py b/py/factory_flow/common.py
index 0f60c2f..51ecf2a 100644
--- a/py/factory_flow/common.py
+++ b/py/factory_flow/common.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/create_bundle.py b/py/factory_flow/create_bundle.py
index 04cb0c4..5d95995 100644
--- a/py/factory_flow/create_bundle.py
+++ b/py/factory_flow/create_bundle.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/create_bundle_unittest.py b/py/factory_flow/create_bundle_unittest.py
index 6e93286..7fd0642 100755
--- a/py/factory_flow/create_bundle_unittest.py
+++ b/py/factory_flow/create_bundle_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env 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.
 
diff --git a/py/factory_flow/factory_flow.py b/py/factory_flow/factory_flow.py
index 5a2e81a..1c54fa4 100755
--- a/py/factory_flow/factory_flow.py
+++ b/py/factory_flow/factory_flow.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -Bu
 #
-# 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.
 
diff --git a/py/factory_flow/modify_bundle.py b/py/factory_flow/modify_bundle.py
index 6dc0fe0..cea0f83 100644
--- a/py/factory_flow/modify_bundle.py
+++ b/py/factory_flow/modify_bundle.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/netboot_install.py b/py/factory_flow/netboot_install.py
index fb192a2..0b195e9 100644
--- a/py/factory_flow/netboot_install.py
+++ b/py/factory_flow/netboot_install.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/run_automated_tests.py b/py/factory_flow/run_automated_tests.py
index 0fc1db0..ce7d5ad 100644
--- a/py/factory_flow/run_automated_tests.py
+++ b/py/factory_flow/run_automated_tests.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/run_host_command.py b/py/factory_flow/run_host_command.py
index 3a26590..98d9a3a 100644
--- a/py/factory_flow/run_host_command.py
+++ b/py/factory_flow/run_host_command.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/servo.py b/py/factory_flow/servo.py
index 772ddbd..4877d7c 100755
--- a/py/factory_flow/servo.py
+++ b/py/factory_flow/servo.py
@@ -1,5 +1,5 @@
 #! /usr/bin/env 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.
 
diff --git a/py/factory_flow/start_server.py b/py/factory_flow/start_server.py
index e4b4164..d7799a4 100644
--- a/py/factory_flow/start_server.py
+++ b/py/factory_flow/start_server.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/factory_flow/test_factory_flow.py b/py/factory_flow/test_factory_flow.py
index 52803f3..a0d5c2d 100755
--- a/py/factory_flow/test_factory_flow.py
+++ b/py/factory_flow/test_factory_flow.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -Bu
 #
-# 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.
 
diff --git a/py/factory_flow/test_runner_common.py b/py/factory_flow/test_runner_common.py
index 393af31..cf1e8da 100644
--- a/py/factory_flow/test_runner_common.py
+++ b/py/factory_flow/test_runner_common.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python -Bu
-#
-# 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.
 
diff --git a/py/factory_flow/usb_install.py b/py/factory_flow/usb_install.py
index a29db7a..39a1951 100644
--- a/py/factory_flow/usb_install.py
+++ b/py/factory_flow/usb_install.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/gooftool/bmpblk.py b/py/gooftool/bmpblk.py
index 59bc9fa..b19ced7 100644
--- a/py/gooftool/bmpblk.py
+++ b/py/gooftool/bmpblk.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 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.
 
diff --git a/py/gooftool/chroot.py b/py/gooftool/chroot.py
index dcb053a..2bc7424 100644
--- a/py/gooftool/chroot.py
+++ b/py/gooftool/chroot.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/gooftool/common.py b/py/gooftool/common.py
index 94d596c..db6a09d 100644
--- a/py/gooftool/common.py
+++ b/py/gooftool/common.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/gooftool/core.py b/py/gooftool/core.py
index 5b126f9..ca8d221 100644
--- a/py/gooftool/core.py
+++ b/py/gooftool/core.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/crosfw.py b/py/gooftool/crosfw.py
index 246f5d6..198142e 100644
--- a/py/gooftool/crosfw.py
+++ b/py/gooftool/crosfw.py
@@ -1,5 +1,5 @@
 # pylint: disable=attribute-defined-outside-init
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/edid.py b/py/gooftool/edid.py
index 6ca3566..c15cd33 100755
--- a/py/gooftool/edid.py
+++ b/py/gooftool/edid.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/fmap.py b/py/gooftool/fmap.py
index 6f3b699..942747a 100644
--- a/py/gooftool/fmap.py
+++ b/py/gooftool/fmap.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright 2010 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.
 """
diff --git a/py/gooftool/gooftool_unittest.py b/py/gooftool/gooftool_unittest.py
index d96813b..5398274 100755
--- a/py/gooftool/gooftool_unittest.py
+++ b/py/gooftool/gooftool_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # pylint: disable=protected-access
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/probe.py b/py/gooftool/probe.py
index 08e1e51..442547d 100644
--- a/py/gooftool/probe.py
+++ b/py/gooftool/probe.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/report_upload.py b/py/gooftool/report_upload.py
index 8c7bf43..5c9fd31 100644
--- a/py/gooftool/report_upload.py
+++ b/py/gooftool/report_upload.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/gooftool/testdata/component_db b/py/gooftool/testdata/component_db
index aae5a6d..f371305 100644
--- a/py/gooftool/testdata/component_db
+++ b/py/gooftool/testdata/component_db
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 #
diff --git a/py/gooftool/vblock.py b/py/gooftool/vblock.py
index 304544d..328820f 100644
--- a/py/gooftool/vblock.py
+++ b/py/gooftool/vblock.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 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.
 
diff --git a/py/gooftool/vpd_data.py b/py/gooftool/vpd_data.py
index 37128d1..8f2e164 100644
--- a/py/gooftool/vpd_data.py
+++ b/py/gooftool/vpd_data.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # 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.
diff --git a/py/gooftool/wipe.py b/py/gooftool/wipe.py
index 79a1169..ceb7a72 100644
--- a/py/gooftool/wipe.py
+++ b/py/gooftool/wipe.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/goofy/factory_test_extension/background.js b/py/goofy/factory_test_extension/background.js
index 8c09655..c61b1e8 100644
--- a/py/goofy/factory_test_extension/background.js
+++ b/py/goofy/factory_test_extension/background.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/goofy/goofy.py b/py/goofy/goofy.py
index d491887..be1771b 100755
--- a/py/goofy/goofy.py
+++ b/py/goofy/goofy.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python -u
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/goofy_base.py b/py/goofy/goofy_base.py
index c0cd62c..bf26744 100644
--- a/py/goofy/goofy_base.py
+++ b/py/goofy/goofy_base.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python -u
-# 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.
 
diff --git a/py/goofy/goofy_base_unittest.py b/py/goofy/goofy_base_unittest.py
index d4eee15..b5dc118 100755
--- a/py/goofy/goofy_base_unittest.py
+++ b/py/goofy/goofy_base_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# 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.
 
diff --git a/py/goofy/goofy_presenter.py b/py/goofy/goofy_presenter.py
index 9c600c3..d20ef07 100755
--- a/py/goofy/goofy_presenter.py
+++ b/py/goofy/goofy_presenter.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python -u
-# 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.
 
diff --git a/py/goofy/goofy_presenter_unittest.py b/py/goofy/goofy_presenter_unittest.py
index 92aabc9..b887389 100755
--- a/py/goofy/goofy_presenter_unittest.py
+++ b/py/goofy/goofy_presenter_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# 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.
 
diff --git a/py/goofy/goofy_remote.py b/py/goofy/goofy_remote.py
index 1f48717..7b44ea1 100755
--- a/py/goofy/goofy_remote.py
+++ b/py/goofy/goofy_remote.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python -u
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/goofy_rpc_unittest.py b/py/goofy/goofy_rpc_unittest.py
index 160ee90..c78f3b2 100755
--- a/py/goofy/goofy_rpc_unittest.py
+++ b/py/goofy/goofy_rpc_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python -u
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/goofy_server.py b/py/goofy/goofy_server.py
index a722840..96d9dfd 100644
--- a/py/goofy/goofy_server.py
+++ b/py/goofy/goofy_server.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/goofy/goofy_unittest.py b/py/goofy/goofy_unittest.py
index efb2232..5930a19 100755
--- a/py/goofy/goofy_unittest.py
+++ b/py/goofy/goofy_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/invocation.py b/py/goofy/invocation.py
index 4090f74..5d63c74 100755
--- a/py/goofy/invocation.py
+++ b/py/goofy/invocation.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/link_manager.py b/py/goofy/link_manager.py
index cf9be80..9d01831 100644
--- a/py/goofy/link_manager.py
+++ b/py/goofy/link_manager.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python -u
-# 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.
 
diff --git a/py/goofy/link_manager_unittest.py b/py/goofy/link_manager_unittest.py
index a9664d7..d9eba53 100755
--- a/py/goofy/link_manager_unittest.py
+++ b/py/goofy/link_manager_unittest.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.
 
diff --git a/py/goofy/plugins/system_log_manager_unittest.py b/py/goofy/plugins/system_log_manager_unittest.py
index dff1780..251d6ca 100755
--- a/py/goofy/plugins/system_log_manager_unittest.py
+++ b/py/goofy/plugins/system_log_manager_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/goofy/prespawner.py b/py/goofy/prespawner.py
index d62f8f1..d9e80ca 100644
--- a/py/goofy/prespawner.py
+++ b/py/goofy/prespawner.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/static/css/goofy.css b/py/goofy/static/css/goofy.css
index 8877edf..03e9848 100644
--- a/py/goofy/static/css/goofy.css
+++ b/py/goofy/static/css/goofy.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Copyright 2012 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.
  */
diff --git a/py/goofy/static/css/test.css b/py/goofy/static/css/test.css
index 830c692..be694db 100644
--- a/py/goofy/static/css/test.css
+++ b/py/goofy/static/css/test.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Copyright 2012 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.
  */
diff --git a/py/goofy/static/ui_templates/template.css b/py/goofy/static/ui_templates/template.css
index 78592e1..ee1970a 100644
--- a/py/goofy/static/ui_templates/template.css
+++ b/py/goofy/static/ui_templates/template.css
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 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.
  */
diff --git a/py/goofy/static/ui_templates/template_two_sections.js b/py/goofy/static/ui_templates/template_two_sections.js
index b6b59a3..ef8ab16 100644
--- a/py/goofy/static/ui_templates/template_two_sections.js
+++ b/py/goofy/static/ui_templates/template_two_sections.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/goofy/test_environment.py b/py/goofy/test_environment.py
index 6ac1da9..31c0b22 100644
--- a/py/goofy/test_environment.py
+++ b/py/goofy/test_environment.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/test_list_iterator.py b/py/goofy/test_list_iterator.py
index 6dbebd4..de2dd13 100644
--- a/py/goofy/test_list_iterator.py
+++ b/py/goofy/test_list_iterator.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/goofy/ui_app_controller.py b/py/goofy/ui_app_controller.py
index 887018b..ad48516 100644
--- a/py/goofy/ui_app_controller.py
+++ b/py/goofy/ui_app_controller.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python -u
-#
-# 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.
 
diff --git a/py/goofy/ui_app_controller_unittest.py b/py/goofy/ui_app_controller_unittest.py
index f8e858d..e93e3a0 100755
--- a/py/goofy/ui_app_controller_unittest.py
+++ b/py/goofy/ui_app_controller_unittest.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.
 
diff --git a/py/goofy/ui_presenter_app/ui.css b/py/goofy/ui_presenter_app/ui.css
index 7d7a614..e02ca70 100644
--- a/py/goofy/ui_presenter_app/ui.css
+++ b/py/goofy/ui_presenter_app/ui.css
@@ -1,5 +1,5 @@
 /*
- * 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.
  */
diff --git a/py/goofy/ui_presenter_app/ui.js b/py/goofy/ui_presenter_app/ui.js
index 7ed1c13..910a83f 100644
--- a/py/goofy/ui_presenter_app/ui.js
+++ b/py/goofy/ui_presenter_app/ui.js
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/goofy/updater_unittest.py b/py/goofy/updater_unittest.py
index 7e86a92..f06c53a 100755
--- a/py/goofy/updater_unittest.py
+++ b/py/goofy/updater_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/goofy/web_socket_manager.py b/py/goofy/web_socket_manager.py
index d902e70..3289fb3 100644
--- a/py/goofy/web_socket_manager.py
+++ b/py/goofy/web_socket_manager.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python -u
-#
 # 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.
diff --git a/py/hwid/v2/bom_names.py b/py/hwid/v2/bom_names.py
index 4b401a8..8bf73f8 100644
--- a/py/hwid/v2/bom_names.py
+++ b/py/hwid/v2/bom_names.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 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.
 
diff --git a/py/hwid/v2/convert_to_v2.py b/py/hwid/v2/convert_to_v2.py
index 211f816..59f4b01 100755
--- a/py/hwid/v2/convert_to_v2.py
+++ b/py/hwid/v2/convert_to_v2.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v2/convert_to_v2_test_files/v15_TEST_FILE b/py/hwid/v2/convert_to_v2_test_files/v15_TEST_FILE
index 7085a38..b084465 100644
--- a/py/hwid/v2/convert_to_v2_test_files/v15_TEST_FILE
+++ b/py/hwid/v2/convert_to_v2_test_files/v15_TEST_FILE
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 # WARNING: This file is AUTOMATICALLY GENERATED, do not edit.
diff --git a/py/hwid/v2/convert_to_v2_unittest.py b/py/hwid/v2/convert_to_v2_unittest.py
index 5fb2e87..2f7e310 100755
--- a/py/hwid/v2/convert_to_v2_unittest.py
+++ b/py/hwid/v2/convert_to_v2_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v2/hwid_tool.py b/py/hwid/v2/hwid_tool.py
index 632ac90..ff3d75a 100755
--- a/py/hwid/v2/hwid_tool.py
+++ b/py/hwid/v2/hwid_tool.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # pylint: disable=E0602,E1101,W0201
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/hwid/v2/hwid_unittest.py b/py/hwid/v2/hwid_unittest.py
index 92f0a39..c1d57f4 100755
--- a/py/hwid/v2/hwid_unittest.py
+++ b/py/hwid/v2/hwid_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 # pylint: disable=E1101
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/hwid/v2/valid_hwids_unittest.py b/py/hwid/v2/valid_hwids_unittest.py
index 3c5d683..8e198cd 100755
--- a/py/hwid/v2/valid_hwids_unittest.py
+++ b/py/hwid/v2/valid_hwids_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/hwid/v2/yaml_datastore.py b/py/hwid/v2/yaml_datastore.py
index 77e8d5a..2a1c559 100644
--- a/py/hwid/v2/yaml_datastore.py
+++ b/py/hwid/v2/yaml_datastore.py
@@ -1,5 +1,5 @@
 # pylint: disable=E1101
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 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.
 
diff --git a/py/hwid/v3/base32.py b/py/hwid/v3/base32.py
index f31bb27..61144e2 100755
--- a/py/hwid/v3/base32.py
+++ b/py/hwid/v3/base32.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/base32_unittest.py b/py/hwid/v3/base32_unittest.py
index 86673eb..b07bed4 100755
--- a/py/hwid/v3/base32_unittest.py
+++ b/py/hwid/v3/base32_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/base8192.py b/py/hwid/v3/base8192.py
index 6b64de4..a33330b 100755
--- a/py/hwid/v3/base8192.py
+++ b/py/hwid/v3/base8192.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/base8192_unittest.py b/py/hwid/v3/base8192_unittest.py
index 230a48e..b0023fa 100755
--- a/py/hwid/v3/base8192_unittest.py
+++ b/py/hwid/v3/base8192_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/common.py b/py/hwid/v3/common.py
index e6afae5..42922c8 100644
--- a/py/hwid/v3/common.py
+++ b/py/hwid/v3/common.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/common_rule_functions.py b/py/hwid/v3/common_rule_functions.py
index 37f275c..1f743d3 100644
--- a/py/hwid/v3/common_rule_functions.py
+++ b/py/hwid/v3/common_rule_functions.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/common_unittest.py b/py/hwid/v3/common_unittest.py
index b563edf..8adf262 100755
--- a/py/hwid/v3/common_unittest.py
+++ b/py/hwid/v3/common_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/database.py b/py/hwid/v3/database.py
index 8c2af8b..7365a67 100644
--- a/py/hwid/v3/database.py
+++ b/py/hwid/v3/database.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/database_unittest.py b/py/hwid/v3/database_unittest.py
index 12f7010..7ca3c1a 100755
--- a/py/hwid/v3/database_unittest.py
+++ b/py/hwid/v3/database_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/decoder.py b/py/hwid/v3/decoder.py
index a0dcb76..aeb5438 100644
--- a/py/hwid/v3/decoder.py
+++ b/py/hwid/v3/decoder.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python -u
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/decoder_unittest.py b/py/hwid/v3/decoder_unittest.py
index dfbdba5..60f3624 100755
--- a/py/hwid/v3/decoder_unittest.py
+++ b/py/hwid/v3/decoder_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/encoder.py b/py/hwid/v3/encoder.py
index 731b5b1..9dfa770 100644
--- a/py/hwid/v3/encoder.py
+++ b/py/hwid/v3/encoder.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python -u
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/encoder_unittest.py b/py/hwid/v3/encoder_unittest.py
index 45555fa..8988e8c 100755
--- a/py/hwid/v3/encoder_unittest.py
+++ b/py/hwid/v3/encoder_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/hwid_cmdline.py b/py/hwid/v3/hwid_cmdline.py
index 1e1e705..abc32df 100755
--- a/py/hwid/v3/hwid_cmdline.py
+++ b/py/hwid/v3/hwid_cmdline.py
@@ -1,6 +1,6 @@
 #!/bin/env 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.
 
diff --git a/py/hwid/v3/hwid_rule_functions.py b/py/hwid/v3/hwid_rule_functions.py
index bf70a92..6374b3c 100644
--- a/py/hwid/v3/hwid_rule_functions.py
+++ b/py/hwid/v3/hwid_rule_functions.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/hwid_rule_functions_unittest.py b/py/hwid/v3/hwid_rule_functions_unittest.py
index c796146..8630245 100755
--- a/py/hwid/v3/hwid_rule_functions_unittest.py
+++ b/py/hwid/v3/hwid_rule_functions_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/hwid_utils.py b/py/hwid/v3/hwid_utils.py
index 73a1738..ef2d44c 100644
--- a/py/hwid/v3/hwid_utils.py
+++ b/py/hwid/v3/hwid_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/hwid/v3/hwid_utils_unittest.py b/py/hwid/v3/hwid_utils_unittest.py
index 773ddb1..54afd83 100755
--- a/py/hwid/v3/hwid_utils_unittest.py
+++ b/py/hwid/v3/hwid_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/rule.py b/py/hwid/v3/rule.py
index c3be301..c5ea82b 100644
--- a/py/hwid/v3/rule.py
+++ b/py/hwid/v3/rule.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/rule_unittest.py b/py/hwid/v3/rule_unittest.py
index 39c56ca..6bc5bf0 100755
--- a/py/hwid/v3/rule_unittest.py
+++ b/py/hwid/v3/rule_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/valid_hwid_db_unittest.py b/py/hwid/v3/valid_hwid_db_unittest.py
index 5a9d86c..07e6ac8 100755
--- a/py/hwid/v3/valid_hwid_db_unittest.py
+++ b/py/hwid/v3/valid_hwid_db_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/hwid/v3/verify_db_pattern.py b/py/hwid/v3/verify_db_pattern.py
index 865cc04..1dbfcb3 100755
--- a/py/hwid/v3/verify_db_pattern.py
+++ b/py/hwid/v3/verify_db_pattern.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env 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.
 
diff --git a/py/shopfloor/factory_log_server.py b/py/shopfloor/factory_log_server.py
index cea07e9..f61fd05 100644
--- a/py/shopfloor/factory_log_server.py
+++ b/py/shopfloor/factory_log_server.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/shopfloor/factory_server_par_unittest.py b/py/shopfloor/factory_server_par_unittest.py
index 0d3aa2f..e14f3a3 100755
--- a/py/shopfloor/factory_server_par_unittest.py
+++ b/py/shopfloor/factory_server_par_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/shopfloor/factory_server_unittest.py b/py/shopfloor/factory_server_unittest.py
index dab28e3..ac245cc 100755
--- a/py/shopfloor/factory_server_unittest.py
+++ b/py/shopfloor/factory_server_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/shopfloor/factory_update_server.py b/py/shopfloor/factory_update_server.py
index 1a2a573..b8c92ce 100755
--- a/py/shopfloor/factory_update_server.py
+++ b/py/shopfloor/factory_update_server.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/shopfloor/factory_update_server_unittest.py b/py/shopfloor/factory_update_server_unittest.py
index ba6f1d0..17e988d 100755
--- a/py/shopfloor/factory_update_server_unittest.py
+++ b/py/shopfloor/factory_update_server_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/countdown_timer.py b/py/test/countdown_timer.py
index c452ae4..d75f783 100644
--- a/py/test/countdown_timer.py
+++ b/py/test/countdown_timer.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/device_data.py b/py/test/device_data.py
index 5904c18..81feeaa 100644
--- a/py/test/device_data.py
+++ b/py/test/device_data.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/test/e2e_test/automator.py b/py/test/e2e_test/automator.py
index 5c08689..83f963c 100644
--- a/py/test/e2e_test/automator.py
+++ b/py/test/e2e_test/automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/e2e_test/common.py b/py/test/e2e_test/common.py
index a5e034b..1a7863b 100644
--- a/py/test/e2e_test/common.py
+++ b/py/test/e2e_test/common.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/e2e_test/e2e_test.py b/py/test/e2e_test/e2e_test.py
index f0d0f97..cebe28c 100644
--- a/py/test/e2e_test/e2e_test.py
+++ b/py/test/e2e_test/e2e_test.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/e2e_test/ui_actuator.py b/py/test/e2e_test/ui_actuator.py
index b4dd45d..1eadf66 100644
--- a/py/test/e2e_test/ui_actuator.py
+++ b/py/test/e2e_test/ui_actuator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/env/paths.py b/py/test/env/paths.py
index f074425e..42cf6fc 100644
--- a/py/test/env/paths.py
+++ b/py/test/env/paths.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/test/event.py b/py/test/event.py
index c5ee933..32417b0 100644
--- a/py/test/event.py
+++ b/py/test/event.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/event_log.py b/py/test/event_log.py
index 0400b97..2e8d2b0 100644
--- a/py/test/event_log.py
+++ b/py/test/event_log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/event_log_unittest.py b/py/test/event_log_unittest.py
index 89cf5bb..92527ca 100755
--- a/py/test/event_log_unittest.py
+++ b/py/test/event_log_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/event_log_watcher.py b/py/test/event_log_watcher.py
index 9c28db0..3ffb768 100644
--- a/py/test/event_log_watcher.py
+++ b/py/test/event_log_watcher.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/event_log_watcher_unittest.py b/py/test/event_log_watcher_unittest.py
index 4e50051..43ecf53 100755
--- a/py/test/event_log_watcher_unittest.py
+++ b/py/test/event_log_watcher_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/factory.py b/py/test/factory.py
index f9a60a9..8d04a50 100644
--- a/py/test/factory.py
+++ b/py/test/factory.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/factory_task.py b/py/test/factory_task.py
index 51f046d..a510913 100644
--- a/py/test/factory_task.py
+++ b/py/test/factory_task.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # 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.
diff --git a/py/test/factory_unittest.py b/py/test/factory_unittest.py
index d7544f5..eca67ef 100755
--- a/py/test/factory_unittest.py
+++ b/py/test/factory_unittest.py
@@ -2,7 +2,7 @@
 #
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/fixture/arduino.py b/py/test/fixture/arduino.py
index c0cff4f..5706bef 100755
--- a/py/test/fixture/arduino.py
+++ b/py/test/fixture/arduino.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/arduino_digital_pin_controller.ino b/py/test/fixture/arduino_digital_pin_controller.ino
index 1bcdfa1..95731a8 100644
--- a/py/test/fixture/arduino_digital_pin_controller.ino
+++ b/py/test/fixture/arduino_digital_pin_controller.ino
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/test/fixture/arduino_unittest.py b/py/test/fixture/arduino_unittest.py
index 2faf8af..8fbc88d 100755
--- a/py/test/fixture/arduino_unittest.py
+++ b/py/test/fixture/arduino_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/bft_fixture.py b/py/test/fixture/bft_fixture.py
index fc02847..a72116b 100755
--- a/py/test/fixture/bft_fixture.py
+++ b/py/test/fixture/bft_fixture.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/camera/analysis/analyze_camera_fixture_data.py b/py/test/fixture/camera/analysis/analyze_camera_fixture_data.py
index f06b11a..0cf26ba 100755
--- a/py/test/fixture/camera/analysis/analyze_camera_fixture_data.py
+++ b/py/test/fixture/camera/analysis/analyze_camera_fixture_data.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/camera/barcode.py b/py/test/fixture/camera/barcode.py
index 2fb7fbe..2f55d71 100644
--- a/py/test/fixture/camera/barcode.py
+++ b/py/test/fixture/camera/barcode.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/camera/grid_mapper.py b/py/test/fixture/camera/grid_mapper.py
index 4d09d08..d24b693 100644
--- a/py/test/fixture/camera/grid_mapper.py
+++ b/py/test/fixture/camera/grid_mapper.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/fixture/camera/light_chamber.py b/py/test/fixture/camera/light_chamber.py
index 1740d6b..60cf9e6 100644
--- a/py/test/fixture/camera/light_chamber.py
+++ b/py/test/fixture/camera/light_chamber.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/camera/mtf_calculator.py b/py/test/fixture/camera/mtf_calculator.py
index 2a8c729..51be3ea 100644
--- a/py/test/fixture/camera/mtf_calculator.py
+++ b/py/test/fixture/camera/mtf_calculator.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/fixture/camera/perf_tester.py b/py/test/fixture/camera/perf_tester.py
index e4ae9c1..c098e7e 100755
--- a/py/test/fixture/camera/perf_tester.py
+++ b/py/test/fixture/camera/perf_tester.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/fixture/camera/renderer.py b/py/test/fixture/camera/renderer.py
index 8013518..7057688 100644
--- a/py/test/fixture/camera/renderer.py
+++ b/py/test/fixture/camera/renderer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/fixture/dummy_bft_fixture.py b/py/test/fixture/dummy_bft_fixture.py
index c41ffb7..0a35d11 100644
--- a/py/test/fixture/dummy_bft_fixture.py
+++ b/py/test/fixture/dummy_bft_fixture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/spring_bft_fixture.py b/py/test/fixture/spring_bft_fixture.py
index d7f3312..7a8d896 100644
--- a/py/test/fixture/spring_bft_fixture.py
+++ b/py/test/fixture/spring_bft_fixture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/fixture/touchscreen_calibration/Fixture.cpp b/py/test/fixture/touchscreen_calibration/Fixture.cpp
index 84c01bb..14cc0ea 100644
--- a/py/test/fixture/touchscreen_calibration/Fixture.cpp
+++ b/py/test/fixture/touchscreen_calibration/Fixture.cpp
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/test/fixture/touchscreen_calibration/Fixture.h b/py/test/fixture/touchscreen_calibration/Fixture.h
index e67d309..e04e5a2 100644
--- a/py/test/fixture/touchscreen_calibration/Fixture.h
+++ b/py/test/fixture/touchscreen_calibration/Fixture.h
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/test/fixture/touchscreen_calibration/fixture.py b/py/test/fixture/touchscreen_calibration/fixture.py
index 2a4a591..1bccafb 100644
--- a/py/test/fixture/touchscreen_calibration/fixture.py
+++ b/py/test/fixture/touchscreen_calibration/fixture.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/fixture/touchscreen_calibration/touchscreen_calibration_fixture.ino b/py/test/fixture/touchscreen_calibration/touchscreen_calibration_fixture.ino
index c17ac01..00728d6 100644
--- a/py/test/fixture/touchscreen_calibration/touchscreen_calibration_fixture.ino
+++ b/py/test/fixture/touchscreen_calibration/touchscreen_calibration_fixture.ino
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/fixture/utils.py b/py/test/fixture/utils.py
index d150a03..d7f0e7a 100644
--- a/py/test/fixture/utils.py
+++ b/py/test/fixture/utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # Copyright 2016 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.
diff --git a/py/test/fixture/whale/color_sensor.py b/py/test/fixture/whale/color_sensor.py
index 6fd1388..89e80dd 100644
--- a/py/test/fixture/whale/color_sensor.py
+++ b/py/test/fixture/whale/color_sensor.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/fixture/whale/host/interrupt_handler.py b/py/test/fixture/whale/host/interrupt_handler.py
index a49e38b..aff8431 100755
--- a/py/test/fixture/whale/host/interrupt_handler.py
+++ b/py/test/fixture/whale/host/interrupt_handler.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env 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.
 
diff --git a/py/test/fixture/whale/keyboard_emulator.py b/py/test/fixture/whale/keyboard_emulator.py
index 70b20bd..2b5fdc9 100644
--- a/py/test/fixture/whale/keyboard_emulator.py
+++ b/py/test/fixture/whale/keyboard_emulator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/fixture/whale/lcm2004.py b/py/test/fixture/whale/lcm2004.py
index ebb44e4..5f8de9c 100644
--- a/py/test/fixture/whale/lcm2004.py
+++ b/py/test/fixture/whale/lcm2004.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/fixture/whale/servo_client.py b/py/test/fixture/whale/servo_client.py
index 8a5e328..afca14c 100644
--- a/py/test/fixture/whale/servo_client.py
+++ b/py/test/fixture/whale/servo_client.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/fixture/whale/whale_bft_fixture.py b/py/test/fixture/whale/whale_bft_fixture.py
index 6a02a5f..0abc0be 100644
--- a/py/test/fixture/whale/whale_bft_fixture.py
+++ b/py/test/fixture/whale/whale_bft_fixture.py
@@ -1,4 +1,4 @@
-# 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.
 """Provides interfaces to interact with Whale BFT fixture."""
diff --git a/py/test/gooftools.py b/py/test/gooftools.py
index 852a6c4..d94cd8d 100644
--- a/py/test/gooftools.py
+++ b/py/test/gooftools.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright 2010 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.
 
diff --git a/py/test/indicator.py b/py/test/indicator.py
index 1a98d24..1d182f2 100644
--- a/py/test/indicator.py
+++ b/py/test/indicator.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # 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.
diff --git a/py/test/l10n/regions.py b/py/test/l10n/regions.py
index 6c64500..c070435 100755
--- a/py/test/l10n/regions.py
+++ b/py/test/l10n/regions.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/l10n/regions_unittest.py b/py/test/l10n/regions_unittest.py
index 9c8bc87..afc447c 100755
--- a/py/test/l10n/regions_unittest.py
+++ b/py/test/l10n/regions_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/leds.py b/py/test/leds.py
index 25b63ed..a0e95ee 100644
--- a/py/test/leds.py
+++ b/py/test/leds.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python -u
 
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/ac_power.py b/py/test/pytests/ac_power.py
index 913ce29..7827c82 100644
--- a/py/test/pytests/ac_power.py
+++ b/py/test/pytests/ac_power.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/accelerometers_calibration.py b/py/test/pytests/accelerometers_calibration.py
index d83aeac..7d50714 100644
--- a/py/test/pytests/accelerometers_calibration.py
+++ b/py/test/pytests/accelerometers_calibration.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/accelerometers_lid_angle.py b/py/test/pytests/accelerometers_lid_angle.py
index dad40c9..2448361 100644
--- a/py/test/pytests/accelerometers_lid_angle.py
+++ b/py/test/pytests/accelerometers_lid_angle.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/arduino_digital_pins.py b/py/test/pytests/arduino_digital_pins.py
index 61fdce9..3769dfe 100644
--- a/py/test/pytests/arduino_digital_pins.py
+++ b/py/test/pytests/arduino_digital_pins.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/audio_basic.py b/py/test/pytests/audio_basic.py
index 0701ef6..29a774d 100644
--- a/py/test/pytests/audio_basic.py
+++ b/py/test/pytests/audio_basic.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/audio_diagnostic.py b/py/test/pytests/audio_diagnostic.py
index 4efbce7..00b4a0b 100644
--- a/py/test/pytests/audio_diagnostic.py
+++ b/py/test/pytests/audio_diagnostic.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/audio_diagnostic_static/audio_diagnostic.css b/py/test/pytests/audio_diagnostic_static/audio_diagnostic.css
index e9a42c3..89bda25 100644
--- a/py/test/pytests/audio_diagnostic_static/audio_diagnostic.css
+++ b/py/test/pytests/audio_diagnostic_static/audio_diagnostic.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Copyright 2013 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.
  */
diff --git a/py/test/pytests/audio_diagnostic_static/audio_diagnostic.js b/py/test/pytests/audio_diagnostic_static/audio_diagnostic.js
index 1fd4049..d0a9871 100644
--- a/py/test/pytests/audio_diagnostic_static/audio_diagnostic.js
+++ b/py/test/pytests/audio_diagnostic_static/audio_diagnostic.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/audio_loop/audio_loop.js b/py/test/pytests/audio_loop/audio_loop.js
index 5f7100c..76f2149 100644
--- a/py/test/pytests/audio_loop/audio_loop.js
+++ b/py/test/pytests/audio_loop/audio_loop.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/audio_loop/audio_loop_automator.py b/py/test/pytests/audio_loop/audio_loop_automator.py
index 3e3f451..181caab 100644
--- a/py/test/pytests/audio_loop/audio_loop_automator.py
+++ b/py/test/pytests/audio_loop/audio_loop_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/audio_quality.py b/py/test/pytests/audio_quality.py
index 5ebf427..f7cef7d 100644
--- a/py/test/pytests/audio_quality.py
+++ b/py/test/pytests/audio_quality.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/audio_quality_static/audio_quality.js b/py/test/pytests/audio_quality_static/audio_quality.js
index c7a8934..8885767 100644
--- a/py/test/pytests/audio_quality_static/audio_quality.js
+++ b/py/test/pytests/audio_quality_static/audio_quality.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/backlight.py b/py/test/pytests/backlight.py
index 387ea72..8839c95 100644
--- a/py/test/pytests/backlight.py
+++ b/py/test/pytests/backlight.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 """A factory test to test the function of backlight of display panel."""
diff --git a/py/test/pytests/backlight_static/backlight.css b/py/test/pytests/backlight_static/backlight.css
index 8e18f56..968b470 100644
--- a/py/test/pytests/backlight_static/backlight.css
+++ b/py/test/pytests/backlight_static/backlight.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Copyright 2013 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.
  */
diff --git a/py/test/pytests/backlight_static/backlight.js b/py/test/pytests/backlight_static/backlight.js
index 9aa1089..6667e40 100644
--- a/py/test/pytests/backlight_static/backlight.js
+++ b/py/test/pytests/backlight_static/backlight.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/bad_blocks.py b/py/test/pytests/bad_blocks.py
index 3df25fc..05a64d7 100644
--- a/py/test/pytests/bad_blocks.py
+++ b/py/test/pytests/bad_blocks.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/battery.py b/py/test/pytests/battery.py
index b0d8ac5..85c3497 100644
--- a/py/test/pytests/battery.py
+++ b/py/test/pytests/battery.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2012 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.
diff --git a/py/test/pytests/battery_basic.py b/py/test/pytests/battery_basic.py
index cdff44c..bda1e5f 100644
--- a/py/test/pytests/battery_basic.py
+++ b/py/test/pytests/battery_basic.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/battery_cycle.py b/py/test/pytests/battery_cycle.py
index 446bf27..719a0e8 100644
--- a/py/test/pytests/battery_cycle.py
+++ b/py/test/pytests/battery_cycle.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
@@ -173,7 +170,7 @@
         ('bc-current-cycle', self.completed_cycles + 1),
         ('bc-cycles-remaining', (self.args.num_cycles - self.completed_cycles
                                  if self.args.num_cycles
-                                 else u'∞')),
+                                 else u'\u221e')),
         ('bc-target-charge', '%.2f%%' % target_charge_pct)):
       self._UpdateUI(content, id=elt_id)
 
@@ -253,7 +250,7 @@
                 (now - phase_start_time)
                 if self.args.max_duration_hours else None))):
           self._UpdateUI(time_utils.FormatElapsedTime(elapsed_time)
-                         if elapsed_time else u'∞',
+                         if elapsed_time else u'\u221e',
                          id=elt_id)
         self._UpdateUI('%.2f%%' % self.dut.power.GetChargePct(get_float=True),
                        id='bc-charge')
diff --git a/py/test/pytests/battery_sysfs.py b/py/test/pytests/battery_sysfs.py
index 4f29ce8..5055258 100644
--- a/py/test/pytests/battery_sysfs.py
+++ b/py/test/pytests/battery_sysfs.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/bft_fixture.py b/py/test/pytests/bft_fixture.py
index 1fd0423..a07d1a0 100644
--- a/py/test/pytests/bft_fixture.py
+++ b/py/test/pytests/bft_fixture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/bluetooth.py b/py/test/pytests/bluetooth.py
index 769c2f1..ca78d94 100644
--- a/py/test/pytests/bluetooth.py
+++ b/py/test/pytests/bluetooth.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/buzzer.py b/py/test/pytests/buzzer.py
index f041b76..ce5e1ca 100644
--- a/py/test/pytests/buzzer.py
+++ b/py/test/pytests/buzzer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/camera.py b/py/test/pytests/camera.py
index 3ddd756..8011e34 100644
--- a/py/test/pytests/camera.py
+++ b/py/test/pytests/camera.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/camera_fixture.py b/py/test/pytests/camera_fixture.py
index c06b40e..0750dc3 100644
--- a/py/test/pytests/camera_fixture.py
+++ b/py/test/pytests/camera_fixture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/camera_fixture_static/camera_fixture.js b/py/test/pytests/camera_fixture_static/camera_fixture.js
index 73fe4cd..ac460c1 100644
--- a/py/test/pytests/camera_fixture_static/camera_fixture.js
+++ b/py/test/pytests/camera_fixture_static/camera_fixture.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/camera_fixture_unittest.py b/py/test/pytests/camera_fixture_unittest.py
index f06de51..0f5e455 100755
--- a/py/test/pytests/camera_fixture_unittest.py
+++ b/py/test/pytests/camera_fixture_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/cellular_switch_firmware.py b/py/test/pytests/cellular_switch_firmware.py
index 869c56c..2b39aa1 100644
--- a/py/test/pytests/cellular_switch_firmware.py
+++ b/py/test/pytests/cellular_switch_firmware.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/charger.py b/py/test/pytests/charger.py
index 503242c..d46c255 100644
--- a/py/test/pytests/charger.py
+++ b/py/test/pytests/charger.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/check_image_version.py b/py/test/pytests/check_image_version.py
index ddd1eac..5739674 100644
--- a/py/test/pytests/check_image_version.py
+++ b/py/test/pytests/check_image_version.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/check_wifi_calibration.py b/py/test/pytests/check_wifi_calibration.py
index 9bb78ae..85d7d8d 100644
--- a/py/test/pytests/check_wifi_calibration.py
+++ b/py/test/pytests/check_wifi_calibration.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/clear_tpm_owner_request.py b/py/test/pytests/clear_tpm_owner_request.py
index 278cfb4..a97b566 100644
--- a/py/test/pytests/clear_tpm_owner_request.py
+++ b/py/test/pytests/clear_tpm_owner_request.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/countdown.py b/py/test/pytests/countdown.py
index 259df91..a373531 100644
--- a/py/test/pytests/countdown.py
+++ b/py/test/pytests/countdown.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/developer_switch.py b/py/test/pytests/developer_switch.py
index 8ece9f3..443b93c 100644
--- a/py/test/pytests/developer_switch.py
+++ b/py/test/pytests/developer_switch.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # 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.
diff --git a/py/test/pytests/display.py b/py/test/pytests/display.py
index 1deae69..1f1b551 100644
--- a/py/test/pytests/display.py
+++ b/py/test/pytests/display.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/display_idle.py b/py/test/pytests/display_idle.py
index 358f1eb..ef215e6 100644
--- a/py/test/pytests/display_idle.py
+++ b/py/test/pytests/display_idle.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/display_idle_static/display_idle.css b/py/test/pytests/display_idle_static/display_idle.css
index 2b63aff..1691283 100644
--- a/py/test/pytests/display_idle_static/display_idle.css
+++ b/py/test/pytests/display_idle_static/display_idle.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Copyright 2012 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.
  */
diff --git a/py/test/pytests/display_idle_static/display_idle.js b/py/test/pytests/display_idle_static/display_idle.js
index 3c321a4..28b7e17 100644
--- a/py/test/pytests/display_idle_static/display_idle.js
+++ b/py/test/pytests/display_idle_static/display_idle.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/display_point.py b/py/test/pytests/display_point.py
index cdd0f9b..9706633 100644
--- a/py/test/pytests/display_point.py
+++ b/py/test/pytests/display_point.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 """A factory test to test the function of display panel using some points.
diff --git a/py/test/pytests/display_point_static/display_point.css b/py/test/pytests/display_point_static/display_point.css
index d1c5919..0e82f8f 100644
--- a/py/test/pytests/display_point_static/display_point.css
+++ b/py/test/pytests/display_point_static/display_point.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Copyright 2013 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.
  */
diff --git a/py/test/pytests/display_point_static/display_point.js b/py/test/pytests/display_point_static/display_point.js
index 3818eb0..d6ccf41 100644
--- a/py/test/pytests/display_point_static/display_point.js
+++ b/py/test/pytests/display_point_static/display_point.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/display_static/display.css b/py/test/pytests/display_static/display.css
index a9d29f6..8d80c2d 100644
--- a/py/test/pytests/display_static/display.css
+++ b/py/test/pytests/display_static/display.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Copyright 2012 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.
  */
diff --git a/py/test/pytests/display_static/display.js b/py/test/pytests/display_static/display.js
index 7a5cc45..1417175 100644
--- a/py/test/pytests/display_static/display.js
+++ b/py/test/pytests/display_static/display.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/emmc_check_extcsd.py b/py/test/pytests/emmc_check_extcsd.py
index 2c23e0b..d5a08e2 100644
--- a/py/test/pytests/emmc_check_extcsd.py
+++ b/py/test/pytests/emmc_check_extcsd.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# 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.
 
diff --git a/py/test/pytests/emmc_check_fw_version.py b/py/test/pytests/emmc_check_fw_version.py
index 4963d11..3f4ab9b 100644
--- a/py/test/pytests/emmc_check_fw_version.py
+++ b/py/test/pytests/emmc_check_fw_version.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/ethernet.py b/py/test/pytests/ethernet.py
index 1fa06b7..340d7ef 100644
--- a/py/test/pytests/ethernet.py
+++ b/py/test/pytests/ethernet.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/exec_python.py b/py/test/pytests/exec_python.py
index c928640..a66ebc3 100644
--- a/py/test/pytests/exec_python.py
+++ b/py/test/pytests/exec_python.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/ext_display/ext_display_automator.py b/py/test/pytests/ext_display/ext_display_automator.py
index bbf1d65..b5c257f 100644
--- a/py/test/pytests/ext_display/ext_display_automator.py
+++ b/py/test/pytests/ext_display/ext_display_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/fan_speed.py b/py/test/pytests/fan_speed.py
index 1d2feb7..3e42171 100644
--- a/py/test/pytests/fan_speed.py
+++ b/py/test/pytests/fan_speed.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/finalize/finalize_automator.py b/py/test/pytests/finalize/finalize_automator.py
index 4dde9be..4284617 100644
--- a/py/test/pytests/finalize/finalize_automator.py
+++ b/py/test/pytests/finalize/finalize_automator.py
@@ -1,5 +1,5 @@
 # -*- coding=utf-8 -*-
-# 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.
 
diff --git a/py/test/pytests/flash_netboot.py b/py/test/pytests/flash_netboot.py
index 9b59b52..9cb0edb 100644
--- a/py/test/pytests/flash_netboot.py
+++ b/py/test/pytests/flash_netboot.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/hwid_v3.py b/py/test/pytests/hwid_v3.py
index 7129086..8ae8471 100644
--- a/py/test/pytests/hwid_v3.py
+++ b/py/test/pytests/hwid_v3.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/i2c_probe.py b/py/test/pytests/i2c_probe.py
index a104365..951e793 100644
--- a/py/test/pytests/i2c_probe.py
+++ b/py/test/pytests/i2c_probe.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/interrupt/interrupt.py b/py/test/pytests/interrupt/interrupt.py
index 48be85c..b3968fb 100644
--- a/py/test/pytests/interrupt/interrupt.py
+++ b/py/test/pytests/interrupt/interrupt.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/interrupt/interrupt_e2etest.py b/py/test/pytests/interrupt/interrupt_e2etest.py
index 21a3751..3134626 100644
--- a/py/test/pytests/interrupt/interrupt_e2etest.py
+++ b/py/test/pytests/interrupt/interrupt_e2etest.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/keyboard/keyboard.py b/py/test/pytests/keyboard/keyboard.py
index 9dc421c..eff8bb3 100644
--- a/py/test/pytests/keyboard/keyboard.py
+++ b/py/test/pytests/keyboard/keyboard.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/keyboard/keyboard_automator.py b/py/test/pytests/keyboard/keyboard_automator.py
index 9f49cbe..533fe1d 100644
--- a/py/test/pytests/keyboard/keyboard_automator.py
+++ b/py/test/pytests/keyboard/keyboard_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/keyboard/static/keyboard.js b/py/test/pytests/keyboard/static/keyboard.js
index 9894e91..4c6f6ac 100644
--- a/py/test/pytests/keyboard/static/keyboard.js
+++ b/py/test/pytests/keyboard/static/keyboard.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/keyboard_backlight.py b/py/test/pytests/keyboard_backlight.py
index f20d3b4..4800013 100644
--- a/py/test/pytests/keyboard_backlight.py
+++ b/py/test/pytests/keyboard_backlight.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/keyboard_smt.js b/py/test/pytests/keyboard_smt.js
index 403df08..db8d80a 100644
--- a/py/test/pytests/keyboard_smt.js
+++ b/py/test/pytests/keyboard_smt.js
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/test/pytests/keyboard_smt.py b/py/test/pytests/keyboard_smt.py
index 4cf3751..fd45867 100644
--- a/py/test/pytests/keyboard_smt.py
+++ b/py/test/pytests/keyboard_smt.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/led/led.py b/py/test/pytests/led/led.py
index 3feda32..0f4d25a 100644
--- a/py/test/pytests/led/led.py
+++ b/py/test/pytests/led/led.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/led/led_automator.py b/py/test/pytests/led/led_automator.py
index b215c35..dd33ee1 100644
--- a/py/test/pytests/led/led_automator.py
+++ b/py/test/pytests/led/led_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/lid_switch/lid_switch.py b/py/test/pytests/lid_switch/lid_switch.py
index de622bf..356caf3 100644
--- a/py/test/pytests/lid_switch/lid_switch.py
+++ b/py/test/pytests/lid_switch/lid_switch.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/lid_switch/lid_switch_automator.py b/py/test/pytests/lid_switch/lid_switch_automator.py
index 324af15..ba7a257 100644
--- a/py/test/pytests/lid_switch/lid_switch_automator.py
+++ b/py/test/pytests/lid_switch/lid_switch_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/lightbar.py b/py/test/pytests/lightbar.py
index e668fee..148d732 100644
--- a/py/test/pytests/lightbar.py
+++ b/py/test/pytests/lightbar.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# 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.
 
diff --git a/py/test/pytests/line_check_item.py b/py/test/pytests/line_check_item.py
index 7a5a62e..adfe7ba 100644
--- a/py/test/pytests/line_check_item.py
+++ b/py/test/pytests/line_check_item.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/message/message_automator.py b/py/test/pytests/message/message_automator.py
index cd31a20..dca4b9b 100644
--- a/py/test/pytests/message/message_automator.py
+++ b/py/test/pytests/message/message_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/network_setup/network_setup.py b/py/test/pytests/network_setup/network_setup.py
index 037fb0b..3d33fb7 100644
--- a/py/test/pytests/network_setup/network_setup.py
+++ b/py/test/pytests/network_setup/network_setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2017 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.
diff --git a/py/test/pytests/nop.py b/py/test/pytests/nop.py
index 6c79e59..56e83e6 100644
--- a/py/test/pytests/nop.py
+++ b/py/test/pytests/nop.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/offline_test/shell/common.py b/py/test/pytests/offline_test/shell/common.py
index d64501c..ffb2e9f 100644
--- a/py/test/pytests/offline_test/shell/common.py
+++ b/py/test/pytests/offline_test/shell/common.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/test/pytests/offline_test/shell/deploy.py b/py/test/pytests/offline_test/shell/deploy.py
index d90944f..e35b2ac 100644
--- a/py/test/pytests/offline_test/shell/deploy.py
+++ b/py/test/pytests/offline_test/shell/deploy.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/test/pytests/offline_test/shell/fetch_log.py b/py/test/pytests/offline_test/shell/fetch_log.py
index 7f8e311..9412e0b 100644
--- a/py/test/pytests/offline_test/shell/fetch_log.py
+++ b/py/test/pytests/offline_test/shell/fetch_log.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # Copyright 2016 The Chromium OS Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
diff --git a/py/test/pytests/partition_table.py b/py/test/pytests/partition_table.py
index d89df64..2b000ef 100644
--- a/py/test/pytests/partition_table.py
+++ b/py/test/pytests/partition_table.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/plankton_display_static/plankton_display.css b/py/test/pytests/plankton_display_static/plankton_display.css
index db5f411..9b93652 100644
--- a/py/test/pytests/plankton_display_static/plankton_display.css
+++ b/py/test/pytests/plankton_display_static/plankton_display.css
@@ -1,5 +1,5 @@
 /*
- * 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.
  */
diff --git a/py/test/pytests/plankton_display_static/plankton_display.js b/py/test/pytests/plankton_display_static/plankton_display.js
index c67a8e4..1248eb3 100644
--- a/py/test/pytests/plankton_display_static/plankton_display.js
+++ b/py/test/pytests/plankton_display_static/plankton_display.js
@@ -1,4 +1,4 @@
-// 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.
 
diff --git a/py/test/pytests/pointing_device.py b/py/test/pytests/pointing_device.py
index 8ac64c7..10d8dff 100644
--- a/py/test/pytests/pointing_device.py
+++ b/py/test/pytests/pointing_device.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/power_under_stress.py b/py/test/pytests/power_under_stress.py
index 1acfcb4..ee44d1b 100644
--- a/py/test/pytests/power_under_stress.py
+++ b/py/test/pytests/power_under_stress.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/test/pytests/probe_cellular_info.py b/py/test/pytests/probe_cellular_info.py
index 28a47b9..29128a3 100644
--- a/py/test/pytests/probe_cellular_info.py
+++ b/py/test/pytests/probe_cellular_info.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/probe_cellular_info_unittest.py b/py/test/pytests/probe_cellular_info_unittest.py
index df704c3..3cc7f6c 100755
--- a/py/test/pytests/probe_cellular_info_unittest.py
+++ b/py/test/pytests/probe_cellular_info_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/probe_sim.py b/py/test/pytests/probe_sim.py
index 437bf92..3fe609c 100644
--- a/py/test/pytests/probe_sim.py
+++ b/py/test/pytests/probe_sim.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/probe_sim_card_tray.py b/py/test/pytests/probe_sim_card_tray.py
index ecfedf7..0a6b29c 100644
--- a/py/test/pytests/probe_sim_card_tray.py
+++ b/py/test/pytests/probe_sim_card_tray.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/recovery_button.py b/py/test/pytests/recovery_button.py
index 293deb0..a25af89 100644
--- a/py/test/pytests/recovery_button.py
+++ b/py/test/pytests/recovery_button.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/removable_storage/removable_storage.py b/py/test/pytests/removable_storage/removable_storage.py
index 1d9ec7f..68c190a 100644
--- a/py/test/pytests/removable_storage/removable_storage.py
+++ b/py/test/pytests/removable_storage/removable_storage.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/removable_storage/removable_storage_automator.py b/py/test/pytests/removable_storage/removable_storage_automator.py
index badfcd3..a98a26f 100644
--- a/py/test/pytests/removable_storage/removable_storage_automator.py
+++ b/py/test/pytests/removable_storage/removable_storage_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/removable_storage/removable_storage_e2etest.py b/py/test/pytests/removable_storage/removable_storage_e2etest.py
index 47243a9..fefbdbc 100644
--- a/py/test/pytests/removable_storage/removable_storage_e2etest.py
+++ b/py/test/pytests/removable_storage/removable_storage_e2etest.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/scan/scan_automator.py b/py/test/pytests/scan/scan_automator.py
index 369a35c..14df871 100644
--- a/py/test/pytests/scan/scan_automator.py
+++ b/py/test/pytests/scan/scan_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/scan/scan_e2etest.py b/py/test/pytests/scan/scan_e2etest.py
index bbd92e9..880500c 100644
--- a/py/test/pytests/scan/scan_e2etest.py
+++ b/py/test/pytests/scan/scan_e2etest.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/select_for_sampling.py b/py/test/pytests/select_for_sampling.py
index c7b162e..9ceefdc 100644
--- a/py/test/pytests/select_for_sampling.py
+++ b/py/test/pytests/select_for_sampling.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/serial_echo.py b/py/test/pytests/serial_echo.py
index 93ab3dd..e45a349 100644
--- a/py/test/pytests/serial_echo.py
+++ b/py/test/pytests/serial_echo.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/serial_echo_unittest.py b/py/test/pytests/serial_echo_unittest.py
index 0cd931a..8d4ed18 100755
--- a/py/test/pytests/serial_echo_unittest.py
+++ b/py/test/pytests/serial_echo_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/shutdown/shutdown.py b/py/test/pytests/shutdown/shutdown.py
index 9efec3a..b61e952 100644
--- a/py/test/pytests/shutdown/shutdown.py
+++ b/py/test/pytests/shutdown/shutdown.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/shutdown/shutdown_automator.py b/py/test/pytests/shutdown/shutdown_automator.py
index 2c63137..07b8c9c 100644
--- a/py/test/pytests/shutdown/shutdown_automator.py
+++ b/py/test/pytests/shutdown/shutdown_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/shutdown/shutdown_e2etest.py b/py/test/pytests/shutdown/shutdown_e2etest.py
index 5e248f7..453a457 100644
--- a/py/test/pytests/shutdown/shutdown_e2etest.py
+++ b/py/test/pytests/shutdown/shutdown_e2etest.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/simple_storage_stress_test.py b/py/test/pytests/simple_storage_stress_test.py
index 9e7e47b..90cd9f1 100644
--- a/py/test/pytests/simple_storage_stress_test.py
+++ b/py/test/pytests/simple_storage_stress_test.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/smart_check_fw_version.py b/py/test/pytests/smart_check_fw_version.py
index e5f8b87..e4d50d7 100644
--- a/py/test/pytests/smart_check_fw_version.py
+++ b/py/test/pytests/smart_check_fw_version.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/start/start.py b/py/test/pytests/start/start.py
index 5098779..e3ae26c 100644
--- a/py/test/pytests/start/start.py
+++ b/py/test/pytests/start/start.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/start/start_automator.py b/py/test/pytests/start/start_automator.py
index 865007d..8d48099 100644
--- a/py/test/pytests/start/start_automator.py
+++ b/py/test/pytests/start/start_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/start/start_e2etest.py b/py/test/pytests/start/start_e2etest.py
index fe88c5d..06301dd 100644
--- a/py/test/pytests/start/start_e2etest.py
+++ b/py/test/pytests/start/start_e2etest.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/station_entry.py b/py/test/pytests/station_entry.py
index e1561d8..33d3883 100644
--- a/py/test/pytests/station_entry.py
+++ b/py/test/pytests/station_entry.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/test/pytests/stressapptest.py b/py/test/pytests/stressapptest.py
index 648a3a6..033aab3 100644
--- a/py/test/pytests/stressapptest.py
+++ b/py/test/pytests/stressapptest.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/test/pytests/summary/summary.py b/py/test/pytests/summary/summary.py
index 7f0af98..5e7bff4 100644
--- a/py/test/pytests/summary/summary.py
+++ b/py/test/pytests/summary/summary.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/summary/summary_automator.py b/py/test/pytests/summary/summary_automator.py
index 5b474f5..8e39c26 100644
--- a/py/test/pytests/summary/summary_automator.py
+++ b/py/test/pytests/summary/summary_automator.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/suspend_resume.py b/py/test/pytests/suspend_resume.py
index 852be86..bf971f5 100644
--- a/py/test/pytests/suspend_resume.py
+++ b/py/test/pytests/suspend_resume.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/sync_factory_server.py b/py/test/pytests/sync_factory_server.py
index a3443b5..c751b04 100644
--- a/py/test/pytests/sync_factory_server.py
+++ b/py/test/pytests/sync_factory_server.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/thermal_load.py b/py/test/pytests/thermal_load.py
index 5b46116..e022f46 100644
--- a/py/test/pytests/thermal_load.py
+++ b/py/test/pytests/thermal_load.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/thermal_sensors.py b/py/test/pytests/thermal_sensors.py
index 8f728ac..4986bb2 100644
--- a/py/test/pytests/thermal_sensors.py
+++ b/py/test/pytests/thermal_sensors.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2012 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.
diff --git a/py/test/pytests/thermal_slope.py b/py/test/pytests/thermal_slope.py
index 5e97955..cdd1233 100644
--- a/py/test/pytests/thermal_slope.py
+++ b/py/test/pytests/thermal_slope.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/touch_device_fw_update.py b/py/test/pytests/touch_device_fw_update.py
index fd5ce2b..a7df8c7 100644
--- a/py/test/pytests/touch_device_fw_update.py
+++ b/py/test/pytests/touch_device_fw_update.py
@@ -1,5 +1,5 @@
 # -*- mode: python; coding: utf-8 -*-
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/touchpad_static/touchpad.js b/py/test/pytests/touchpad_static/touchpad.js
index 6fac9ca..a5e0ab7 100644
--- a/py/test/pytests/touchpad_static/touchpad.js
+++ b/py/test/pytests/touchpad_static/touchpad.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/touchscreen_calibration/touch_sensors_service.conf b/py/test/pytests/touchscreen_calibration/touch_sensors_service.conf
index f094c52..f5dd7ed 100644
--- a/py/test/pytests/touchscreen_calibration/touch_sensors_service.conf
+++ b/py/test/pytests/touchscreen_calibration/touch_sensors_service.conf
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/touchscreen_calibration/touchscreen_calibration.js b/py/test/pytests/touchscreen_calibration/touchscreen_calibration.js
index c3fadfe..a32622b 100644
--- a/py/test/pytests/touchscreen_calibration/touchscreen_calibration.js
+++ b/py/test/pytests/touchscreen_calibration/touchscreen_calibration.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/touchscreen_calibration/touchscreen_calibration.py b/py/test/pytests/touchscreen_calibration/touchscreen_calibration.py
index 2a23f6a..6e0e65a 100644
--- a/py/test/pytests/touchscreen_calibration/touchscreen_calibration.py
+++ b/py/test/pytests/touchscreen_calibration/touchscreen_calibration.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/touchscreen_calibration/touchscreen_calibration_utils.py b/py/test/pytests/touchscreen_calibration/touchscreen_calibration_utils.py
index 307a9fb..646579c 100644
--- a/py/test/pytests/touchscreen_calibration/touchscreen_calibration_utils.py
+++ b/py/test/pytests/touchscreen_calibration/touchscreen_calibration_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/touchscreen_static/touchscreen.css b/py/test/pytests/touchscreen_static/touchscreen.css
index 80dc633..4f8dcd0 100644
--- a/py/test/pytests/touchscreen_static/touchscreen.css
+++ b/py/test/pytests/touchscreen_static/touchscreen.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+ * Copyright 2012 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.
  */
diff --git a/py/test/pytests/tpm_diagnosis.py b/py/test/pytests/tpm_diagnosis.py
index a582aee..b731cdc 100644
--- a/py/test/pytests/tpm_diagnosis.py
+++ b/py/test/pytests/tpm_diagnosis.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/tpm_verify_ek.py b/py/test/pytests/tpm_verify_ek.py
index dfd0460..f537b58 100644
--- a/py/test/pytests/tpm_verify_ek.py
+++ b/py/test/pytests/tpm_verify_ek.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/update_firmware.py b/py/test/pytests/update_firmware.py
index 550b7c8..10a6ebc 100644
--- a/py/test/pytests/update_firmware.py
+++ b/py/test/pytests/update_firmware.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/urandom.py b/py/test/pytests/urandom.py
index 099daf2..851b3fd 100644
--- a/py/test/pytests/urandom.py
+++ b/py/test/pytests/urandom.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/usb.py b/py/test/pytests/usb.py
index b9dcd77..aec2b3d 100644
--- a/py/test/pytests/usb.py
+++ b/py/test/pytests/usb.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/usb_probe.py b/py/test/pytests/usb_probe.py
index 746b6c1..ed59581 100644
--- a/py/test/pytests/usb_probe.py
+++ b/py/test/pytests/usb_probe.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/verify_components.py b/py/test/pytests/verify_components.py
index bca0947..2c8c92c 100644
--- a/py/test/pytests/verify_components.py
+++ b/py/test/pytests/verify_components.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 #
diff --git a/py/test/pytests/verify_components_unittest.py b/py/test/pytests/verify_components_unittest.py
index 353cbaa..0b00a6c 100755
--- a/py/test/pytests/verify_components_unittest.py
+++ b/py/test/pytests/verify_components_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/verify_root_partition.py b/py/test/pytests/verify_root_partition.py
index c81cc3c..8aef3f8 100644
--- a/py/test/pytests/verify_root_partition.py
+++ b/py/test/pytests/verify_root_partition.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/verify_touch_device_fw.py b/py/test/pytests/verify_touch_device_fw.py
index 72ab1e9..aa938ee 100644
--- a/py/test/pytests/verify_touch_device_fw.py
+++ b/py/test/pytests/verify_touch_device_fw.py
@@ -1,5 +1,5 @@
 # -*- mode: python; coding: utf-8 -*-
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/video_playback.py b/py/test/pytests/video_playback.py
index 32cd745..4900566 100644
--- a/py/test/pytests/video_playback.py
+++ b/py/test/pytests/video_playback.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/video_playback_static/video_playback.html b/py/test/pytests/video_playback_static/video_playback.html
index 8b4f933..30e016f 100644
--- a/py/test/pytests/video_playback_static/video_playback.html
+++ b/py/test/pytests/video_playback_static/video_playback.html
@@ -1,5 +1,5 @@
 <!--
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 --!>
diff --git a/py/test/pytests/video_playback_static/video_playback.js b/py/test/pytests/video_playback_static/video_playback.js
index 5d1504c..4bf4b89 100644
--- a/py/test/pytests/video_playback_static/video_playback.js
+++ b/py/test/pytests/video_playback_static/video_playback.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+// Copyright 2012 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.
 
diff --git a/py/test/pytests/vswr/vswr.js b/py/test/pytests/vswr/vswr.js
index 412bbb7..88e311a 100644
--- a/py/test/pytests/vswr/vswr.js
+++ b/py/test/pytests/vswr/vswr.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+// Copyright 2013 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.
 
diff --git a/py/test/pytests/vswr/vswr.py b/py/test/pytests/vswr/vswr.py
index 656a8be..5c7340a 100644
--- a/py/test/pytests/vswr/vswr.py
+++ b/py/test/pytests/vswr/vswr.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/webgl_aquarium.py b/py/test/pytests/webgl_aquarium.py
index 7dad430..64c3ae0 100644
--- a/py/test/pytests/webgl_aquarium.py
+++ b/py/test/pytests/webgl_aquarium.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/webgl_aquarium_static/goofy_webgl_aquarium.css b/py/test/pytests/webgl_aquarium_static/goofy_webgl_aquarium.css
index 21b2278..d4a36eb 100644
--- a/py/test/pytests/webgl_aquarium_static/goofy_webgl_aquarium.css
+++ b/py/test/pytests/webgl_aquarium_static/goofy_webgl_aquarium.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 The Chromium OS Authors. All rights reserved.
+ * Copyright 2017 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.
  */
diff --git a/py/test/pytests/webrtc_camera.py b/py/test/pytests/webrtc_camera.py
index a56ef04..37471ae 100644
--- a/py/test/pytests/webrtc_camera.py
+++ b/py/test/pytests/webrtc_camera.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/pytests/wireless_antenna.py b/py/test/pytests/wireless_antenna.py
index 9511fa7..577da44 100644
--- a/py/test/pytests/wireless_antenna.py
+++ b/py/test/pytests/wireless_antenna.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/pytests/wireless_radiotap.py b/py/test/pytests/wireless_radiotap.py
index 1612145..b0f51cb 100644
--- a/py/test/pytests/wireless_radiotap.py
+++ b/py/test/pytests/wireless_radiotap.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/pytests/write_protect_switch.py b/py/test/pytests/write_protect_switch.py
index 37329a8..3667ee9 100644
--- a/py/test/pytests/write_protect_switch.py
+++ b/py/test/pytests/write_protect_switch.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/rf/agilent_scpi.py b/py/test/rf/agilent_scpi.py
index 631d718..e284010 100644
--- a/py/test/rf/agilent_scpi.py
+++ b/py/test/rf/agilent_scpi.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Copyright 2011 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.
 
diff --git a/py/test/rf/cellular.py b/py/test/rf/cellular.py
index 91535c7..d581b5f 100644
--- a/py/test/rf/cellular.py
+++ b/py/test/rf/cellular.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/e5071c_mock.py b/py/test/rf/e5071c_mock.py
index 97ebe16..10714fe 100755
--- a/py/test/rf/e5071c_mock.py
+++ b/py/test/rf/e5071c_mock.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/e5071c_scpi.py b/py/test/rf/e5071c_scpi.py
index b4f3875..64182ba 100644
--- a/py/test/rf/e5071c_scpi.py
+++ b/py/test/rf/e5071c_scpi.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/e5071c_scpi_unittest.py b/py/test/rf/e5071c_scpi_unittest.py
index f995d9e..ffca9d0 100755
--- a/py/test/rf/e5071c_scpi_unittest.py
+++ b/py/test/rf/e5071c_scpi_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/lan_scpi.py b/py/test/rf/lan_scpi.py
index 913083f..8299abb 100644
--- a/py/test/rf/lan_scpi.py
+++ b/py/test/rf/lan_scpi.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/lan_scpi_unittest.py b/py/test/rf/lan_scpi_unittest.py
index 3134d7f..9ad924b 100755
--- a/py/test/rf/lan_scpi_unittest.py
+++ b/py/test/rf/lan_scpi_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/modem.py b/py/test/rf/modem.py
index 736f225..6c06ef3 100644
--- a/py/test/rf/modem.py
+++ b/py/test/rf/modem.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/n1914a.py b/py/test/rf/n1914a.py
index 4030ac6..4936d58 100644
--- a/py/test/rf/n1914a.py
+++ b/py/test/rf/n1914a.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/n1914a_mock.py b/py/test/rf/n1914a_mock.py
index 26a2a5f..f91e2be 100755
--- a/py/test/rf/n1914a_mock.py
+++ b/py/test/rf/n1914a_mock.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/n1914a_speed_test.py b/py/test/rf/n1914a_speed_test.py
index daa1ee3..c9d90fb 100755
--- a/py/test/rf/n1914a_speed_test.py
+++ b/py/test/rf/n1914a_speed_test.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/n1914a_unittest.py b/py/test/rf/n1914a_unittest.py
index 8dca198..50a90b0 100755
--- a/py/test/rf/n1914a_unittest.py
+++ b/py/test/rf/n1914a_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/scpi_mock.py b/py/test/rf/scpi_mock.py
index 3e5ca70..a8b5154 100644
--- a/py/test/rf/scpi_mock.py
+++ b/py/test/rf/scpi_mock.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tcp_proxy.py b/py/test/rf/tcp_proxy.py
index 000524c..31cb6c5 100755
--- a/py/test/rf/tcp_proxy.py
+++ b/py/test/rf/tcp_proxy.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tools/csv_reader.py b/py/test/rf/tools/csv_reader.py
index 7ac094e..b4d8f95 100644
--- a/py/test/rf/tools/csv_reader.py
+++ b/py/test/rf/tools/csv_reader.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tools/csv_reader_unittest.py b/py/test/rf/tools/csv_reader_unittest.py
index 78da7b0..10dbcb3 100755
--- a/py/test/rf/tools/csv_reader_unittest.py
+++ b/py/test/rf/tools/csv_reader_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tools/csv_to_yaml.py b/py/test/rf/tools/csv_to_yaml.py
index 22ae17c..3c65359 100755
--- a/py/test/rf/tools/csv_to_yaml.py
+++ b/py/test/rf/tools/csv_to_yaml.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tools/csv_writer.py b/py/test/rf/tools/csv_writer.py
index ac74bfb..7116a37 100644
--- a/py/test/rf/tools/csv_writer.py
+++ b/py/test/rf/tools/csv_writer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rf/tools/csv_writer_unittest.py b/py/test/rf/tools/csv_writer_unittest.py
index adac58c..62d7d7f 100755
--- a/py/test/rf/tools/csv_writer_unittest.py
+++ b/py/test/rf/tools/csv_writer_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/rules/phase.py b/py/test/rules/phase.py
index 83b1c97..b42adb2 100644
--- a/py/test/rules/phase.py
+++ b/py/test/rules/phase.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/test/rules/phase_unittest.py b/py/test/rules/phase_unittest.py
index 86edc17..ff47aed 100755
--- a/py/test/rules/phase_unittest.py
+++ b/py/test/rules/phase_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env 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.
 
diff --git a/py/test/rules/privacy.py b/py/test/rules/privacy.py
index fc7dbe5..1eb995c 100644
--- a/py/test/rules/privacy.py
+++ b/py/test/rules/privacy.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python
-# pylint: disable=protected-access
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/rules/privacy_unittest.py b/py/test/rules/privacy_unittest.py
index 8531680..07bc150 100755
--- a/py/test/rules/privacy_unittest.py
+++ b/py/test/rules/privacy_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # pylint: disable=protected-access
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/rules/registration_codes.py b/py/test/rules/registration_codes.py
index c0357b1..bbd1ab5 100644
--- a/py/test/rules/registration_codes.py
+++ b/py/test/rules/registration_codes.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/rules/registration_codes_unittest.py b/py/test/rules/registration_codes_unittest.py
index bc89699..345d657 100755
--- a/py/test/rules/registration_codes_unittest.py
+++ b/py/test/rules/registration_codes_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/shopfloor.py b/py/test/shopfloor.py
index 30e739b..79000b0 100644
--- a/py/test/shopfloor.py
+++ b/py/test/shopfloor.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/state.py b/py/test/state.py
index d4be8de..5d55a39 100644
--- a/py/test/state.py
+++ b/py/test/state.py
@@ -1,5 +1,4 @@
-#!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/test_lists/manager.py b/py/test/test_lists/manager.py
index 9a3624b..102e3cc 100644
--- a/py/test/test_lists/manager.py
+++ b/py/test/test_lists/manager.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-# -*- coding: UTF-8 -*-
 # Copyright 2017 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.
diff --git a/py/test/test_lists/station_based_test_list.py b/py/test/test_lists/station_based_test_list.py
index 95410c9..0282e2f 100644
--- a/py/test/test_lists/station_based_test_list.py
+++ b/py/test/test_lists/station_based_test_list.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Copyright 2015 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.
diff --git a/py/test/test_lists/test_lists_unittest.py b/py/test/test_lists/test_lists_unittest.py
index e29eb05..bdf3f6b 100755
--- a/py/test/test_lists/test_lists_unittest.py
+++ b/py/test/test_lists/test_lists_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- mode: python; coding: utf-8 -*-
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/test_ui.py b/py/test/test_ui.py
index 5301912..184caa9 100644
--- a/py/test/test_ui.py
+++ b/py/test/test_ui.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # 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.
@@ -547,6 +546,7 @@
     """Show an alert box."""
     self.RunJS('window.test.invocation.goofy.alert(%s)' % json.dumps(text))
 
+
 class DummyUI(object):
   """Dummy UI for offline test."""
 
diff --git a/py/test/ui_templates.py b/py/test/ui_templates.py
index 5e0580d..e6ba293 100644
--- a/py/test/ui_templates.py
+++ b/py/test/ui_templates.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # 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.
diff --git a/py/test/utils/audio_utils.py b/py/test/utils/audio_utils.py
index b335086..41bca86 100644
--- a/py/test/utils/audio_utils.py
+++ b/py/test/utils/audio_utils.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/charge_manager.py b/py/test/utils/charge_manager.py
index ae54cab..e9e9e35 100644
--- a/py/test/utils/charge_manager.py
+++ b/py/test/utils/charge_manager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/charge_manager_unittest.py b/py/test/utils/charge_manager_unittest.py
index ce4d88b..7efb65e 100755
--- a/py/test/utils/charge_manager_unittest.py
+++ b/py/test/utils/charge_manager_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/connection_manager.py b/py/test/utils/connection_manager.py
index 3e34973..5a688a0 100644
--- a/py/test/utils/connection_manager.py
+++ b/py/test/utils/connection_manager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/connection_manager_unittest.py b/py/test/utils/connection_manager_unittest.py
index a050961..d3cd6a6 100755
--- a/py/test/utils/connection_manager_unittest.py
+++ b/py/test/utils/connection_manager_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/core_dump_manager.py b/py/test/utils/core_dump_manager.py
index e2e9eb2..3d1d41b 100644
--- a/py/test/utils/core_dump_manager.py
+++ b/py/test/utils/core_dump_manager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/core_dump_manager_unittest.py b/py/test/utils/core_dump_manager_unittest.py
index ffd6826..2ac3ffa 100755
--- a/py/test/utils/core_dump_manager_unittest.py
+++ b/py/test/utils/core_dump_manager_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/cpufreq_manager.py b/py/test/utils/cpufreq_manager.py
index fb2d042..20bc3a4 100644
--- a/py/test/utils/cpufreq_manager.py
+++ b/py/test/utils/cpufreq_manager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/deploy_utils.py b/py/test/utils/deploy_utils.py
index e1b33db..38af8fa 100644
--- a/py/test/utils/deploy_utils.py
+++ b/py/test/utils/deploy_utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
 # Copyright 2015 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.
diff --git a/py/test/utils/flimflam_test_path.py b/py/test/utils/flimflam_test_path.py
index 199110a..48a307c 100644
--- a/py/test/utils/flimflam_test_path.py
+++ b/py/test/utils/flimflam_test_path.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/media_utils.py b/py/test/utils/media_utils.py
index ab6872e..60dd445 100644
--- a/py/test/utils/media_utils.py
+++ b/py/test/utils/media_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/media_utils_unittest.py b/py/test/utils/media_utils_unittest.py
index 9e56048..4d6a7b7 100755
--- a/py/test/utils/media_utils_unittest.py
+++ b/py/test/utils/media_utils_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/test/utils/pytest_utils.py b/py/test/utils/pytest_utils.py
index f22d2f7..de65198 100644
--- a/py/test/utils/pytest_utils.py
+++ b/py/test/utils/pytest_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2016 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.
diff --git a/py/test/utils/serial_utils.py b/py/test/utils/serial_utils.py
index 8e3d1d2..2e1d448 100644
--- a/py/test/utils/serial_utils.py
+++ b/py/test/utils/serial_utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python -u
-#
 # 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.
diff --git a/py/test/utils/serial_utils_unittest.py b/py/test/utils/serial_utils_unittest.py
index b9ab777..6702ad3 100755
--- a/py/test/utils/serial_utils_unittest.py
+++ b/py/test/utils/serial_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/stress_manager.py b/py/test/utils/stress_manager.py
index 1dda21a..0d4f033 100644
--- a/py/test/utils/stress_manager.py
+++ b/py/test/utils/stress_manager.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/test/utils/time_utils.py b/py/test/utils/time_utils.py
index 98fca3c..ea3e4b6 100644
--- a/py/test/utils/time_utils.py
+++ b/py/test/utils/time_utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-# -*- coding: UTF-8 -*-
 # Copyright 2016 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.
diff --git a/py/test/utils/touch_utils.py b/py/test/utils/touch_utils.py
index 9772b6f..acf8d49 100644
--- a/py/test/utils/touch_utils.py
+++ b/py/test/utils/touch_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/touch_utils_unittest.py b/py/test/utils/touch_utils_unittest.py
index fc3f600..3e59138 100755
--- a/py/test/utils/touch_utils_unittest.py
+++ b/py/test/utils/touch_utils_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/test/utils/web_socket_utils.py b/py/test/utils/web_socket_utils.py
index 0c3eba0..5eb3aad 100644
--- a/py/test/utils/web_socket_utils.py
+++ b/py/test/utils/web_socket_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/toolkit/installer.py b/py/toolkit/installer.py
index 78dcb3c..15f1ec7 100755
--- a/py/toolkit/installer.py
+++ b/py/toolkit/installer.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -Bu
 #
-# 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.
 
diff --git a/py/toolkit/installer_unittest.py b/py/toolkit/installer_unittest.py
index 5f4b854..8a58e18 100755
--- a/py/toolkit/installer_unittest.py
+++ b/py/toolkit/installer_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# 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.
 
diff --git a/py/toolkit/print_repo_status.py b/py/toolkit/print_repo_status.py
index e79ccaa..38c37d9 100755
--- a/py/toolkit/print_repo_status.py
+++ b/py/toolkit/print_repo_status.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -Bu
 #
-# 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.
 
diff --git a/py/tools/build_board.py b/py/tools/build_board.py
index 0f6db51..37c8aa7 100644
--- a/py/tools/build_board.py
+++ b/py/tools/build_board.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/build_board_unittest.py b/py/tools/build_board_unittest.py
index 95097d9..b7d9467 100755
--- a/py/tools/build_board_unittest.py
+++ b/py/tools/build_board_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/cpu_usage_monitor.py b/py/tools/cpu_usage_monitor.py
index 98d3bd2..d59eb61 100755
--- a/py/tools/cpu_usage_monitor.py
+++ b/py/tools/cpu_usage_monitor.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/cpu_usage_monitor_unittest.py b/py/tools/cpu_usage_monitor_unittest.py
index f5ec2fc..86748ff 100755
--- a/py/tools/cpu_usage_monitor_unittest.py
+++ b/py/tools/cpu_usage_monitor_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/diff_image.py b/py/tools/diff_image.py
index 05f15aa..e54987e 100755
--- a/py/tools/diff_image.py
+++ b/py/tools/diff_image.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/diff_image_unittest.py b/py/tools/diff_image_unittest.py
index 83476f3..dfacd93 100755
--- a/py/tools/diff_image_unittest.py
+++ b/py/tools/diff_image_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/disk_space.py b/py/tools/disk_space.py
index 035e728..ab80a46 100755
--- a/py/tools/disk_space.py
+++ b/py/tools/disk_space.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/disk_space_unittest.py b/py/tools/disk_space_unittest.py
index 8b384c4..395cd39 100755
--- a/py/tools/disk_space_unittest.py
+++ b/py/tools/disk_space_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/factory.py b/py/tools/factory.py
index 5978e50..a0dfbc5 100755
--- a/py/tools/factory.py
+++ b/py/tools/factory.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/factory_bug.py b/py/tools/factory_bug.py
index 6cf793c..6ab7023 100755
--- a/py/tools/factory_bug.py
+++ b/py/tools/factory_bug.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/factory_diff.py b/py/tools/factory_diff.py
index 15dc2a8..388d8e9 100755
--- a/py/tools/factory_diff.py
+++ b/py/tools/factory_diff.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/flash_netboot.py b/py/tools/flash_netboot.py
index 0151f44..fb72800 100755
--- a/py/tools/flash_netboot.py
+++ b/py/tools/flash_netboot.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -Bu
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/get_version.py b/py/tools/get_version.py
index 045da85..ed5fc86 100644
--- a/py/tools/get_version.py
+++ b/py/tools/get_version.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/tools/get_version_unittest.py b/py/tools/get_version_unittest.py
index cd2a4f3..22a2168 100755
--- a/py/tools/get_version_unittest.py
+++ b/py/tools/get_version_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env 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.
 
diff --git a/py/tools/gsutil.py b/py/tools/gsutil.py
index 338afd1..927bd9b 100644
--- a/py/tools/gsutil.py
+++ b/py/tools/gsutil.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/tools/gsutil_unittest.py b/py/tools/gsutil_unittest.py
index 456a2ae..749f6b5 100755
--- a/py/tools/gsutil_unittest.py
+++ b/py/tools/gsutil_unittest.py
@@ -1,6 +1,6 @@
 #!/bin/env 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.
 
diff --git a/py/tools/install_symlinks.py b/py/tools/install_symlinks.py
index 276190a..1104286 100755
--- a/py/tools/install_symlinks.py
+++ b/py/tools/install_symlinks.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.
 
diff --git a/py/tools/install_symlinks_unittest.py b/py/tools/install_symlinks_unittest.py
index ddd0b4c..5fd45ab 100755
--- a/py/tools/install_symlinks_unittest.py
+++ b/py/tools/install_symlinks_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env 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.
 
diff --git a/py/tools/key_filter.py b/py/tools/key_filter.py
index 48e9c4f..348dd1d 100755
--- a/py/tools/key_filter.py
+++ b/py/tools/key_filter.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/make_par.py b/py/tools/make_par.py
index 34203e2..c285d5e 100755
--- a/py/tools/make_par.py
+++ b/py/tools/make_par.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/make_par_unittest.py b/py/tools/make_par_unittest.py
index 3f16588..098b0b5 100755
--- a/py/tools/make_par_unittest.py
+++ b/py/tools/make_par_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/make_text_image.py b/py/tools/make_text_image.py
index b0cec74..286a568 100755
--- a/py/tools/make_text_image.py
+++ b/py/tools/make_text_image.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/make_update_bundle.py b/py/tools/make_update_bundle.py
index 41ca311..2903304 100755
--- a/py/tools/make_update_bundle.py
+++ b/py/tools/make_update_bundle.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/merge_logs.py b/py/tools/merge_logs.py
index 16287de..068f79c 100755
--- a/py/tools/merge_logs.py
+++ b/py/tools/merge_logs.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/migrate_board_dir_unittest.py b/py/tools/migrate_board_dir_unittest.py
index 49aad11..8221ce9 100755
--- a/py/tools/migrate_board_dir_unittest.py
+++ b/py/tools/migrate_board_dir_unittest.py
@@ -249,7 +249,7 @@
     # Checks the year in the license header will be updated.
     # Also checks that (c) is removed.
     content2_before = """\
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 (c) 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."""
     content2_after = """\
diff --git a/py/tools/mount_omaha_channel_rootfs.py b/py/tools/mount_omaha_channel_rootfs.py
index b5ec68f..a7d28b4 100755
--- a/py/tools/mount_omaha_channel_rootfs.py
+++ b/py/tools/mount_omaha_channel_rootfs.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.
 
diff --git a/py/tools/mount_partition.py b/py/tools/mount_partition.py
index 9e7d6d1..abaa5bb 100755
--- a/py/tools/mount_partition.py
+++ b/py/tools/mount_partition.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
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.
 
diff --git a/py/tools/run_tests.py b/py/tools/run_tests.py
index 3fe3802..c3106c3 100755
--- a/py/tools/run_tests.py
+++ b/py/tools/run_tests.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/send_key.py b/py/tools/send_key.py
index 98ac74e..711ea18 100755
--- a/py/tools/send_key.py
+++ b/py/tools/send_key.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -u
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/sftp_uploader.py b/py/tools/sftp_uploader.py
index 3fb17a5..e70a062 100644
--- a/py/tools/sftp_uploader.py
+++ b/py/tools/sftp_uploader.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 """Utility script for uploading files via SFTP.
diff --git a/py/tools/show_device_data.py b/py/tools/show_device_data.py
index f959415..fcdf9c4 100755
--- a/py/tools/show_device_data.py
+++ b/py/tools/show_device_data.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/tools/smart_lint.py b/py/tools/smart_lint.py
index b3db32a..63106d5 100755
--- a/py/tools/smart_lint.py
+++ b/py/tools/smart_lint.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.
 
diff --git a/py/tools/test_make_factory_package.py b/py/tools/test_make_factory_package.py
index e264288..542b518 100755
--- a/py/tools/test_make_factory_package.py
+++ b/py/tools/test_make_factory_package.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env 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.
 
diff --git a/py/tools/testdata/hwid_v3_bundle_OAK.sh b/py/tools/testdata/hwid_v3_bundle_OAK.sh
index 06585a4..fdd70f4 100644
--- a/py/tools/testdata/hwid_v3_bundle_OAK.sh
+++ b/py/tools/testdata/hwid_v3_bundle_OAK.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 #
diff --git a/py/tools/testdata/hwid_v3_bundle_X86-GENERIC.sh b/py/tools/testdata/hwid_v3_bundle_X86-GENERIC.sh
index e38a809..8e5265c 100755
--- a/py/tools/testdata/hwid_v3_bundle_X86-GENERIC.sh
+++ b/py/tools/testdata/hwid_v3_bundle_X86-GENERIC.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 #
diff --git a/py/tools/time_sanitizer.py b/py/tools/time_sanitizer.py
index 7efc57e..d4102d1 100755
--- a/py/tools/time_sanitizer.py
+++ b/py/tools/time_sanitizer.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/tools/time_sanitizer_unittest.py b/py/tools/time_sanitizer_unittest.py
index 0d3317a..659a75c 100755
--- a/py/tools/time_sanitizer_unittest.py
+++ b/py/tools/time_sanitizer_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/umpire/client/get_update.py b/py/umpire/client/get_update.py
index 2573a80..a40ab9f 100644
--- a/py/umpire/client/get_update.py
+++ b/py/umpire/client/get_update.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# 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.
 
diff --git a/py/umpire/client/get_update_unittest.py b/py/umpire/client/get_update_unittest.py
index 442a9cd..cbc37fa 100755
--- a/py/umpire/client/get_update_unittest.py
+++ b/py/umpire/client/get_update_unittest.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.
 
diff --git a/py/umpire/client/umpire_client.py b/py/umpire/client/umpire_client.py
index fe31ba3..78ba181 100644
--- a/py/umpire/client/umpire_client.py
+++ b/py/umpire/client/umpire_client.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# 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.
 
diff --git a/py/umpire/client/umpire_client_unittest.py b/py/umpire/client/umpire_client_unittest.py
index f4bb39d..42f530f 100755
--- a/py/umpire/client/umpire_client_unittest.py
+++ b/py/umpire/client/umpire_client_unittest.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.
 
diff --git a/py/umpire/client/umpire_server_proxy.py b/py/umpire/client/umpire_server_proxy.py
index 8ef80dd..0d3d8f6 100644
--- a/py/umpire/client/umpire_server_proxy.py
+++ b/py/umpire/client/umpire_server_proxy.py
@@ -1,6 +1,4 @@
-#!/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.
 
diff --git a/py/umpire/client/umpire_server_proxy_test.py b/py/umpire/client/umpire_server_proxy_test.py
index 2b7dcbe..ffbecc0 100755
--- a/py/umpire/client/umpire_server_proxy_test.py
+++ b/py/umpire/client/umpire_server_proxy_test.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.
 
diff --git a/py/umpire/client/umpire_server_proxy_unittest.py b/py/umpire/client/umpire_server_proxy_unittest.py
index 6ac4038..387131c 100755
--- a/py/umpire/client/umpire_server_proxy_unittest.py
+++ b/py/umpire/client/umpire_server_proxy_unittest.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.
 
diff --git a/py/umpire/server/bundle_selector.py b/py/umpire/server/bundle_selector.py
index 41c113d..071c471 100644
--- a/py/umpire/server/bundle_selector.py
+++ b/py/umpire/server/bundle_selector.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/umpire/server/bundle_selector_unittest.py b/py/umpire/server/bundle_selector_unittest.py
index fdfef42..7f7a9b4 100755
--- a/py/umpire/server/bundle_selector_unittest.py
+++ b/py/umpire/server/bundle_selector_unittest.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.
 
diff --git a/py/umpire/server/commands/deploy.py b/py/umpire/server/commands/deploy.py
index b17ed10..199b3c9 100644
--- a/py/umpire/server/commands/deploy.py
+++ b/py/umpire/server/commands/deploy.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/umpire/server/config.py b/py/umpire/server/config.py
index 06e3b52..6910dde 100644
--- a/py/umpire/server/config.py
+++ b/py/umpire/server/config.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/umpire/server/config_unittest.py b/py/umpire/server/config_unittest.py
index 3b3a73e..8c01baf 100755
--- a/py/umpire/server/config_unittest.py
+++ b/py/umpire/server/config_unittest.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.
 
diff --git a/py/umpire/server/daemon.py b/py/umpire/server/daemon.py
index 7fc5fe9..91dad3c 100644
--- a/py/umpire/server/daemon.py
+++ b/py/umpire/server/daemon.py
@@ -1,4 +1,4 @@
-# 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.
 #
diff --git a/py/umpire/server/daemon_unittest.py b/py/umpire/server/daemon_unittest.py
index ffd34e8..d1e6110 100755
--- a/py/umpire/server/daemon_unittest.py
+++ b/py/umpire/server/daemon_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/trial --temp-directory=/tmp/_trial_temp/
 #
-# 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.
 
diff --git a/py/umpire/server/rpc_dut.py b/py/umpire/server/rpc_dut.py
index f88362e..0871305 100644
--- a/py/umpire/server/rpc_dut.py
+++ b/py/umpire/server/rpc_dut.py
@@ -1,4 +1,4 @@
-# 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.
 #
diff --git a/py/umpire/server/rpc_dut_unittest.py b/py/umpire/server/rpc_dut_unittest.py
index c6f510a..3f73e12 100755
--- a/py/umpire/server/rpc_dut_unittest.py
+++ b/py/umpire/server/rpc_dut_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/trial --temp-directory=/tmp/_trial_temp/
 #
-# 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.
 
diff --git a/py/umpire/server/service/http.py b/py/umpire/server/service/http.py
index dce8a56..bb4e671 100644
--- a/py/umpire/server/service/http.py
+++ b/py/umpire/server/service/http.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/umpire/server/service/http_unittest.py b/py/umpire/server/service/http_unittest.py
index bbfc5d7..5eb2963 100755
--- a/py/umpire/server/service/http_unittest.py
+++ b/py/umpire/server/service/http_unittest.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.
 
diff --git a/py/umpire/server/service/rsync.py b/py/umpire/server/service/rsync.py
index 9e3b55b..00c950b 100644
--- a/py/umpire/server/service/rsync.py
+++ b/py/umpire/server/service/rsync.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/umpire/server/service/umpire_service.py b/py/umpire/server/service/umpire_service.py
index 092c6e5..a2911f0 100644
--- a/py/umpire/server/service/umpire_service.py
+++ b/py/umpire/server/service/umpire_service.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/umpire/server/service/umpire_service_unittest.py b/py/umpire/server/service/umpire_service_unittest.py
index 734d9ba..c115f9d 100755
--- a/py/umpire/server/service/umpire_service_unittest.py
+++ b/py/umpire/server/service/umpire_service_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/trial --temp-directory=/tmp/_trial_temp/
 #
-# 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.
 
diff --git a/py/umpire/server/umpire_env_unittest.py b/py/umpire/server/umpire_env_unittest.py
index 0b882d2..1e27f6f 100755
--- a/py/umpire/server/umpire_env_unittest.py
+++ b/py/umpire/server/umpire_env_unittest.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.
 
diff --git a/py/umpire/server/umpire_rpc.py b/py/umpire/server/umpire_rpc.py
index fad6553..294e521 100644
--- a/py/umpire/server/umpire_rpc.py
+++ b/py/umpire/server/umpire_rpc.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/umpire/server/umpire_unittest.py b/py/umpire/server/umpire_unittest.py
index 52ba8b0..a065b98 100755
--- a/py/umpire/server/umpire_unittest.py
+++ b/py/umpire/server/umpire_unittest.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.
 
diff --git a/py/umpire/server/umpired.py b/py/umpire/server/umpired.py
index 619ad65..957f6f3 100755
--- a/py/umpire/server/umpired.py
+++ b/py/umpire/server/umpired.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env 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.
 
diff --git a/py/umpire/server/umpired_unittest.py b/py/umpire/server/umpired_unittest.py
index 9743abf..83f854f 100755
--- a/py/umpire/server/umpired_unittest.py
+++ b/py/umpire/server/umpired_unittest.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.
 
diff --git a/py/umpire/server/utils.py b/py/umpire/server/utils.py
index 9a30f6f..44cfc90 100644
--- a/py/umpire/server/utils.py
+++ b/py/umpire/server/utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/umpire/server/web/wsgi.py b/py/umpire/server/web/wsgi.py
index d6ec53c..5652958 100644
--- a/py/umpire/server/web/wsgi.py
+++ b/py/umpire/server/web/wsgi.py
@@ -1,4 +1,4 @@
-# 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.
 #
diff --git a/py/umpire/server/web/xmlrpc.py b/py/umpire/server/web/xmlrpc.py
index 187ced8..b017178 100644
--- a/py/umpire/server/web/xmlrpc.py
+++ b/py/umpire/server/web/xmlrpc.py
@@ -1,4 +1,4 @@
-# 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.
 #
diff --git a/py/umpire/server/webapp_resourcemap.py b/py/umpire/server/webapp_resourcemap.py
index 935386d..385d166 100644
--- a/py/umpire/server/webapp_resourcemap.py
+++ b/py/umpire/server/webapp_resourcemap.py
@@ -1,4 +1,4 @@
-# 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.
 #
diff --git a/py/utils/arg_utils.py b/py/utils/arg_utils.py
index 2002589..aebf591 100644
--- a/py/utils/arg_utils.py
+++ b/py/utils/arg_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/arg_utils_unittest.py b/py/utils/arg_utils_unittest.py
index 7d315c5..34285c0 100755
--- a/py/utils/arg_utils_unittest.py
+++ b/py/utils/arg_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/argparse_utils.py b/py/utils/argparse_utils.py
index 44b218f..36c05d1 100644
--- a/py/utils/argparse_utils.py
+++ b/py/utils/argparse_utils.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/argparse_utils_unittest.py b/py/utils/argparse_utils_unittest.py
index 5eefb16..d0eee6c 100755
--- a/py/utils/argparse_utils_unittest.py
+++ b/py/utils/argparse_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/config_utils.py b/py/utils/config_utils.py
index b76d0eb..f546ee2 100644
--- a/py/utils/config_utils.py
+++ b/py/utils/config_utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright 2016 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.
diff --git a/py/utils/debug_utils.py b/py/utils/debug_utils.py
index e961cdf..4dcf994 100644
--- a/py/utils/debug_utils.py
+++ b/py/utils/debug_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/debug_utils_unittest.py b/py/utils/debug_utils_unittest.py
index 3b5b09c..f07e3d9 100755
--- a/py/utils/debug_utils_unittest.py
+++ b/py/utils/debug_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env 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.
 
diff --git a/py/utils/file_utils.py b/py/utils/file_utils.py
index 897d0dc..a944c99 100644
--- a/py/utils/file_utils.py
+++ b/py/utils/file_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/file_utils_unittest.py b/py/utils/file_utils_unittest.py
index dc32644..472c169 100755
--- a/py/utils/file_utils_unittest.py
+++ b/py/utils/file_utils_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/jsonrpc_utils.py b/py/utils/jsonrpc_utils.py
index 3aa42c1..780238e 100644
--- a/py/utils/jsonrpc_utils.py
+++ b/py/utils/jsonrpc_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/utils/jsonrpc_utils_unittest.py b/py/utils/jsonrpc_utils_unittest.py
index ab569a6..5eefc08 100755
--- a/py/utils/jsonrpc_utils_unittest.py
+++ b/py/utils/jsonrpc_utils_unittest.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.
 
diff --git a/py/utils/net_utils.py b/py/utils/net_utils.py
index 2744615..412bdbd 100644
--- a/py/utils/net_utils.py
+++ b/py/utils/net_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/net_utils_unittest.py b/py/utils/net_utils_unittest.py
index 5f41d7c..bdfb24c 100755
--- a/py/utils/net_utils_unittest.py
+++ b/py/utils/net_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/platform_utils.py b/py/utils/platform_utils.py
index 1743dff..d3054a2 100644
--- a/py/utils/platform_utils.py
+++ b/py/utils/platform_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright 2015 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.
diff --git a/py/utils/process_utils_unittest.py b/py/utils/process_utils_unittest.py
index 2ffc027..bc878af 100755
--- a/py/utils/process_utils_unittest.py
+++ b/py/utils/process_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/schema.py b/py/utils/schema.py
index c650303..9928950 100644
--- a/py/utils/schema.py
+++ b/py/utils/schema.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python -u
-# -*- coding: utf-8 -*-
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/schema_unittest.py b/py/utils/schema_unittest.py
index 0e64656..3d1d04d 100755
--- a/py/utils/schema_unittest.py
+++ b/py/utils/schema_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -u
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/server_utils.py b/py/utils/server_utils.py
index 3ce10e7..0b6ae4b 100644
--- a/py/utils/server_utils.py
+++ b/py/utils/server_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 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.
 
diff --git a/py/utils/service_utils.py b/py/utils/service_utils.py
index 438ee10..d0aa36a 100644
--- a/py/utils/service_utils.py
+++ b/py/utils/service_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/service_utils_unittest.py b/py/utils/service_utils_unittest.py
index aa7adb5..a2adf6e 100755
--- a/py/utils/service_utils_unittest.py
+++ b/py/utils/service_utils_unittest.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/shelve_utils_unittest.py b/py/utils/shelve_utils_unittest.py
index 4c5b90f..f326485 100755
--- a/py/utils/shelve_utils_unittest.py
+++ b/py/utils/shelve_utils_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/ssh_utils.py b/py/utils/ssh_utils.py
index 0bffe78..ff421f3 100644
--- a/py/utils/ssh_utils.py
+++ b/py/utils/ssh_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/utils/string_utils.py b/py/utils/string_utils.py
index bbb5821..70e3264 100644
--- a/py/utils/string_utils.py
+++ b/py/utils/string_utils.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python -u
-#
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/string_utils_unittest.py b/py/utils/string_utils_unittest.py
index 18d2c9a..ba6a4d0 100755
--- a/py/utils/string_utils_unittest.py
+++ b/py/utils/string_utils_unittest.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/sys_utils.py b/py/utils/sys_utils.py
index 5171d5f..50ba3db 100644
--- a/py/utils/sys_utils.py
+++ b/py/utils/sys_utils.py
@@ -1,4 +1,4 @@
-# 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.
 
diff --git a/py/utils/sys_utils_unittest.py b/py/utils/sys_utils_unittest.py
index 1a57841..b1c99a9 100755
--- a/py/utils/sys_utils_unittest.py
+++ b/py/utils/sys_utils_unittest.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.
 
diff --git a/py/utils/time_utils.py b/py/utils/time_utils.py
index 7184944..bfe3e8f 100644
--- a/py/utils/time_utils.py
+++ b/py/utils/time_utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.
 
diff --git a/py/utils/time_utils_unittest.py b/py/utils/time_utils_unittest.py
index bf41ffc..f7a6775 100755
--- a/py/utils/time_utils_unittest.py
+++ b/py/utils/time_utils_unittest.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright 2012 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.