]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake: Add initial pass of SPDX license headers to source code
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Apr 2019 10:05:26 +0000 (11:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 May 2019 09:44:04 +0000 (10:44 +0100)
This adds the SPDX-License-Identifier license headers to the majority of
our source files to make it clearer exactly which license files are under.

The bulk of the files are under GPL v2.0 with one found to be under V2.0
or later, some under MIT and some have dual license. There are some files
which are potentially harder to classify where we've imported upstream code
and those can be handled specifically in later commits.

The COPYING file is replaced with LICENSE.X files which contain the full
license texts.

(Bitbake rev: ff237c33337f4da2ca06c3a2c49699bc26608a6b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
177 files changed:
bitbake/HEADER
bitbake/LICENSE
bitbake/LICENSE.GPL-2.0-only [moved from bitbake/COPYING with 84% similarity]
bitbake/LICENSE.MIT [new file with mode: 0644]
bitbake/bin/bitbake
bitbake/bin/bitbake-diffsigs
bitbake/bin/bitbake-hashserv
bitbake/bin/bitbake-layers
bitbake/bin/bitbake-prserv
bitbake/bin/bitbake-selftest
bitbake/bin/bitbake-worker
bitbake/bin/bitdoc
bitbake/bin/git-make-shallow
bitbake/bin/toaster
bitbake/bin/toaster-eventreplay
bitbake/lib/bb/__init__.py
bitbake/lib/bb/build.py
bitbake/lib/bb/cache.py
bitbake/lib/bb/cache_extra.py
bitbake/lib/bb/checksum.py
bitbake/lib/bb/codeparser.py
bitbake/lib/bb/command.py
bitbake/lib/bb/compat.py
bitbake/lib/bb/cooker.py
bitbake/lib/bb/cookerdata.py
bitbake/lib/bb/daemonize.py
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py
bitbake/lib/bb/event.py
bitbake/lib/bb/exceptions.py
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/bzr.py
bitbake/lib/bb/fetch2/clearcase.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/gitannex.py
bitbake/lib/bb/fetch2/gitsm.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/npm.py
bitbake/lib/bb/fetch2/osc.py
bitbake/lib/bb/fetch2/perforce.py
bitbake/lib/bb/fetch2/repo.py
bitbake/lib/bb/fetch2/s3.py
bitbake/lib/bb/fetch2/sftp.py
bitbake/lib/bb/fetch2/ssh.py
bitbake/lib/bb/fetch2/svn.py
bitbake/lib/bb/fetch2/wget.py
bitbake/lib/bb/main.py
bitbake/lib/bb/methodpool.py
bitbake/lib/bb/monitordisk.py
bitbake/lib/bb/msg.py
bitbake/lib/bb/namedtuple_with_abc.py
bitbake/lib/bb/parse/__init__.py
bitbake/lib/bb/parse/ast.py
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py
bitbake/lib/bb/parse/parse_py/__init__.py
bitbake/lib/bb/persist_data.py
bitbake/lib/bb/process.py
bitbake/lib/bb/progress.py
bitbake/lib/bb/providers.py
bitbake/lib/bb/remotedata.py
bitbake/lib/bb/runqueue.py
bitbake/lib/bb/server/__init__.py
bitbake/lib/bb/server/process.py
bitbake/lib/bb/server/xmlrpcclient.py
bitbake/lib/bb/server/xmlrpcserver.py
bitbake/lib/bb/siggen.py
bitbake/lib/bb/taskdata.py
bitbake/lib/bb/tests/codeparser.py
bitbake/lib/bb/tests/cooker.py
bitbake/lib/bb/tests/cow.py
bitbake/lib/bb/tests/data.py
bitbake/lib/bb/tests/event.py
bitbake/lib/bb/tests/fetch.py
bitbake/lib/bb/tests/parse.py
bitbake/lib/bb/tests/persist_data.py
bitbake/lib/bb/tests/utils.py
bitbake/lib/bb/tinfoil.py
bitbake/lib/bb/ui/__init__.py
bitbake/lib/bb/ui/buildinfohelper.py
bitbake/lib/bb/ui/knotty.py
bitbake/lib/bb/ui/ncurses.py
bitbake/lib/bb/ui/taskexp.py
bitbake/lib/bb/ui/toasterui.py
bitbake/lib/bb/ui/uievent.py
bitbake/lib/bb/ui/uihelper.py
bitbake/lib/bb/utils.py
bitbake/lib/bblayers/__init__.py
bitbake/lib/bblayers/action.py
bitbake/lib/bblayers/common.py
bitbake/lib/bblayers/layerindex.py
bitbake/lib/bblayers/query.py
bitbake/lib/hashserv/__init__.py
bitbake/lib/hashserv/tests.py
bitbake/lib/layerindexlib/__init__.py
bitbake/lib/layerindexlib/cooker.py
bitbake/lib/layerindexlib/plugin.py
bitbake/lib/layerindexlib/restapi.py
bitbake/lib/layerindexlib/tests/common.py
bitbake/lib/layerindexlib/tests/cooker.py
bitbake/lib/layerindexlib/tests/layerindexobj.py
bitbake/lib/layerindexlib/tests/restapi.py
bitbake/lib/progressbar/__init__.py
bitbake/lib/progressbar/compat.py
bitbake/lib/progressbar/progressbar.py
bitbake/lib/progressbar/widgets.py
bitbake/lib/prserv/__init__.py
bitbake/lib/prserv/db.py
bitbake/lib/prserv/serv.py
bitbake/lib/pyinotify.py
bitbake/lib/toaster/bldcollector/admin.py
bitbake/lib/toaster/bldcollector/urls.py
bitbake/lib/toaster/bldcollector/views.py
bitbake/lib/toaster/bldcontrol/admin.py
bitbake/lib/toaster/bldcontrol/bbcontroller.py
bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py
bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
bitbake/lib/toaster/bldcontrol/models.py
bitbake/lib/toaster/bldcontrol/views.py
bitbake/lib/toaster/manage.py
bitbake/lib/toaster/orm/management/commands/lsupdates.py
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/tests/browser/selenium_helpers.py
bitbake/lib/toaster/tests/browser/selenium_helpers_base.py
bitbake/lib/toaster/tests/browser/test_all_builds_page.py
bitbake/lib/toaster/tests/browser/test_all_projects_page.py
bitbake/lib/toaster/tests/browser/test_builddashboard_page.py
bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py
bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py
bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
bitbake/lib/toaster/tests/browser/test_landing_page.py
bitbake/lib/toaster/tests/browser/test_layerdetails_page.py
bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py
bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py
bitbake/lib/toaster/tests/browser/test_new_project_page.py
bitbake/lib/toaster/tests/browser/test_project_builds_page.py
bitbake/lib/toaster/tests/browser/test_project_config_page.py
bitbake/lib/toaster/tests/browser/test_project_page.py
bitbake/lib/toaster/tests/browser/test_sample.py
bitbake/lib/toaster/tests/browser/test_task_page.py
bitbake/lib/toaster/tests/browser/test_toastertable_ui.py
bitbake/lib/toaster/tests/builds/buildtest.py
bitbake/lib/toaster/tests/builds/test_core_image_min.py
bitbake/lib/toaster/tests/commands/test_loaddata.py
bitbake/lib/toaster/tests/commands/test_lsupdates.py
bitbake/lib/toaster/tests/commands/test_runbuilds.py
bitbake/lib/toaster/tests/db/test_db.py
bitbake/lib/toaster/tests/eventreplay/__init__.py
bitbake/lib/toaster/tests/functional/functional_helpers.py
bitbake/lib/toaster/tests/functional/test_functional_basic.py
bitbake/lib/toaster/tests/views/test_views.py
bitbake/lib/toaster/toastergui/api.py
bitbake/lib/toaster/toastergui/buildtables.py
bitbake/lib/toaster/toastergui/tablefilter.py
bitbake/lib/toaster/toastergui/tables.py
bitbake/lib/toaster/toastergui/templatetags/field_values_filter.py
bitbake/lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py
bitbake/lib/toaster/toastergui/templatetags/projecttags.py
bitbake/lib/toaster/toastergui/typeaheads.py
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py
bitbake/lib/toaster/toastergui/widgets.py
bitbake/lib/toaster/toastermain/management/commands/builddelete.py
bitbake/lib/toaster/toastermain/management/commands/buildimport.py
bitbake/lib/toaster/toastermain/management/commands/buildslist.py
bitbake/lib/toaster/toastermain/management/commands/checksocket.py
bitbake/lib/toaster/toastermain/management/commands/perf.py
bitbake/lib/toaster/toastermain/settings.py
bitbake/lib/toaster/toastermain/settings_production_example.py
bitbake/lib/toaster/toastermain/settings_test.py
bitbake/lib/toaster/toastermain/urls.py
bitbake/lib/toaster/toastermain/wsgi.py

index 9859255df39ca2b016728dc757358709b0bd1e73..113872d4694f9f7486d46a64db1c0d6aa691b50c 100644 (file)
@@ -4,6 +4,8 @@
 # <one line to give the program's name and a brief idea of what it does.>
 # Copyright (C) <year>  <name of author>
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 7d4e5f44b5c991e9b6351accf1c0843cff950f72..845804230321d44d94997ad7e7378d4fdf0b6c90 100644 (file)
@@ -1,4 +1,13 @@
-BitBake is licensed under the GNU General Public License version 2.0. See COPYING for further details.
+BitBake is licensed under the GNU General Public License version 2.0. See 
+LICENSE.GPL-2.0-only for further details.
+
+Individual files contain the following style tags instead of the full license text:
+
+    SPDX-License-Identifier:   GPL-2.0-only
+
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
+
 
 The following external components are distributed with this software:
 
@@ -17,3 +26,4 @@ Foundation and individual contributors.
 * Font Awesome fonts redistributed under the SIL Open Font License 1.1
 
 * simplediff is distributed under the zlib license.
+
similarity index 84%
rename from bitbake/COPYING
rename to bitbake/LICENSE.GPL-2.0-only
index d511905c1647a1e311e8b20d5930a37a9c2531cd..5db3c0a21cdb5c6fc3403b631fb131bd5e2be80c 100644 (file)
@@ -279,61 +279,10 @@ POSSIBILITY OF SUCH DAMAGES.
 
                     END OF TERMS AND CONDITIONS
 
-           How to Apply These Terms to Your New Programs
+Note:
+Individual files contain the following tag instead of the full license text.
 
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
+    SPDX-License-Identifier: GPL-2.0-only
 
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    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, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
diff --git a/bitbake/LICENSE.MIT b/bitbake/LICENSE.MIT
new file mode 100644 (file)
index 0000000..a6919eb
--- /dev/null
@@ -0,0 +1,25 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Note:
+Individual files contain the following tag instead of the full license text.
+
+    SPDX-License-Identifier: MIT
+
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
index 716cb555465652bcb1e5a363b0a0f48a2af6bdc7..0205b67f99960a6b150ee8abb433c560e9d5517e 100755 (executable)
@@ -9,6 +9,8 @@
 # Copyright (C) 2005        ROAD GmbH
 # Copyright (C) 2006        Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 73229b7735f1003517663427cab759ff58d794ac..de4e3786e9b497ca348ad14f695ca4d5f8919ee6 100755 (executable)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2012-2013, 2017 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index c49397b73a51fa7f916c9d49171ba4dc22c12700..924e6025928dd8951c872af7615595751d882c4b 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2018 Garmin Ltd.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index d184011ea6b3c406b5cc09a4da1f70c4a005d923..da5299051515a02db8d24084c534a3ae12929745 100755 (executable)
@@ -7,6 +7,8 @@
 # Copyright (C) 2011 Mentor Graphics Corporation
 # Copyright (C) 2011-2015 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index f38d2dd8824d823391eff97276a9f2cdc46ea86f..1e9b6cbc1b2809943a1b4c4143561e264f9bd17e 100755 (executable)
@@ -1,4 +1,8 @@
 #!/usr/bin/env python3
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import os
 import sys,logging
 import optparse
index 99f1af910f49e0be9dea5da9b910ce63c82a9fef..5b2a5e1d15e66de5d1c9d3ea2e9d7fdf08f01d4e 100755 (executable)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a9e997e1f6381bfb344e3a390c3df02d19cd8a31..f63f060c577052568355c5d0d41ee049fe061210 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python3
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
 
 import os
 import sys
index 27446788243270d9fcf8180f52b7a85cc41c915b..cfe54a9236de542acb0445030b976fb092aba587 100755 (executable)
@@ -4,6 +4,8 @@
 #
 # Copyright (C) 2005 Holger Hans Peter Freyther
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 296d3a3dbdd757d09621c83b389acd46debb2f01..57069f7edf7a628f0732cc9c710e34f4b7882c41 100755 (executable)
@@ -1,4 +1,8 @@
 #!/usr/bin/env python3
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 """git-make-shallow: make the current git repository shallow
 
 Remove the history of the specified revisions, then optionally filter the
index ecf66fa51f27bbdd1456cefb6468dc579b76aadc..9da2a2649ce61f18799b4d25549d5bd8a827bc9f 100755 (executable)
@@ -3,7 +3,9 @@
 # toaster - shell script to start Toaster
 
 # Copyright (C) 2013-2015 Intel Corp.
-
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
 # 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
index 80967a093406122ba1ebe2bb383ba135b137989f..abd91fe8b227508a6b4b73da3ebd857f92853511 100755 (executable)
@@ -4,10 +4,11 @@
 #
 # Copyright (C) 2014        Alex Damian
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This file re-uses code spread throughout other Bitbake source files.
 # As such, all other copyrights belong to their own right holders.
 #
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 8d0cef0d69fa3722eb0e65dbb3002d8be6a7ea4f..b013cbb896f4cb8e2a15eca1e9c5fdda0274326f 100644 (file)
@@ -8,6 +8,8 @@
 #
 # Based on Gentoo's portage.py.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a228b05ddd6ed2f2dce3d11eb300067a57164f80..c19f91d06828bd1b3994d087421f50979cfbe725 100644 (file)
@@ -10,6 +10,8 @@
 #
 # Based on Gentoo's portage.py.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 65c514b908a7c7d865bf5d5b3efcb34431279481..42193dc9d69a2bebb5e3e30db6be35e65131b24d 100644 (file)
@@ -15,6 +15,8 @@
 # Copyright (C) 2005        Holger Hans Peter Freyther
 # Copyright (C) 2005        ROAD GmbH
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 83f4959d6ce147bc102c80106941be0e14c090d0..108d55d16f4a9a8e0bb2d62ef345f2dcc0900c36 100644 (file)
@@ -12,6 +12,8 @@
 
 # Copyright (C) 2011, Intel Corporation. All rights reserved.
 
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 4e1598fe835156f9369c060834bd3ecc637be0b5..9ac07a6a8411952c5a515b3171dc3e3545da134c 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2012 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index ac995a6a1d5fe238bd72cbd7bfd2f09a718b3bfc..fd2c4734f061378684c21cb26fcdf5d8f63db03b 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 """
 BitBake code parser
 
index 6c966e3dbc7e9e4dca79dbdce78ba1eef0f0b8f9..9ebaac643aa94457a7cfa24d864675f33e38d18b 100644 (file)
@@ -6,6 +6,8 @@ Provide an interface to interact with the bitbake server through 'commands'
 
 # Copyright (C) 2006-2007  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index de1923d28aee3938dc14bde91821dda2e97231c1..49356681abbd75a2c73e29779787c8049c41f10a 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 """Code pulled from future python versions, here for compatibility"""
 
 from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
index 9ccaa79f578b96a93d50cf279e120771aea8e0a1..fe812653fa4f9d1a3b3c585bd632f43692742060 100644 (file)
@@ -9,6 +9,8 @@
 # Copyright (C) 2005        ROAD GmbH
 # Copyright (C) 2006 - 2007 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 09412e28cf9a6299eccc90042d6d25a6cd2881bb..3b074b2f3a1de267b845e9450398cd22f0d1986e 100644 (file)
@@ -9,6 +9,8 @@
 # Copyright (C) 2005        ROAD GmbH
 # Copyright (C) 2006        Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index c937675eb61c7133939ce5d83faaace65528df90..f01e6ec7cca5802ea1b2850113580755444ee085 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 """
 Python Daemonizing helper
 
index 29c2388038bc0b8887cbeccb5cddc4daadeda555..ba50b9ff1bafb21c4fb5f3aa01604adaa1df2292 100644 (file)
@@ -22,6 +22,8 @@ the speed is more critical here.
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2005        Holger Hans Peter Freyther
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 07db7be97aa5eb65b5ccb424a39330c7ce901ea7..441bb3001b9f04f85e139aed91fe6f62451d987a 100644 (file)
@@ -14,6 +14,8 @@ BitBake build tools.
 # Copyright (C) 2005        Uli Luckas
 # Copyright (C) 2005        ROAD GmbH
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5b1b094a80686ab4f498b891a203403cefa1b54b..48f8e73847fd4ce0a465daa7d2c8acebcda3fcc8 100644 (file)
@@ -9,6 +9,8 @@ BitBake build tools.
 
 # Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index cd713439ea5db7b8b34302b37e8eace66e18b994..ecbad5997009c2fa443b33f9ce94be03fd119b03 100644 (file)
@@ -1,3 +1,6 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
 
 import inspect
 import traceback
index 8fecc809d41d398d217d958064369054addd0b5b..c92844da5c59a84d5e3b0116f3dd9c0ab596cd95 100644 (file)
@@ -10,6 +10,8 @@ BitBake build tools.
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2012  Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 658502f9a64bde7d9951707ba95274291a1f0609..891fef9b9d2fd616f263fa66785fc6dcf7c02782 100644 (file)
@@ -10,6 +10,8 @@ BitBake 'Fetch' implementation for bzr.
 #   BitBake build tools.
 #   Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3a6573d0b23b2aa859416c6472574ccc0547e896..ff181bb78b451fd2b4c4239f7050ca13f5f3411f 100644 (file)
@@ -47,6 +47,8 @@ User credentials:
 """
 # Copyright (C) 2014 Siemens AG
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 0e0a3196f8690705f25d8d68e796bdb0044cf0aa..666f4be2bcaad7dfa4412e7c0a496a122eeef039 100644 (file)
@@ -10,6 +10,8 @@ BitBake build tools.
 
 # Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index c69d25c914ecdc6325a04ac53544d5d32cbab27e..78ad18cc7af191898883fbb897cf8bbd5c8d6896 100644 (file)
@@ -55,7 +55,9 @@ Supported SRC_URI options are:
 
 """
 
-#Copyright (C) 2005 Richard Purdie
+# Copyright (C) 2005 Richard Purdie
+#
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
index a9b69caab4d56ca2f08411080d97b8da64a04aca..3a32c85a83ed287440eea9f0e300ec8f53982b5c 100644 (file)
@@ -7,6 +7,8 @@ BitBake 'Fetch' git annex implementation
 # Copyright (C) 2014 Otavio Salvador
 # Copyright (C) 2014 O.S. Systems Software LTDA.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 32389130bd8944da8c8fcbc957e7b391ca97d577..e910a0839080cb409388302bbd4aad1510f28472 100644 (file)
@@ -16,6 +16,8 @@ NOTE: Switching a SRC_URI from "git://" to "gitsm://" requires a clean of your r
 
 # Copyright (C) 2013 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5a2985e16c5d0834bb385d72a71394b805bf136f..c9eeaaefcaa10dba6cda387f16c72192cbc2c985 100644 (file)
@@ -13,6 +13,8 @@ BitBake 'Fetch' implementation for mercurial DRCS (hg).
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # 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
index a114ac12e57d262f3fd6a09aac84217b28ab11fb..13e6d80b5b932449917111fafe58b8a453f78c07 100644 (file)
@@ -10,6 +10,8 @@ BitBake build tools.
 
 # Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 65bf5a36441f3cc4b2ec809fa88e15778c19378f..7235f899f4d47229a8b711470a9514ba96de3a32 100644 (file)
@@ -1,3 +1,6 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
index 6c60456b53cea3a2755e378851daed9b9e7960f0..19c0d9dcaa83a1a14b236732fb313ded0d5418c2 100644 (file)
@@ -1,3 +1,6 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
 """
index 903a8e61aec5ad09edace2e7c233e77f06ea381c..366da99eab7032786e70c2963ac254398f66f653 100644 (file)
@@ -8,6 +8,8 @@ BitBake 'Fetch' implementation for perforce
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2016 Kodak Alaris, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 8c7e81853a6d1f8998ee9b402263025e4e12260e..066ab08fc3f301c10fc64cbc36eb3b8e5500c6a6 100644 (file)
@@ -10,6 +10,8 @@ BitBake "Fetch" repo (git) implementation
 # Based on git.py which is:
 #Copyright (C) 2005 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 162928862251386e8990824e471dab10f14fe741..fae7c8b0f004baa740447add7776c3d69ec3cee2 100644 (file)
@@ -13,6 +13,8 @@ The aws tool must be correctly installed and configured prior to use.
 # Based in part on bb.fetch2.wget:
 #    Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 81884a6aa4743b4872bef1198203229110d8a876..6dea6ad6b2f129783c5b8ca8eec03417cc6f817a 100644 (file)
@@ -44,6 +44,8 @@ SRC_URI = "sftp://user@host.example.com/dir/path.file.txt"
 # Based in part on bb.fetch2.wget:
 #    Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 6047ee417aa6f51bfd6e0610b6be055c6f402429..d416a9db8732526e614d73e91e89cf2ea3ddde96 100644 (file)
@@ -29,6 +29,8 @@ IETF secsh internet draft:
 #            Copyright 2003 Holger Schurig
 #
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 9dcf3eb090de30909bc3b55eadf6f689b0980296..4249e34c491f3deae4538857cb6cc0516fbc45fd 100644 (file)
@@ -8,6 +8,8 @@ BitBake 'Fetch' implementation for svn.
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2004        Marcin Juszkiewicz
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3bb3e3bb0c7104038ceddb6488b1c8b2c2aa9992..89dfd4a7b2d44d9a58d2d2fb8f2af3e773a9c4c2 100644 (file)
@@ -10,6 +10,8 @@ BitBake build tools.
 
 # Copyright (C) 2003, 2004  Chris Larson
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 41dd3b9e03ac85a06b369e4bf639e46c7f765b95..215c63ef9f20afd2c2dfbca31b163d6127ecd879 100755 (executable)
@@ -9,6 +9,8 @@
 # Copyright (C) 2005        ROAD GmbH
 # Copyright (C) 2006        Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 49aed3338b9b2f300901e87fdf4c90c96f033858..2f899098e6656d067a998bc4a883303f257a409d 100644 (file)
@@ -4,6 +4,8 @@
 #
 # Copyright (C)       2006 Holger Hans Peter Freyther
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 2ad1e615625599dc26d2fd2709f6498f880a5763..c243add5402d7bc166b5a10dedf62686036f22b0 100644 (file)
@@ -4,6 +4,8 @@
 #
 # Copyright (C) 2012 Robert Yang
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 96f077ec49d53f88e6161749651935aebf545182..64662079a49d915ffbe5a09d65474108ad12e630 100644 (file)
@@ -9,6 +9,8 @@ Message handling infrastructure for bitbake
 
 # Copyright (C) 2006        Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 32f2fc642c8c0e250abb1e401076db971d3a1b4b..c8e1d55c15d6cd6e3327c4fb7e05065f9336b963 100644 (file)
@@ -1,6 +1,9 @@
 # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/
 #!/usr/bin/env python
 # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License.
+#
+# SPDX-License-Identifier: MIT
+#
 
 """
 namedtuple_with_abc.py:
index 5397d57a51b65bb307100dd358a683c21d4f410c..8ff1b8a24a9511aaece59818226489c76e0615bf 100644 (file)
@@ -9,6 +9,8 @@ File parsers for the BitBake build tools.
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 6d7c80b34f13e002b7efa3b79eac694154462412..cf76dadbaa3ba2c92abe32fb630995a5baab3d9a 100644 (file)
@@ -8,6 +8,8 @@
 # Copyright (C) 2003, 2004 Phil Blundell
 # Copyright (C) 2009 Holger Hans Peter Freyther
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 314e8021f9b46628b70832d92d2e12363719a62d..297ab77909830e8278c782498d6d210ebbbb503b 100644 (file)
@@ -12,6 +12,8 @@
 #  Copyright (C) 2003, 2004  Chris Larson
 #  Copyright (C) 2003, 2004  Phil Blundell
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index ea49f8ca93d7c05f1811e7e3902d8c117af860db..d1784b6c5bf6a17ced7ea1327f90734ce2a8bb50 100644 (file)
@@ -11,6 +11,8 @@
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3e658d0de99f38313459bf9575daa93dc22ab6a4..a8f78dba767bad9f65a867bf633274a432fd072b 100644 (file)
@@ -11,6 +11,8 @@ File parsers for the BitBake build tools.
 # Copyright (C) 2003, 2004  Chris Larson
 # Copyright (C) 2003, 2004  Phil Blundell
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 0d44100f10382db600ec818ac368e672000ed2ae..cac56728a9a16c0f0fdcf66ee6dc1dacaf35157a 100644 (file)
@@ -8,6 +8,8 @@ currently, providing a key/value store accessed by 'domain'.
 # Copyright (C) 2007        Richard Purdie
 # Copyright (C) 2010        Chris Larson <chris_larson@mentor.com>
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index e69697cb68b45cc4409367930acdf53bc58d9695..2dc472a86fa8b8979da217a888eaf99d08605eec 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import logging
 import signal
 import subprocess
index f54d1c76f8e6f99c69c654d3e9d913e39cffbce4..00dddabbb84cc273cbccc6cba0eb87e0d34e1c79 100644 (file)
@@ -4,6 +4,8 @@ BitBake progress handling code
 
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index f496d84d12859a35123dd018d06c4a4bf40fa43d..856f0de76f5bf896f013736d9a2008bc1af5397a 100644 (file)
@@ -8,6 +8,8 @@
 # Copyright (C) 2005        ROAD GmbH
 # Copyright (C) 2006        Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 68ecffc198d4363e26bd27872deccd466f815af3..05c6fabdf8d1fdc7b7d07e07b335ce6c4aaba459 100644 (file)
@@ -6,6 +6,8 @@ Provides support for using a datastore from the bitbake client
 
 # Copyright (C) 2016  Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 524c85d7d3c1cc238ca5526e36858fe7841a31bf..ddd2fde0ac0679708e9de44b4a6e02d4d246c736 100644 (file)
@@ -9,6 +9,8 @@ Handles preparation and execution of a queue of tasks
 
 # Copyright (C) 2006-2007  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5a3fba968fcab274db5c0222e8b13c4ea1b2600e..5ec7a75601f339131dad0ca0945d731ad9e69262 100644 (file)
@@ -5,6 +5,8 @@
 # Copyright (C) 2006 - 2008  Richard Purdie
 # Copyright (C) 2013         Alexandru Damian
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 80a7875ad98053f8569fed94b60cbe6cad90c5c1..bac94fcc2d7919c4737ea089cacf4df86b0e1d47 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2010 Bob Foerster <robert@erafx.com>
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 4661a9e5a0ce4c97c7d004c17ca4d8e264628762..fc2fddd54bf445bcf331e42d04823c1dd4f1d049 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2008  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 875b1282e5bd9c7779f26ce2116625c6b419b2ff..b885f9a79c372da48bcc8ad98f4b3614bc22417f 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2008  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 7b9f3debc2766b34af97fa06e7edd8d0a0e266fb..e0a66e68d590a44d399024cd3acc22abbb1a3b3a 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import hashlib
 import logging
 import os
index 94e822c485f35002d89493cedb57ef8b2276d47f..5316d1b42fc8ed2142e30d625ae20ac6beda84e1 100644 (file)
@@ -10,6 +10,8 @@ Task data collection and handling
 
 # Copyright (C) 2006  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3fd76a8f9f0bb2837f6d89bafbcac9ca1691bbd5..00ee6de53306fa4a33209e6641fc75ab34561f09 100644 (file)
@@ -6,6 +6,8 @@
 # Copyright (C) 2010 Chris Larson
 # Copyright (C) 2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 2b4423650600d249ff911ae6bde30d1faf3c660c..850dde4f6ea4b8e63fb8dee7fd22722ea54571ed 100644 (file)
@@ -3,6 +3,8 @@
 #
 # BitBake Tests for cooker.py
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index d149d84d0d92d7807bab69df5a6bd293fa0c0e06..5051e4ed738c05192bfacb316f8d1fb06cf0aba9 100644 (file)
@@ -3,6 +3,8 @@
 #
 # BitBake Tests for Copy-on-Write (cow.py)
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # Copyright 2006 Holger Freyther <freyther@handhelds.org>
 #
 # This program is free software; you can redistribute it and/or modify
index 3c511f214bba59949d0d61f05f2580c0f8cb9ce2..b584edee5490c6e115104066eea054c5e81fcf96 100644 (file)
@@ -6,6 +6,8 @@
 # Copyright (C) 2010 Chris Larson
 # Copyright (C) 2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index d3a5f6269fff0c723bd482a48948e21ca4887ddb..4822dc7bcab7f12dae1d3d8678eab6b22041dadd 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2017 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 429998b34fb2ec341dd5f40cf570e491fa1909ec..559b4892e38836d6af8078b34585415d51b61d16 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 747fc35fc29d40b35f3dabd0e81becc151aa7ee1..bbb4dc376c9483e424f1aec4f9c94b5d5bc831dc 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2015 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 812bcbd7b8b02a4ce8e32db3c98d45e9a27547c2..6aee9f1ca8b1bdad212c9dc1ed9dfd7306302879 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2018 Garmin Ltd.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index f1cd83a419534e9f8b527fbd242cdac3f3e644d3..13351068d735ce48a189a6b8837efb6eef1f8152 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 368264f39ab72297a1256270b7644e36a97afb34..da049b6e5916b2a5505ca381bc08a156cf6d6f17 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2011 Mentor Graphics Corporation
 # Copyright (C) 2006-2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a4805ed0287b89eaec4babd845a8858fd0ce3693..669dc86fc305ead4487300294c6cd085157746df 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2006-2007 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 31323d281fae438f9cfd5dfbd661bd300867971e..37b94cd0715169e1bea793e3b64381a2483be4ae 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 4567c148c8d639a31974babba964c1ef5c2db0a9..cf1e59e463e55748e61eaf3c8c38d9425dc92590 100644 (file)
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2006-2012 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 8690c529cc632860309f5799589e6b67b7d3bad6..713a4a4163a98c17c9290fa1bcd94b10f608d70e 100644 (file)
@@ -6,6 +6,8 @@
 # Copyright (C) 2006 Michael 'Mickey' Lauer
 # Copyright (C) 2006-2007 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 8305d70f4196a81b652cc13c241a7cf29306f1b6..3ea0a242bf29a65403a68d301b1ae03c2fa759af 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2007        Ross Burton
 # Copyright (C) 2007 - 2008 Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 88cec375928281f493c540d2fda16697ae138562..d2517edbb22efe51be8c74e00682467e3ad5c2c8 100644 (file)
@@ -7,6 +7,8 @@
 # Copyright (C) 2006-2012 Richard Purdie
 # Copyright (C) 2013      Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 9542b911ca0984ccdb6aac550e6ef610b538cf75..e96454404bb499b9f6ab11d38549613f7996671e 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2007  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 963c1ea2df8215650e1ff795d5b24d72bbda3554..000a7cf41f92ede2c3a868c328de12707d656854 100644 (file)
@@ -4,6 +4,8 @@
 # Copyright (C) 2006 - 2007  Michael 'Mickey' Lauer
 # Copyright (C) 2006 - 2007  Richard Purdie
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a3f75fbe9d8089e7f76370485032da44007717b5..69e01519b072b43eb68e54e95fc7cccc362d58b9 100644 (file)
@@ -6,6 +6,8 @@ BitBake Utility Functions
 
 # Copyright (C) 2004 Michael Lauer
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3ad9513f40e0c4c6eb5c09fa404aaa95e3ee8753..4e7c09da04cbf5346e150b47ab3892eb9220b378 100644 (file)
@@ -1,2 +1,6 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from pkgutil import extend_path
 __path__ = extend_path(__path__, __name__)
index a3f658f9312c531fa54a387fec0043c798671ca8..d6459d66176053a2c81f3e48e95b161a51f5613c 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import fnmatch
 import logging
 import os
index 98515ced4f8999ed180c15f11909ae91e4e80076..c5657d3819c717de9bcf0b838affaabe6afcd2d5 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import argparse
 import logging
 import os
index b2ff2268ea6ae2e27c3e4f2cb8de505482e8756d..57cd9027f6ae8d8e4db79e2fb968ba72a975f9d4 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import layerindexlib
 
 import argparse
index 9294dfa8840e8bc1ac79d4c45584d07bce80a6e5..993589de9453c62601e6c365036e0e0a94b23e17 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import collections
 import fnmatch
 import logging
index 46bca7cab3283371027bb6c9b5ffe49398a70ce0..6f4a046966dee4936ba69101d9465505059f4df5 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2018 Garmin Ltd.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 806b54c5ebdcdff085d7bd148737777e716fe802..b0221951832f7c8981c5ca92955092998f34e36f 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (C) 2018 Garmin Ltd.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index cb79cb37d7fbeb657033044926f444f73d5d3a11..2854f6d0da67653227b2016627a9cf888e31eff4 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2016-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 848f0e2ee2ffa244f428686af93da05b53fbf56b..87c7c8cc9a3d8fda4e403daf711ff87ce0c9aef3 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2016-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 92a2e978ba672efca0838a1823b3dd936efd2fc8..e7adae7ac0d3bece6fb89312c53d1441c3482958 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2016-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index d08eb20555c8dfaaa96c03c4ed6990c801e19773..89092fe34e646661f321ec3a09c559e51b72946a 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2016-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 22a54585c83de8aaae5a627f10151aa1c3a0b38e..f4e04aacc16fb3a6f5cf0bf4f2bf14ba72465b4c 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2017-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index fdbf0911030e600a2500f50d4f00cabdd1446ebc..648c7ba9f4475b1ba725829f7465e6c33e61c6c9 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index e2fbb950b0ba4bb17ec64103db29d952bc0cd4cb..7de1338d78774fe75b8dd94346b06f0883e94f17 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2017-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 58766950ce03ee455df689ab0f662257fabee8a9..fc4ff939bb87891c87a6458a285992cd9899b476 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2017-2018 Wind River Systems, Inc.
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index fbab744ee27e26edbf0eb2ef11f6b67db906c25c..c545a62754f32182b704a540d2ca6f1e387047a5 100644 (file)
@@ -4,6 +4,8 @@
 # progressbar  - Text progress bar library for Python.
 # Copyright (c) 2005 Nilton Volpato
 #
+# SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause-Clear
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index a39f4a1f4ed0f84d70d7c9843e0096d7c4dfacba..9804e0b5127cfc84a539989ba06dbc7ae92e9fbf 100644 (file)
@@ -3,6 +3,8 @@
 # progressbar  - Text progress bar library for Python.
 # Copyright (c) 2005 Nilton Volpato
 #
+# SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause-Clear
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 2873ad6caed7f5683e6d1c5d08ebd9ed6d9e7851..e2b6ba10836eb8fe161b003f2e78ab1e39383ffa 100644 (file)
@@ -5,6 +5,8 @@
 #
 # (With some small changes after importing into BitBake)
 #
+# SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause-Clear
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index 77285ca7a3c8c62a1effcdfb2ca8c9c28e298bdd..0772aa536d62c93969d81c90675bd8f597cf1e15 100644 (file)
@@ -3,6 +3,8 @@
 # progressbar  - Text progress bar library for Python.
 # Copyright (c) 2005 Nilton Volpato
 #
+# SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause-Clear
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
index c3cb73ad92a3202df9cc009027753a74865d09f3..9961040b582ba57a737483602bdecc5251225acf 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 __version__ = "1.0.0"
 
 import os, time
index 495d09f39baf46307977864cf4dce216e55ab95a..d6188a679b724c7d7bc73ad120cc40d13064326d 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import logging
 import os.path
 import errno
index 6a99728c4fcbb3653c7f91f28ba94e71d3888443..be3acec36a0872b67055ab54e07ac6c41d045fd4 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import os,sys,logging
 import signal, time
 from xmlrpc.server import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler
index 4eb03b092d423e0ae97ef3c375860c7e9bd1d391..8fe4041faeae57c514bf8b59bd9233a892494bed 100644 (file)
@@ -3,6 +3,8 @@
 # pyinotify.py - python interface to inotify
 # Copyright (c) 2005-2015 Sebastien Martini <seb@dbzteam.org>
 #
+# SPDX-License-Identifier: MIT
+#
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # in the Software without restriction, including without limitation the rights
index 1f2e07f50bf93041b0b4064f463ae9e58cea8edb..feaa888c73ab06e772a05ce6ef2a0f2d2655aabf 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.contrib import admin
 from orm.models import BitbakeVersion, Release, ToasterSetting, Layer_Version
 from django import forms
index 888175d0ab3affe75c60d1de33ebdac7d87b11d0..182a7a6159e7000c390d88a2489e6eaba2025e4b 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2014-2017   Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index f32fa4d225c270fce83b014cfaf95aae05f302b2..132e44c681afcb1eebc3258d50354f6b4be3e495 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2014        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index fcbe5f59356c15f50357851c51afcec431f5dca6..e85c30ed11e2a09eb098e9441f60d1049b72ef48 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.contrib import admin
 from django.contrib.admin.filters import RelatedFieldListFilter
 from .models import BuildEnvironment
index 5195600d901346e143757b5d9c5c75efdd60c5b4..d182a36e9e19d9167bd774c2c6c23577ddf97b96 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2014        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 94906359347de5338cc340347fce5320dd50bc8a..4d4afafd4dd9904ced60a6dbd5db1247cf0fba72 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2014        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 14298d9dafcb5eb60930229871a2d8cf214c0b0d..fe2c4dc2bb2e549826b09867ad37543e4ebe64eb 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.core.management.base import BaseCommand, CommandError
 from django.db import transaction
 
index 6a55dd46c8b6662699fff54842b79f97ddb01b38..50ec4098601dc6335b01d9d819ed2cac403a4e47 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.core.management.base import BaseCommand
 from django.db import transaction
 from django.db.models import Q
index 409614b9e74028c80e6dd58c4eb65ef3b33843ea..bcffcf5e209be84182afb53dfd7860684ec22686 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from __future__ import unicode_literals
 from django.db import models
 from django.core.validators import MaxValueValidator, MinValueValidator
index 60f00ef0ef347811e7b0c0921b7fda097acd9fcc..286d88b45a9d1723dbe1811eabc88e4f5ce77bb0 100644 (file)
@@ -1 +1,5 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 # Create your views here.
index 0c7ea50882dbf63366f537818b226eb104446426..ae32619d12513f4525706332e5f53bb6f801d520 100755 (executable)
@@ -1,4 +1,8 @@
 #!/usr/bin/env python3
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 import os
 import sys
 
index 66114ff89e65f37467a8e1a2a0290d64e7b1ae77..b15b9ce4afea80f94049f0574e3570d31b0d5e3c 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016-2017   Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 7720290214e282b949d5d79738753092fd32d858..68ca0bcfed08a01bbbc7eb6e0971f2d4ae883044 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 08711e455817ca18acbf2f7facf74b9ecc75c82c..66e700c8423aba32686db7531071d48256d1a424 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 156d639b1e4abdca7922aaf2f27c4e8e5a902d66..48a0488e19863be482fcd59c8d7b23510c921da4 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index b86f29bdd41faf803bb710cc580c9eb85e2ba40a..bab44e9cc22b6122756de3067e07f3f9843813ca 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 44da640751fea5a996c2f8c8f476c739c1e24efe..b0b3aec1fa882e5e0ffba9efd70f11b2029bd1ef 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index f8ccb54528159a72d162904b66cb9145b911aadd..5d2dcd066b3014a4861c69b251718828c748f2cc 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 1c627ad4986a7c95fcf1da2f4dc4174705342b7a..f92b642e95cef628c82ee98efbc353043dde8bc7 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index ed18324e572bbf049ea05da463c3690692001e88..7f9628815601d3c236311a2d332ceaf5b25c9a82 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index da50f16011e03df202823d7a4756beae88a1348d..d0c4ec33e541f0a36516696b487309b98638ced0 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3c0b96252f5d4c89a8be5c0e5ae43d5dc24c8ace..ceea71342cfaf7d81ffda42aa468ab72bfbf7a99 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 4d4cd660fbbd42712444ad19b292e6ea5a6416b0..06aa5693eb18905aaec6ef9e7c288c7839106e5a 100644 (file)
@@ -4,6 +4,8 @@
 #
 # BitBake Toaster Implementation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # Copyright (C) 2013-2016 Intel Corporation
 #
 # This program is free software; you can redistribute it and/or modify
index f24fb093a56de84e0ff495defc456f81af8a1a80..a39bb9ac185feb279080ab6396320173042a9954 100644 (file)
@@ -4,6 +4,8 @@
 #
 # BitBake Toaster Implementation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # Copyright (C) 2013-2016 Intel Corporation
 #
 # This program is free software; you can redistribute it and/or modify
index abc0b0bc88bb3d85cfe700aecacb10143ce44c7b..7d44638bc1527d9a1ffdc3d29a920c7afecd777a 100644 (file)
@@ -4,6 +4,8 @@
 #
 # BitBake Toaster Implementation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # Copyright (C) 2013-2016 Intel Corporation
 #
 # This program is free software; you can redistribute it and/or modify
index ab5a8e66bea23070ff2d356ead5715a8480dfee7..f865e3272cc81c36153edcaae4e52e2cca9606af 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 77e5f152672e3e45e13824daced64654169a7dd9..92d414d8d6a015568dcdb34f63dfd59fbadc4ea6 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 9fe91ab06711d0d55025189e5ead6bafe57a01dc..2202d937d6c0da8a6dbb0971ad469b03a6c283d5 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 0710084995f406cc53eed48a0bd3f58a383b7efd..a0d5bcd348c83aa9a8a4764057f9218775c1bd3b 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 018646332418ba05277b35d7aa38aac8bf26c1c7..7b544ed966c21766d887724c0f668bfcf712fa75 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 20ec53c28ac95ef3abbd3ee9f7a3902290d628a5..4cdd19f3d17848d88a0064d2a5c95a556d7df841 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 690d116cbae6b0c7cc3a584111899980013fdd54..97708a765e342482899279c7b6ff9f4d3e093785 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 53ddf30c3cdb1b0f5e4f1d397b8e367f794a71aa..0780ef9fe45392d574365d8d7c1b4f5898db0eea 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5a56a110a74fe54fef305b4470f943b1e87708f7..129c9fe401f66fb4ad612290f08f0f33617124e6 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 586f4a8f7fcca8aa45925228dde1c9fa67f64b82..89640719902038b62367bc32e99530a6f4e12993 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 951f6ff5aa68c690eb3c96911a95e30792ad076f..b4b53d0919b47dc35da726ceacab2eff6fe423da 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 49897a476c5920dd4b91769794daf884730bfcb0..2d34f211b98d734e5642ed7128da428d37b154bf 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 3e634835ee5697b585acb0d71136bb83c2905f8d..2c9fcf0f2001e0f2299a60dc3da74249ae74c86b 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a0f5f6ec0355fa50b6b4bf4cf1adc6619953a4e9..0410422276b322e8ebd75f9a4b943980eb4a103a 100644 (file)
@@ -2,6 +2,8 @@
 #
 # Copyright (c) 2016 Damien Lespiau
 #
+# SPDX-License-Identifier: MIT
+#
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
 # in the Software without restriction, including without limitation the rights
index 695661947ac9dca83d95a1c566c0fcb1f2b3b648..f10ea89ae1d58b4a7bd2d1846d23542fe2eb2f27 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 486078a615efb3bbc37fd6c8b4ff45ecc0900dd4..8eb2e963f6049f320e6bb089702dd452a4e3a4ca 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2017 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index cfa2b0fdf01e6062b5fe7eddc32af75a7971acad..817bcde333e8ab8d521529440a1e875d7adbe825 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2017 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 1463077e913b9d14e90989f8fcffc08eed30749e..d5b00288bdc3626081eab7ea83a158d704fff1f9 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013-2015 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 564d595a1cdd4ea996db947fe9dc05fe12ec7cb3..99e9768ae7f5d0cc0675684fa062725314431035 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2016        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 755a7c2e43f9e9d2038599b8332df25fb1642a24..6a20d607523fa1f26a916576ae6cdd3e4e5d21b6 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 65454e140d2d4a0908ee892b9322a97b7ac5c251..1f9016beff04f5848aaee60ddf416856115115c0 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2015        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 9ff756bc8dfbcf5bdc07ed1ba01741c0b3b64844..855861a8697a2e7694f99102e251cc8e6a5b48b1 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2015        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5a73af797ce7b6d9dfa38ea1ef3362a549581acf..eb483396c26e1288633032ce139f5dab79cc583f 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django import template
 
 register = template.Library()
index 0dcc7d2714a723ea4bb1cef8f8146e37ddf07802..048d533871e648d29b1e3cf209b8999580007516 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django import template
 import json
 
index 04770ac6a8e85dfdefa8294c594f7b0c8ae87a98..71e0925787e7c4cae75d7a37036f2a34ed72b2c9 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django import template
 from django.core.urlresolvers import reverse
 
index b170a16165260281fbeddf2123b28feef92f2a4b..80652edd495f0dc5efe8aec024de2577fa4ac641 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 5aa0f8d889f2dc4fad62ae9842d694f93dde8160..392143558466b54f9ebf275d3a53246f6292ff98 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2015        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index dc03e30356028ed44ba4605063d687ee58fd86b0..3d0be61faa701d04b2deb1dd2498257144b60d9b 100644 (file)
@@ -3,6 +3,8 @@
 #
 # Copyright (C) 2013-2017    Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index c712b06a6e840bd3ba53b46be4bc732613b42e0b..6aad55b7c8d14aff19e9c94785886fc4c2f56fd1 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index db5c3aa00b7b75519eb2881a095acc7f4951707f..e8aabdd9fa3e97a037517ce04fcb272fefb3c3ef 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2015        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index bf69a8fb80b4ffff9054f25fadb3088fe91a99a8..c2d773a5775993ae84d257fc853153fac6872145 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.core.management.base import BaseCommand, CommandError
 from django.core.exceptions import ObjectDoesNotExist
 from orm.models import Build
index 2d57ab557a768fabd4e9bb8e8090f26d8ca809cb..2f99c6d556144dc76a8749e349df7220154771e1 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2018        Wind River Systems
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 70b5812d9895b7a43a4efc0616a8f58c8d33208e..1ed20224d30bf7f85024ab61c23d9940190030a2 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.core.management.base import BaseCommand, CommandError
 from orm.models import Build
 import os
index 0399b8659b32227fe2286b59422d8b8568c3fba4..d9cdb555dffad0702c10fcc4523e4ece3f565130 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2015 Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 6b450bbdfce26b0c384601c8c5fb1f5493604401..7d629fb37feb036f8c529b97fbd6229915352cf4 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 from django.core.management.base import BaseCommand
 from django.test.client import Client
 import os, sys, re
index 13541d380f5c76a501d551524d866597448d37d7..63735591902aded1905e690ac3c00e1a3858bf9f 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 61a288864a82a9aa3916c50de4fd3453ba7af872..20676243580dbab71e486fb6bce7089d07d29b18 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index a3227115798f3f6704bd9e67390dec22177a2a8e..963d77f280e621865cf739df4a64229e9d1a4b62 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2016        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index e2fb0aebfdacb5008876bac4c23e72de8e1e83f2..1a98754ed4fc23a85d322852711eb00e5752143e 100644 (file)
@@ -6,6 +6,8 @@
 #
 # Copyright (C) 2013        Intel Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
 # published by the Free Software Foundation.
index 031b314b1a2df38c9ef41872b70059c72ac4e667..5ad22aea18f1c00c673c3ef926979d94f65c318b 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
 """
 # ex:ts=4:sw=4:sts=4:et
 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-