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
This commit is contained in:
Christian Berendt 2014-10-07 21:03:11 +02:00
parent ecc3744a72
commit 8d9376d8f3
2 changed files with 0 additions and 8 deletions

View File

@ -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...

View File

@ -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