summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-10-09 22:53:38 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-10-09 22:53:38 +0200
commitab6fc889e522504e9aa8630729202567fa5d1069 (patch)
treece0996d6b7176a392b073dcbc1bb2bf5a6d17a5e
parent41d6aa233bf9c76734d443e023bb88a448f6ed59 (diff)
downloadtempest-ab6fc889e522504e9aa8630729202567fa5d1069.tar.gz
Remove @author tags from copyright statements
We have git to track the authorship of files. It is not necessary to use the @author tags in the copyright statements. Change-Id: I67163ffe46540423ca1f5584881d7c2db47fe276
-rw-r--r--tempest/cmd/cleanup.py1
-rw-r--r--tempest/cmd/cleanup_service.py4
2 files changed, 0 insertions, 5 deletions
diff --git a/tempest/cmd/cleanup.py b/tempest/cmd/cleanup.py
index 9ae3dfbfa..a305e4251 100644
--- a/tempest/cmd/cleanup.py
+++ b/tempest/cmd/cleanup.py
@@ -12,7 +12,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-# @author: David Paterson
"""
Utility for cleaning up environment after Tempest run
diff --git a/tempest/cmd/cleanup_service.py b/tempest/cmd/cleanup_service.py
index f5f0db3f8..0d3c6c6e3 100644
--- a/tempest/cmd/cleanup_service.py
+++ b/tempest/cmd/cleanup_service.py
@@ -13,11 +13,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-'''
-Created on Sep 3, 2014
-@author: David_Paterson
-'''
from tempest import config
from tempest.openstack.common import log as logging
from tempest import test