diff options
Diffstat (limited to 'tools/patman/setup.py')
-rw-r--r-- | tools/patman/setup.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/patman/setup.py b/tools/patman/setup.py index e61804f1781..43fdc00ce6f 100644 --- a/tools/patman/setup.py +++ b/tools/patman/setup.py @@ -1,6 +1,5 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ + from distutils.core import setup setup(name='patman', version='1.0', |