diff options
Diffstat (limited to 'scripts/lib/wic/filemap.py')
-rw-r--r-- | scripts/lib/wic/filemap.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scripts/lib/wic/filemap.py b/scripts/lib/wic/filemap.py index abbf958b8c..244c07a71c 100644 --- a/scripts/lib/wic/filemap.py +++ b/scripts/lib/wic/filemap.py | |||
@@ -1,13 +1,8 @@ | |||
1 | # | ||
1 | # Copyright (c) 2012 Intel, Inc. | 2 | # Copyright (c) 2012 Intel, Inc. |
2 | # | 3 | # |
3 | # This program is free software; you can redistribute it and/or modify | 4 | # SPDX-License-Identifier: GPL-2.0-only |
4 | # it under the terms of the GNU General Public License, version 2, | ||
5 | # as published by the Free Software Foundation. | ||
6 | # | 5 | # |
7 | # This program is distributed in the hope that it will be useful, but | ||
8 | # WITHOUT ANY WARRANTY; without even the implied warranty of | ||
9 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
10 | # General Public License for more details. | ||
11 | 6 | ||
12 | """ | 7 | """ |
13 | This module implements python implements a way to get file block. Two methods | 8 | This module implements python implements a way to get file block. Two methods |