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: Idf862b8d5e92a7e0f9697d4d1a95a4c225d18dde
This commit is contained in:
Christian Berendt 2014-10-09 09:27:31 +02:00
parent 31602d4fc6
commit 5166bbb86f

View File

@ -1,9 +1,5 @@
#!/usr/bin/env python
'''
Created on 2012-7-3
@author: daisy
'''
import os, sys
from xml2po import Main
from xml2po.modes.docbook import docbookXmlMode