From 4ebc13f64239a097d49873151ff3c9ebdc6136de Mon Sep 17 00:00:00 2001 From: tturney Date: Wed, 29 Jun 2016 13:10:27 -0700 Subject: Remove instances of authorship Bug: b/30117386 Change-Id: I28c0686a042523557c34ba6a8ddadf52e1a28f29 --- acts/framework/acts/asserts.py | 2 -- acts/framework/acts/bin/monsoon.py | 3 --- acts/framework/acts/controllers/monsoon.py | 2 -- acts/framework/acts/test_runner.py | 2 -- acts/framework/setup.py | 2 -- acts/framework/tests/IntegrationTest.py | 2 -- acts/framework/tests/acts_android_device_test.py | 2 -- acts/framework/tests/acts_sl4a_client_test.py | 2 -- acts/framework/tests/acts_test_runner_test.py | 3 --- acts/tests/google/wifi/WifiPowerTest.py | 2 -- 10 files changed, 22 deletions(-) diff --git a/acts/framework/acts/asserts.py b/acts/framework/acts/asserts.py index b1d63143b5..0cdd45ef87 100644 --- a/acts/framework/acts/asserts.py +++ b/acts/framework/acts/asserts.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - import re import unittest diff --git a/acts/framework/acts/bin/monsoon.py b/acts/framework/acts/bin/monsoon.py index 2c57b18495..be4d6e8e1f 100755 --- a/acts/framework/acts/bin/monsoon.py +++ b/acts/framework/acts/bin/monsoon.py @@ -18,9 +18,6 @@ (http://msoon.com/LabEquipment/PowerMonitor/). """ -_Python3_author_ = 'angli@google.com (Ang Li)' -_author_ = 'kens@google.com (Ken Shirriff)' - import argparse import sys import time diff --git a/acts/framework/acts/controllers/monsoon.py b/acts/framework/acts/controllers/monsoon.py index 301d441fae..8ffb929c79 100644 --- a/acts/framework/acts/controllers/monsoon.py +++ b/acts/framework/acts/controllers/monsoon.py @@ -18,8 +18,6 @@ Based on the original py2 script of kens@google.com """ -__author__ = 'angli@google.com (Ang Li)' - import fcntl import logging import os diff --git a/acts/framework/acts/test_runner.py b/acts/framework/acts/test_runner.py index f4a4e02862..058f33f30f 100644 --- a/acts/framework/acts/test_runner.py +++ b/acts/framework/acts/test_runner.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from future import standard_library standard_library.install_aliases() diff --git a/acts/framework/setup.py b/acts/framework/setup.py index 4de5fd036d..e52ba75914 100755 --- a/acts/framework/setup.py +++ b/acts/framework/setup.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from setuptools import setup from setuptools import find_packages from setuptools.command.test import test as TestCommand diff --git a/acts/framework/tests/IntegrationTest.py b/acts/framework/tests/IntegrationTest.py index 59319c3f84..179c153a9b 100755 --- a/acts/framework/tests/IntegrationTest.py +++ b/acts/framework/tests/IntegrationTest.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from acts import asserts from acts import base_test diff --git a/acts/framework/tests/acts_android_device_test.py b/acts/framework/tests/acts_android_device_test.py index 2ae47a6060..dc30f1406d 100755 --- a/acts/framework/tests/acts_android_device_test.py +++ b/acts/framework/tests/acts_android_device_test.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - import logging import mock import os diff --git a/acts/framework/tests/acts_sl4a_client_test.py b/acts/framework/tests/acts_sl4a_client_test.py index 830e2e26f5..b76c728271 100755 --- a/acts/framework/tests/acts_sl4a_client_test.py +++ b/acts/framework/tests/acts_sl4a_client_test.py @@ -15,8 +15,6 @@ # limitations under the License. -__author__ = 'angli@google.com (Ang Li)' - from builtins import str diff --git a/acts/framework/tests/acts_test_runner_test.py b/acts/framework/tests/acts_test_runner_test.py index 210470d9bb..3af44207d3 100755 --- a/acts/framework/tests/acts_test_runner_test.py +++ b/acts/framework/tests/acts_test_runner_test.py @@ -14,9 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - -__author__ = "angli@google.com (Ang Li)" - import mock import shutil import tempfile diff --git a/acts/tests/google/wifi/WifiPowerTest.py b/acts/tests/google/wifi/WifiPowerTest.py index a9f7cf7623..efc95bc05f 100755 --- a/acts/tests/google/wifi/WifiPowerTest.py +++ b/acts/tests/google/wifi/WifiPowerTest.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = 'angli@google.com (Ang Li)' - import os import threading import time -- cgit v1.2.3