mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-17 02:49:05 +02:00
Add SPDX License Identifiers
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
be97525820
commit
64b67aa878
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
from buildbot.plugins import *
|
||||
|
||||
from yoctoabb import config
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
from buildbot.plugins import reporters
|
||||
|
||||
from yoctoabb import config
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
from twisted.python import log
|
||||
|
||||
from buildbot.process import logobserver
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
from twisted.internet import defer
|
||||
from buildbot.process import buildstep
|
||||
import json
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
from buildbot.plugins import worker
|
||||
from yoctoabb import config
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user