[releng] check_sigul: Fix comments

Till Maas till at fedoraproject.org
Tue Oct 28 06:59:11 UTC 2014


commit 9a3926c2eb9dde1814cbcfde5d514175c2e42642
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 28 07:59:22 2014 +0100

    check_sigul: Fix comments

 scripts/check_sigul.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scripts/check_sigul.py b/scripts/check_sigul.py
index baa4202..9f2b01c 100755
--- a/scripts/check_sigul.py
+++ b/scripts/check_sigul.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python -tt
 # vim: fileencoding=utf8
 # SPDX-License-Identifier: GPL-2.0+
-#{{{ License header: GPLv2+
+# {{{ License header: GPLv2+
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 2 of the License, or
@@ -14,7 +14,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
-#}}}
+# }}}
 
 import getpass
 import logging


More information about the rel-eng mailing list