From 8d9376d8f39dd28984610e63ce771b598a878cbb Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 7 Oct 2014 21:03:11 +0200 Subject: [PATCH] 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: I550dbff940c32f030192ff1eea73ad40979b0a62 --- autogenerate_config_docs/test/generator.py | 2 -- os_doc_tools/handle_pot.py | 6 ------ 2 files changed, 8 deletions(-) diff --git a/autogenerate_config_docs/test/generator.py b/autogenerate_config_docs/test/generator.py index ab57ed75..2d5c7e42 100755 --- a/autogenerate_config_docs/test/generator.py +++ b/autogenerate_config_docs/test/generator.py @@ -16,8 +16,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# @author: Zhongyue Luo, SINA Corporation. -# # ==================== # Leaving original copyright/licensing info for now... though I made # a couple small changes... diff --git a/os_doc_tools/handle_pot.py b/os_doc_tools/handle_pot.py index 70abc2c5..bf03e91a 100644 --- a/os_doc_tools/handle_pot.py +++ b/os_doc_tools/handle_pot.py @@ -12,12 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -''' -Created on 2012-7-3 - -@author: daisy -''' - import codecs import optparse import os