Add SPDX License Identifiers

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2021-01-18 23:47:40 +00:00
parent be97525820
commit 64b67aa878
11 changed files with 44 additions and 2 deletions

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.plugins import *
from yoctoabb import config

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
# ## Build configuration, tied to config.json in yocto-autobuilder-helpers
# Repositories used by each builder
buildertorepos = {

View File

@ -1,11 +1,13 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
'''
Created on Dec 13, 2016
__author__ = "Joshua Lock"
__copyright__ = "Copyright 2016, Intel Corp."
__credits__ = ["Joshua Lock"]
__license__ = "GPL"
__version__ = "2.0"
__maintainer__ = "Joshua Lock"
__email__ = "joshua.g.lock@intel.com"
'''

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.reporters import utils
from buildbot.util import service
from twisted.internet import defer, threads

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.plugins import schedulers as sched
from buildbot.plugins import util
from yoctoabb import config

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.plugins import reporters
from yoctoabb import config

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from twisted.python import log
from buildbot.process import logobserver

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from twisted.internet import defer
from buildbot.plugins import steps, util
from buildbot.process import buildstep, logobserver

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from twisted.internet import defer
from buildbot.process import buildstep
import json

View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.plugins import worker
from yoctoabb import config

4
www.py
View File

@ -1,3 +1,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only
#
from buildbot.plugins import util
from yoctoabb import config