diff options
Diffstat (limited to 'bitbake/lib/bb')
74 files changed, 163 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 8d0cef0d69..b013cbb896 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -8,6 +8,8 @@ | |||
8 | # | 8 | # |
9 | # Based on Gentoo's portage.py. | 9 | # Based on Gentoo's portage.py. |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index a228b05ddd..c19f91d068 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -10,6 +10,8 @@ | |||
10 | # | 10 | # |
11 | # Based on Gentoo's portage.py. | 11 | # Based on Gentoo's portage.py. |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/cache.py b/bitbake/lib/bb/cache.py index 65c514b908..42193dc9d6 100644 --- a/bitbake/lib/bb/cache.py +++ b/bitbake/lib/bb/cache.py | |||
@@ -15,6 +15,8 @@ | |||
15 | # Copyright (C) 2005 Holger Hans Peter Freyther | 15 | # Copyright (C) 2005 Holger Hans Peter Freyther |
16 | # Copyright (C) 2005 ROAD GmbH | 16 | # Copyright (C) 2005 ROAD GmbH |
17 | # | 17 | # |
18 | # SPDX-License-Identifier: GPL-2.0-only | ||
19 | # | ||
18 | # This program is free software; you can redistribute it and/or modify | 20 | # This program is free software; you can redistribute it and/or modify |
19 | # it under the terms of the GNU General Public License version 2 as | 21 | # it under the terms of the GNU General Public License version 2 as |
20 | # published by the Free Software Foundation. | 22 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/cache_extra.py b/bitbake/lib/bb/cache_extra.py index 83f4959d6c..108d55d16f 100644 --- a/bitbake/lib/bb/cache_extra.py +++ b/bitbake/lib/bb/cache_extra.py | |||
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | # Copyright (C) 2011, Intel Corporation. All rights reserved. | 13 | # Copyright (C) 2011, Intel Corporation. All rights reserved. |
14 | 14 | ||
15 | # SPDX-License-Identifier: GPL-2.0-only | ||
16 | # | ||
15 | # This program is free software; you can redistribute it and/or modify | 17 | # This program is free software; you can redistribute it and/or modify |
16 | # it under the terms of the GNU General Public License version 2 as | 18 | # it under the terms of the GNU General Public License version 2 as |
17 | # published by the Free Software Foundation. | 19 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/checksum.py b/bitbake/lib/bb/checksum.py index 4e1598fe83..9ac07a6a84 100644 --- a/bitbake/lib/bb/checksum.py +++ b/bitbake/lib/bb/checksum.py | |||
@@ -2,6 +2,8 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 2012 Intel Corporation | 3 | # Copyright (C) 2012 Intel Corporation |
4 | # | 4 | # |
5 | # SPDX-License-Identifier: GPL-2.0-only | ||
6 | # | ||
5 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License version 2 as | 8 | # it under the terms of the GNU General Public License version 2 as |
7 | # published by the Free Software Foundation. | 9 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py index ac995a6a1d..fd2c4734f0 100644 --- a/bitbake/lib/bb/codeparser.py +++ b/bitbake/lib/bb/codeparser.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | """ | 5 | """ |
2 | BitBake code parser | 6 | BitBake code parser |
3 | 7 | ||
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 6c966e3dbc..9ebaac643a 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
@@ -6,6 +6,8 @@ Provide an interface to interact with the bitbake server through 'commands' | |||
6 | 6 | ||
7 | # Copyright (C) 2006-2007 Richard Purdie | 7 | # Copyright (C) 2006-2007 Richard Purdie |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/compat.py b/bitbake/lib/bb/compat.py index de1923d28a..49356681ab 100644 --- a/bitbake/lib/bb/compat.py +++ b/bitbake/lib/bb/compat.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | """Code pulled from future python versions, here for compatibility""" | 5 | """Code pulled from future python versions, here for compatibility""" |
2 | 6 | ||
3 | from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict | 7 | from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict |
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 9ccaa79f57..fe812653fa 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -9,6 +9,8 @@ | |||
9 | # Copyright (C) 2005 ROAD GmbH | 9 | # Copyright (C) 2005 ROAD GmbH |
10 | # Copyright (C) 2006 - 2007 Richard Purdie | 10 | # Copyright (C) 2006 - 2007 Richard Purdie |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 09412e28cf..3b074b2f3a 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -9,6 +9,8 @@ | |||
9 | # Copyright (C) 2005 ROAD GmbH | 9 | # Copyright (C) 2005 ROAD GmbH |
10 | # Copyright (C) 2006 Richard Purdie | 10 | # Copyright (C) 2006 Richard Purdie |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index c937675eb6..f01e6ec7cc 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/bitbake/lib/bb/daemonize.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | """ | 5 | """ |
2 | Python Daemonizing helper | 6 | Python Daemonizing helper |
3 | 7 | ||
diff --git a/bitbake/lib/bb/data.py b/bitbake/lib/bb/data.py index 29c2388038..ba50b9ff1b 100644 --- a/bitbake/lib/bb/data.py +++ b/bitbake/lib/bb/data.py | |||
@@ -22,6 +22,8 @@ the speed is more critical here. | |||
22 | # Copyright (C) 2003, 2004 Chris Larson | 22 | # Copyright (C) 2003, 2004 Chris Larson |
23 | # Copyright (C) 2005 Holger Hans Peter Freyther | 23 | # Copyright (C) 2005 Holger Hans Peter Freyther |
24 | # | 24 | # |
25 | # SPDX-License-Identifier: GPL-2.0-only | ||
26 | # | ||
25 | # This program is free software; you can redistribute it and/or modify | 27 | # This program is free software; you can redistribute it and/or modify |
26 | # it under the terms of the GNU General Public License version 2 as | 28 | # it under the terms of the GNU General Public License version 2 as |
27 | # published by the Free Software Foundation. | 29 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py index 07db7be97a..441bb3001b 100644 --- a/bitbake/lib/bb/data_smart.py +++ b/bitbake/lib/bb/data_smart.py | |||
@@ -14,6 +14,8 @@ BitBake build tools. | |||
14 | # Copyright (C) 2005 Uli Luckas | 14 | # Copyright (C) 2005 Uli Luckas |
15 | # Copyright (C) 2005 ROAD GmbH | 15 | # Copyright (C) 2005 ROAD GmbH |
16 | # | 16 | # |
17 | # SPDX-License-Identifier: GPL-2.0-only | ||
18 | # | ||
17 | # This program is free software; you can redistribute it and/or modify | 19 | # This program is free software; you can redistribute it and/or modify |
18 | # it under the terms of the GNU General Public License version 2 as | 20 | # it under the terms of the GNU General Public License version 2 as |
19 | # published by the Free Software Foundation. | 21 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 5b1b094a80..48f8e73847 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
@@ -9,6 +9,8 @@ BitBake build tools. | |||
9 | 9 | ||
10 | # Copyright (C) 2003, 2004 Chris Larson | 10 | # Copyright (C) 2003, 2004 Chris Larson |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/exceptions.py b/bitbake/lib/bb/exceptions.py index cd713439ea..ecbad59970 100644 --- a/bitbake/lib/bb/exceptions.py +++ b/bitbake/lib/bb/exceptions.py | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
1 | 4 | ||
2 | import inspect | 5 | import inspect |
3 | import traceback | 6 | import traceback |
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 8fecc809d4..c92844da5c 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -10,6 +10,8 @@ BitBake build tools. | |||
10 | # Copyright (C) 2003, 2004 Chris Larson | 10 | # Copyright (C) 2003, 2004 Chris Larson |
11 | # Copyright (C) 2012 Intel Corporation | 11 | # Copyright (C) 2012 Intel Corporation |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index 658502f9a6..891fef9b9d 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py | |||
@@ -10,6 +10,8 @@ BitBake 'Fetch' implementation for bzr. | |||
10 | # BitBake build tools. | 10 | # BitBake build tools. |
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/clearcase.py b/bitbake/lib/bb/fetch2/clearcase.py index 3a6573d0b2..ff181bb78b 100644 --- a/bitbake/lib/bb/fetch2/clearcase.py +++ b/bitbake/lib/bb/fetch2/clearcase.py | |||
@@ -47,6 +47,8 @@ User credentials: | |||
47 | """ | 47 | """ |
48 | # Copyright (C) 2014 Siemens AG | 48 | # Copyright (C) 2014 Siemens AG |
49 | # | 49 | # |
50 | # SPDX-License-Identifier: GPL-2.0-only | ||
51 | # | ||
50 | # This program is free software; you can redistribute it and/or modify | 52 | # This program is free software; you can redistribute it and/or modify |
51 | # it under the terms of the GNU General Public License version 2 as | 53 | # it under the terms of the GNU General Public License version 2 as |
52 | # published by the Free Software Foundation. | 54 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 0e0a3196f8..666f4be2bc 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py | |||
@@ -10,6 +10,8 @@ BitBake build tools. | |||
10 | 10 | ||
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index c69d25c914..78ad18cc7a 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -55,7 +55,9 @@ Supported SRC_URI options are: | |||
55 | 55 | ||
56 | """ | 56 | """ |
57 | 57 | ||
58 | #Copyright (C) 2005 Richard Purdie | 58 | # Copyright (C) 2005 Richard Purdie |
59 | # | ||
60 | # SPDX-License-Identifier: GPL-2.0-only | ||
59 | # | 61 | # |
60 | # This program is free software; you can redistribute it and/or modify | 62 | # This program is free software; you can redistribute it and/or modify |
61 | # it under the terms of the GNU General Public License version 2 as | 63 | # it under the terms of the GNU General Public License version 2 as |
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/bitbake/lib/bb/fetch2/gitannex.py index a9b69caab4..3a32c85a83 100644 --- a/bitbake/lib/bb/fetch2/gitannex.py +++ b/bitbake/lib/bb/fetch2/gitannex.py | |||
@@ -7,6 +7,8 @@ BitBake 'Fetch' git annex implementation | |||
7 | # Copyright (C) 2014 Otavio Salvador | 7 | # Copyright (C) 2014 Otavio Salvador |
8 | # Copyright (C) 2014 O.S. Systems Software LTDA. | 8 | # Copyright (C) 2014 O.S. Systems Software LTDA. |
9 | # | 9 | # |
10 | # SPDX-License-Identifier: GPL-2.0-only | ||
11 | # | ||
10 | # This program is free software; you can redistribute it and/or modify | 12 | # This program is free software; you can redistribute it and/or modify |
11 | # it under the terms of the GNU General Public License version 2 as | 13 | # it under the terms of the GNU General Public License version 2 as |
12 | # published by the Free Software Foundation. | 14 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 32389130bd..e910a08390 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py | |||
@@ -16,6 +16,8 @@ NOTE: Switching a SRC_URI from "git://" to "gitsm://" requires a clean of your r | |||
16 | 16 | ||
17 | # Copyright (C) 2013 Richard Purdie | 17 | # Copyright (C) 2013 Richard Purdie |
18 | # | 18 | # |
19 | # SPDX-License-Identifier: GPL-2.0-only | ||
20 | # | ||
19 | # This program is free software; you can redistribute it and/or modify | 21 | # This program is free software; you can redistribute it and/or modify |
20 | # it under the terms of the GNU General Public License version 2 as | 22 | # it under the terms of the GNU General Public License version 2 as |
21 | # published by the Free Software Foundation. | 23 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index 5a2985e16c..c9eeaaefca 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
@@ -13,6 +13,8 @@ BitBake 'Fetch' implementation for mercurial DRCS (hg). | |||
13 | # it under the terms of the GNU General Public License version 2 as | 13 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 14 | # published by the Free Software Foundation. |
15 | # | 15 | # |
16 | # SPDX-License-Identifier: GPL-2.0-only | ||
17 | # | ||
16 | # This program is distributed in the hope that it will be useful, | 18 | # This program is distributed in the hope that it will be useful, |
17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index a114ac12e5..13e6d80b5b 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
@@ -10,6 +10,8 @@ BitBake build tools. | |||
10 | 10 | ||
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/npm.py b/bitbake/lib/bb/fetch2/npm.py index 65bf5a3644..7235f899f4 100644 --- a/bitbake/lib/bb/fetch2/npm.py +++ b/bitbake/lib/bb/fetch2/npm.py | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
1 | # ex:ts=4:sw=4:sts=4:et | 4 | # ex:ts=4:sw=4:sts=4:et |
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 5 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
3 | """ | 6 | """ |
diff --git a/bitbake/lib/bb/fetch2/osc.py b/bitbake/lib/bb/fetch2/osc.py index 6c60456b53..19c0d9dcaa 100644 --- a/bitbake/lib/bb/fetch2/osc.py +++ b/bitbake/lib/bb/fetch2/osc.py | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
1 | # ex:ts=4:sw=4:sts=4:et | 4 | # ex:ts=4:sw=4:sts=4:et |
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 5 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
3 | """ | 6 | """ |
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index 903a8e61ae..366da99eab 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py | |||
@@ -8,6 +8,8 @@ BitBake 'Fetch' implementation for perforce | |||
8 | # Copyright (C) 2003, 2004 Chris Larson | 8 | # Copyright (C) 2003, 2004 Chris Larson |
9 | # Copyright (C) 2016 Kodak Alaris, Inc. | 9 | # Copyright (C) 2016 Kodak Alaris, Inc. |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index 8c7e81853a..066ab08fc3 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py | |||
@@ -10,6 +10,8 @@ BitBake "Fetch" repo (git) implementation | |||
10 | # Based on git.py which is: | 10 | # Based on git.py which is: |
11 | #Copyright (C) 2005 Richard Purdie | 11 | #Copyright (C) 2005 Richard Purdie |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/s3.py b/bitbake/lib/bb/fetch2/s3.py index 1629288622..fae7c8b0f0 100644 --- a/bitbake/lib/bb/fetch2/s3.py +++ b/bitbake/lib/bb/fetch2/s3.py | |||
@@ -13,6 +13,8 @@ The aws tool must be correctly installed and configured prior to use. | |||
13 | # Based in part on bb.fetch2.wget: | 13 | # Based in part on bb.fetch2.wget: |
14 | # Copyright (C) 2003, 2004 Chris Larson | 14 | # Copyright (C) 2003, 2004 Chris Larson |
15 | # | 15 | # |
16 | # SPDX-License-Identifier: GPL-2.0-only | ||
17 | # | ||
16 | # This program is free software; you can redistribute it and/or modify | 18 | # This program is free software; you can redistribute it and/or modify |
17 | # it under the terms of the GNU General Public License version 2 as | 19 | # it under the terms of the GNU General Public License version 2 as |
18 | # published by the Free Software Foundation. | 20 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/sftp.py b/bitbake/lib/bb/fetch2/sftp.py index 81884a6aa4..6dea6ad6b2 100644 --- a/bitbake/lib/bb/fetch2/sftp.py +++ b/bitbake/lib/bb/fetch2/sftp.py | |||
@@ -44,6 +44,8 @@ SRC_URI = "sftp://user@host.example.com/dir/path.file.txt" | |||
44 | # Based in part on bb.fetch2.wget: | 44 | # Based in part on bb.fetch2.wget: |
45 | # Copyright (C) 2003, 2004 Chris Larson | 45 | # Copyright (C) 2003, 2004 Chris Larson |
46 | # | 46 | # |
47 | # SPDX-License-Identifier: GPL-2.0-only | ||
48 | # | ||
47 | # This program is free software; you can redistribute it and/or modify | 49 | # This program is free software; you can redistribute it and/or modify |
48 | # it under the terms of the GNU General Public License version 2 as | 50 | # it under the terms of the GNU General Public License version 2 as |
49 | # published by the Free Software Foundation. | 51 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py index 6047ee417a..d416a9db87 100644 --- a/bitbake/lib/bb/fetch2/ssh.py +++ b/bitbake/lib/bb/fetch2/ssh.py | |||
@@ -29,6 +29,8 @@ IETF secsh internet draft: | |||
29 | # Copyright 2003 Holger Schurig | 29 | # Copyright 2003 Holger Schurig |
30 | # | 30 | # |
31 | # | 31 | # |
32 | # SPDX-License-Identifier: GPL-2.0-only | ||
33 | # | ||
32 | # This program is free software; you can redistribute it and/or modify | 34 | # This program is free software; you can redistribute it and/or modify |
33 | # it under the terms of the GNU General Public License version 2 as | 35 | # it under the terms of the GNU General Public License version 2 as |
34 | # published by the Free Software Foundation. | 36 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index 9dcf3eb090..4249e34c49 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
@@ -8,6 +8,8 @@ BitBake 'Fetch' implementation for svn. | |||
8 | # Copyright (C) 2003, 2004 Chris Larson | 8 | # Copyright (C) 2003, 2004 Chris Larson |
9 | # Copyright (C) 2004 Marcin Juszkiewicz | 9 | # Copyright (C) 2004 Marcin Juszkiewicz |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py index 3bb3e3bb0c..89dfd4a7b2 100644 --- a/bitbake/lib/bb/fetch2/wget.py +++ b/bitbake/lib/bb/fetch2/wget.py | |||
@@ -10,6 +10,8 @@ BitBake build tools. | |||
10 | 10 | ||
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 41dd3b9e03..215c63ef9f 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -9,6 +9,8 @@ | |||
9 | # Copyright (C) 2005 ROAD GmbH | 9 | # Copyright (C) 2005 ROAD GmbH |
10 | # Copyright (C) 2006 Richard Purdie | 10 | # Copyright (C) 2006 Richard Purdie |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/methodpool.py b/bitbake/lib/bb/methodpool.py index 49aed3338b..2f899098e6 100644 --- a/bitbake/lib/bb/methodpool.py +++ b/bitbake/lib/bb/methodpool.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # | 4 | # |
5 | # Copyright (C) 2006 Holger Hans Peter Freyther | 5 | # Copyright (C) 2006 Holger Hans Peter Freyther |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/monitordisk.py b/bitbake/lib/bb/monitordisk.py index 2ad1e61562..c243add540 100644 --- a/bitbake/lib/bb/monitordisk.py +++ b/bitbake/lib/bb/monitordisk.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # | 4 | # |
5 | # Copyright (C) 2012 Robert Yang | 5 | # Copyright (C) 2012 Robert Yang |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/msg.py b/bitbake/lib/bb/msg.py index 96f077ec49..64662079a4 100644 --- a/bitbake/lib/bb/msg.py +++ b/bitbake/lib/bb/msg.py | |||
@@ -9,6 +9,8 @@ Message handling infrastructure for bitbake | |||
9 | 9 | ||
10 | # Copyright (C) 2006 Richard Purdie | 10 | # Copyright (C) 2006 Richard Purdie |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/namedtuple_with_abc.py b/bitbake/lib/bb/namedtuple_with_abc.py index 32f2fc642c..c8e1d55c15 100644 --- a/bitbake/lib/bb/namedtuple_with_abc.py +++ b/bitbake/lib/bb/namedtuple_with_abc.py | |||
@@ -1,6 +1,9 @@ | |||
1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ | 1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ |
2 | #!/usr/bin/env python | 2 | #!/usr/bin/env python |
3 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. | 3 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. |
4 | # | ||
5 | # SPDX-License-Identifier: MIT | ||
6 | # | ||
4 | 7 | ||
5 | """ | 8 | """ |
6 | namedtuple_with_abc.py: | 9 | namedtuple_with_abc.py: |
diff --git a/bitbake/lib/bb/parse/__init__.py b/bitbake/lib/bb/parse/__init__.py index 5397d57a51..8ff1b8a24a 100644 --- a/bitbake/lib/bb/parse/__init__.py +++ b/bitbake/lib/bb/parse/__init__.py | |||
@@ -9,6 +9,8 @@ File parsers for the BitBake build tools. | |||
9 | # Copyright (C) 2003, 2004 Chris Larson | 9 | # Copyright (C) 2003, 2004 Chris Larson |
10 | # Copyright (C) 2003, 2004 Phil Blundell | 10 | # Copyright (C) 2003, 2004 Phil Blundell |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py index 6d7c80b34f..cf76dadbaa 100644 --- a/bitbake/lib/bb/parse/ast.py +++ b/bitbake/lib/bb/parse/ast.py | |||
@@ -8,6 +8,8 @@ | |||
8 | # Copyright (C) 2003, 2004 Phil Blundell | 8 | # Copyright (C) 2003, 2004 Phil Blundell |
9 | # Copyright (C) 2009 Holger Hans Peter Freyther | 9 | # Copyright (C) 2009 Holger Hans Peter Freyther |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 314e8021f9..297ab77909 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
@@ -12,6 +12,8 @@ | |||
12 | # Copyright (C) 2003, 2004 Chris Larson | 12 | # Copyright (C) 2003, 2004 Chris Larson |
13 | # Copyright (C) 2003, 2004 Phil Blundell | 13 | # Copyright (C) 2003, 2004 Phil Blundell |
14 | # | 14 | # |
15 | # SPDX-License-Identifier: GPL-2.0-only | ||
16 | # | ||
15 | # This program is free software; you can redistribute it and/or modify | 17 | # This program is free software; you can redistribute it and/or modify |
16 | # it under the terms of the GNU General Public License version 2 as | 18 | # it under the terms of the GNU General Public License version 2 as |
17 | # published by the Free Software Foundation. | 19 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index ea49f8ca93..d1784b6c5b 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
@@ -11,6 +11,8 @@ | |||
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # Copyright (C) 2003, 2004 Phil Blundell | 12 | # Copyright (C) 2003, 2004 Phil Blundell |
13 | # | 13 | # |
14 | # SPDX-License-Identifier: GPL-2.0-only | ||
15 | # | ||
14 | # This program is free software; you can redistribute it and/or modify | 16 | # This program is free software; you can redistribute it and/or modify |
15 | # it under the terms of the GNU General Public License version 2 as | 17 | # it under the terms of the GNU General Public License version 2 as |
16 | # published by the Free Software Foundation. | 18 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index 3e658d0de9..a8f78dba76 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py | |||
@@ -11,6 +11,8 @@ File parsers for the BitBake build tools. | |||
11 | # Copyright (C) 2003, 2004 Chris Larson | 11 | # Copyright (C) 2003, 2004 Chris Larson |
12 | # Copyright (C) 2003, 2004 Phil Blundell | 12 | # Copyright (C) 2003, 2004 Phil Blundell |
13 | # | 13 | # |
14 | # SPDX-License-Identifier: GPL-2.0-only | ||
15 | # | ||
14 | # This program is free software; you can redistribute it and/or modify | 16 | # This program is free software; you can redistribute it and/or modify |
15 | # it under the terms of the GNU General Public License version 2 as | 17 | # it under the terms of the GNU General Public License version 2 as |
16 | # published by the Free Software Foundation. | 18 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/persist_data.py b/bitbake/lib/bb/persist_data.py index 0d44100f10..cac56728a9 100644 --- a/bitbake/lib/bb/persist_data.py +++ b/bitbake/lib/bb/persist_data.py | |||
@@ -8,6 +8,8 @@ currently, providing a key/value store accessed by 'domain'. | |||
8 | # Copyright (C) 2007 Richard Purdie | 8 | # Copyright (C) 2007 Richard Purdie |
9 | # Copyright (C) 2010 Chris Larson <chris_larson@mentor.com> | 9 | # Copyright (C) 2010 Chris Larson <chris_larson@mentor.com> |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/process.py b/bitbake/lib/bb/process.py index e69697cb68..2dc472a86f 100644 --- a/bitbake/lib/bb/process.py +++ b/bitbake/lib/bb/process.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | import logging | 5 | import logging |
2 | import signal | 6 | import signal |
3 | import subprocess | 7 | import subprocess |
diff --git a/bitbake/lib/bb/progress.py b/bitbake/lib/bb/progress.py index f54d1c76f8..00dddabbb8 100644 --- a/bitbake/lib/bb/progress.py +++ b/bitbake/lib/bb/progress.py | |||
@@ -4,6 +4,8 @@ BitBake progress handling code | |||
4 | 4 | ||
5 | # Copyright (C) 2016 Intel Corporation | 5 | # Copyright (C) 2016 Intel Corporation |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/providers.py b/bitbake/lib/bb/providers.py index f496d84d12..856f0de76f 100644 --- a/bitbake/lib/bb/providers.py +++ b/bitbake/lib/bb/providers.py | |||
@@ -8,6 +8,8 @@ | |||
8 | # Copyright (C) 2005 ROAD GmbH | 8 | # Copyright (C) 2005 ROAD GmbH |
9 | # Copyright (C) 2006 Richard Purdie | 9 | # Copyright (C) 2006 Richard Purdie |
10 | # | 10 | # |
11 | # SPDX-License-Identifier: GPL-2.0-only | ||
12 | # | ||
11 | # This program is free software; you can redistribute it and/or modify | 13 | # This program is free software; you can redistribute it and/or modify |
12 | # it under the terms of the GNU General Public License version 2 as | 14 | # it under the terms of the GNU General Public License version 2 as |
13 | # published by the Free Software Foundation. | 15 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/remotedata.py b/bitbake/lib/bb/remotedata.py index 68ecffc198..05c6fabdf8 100644 --- a/bitbake/lib/bb/remotedata.py +++ b/bitbake/lib/bb/remotedata.py | |||
@@ -6,6 +6,8 @@ Provides support for using a datastore from the bitbake client | |||
6 | 6 | ||
7 | # Copyright (C) 2016 Intel Corporation | 7 | # Copyright (C) 2016 Intel Corporation |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 524c85d7d3..ddd2fde0ac 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -9,6 +9,8 @@ Handles preparation and execution of a queue of tasks | |||
9 | 9 | ||
10 | # Copyright (C) 2006-2007 Richard Purdie | 10 | # Copyright (C) 2006-2007 Richard Purdie |
11 | # | 11 | # |
12 | # SPDX-License-Identifier: GPL-2.0-only | ||
13 | # | ||
12 | # This program is free software; you can redistribute it and/or modify | 14 | # This program is free software; you can redistribute it and/or modify |
13 | # it under the terms of the GNU General Public License version 2 as | 15 | # it under the terms of the GNU General Public License version 2 as |
14 | # published by the Free Software Foundation. | 16 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/server/__init__.py b/bitbake/lib/bb/server/__init__.py index 5a3fba968f..5ec7a75601 100644 --- a/bitbake/lib/bb/server/__init__.py +++ b/bitbake/lib/bb/server/__init__.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # Copyright (C) 2006 - 2008 Richard Purdie | 5 | # Copyright (C) 2006 - 2008 Richard Purdie |
6 | # Copyright (C) 2013 Alexandru Damian | 6 | # Copyright (C) 2013 Alexandru Damian |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 80a7875ad9..bac94fcc2d 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | # Copyright (C) 2010 Bob Foerster <robert@erafx.com> | 4 | # Copyright (C) 2010 Bob Foerster <robert@erafx.com> |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | ||
7 | # | ||
6 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
7 | # it under the terms of the GNU General Public License version 2 as | 9 | # it under the terms of the GNU General Public License version 2 as |
8 | # published by the Free Software Foundation. | 10 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/server/xmlrpcclient.py b/bitbake/lib/bb/server/xmlrpcclient.py index 4661a9e5a0..fc2fddd54b 100644 --- a/bitbake/lib/bb/server/xmlrpcclient.py +++ b/bitbake/lib/bb/server/xmlrpcclient.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2008 Richard Purdie | 5 | # Copyright (C) 2006 - 2008 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/server/xmlrpcserver.py b/bitbake/lib/bb/server/xmlrpcserver.py index 875b1282e5..b885f9a79c 100644 --- a/bitbake/lib/bb/server/xmlrpcserver.py +++ b/bitbake/lib/bb/server/xmlrpcserver.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2008 Richard Purdie | 5 | # Copyright (C) 2006 - 2008 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 7b9f3debc2..e0a66e68d5 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | import hashlib | 5 | import hashlib |
2 | import logging | 6 | import logging |
3 | import os | 7 | import os |
diff --git a/bitbake/lib/bb/taskdata.py b/bitbake/lib/bb/taskdata.py index 94e822c485..5316d1b42f 100644 --- a/bitbake/lib/bb/taskdata.py +++ b/bitbake/lib/bb/taskdata.py | |||
@@ -10,6 +10,8 @@ Task data collection and handling | |||
10 | 10 | ||
11 | # Copyright (C) 2006 Richard Purdie | 11 | # Copyright (C) 2006 Richard Purdie |
12 | # | 12 | # |
13 | # SPDX-License-Identifier: GPL-2.0-only | ||
14 | # | ||
13 | # This program is free software; you can redistribute it and/or modify | 15 | # This program is free software; you can redistribute it and/or modify |
14 | # it under the terms of the GNU General Public License version 2 as | 16 | # it under the terms of the GNU General Public License version 2 as |
15 | # published by the Free Software Foundation. | 17 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/codeparser.py b/bitbake/lib/bb/tests/codeparser.py index 3fd76a8f9f..00ee6de533 100644 --- a/bitbake/lib/bb/tests/codeparser.py +++ b/bitbake/lib/bb/tests/codeparser.py | |||
@@ -6,6 +6,8 @@ | |||
6 | # Copyright (C) 2010 Chris Larson | 6 | # Copyright (C) 2010 Chris Larson |
7 | # Copyright (C) 2012 Richard Purdie | 7 | # Copyright (C) 2012 Richard Purdie |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/cooker.py b/bitbake/lib/bb/tests/cooker.py index 2b44236506..850dde4f6e 100644 --- a/bitbake/lib/bb/tests/cooker.py +++ b/bitbake/lib/bb/tests/cooker.py | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | # BitBake Tests for cooker.py | 4 | # BitBake Tests for cooker.py |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | ||
7 | # | ||
6 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
7 | # it under the terms of the GNU General Public License version 2 as | 9 | # it under the terms of the GNU General Public License version 2 as |
8 | # published by the Free Software Foundation. | 10 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/cow.py b/bitbake/lib/bb/tests/cow.py index d149d84d0d..5051e4ed73 100644 --- a/bitbake/lib/bb/tests/cow.py +++ b/bitbake/lib/bb/tests/cow.py | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | # BitBake Tests for Copy-on-Write (cow.py) | 4 | # BitBake Tests for Copy-on-Write (cow.py) |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | ||
7 | # | ||
6 | # Copyright 2006 Holger Freyther <freyther@handhelds.org> | 8 | # Copyright 2006 Holger Freyther <freyther@handhelds.org> |
7 | # | 9 | # |
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py index 3c511f214b..b584edee54 100644 --- a/bitbake/lib/bb/tests/data.py +++ b/bitbake/lib/bb/tests/data.py | |||
@@ -6,6 +6,8 @@ | |||
6 | # Copyright (C) 2010 Chris Larson | 6 | # Copyright (C) 2010 Chris Larson |
7 | # Copyright (C) 2012 Richard Purdie | 7 | # Copyright (C) 2012 Richard Purdie |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/event.py b/bitbake/lib/bb/tests/event.py index d3a5f6269f..4822dc7bca 100644 --- a/bitbake/lib/bb/tests/event.py +++ b/bitbake/lib/bb/tests/event.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2017 Intel Corporation | 6 | # Copyright (C) 2017 Intel Corporation |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 429998b34f..559b4892e3 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2012 Richard Purdie | 6 | # Copyright (C) 2012 Richard Purdie |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/parse.py b/bitbake/lib/bb/tests/parse.py index 747fc35fc2..bbb4dc376c 100644 --- a/bitbake/lib/bb/tests/parse.py +++ b/bitbake/lib/bb/tests/parse.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2015 Richard Purdie | 6 | # Copyright (C) 2015 Richard Purdie |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/persist_data.py b/bitbake/lib/bb/tests/persist_data.py index 812bcbd7b8..6aee9f1ca8 100644 --- a/bitbake/lib/bb/tests/persist_data.py +++ b/bitbake/lib/bb/tests/persist_data.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2018 Garmin Ltd. | 6 | # Copyright (C) 2018 Garmin Ltd. |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tests/utils.py b/bitbake/lib/bb/tests/utils.py index f1cd83a419..13351068d7 100644 --- a/bitbake/lib/bb/tests/utils.py +++ b/bitbake/lib/bb/tests/utils.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2012 Richard Purdie | 6 | # Copyright (C) 2012 Richard Purdie |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index 368264f39a..da049b6e59 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2011 Mentor Graphics Corporation | 4 | # Copyright (C) 2011 Mentor Graphics Corporation |
5 | # Copyright (C) 2006-2012 Richard Purdie | 5 | # Copyright (C) 2006-2012 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/__init__.py b/bitbake/lib/bb/ui/__init__.py index a4805ed028..669dc86fc3 100644 --- a/bitbake/lib/bb/ui/__init__.py +++ b/bitbake/lib/bb/ui/__init__.py | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | # Copyright (C) 2006-2007 Richard Purdie | 4 | # Copyright (C) 2006-2007 Richard Purdie |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | ||
7 | # | ||
6 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
7 | # it under the terms of the GNU General Public License version 2 as | 9 | # it under the terms of the GNU General Public License version 2 as |
8 | # published by the Free Software Foundation. | 10 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index 31323d281f..37b94cd071 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
@@ -3,6 +3,8 @@ | |||
3 | # | 3 | # |
4 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | ||
7 | # | ||
6 | # This program is free software; you can redistribute it and/or modify | 8 | # This program is free software; you can redistribute it and/or modify |
7 | # it under the terms of the GNU General Public License version 2 as | 9 | # it under the terms of the GNU General Public License version 2 as |
8 | # published by the Free Software Foundation. | 10 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 4567c148c8..cf1e59e463 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -5,6 +5,8 @@ | |||
5 | # | 5 | # |
6 | # Copyright (C) 2006-2012 Richard Purdie | 6 | # Copyright (C) 2006-2012 Richard Purdie |
7 | # | 7 | # |
8 | # SPDX-License-Identifier: GPL-2.0-only | ||
9 | # | ||
8 | # This program is free software; you can redistribute it and/or modify | 10 | # This program is free software; you can redistribute it and/or modify |
9 | # it under the terms of the GNU General Public License version 2 as | 11 | # it under the terms of the GNU General Public License version 2 as |
10 | # published by the Free Software Foundation. | 12 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/ncurses.py b/bitbake/lib/bb/ui/ncurses.py index 8690c529cc..713a4a4163 100644 --- a/bitbake/lib/bb/ui/ncurses.py +++ b/bitbake/lib/bb/ui/ncurses.py | |||
@@ -6,6 +6,8 @@ | |||
6 | # Copyright (C) 2006 Michael 'Mickey' Lauer | 6 | # Copyright (C) 2006 Michael 'Mickey' Lauer |
7 | # Copyright (C) 2006-2007 Richard Purdie | 7 | # Copyright (C) 2006-2007 Richard Purdie |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/taskexp.py b/bitbake/lib/bb/ui/taskexp.py index 8305d70f41..3ea0a242bf 100644 --- a/bitbake/lib/bb/ui/taskexp.py +++ b/bitbake/lib/bb/ui/taskexp.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2007 Ross Burton | 4 | # Copyright (C) 2007 Ross Burton |
5 | # Copyright (C) 2007 - 2008 Richard Purdie | 5 | # Copyright (C) 2007 - 2008 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py index 88cec37592..d2517edbb2 100644 --- a/bitbake/lib/bb/ui/toasterui.py +++ b/bitbake/lib/bb/ui/toasterui.py | |||
@@ -7,6 +7,8 @@ | |||
7 | # Copyright (C) 2006-2012 Richard Purdie | 7 | # Copyright (C) 2006-2012 Richard Purdie |
8 | # Copyright (C) 2013 Intel Corporation | 8 | # Copyright (C) 2013 Intel Corporation |
9 | # | 9 | # |
10 | # SPDX-License-Identifier: GPL-2.0-only | ||
11 | # | ||
10 | # This program is free software; you can redistribute it and/or modify | 12 | # This program is free software; you can redistribute it and/or modify |
11 | # it under the terms of the GNU General Public License version 2 as | 13 | # it under the terms of the GNU General Public License version 2 as |
12 | # published by the Free Software Foundation. | 14 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/uievent.py b/bitbake/lib/bb/ui/uievent.py index 9542b911ca..e96454404b 100644 --- a/bitbake/lib/bb/ui/uievent.py +++ b/bitbake/lib/bb/ui/uievent.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2007 Richard Purdie | 5 | # Copyright (C) 2006 - 2007 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/ui/uihelper.py b/bitbake/lib/bb/ui/uihelper.py index 963c1ea2df..000a7cf41f 100644 --- a/bitbake/lib/bb/ui/uihelper.py +++ b/bitbake/lib/bb/ui/uihelper.py | |||
@@ -4,6 +4,8 @@ | |||
4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer | 4 | # Copyright (C) 2006 - 2007 Michael 'Mickey' Lauer |
5 | # Copyright (C) 2006 - 2007 Richard Purdie | 5 | # Copyright (C) 2006 - 2007 Richard Purdie |
6 | # | 6 | # |
7 | # SPDX-License-Identifier: GPL-2.0-only | ||
8 | # | ||
7 | # This program is free software; you can redistribute it and/or modify | 9 | # This program is free software; you can redistribute it and/or modify |
8 | # it under the terms of the GNU General Public License version 2 as | 10 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | 11 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index a3f75fbe9d..69e01519b0 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py | |||
@@ -6,6 +6,8 @@ BitBake Utility Functions | |||
6 | 6 | ||
7 | # Copyright (C) 2004 Michael Lauer | 7 | # Copyright (C) 2004 Michael Lauer |
8 | # | 8 | # |
9 | # SPDX-License-Identifier: GPL-2.0-only | ||
10 | # | ||
9 | # This program is free software; you can redistribute it and/or modify | 11 | # This program is free software; you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License version 2 as | 12 | # it under the terms of the GNU General Public License version 2 as |
11 | # published by the Free Software Foundation. | 13 | # published by the Free Software Foundation. |