diff --git a/cleanup/prettify.py b/cleanup/prettify.py index 07210656..78936900 100755 --- a/cleanup/prettify.py +++ b/cleanup/prettify.py @@ -22,7 +22,6 @@ in the following changes: # License for the specific language governing permissions and limitations # under the License. -# author: Christian Berendt from __future__ import print_function import argparse diff --git a/cleanup/remove_unnecessary_spaces.py b/cleanup/remove_unnecessary_spaces.py index fa868b84..bf175fca 100755 --- a/cleanup/remove_unnecessary_spaces.py +++ b/cleanup/remove_unnecessary_spaces.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # copyright: B1 Systems GmbH , 2013. -# author: Christian Berendt , 2013. # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/cleanup/retf/retf.py b/cleanup/retf/retf.py index 5cbb2cce..1d3596e6 100755 --- a/cleanup/retf/retf.py +++ b/cleanup/retf/retf.py @@ -16,8 +16,6 @@ to automatically identify and fix typographical errors. # License for the specific language governing permissions and limitations # under the License. -# author: Christian Berendt - # Based on the idea of 'Topy' written by Marti Raudsepp . # Topy is available on Github at https://github.com/intgr/topy. diff --git a/test-requirements.txt b/test-requirements.txt index 84ed3b72..04a2ba0f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,5 +5,5 @@ bashate>=0.2 # Apache-2.0 doc8 # Apache-2.0 # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 pylint>=1.3.0 # GNU GPL v2