mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +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 buildbot.plugins import *
|
||||||
|
|
||||||
from yoctoabb import config
|
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
|
# ## Build configuration, tied to config.json in yocto-autobuilder-helpers
|
||||||
# Repositories used by each builder
|
# Repositories used by each builder
|
||||||
buildertorepos = {
|
buildertorepos = {
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Created on Dec 13, 2016
|
Created on Dec 13, 2016
|
||||||
|
|
||||||
__author__ = "Joshua Lock"
|
__author__ = "Joshua Lock"
|
||||||
__copyright__ = "Copyright 2016, Intel Corp."
|
__copyright__ = "Copyright 2016, Intel Corp."
|
||||||
__credits__ = ["Joshua Lock"]
|
__credits__ = ["Joshua Lock"]
|
||||||
__license__ = "GPL"
|
|
||||||
__version__ = "2.0"
|
|
||||||
__maintainer__ = "Joshua Lock"
|
__maintainer__ = "Joshua Lock"
|
||||||
__email__ = "joshua.g.lock@intel.com"
|
__email__ = "joshua.g.lock@intel.com"
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from buildbot.reporters import utils
|
from buildbot.reporters import utils
|
||||||
from buildbot.util import service
|
from buildbot.util import service
|
||||||
from twisted.internet import defer, threads
|
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 schedulers as sched
|
||||||
from buildbot.plugins import util
|
from buildbot.plugins import util
|
||||||
from yoctoabb import config
|
from yoctoabb import config
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from buildbot.plugins import reporters
|
from buildbot.plugins import reporters
|
||||||
|
|
||||||
from yoctoabb import config
|
from yoctoabb import config
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from twisted.python import log
|
from twisted.python import log
|
||||||
|
|
||||||
from buildbot.process import logobserver
|
from buildbot.process import logobserver
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from buildbot.plugins import steps, util
|
from buildbot.plugins import steps, util
|
||||||
from buildbot.process import buildstep, logobserver
|
from buildbot.process import buildstep, logobserver
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from buildbot.process import buildstep
|
from buildbot.process import buildstep
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
|
|
||||||
from buildbot.plugins import worker
|
from buildbot.plugins import worker
|
||||||
from yoctoabb import config
|
from yoctoabb import config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user