From 5166bbb86fb175e51cdd2c8cd5124b7bccd5dbee Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 9 Oct 2014 09:27:31 +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: Idf862b8d5e92a7e0f9697d4d1a95a4c225d18dde --- tools/generatepot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/generatepot b/tools/generatepot index b11ea8ff..ef7a0868 100755 --- a/tools/generatepot +++ b/tools/generatepot @@ -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