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: Ibd967ed83022cab4a0f8c5b7135934138bdba0d6
This commit is contained in:
Christian Berendt 2014-10-09 09:24:09 +02:00
parent 8258c9aaed
commit 98a7d96f64
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Created on 2012-7-3
@author: daisy
'''
import os, sys
from xml2po import Main
from xml2po.modes.docbook import docbookXmlMode