diff options
Diffstat (limited to 'scripts/lib/wic/ksparser.py')
| -rw-r--r-- | scripts/lib/wic/ksparser.py | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py index 08baf76123..62048213b3 100644 --- a/scripts/lib/wic/ksparser.py +++ b/scripts/lib/wic/ksparser.py | |||
| @@ -1,21 +1,8 @@ | |||
| 1 | #!/usr/bin/env python -tt | 1 | #!/usr/bin/env python -tt |
| 2 | # ex:ts=4:sw=4:sts=4:et | ||
| 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
| 4 | # | 2 | # |
| 5 | # Copyright (c) 2016 Intel, Inc. | 3 | # Copyright (c) 2016 Intel, Inc. |
| 6 | # | 4 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it | 5 | # SPDX-License-Identifier: GPL-2.0-only |
| 8 | # under the terms of the GNU General Public License as published by the Free | ||
| 9 | # Software Foundation; version 2 of the License | ||
| 10 | # | ||
| 11 | # This program is distributed in the hope that it will be useful, but | ||
| 12 | # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
| 13 | # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 14 | # for more details. | ||
| 15 | # | ||
| 16 | # You should have received a copy of the GNU General Public License along | ||
| 17 | # with this program; if not, write to the Free Software Foundation, Inc., 59 | ||
| 18 | # Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
| 19 | # | 6 | # |
| 20 | # DESCRIPTION | 7 | # DESCRIPTION |
| 21 | # This module provides parser for kickstart format | 8 | # This module provides parser for kickstart format |
