diff options
Diffstat (limited to 'scripts/oe-publish-sdk')
-rwxr-xr-x | scripts/oe-publish-sdk | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/scripts/oe-publish-sdk b/scripts/oe-publish-sdk index ee33acf902..4b70f436b1 100755 --- a/scripts/oe-publish-sdk +++ b/scripts/oe-publish-sdk | |||
@@ -1,21 +1,11 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | 2 | # | |
3 | # OpenEmbedded SDK publishing tool | 3 | # OpenEmbedded SDK publishing tool |
4 | |||
5 | # Copyright (C) 2015-2016 Intel Corporation | ||
6 | # | 4 | # |
7 | # This program is free software; you can redistribute it and/or modify | 5 | # Copyright (C) 2015-2016 Intel Corporation |
8 | # it under the terms of the GNU General Public License version 2 as | ||
9 | # published by the Free Software Foundation. | ||
10 | # | 6 | # |
11 | # This program is distributed in the hope that it will be useful, | 7 | # SPDX-License-Identifier: GPL-2.0-only |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | # GNU General Public License for more details. | ||
15 | # | 8 | # |
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., | ||
18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | 9 | ||
20 | import sys | 10 | import sys |
21 | import os | 11 | import os |