[releng] remove unneeded header infor for licensing, the SPDX header defines the license entirely

Dennis Gilmore ausil at fedoraproject.org
Fri Oct 31 03:14:30 UTC 2014


commit cf18b3ebaa74c1c40af31b8e71112a692f82cb50
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Oct 30 22:13:48 2014 -0500

    remove unneeded header infor for licensing, the SPDX header defines the license entirely

 scripts/autosigner.py    |   14 --------------
 scripts/block_retired.py |   14 --------------
 scripts/check_sigul.py   |   14 --------------
 scripts/fedretire        |   14 --------------
 4 files changed, 0 insertions(+), 56 deletions(-)
---
diff --git a/scripts/autosigner.py b/scripts/autosigner.py
index d2cc120..7752f13 100755
--- a/scripts/autosigner.py
+++ b/scripts/autosigner.py
@@ -1,20 +1,6 @@
 #!/usr/bin/python -tt
 # vim: fileencoding=utf8 foldmethod=marker
 # SPDX-License-Identifier: GPL-2.0+
-#{{{ 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
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# 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 argparse
 import datetime
diff --git a/scripts/block_retired.py b/scripts/block_retired.py
index 7685719..690ea7a 100755
--- a/scripts/block_retired.py
+++ b/scripts/block_retired.py
@@ -1,20 +1,6 @@
 #!/usr/bin/python -tt
 # vim: fileencoding=utf8 foldmethod=marker
 # SPDX-License-Identifier: GPL-2.0+
-# {{{ 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
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# 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 argparse
 import datetime
diff --git a/scripts/check_sigul.py b/scripts/check_sigul.py
index 63bbf2b..47568dd 100755
--- a/scripts/check_sigul.py
+++ b/scripts/check_sigul.py
@@ -1,20 +1,6 @@
 #!/usr/bin/python -tt
 # vim: fileencoding=utf8
 # SPDX-License-Identifier: GPL-2.0+
-# {{{ 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
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# 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
diff --git a/scripts/fedretire b/scripts/fedretire
index c277f77..243c1f5 100755
--- a/scripts/fedretire
+++ b/scripts/fedretire
@@ -1,20 +1,6 @@
 #!/usr/bin/python -tt
 # vim: fileencoding=utf8
 # SPDX-License-Identifier: GPL-2.0+
-# {{{ 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
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# 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 argparse
 import os


More information about the rel-eng mailing list