diff --git a/builders.py b/builders.py index 6e55952..46f4b86 100644 --- a/builders.py +++ b/builders.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from buildbot.plugins import * from yoctoabb import config diff --git a/config.py b/config.py index d20dfea..c1a6152 100644 --- a/config.py +++ b/config.py @@ -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 = { diff --git a/lib/wiki.py b/lib/wiki.py index bdef575..c1e3bd0 100644 --- a/lib/wiki.py +++ b/lib/wiki.py @@ -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" ''' diff --git a/reporters/wikilog.py b/reporters/wikilog.py index 6b28bc9..ce45629 100644 --- a/reporters/wikilog.py +++ b/reporters/wikilog.py @@ -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 diff --git a/schedulers.py b/schedulers.py index 10c8bb7..b889d5c 100644 --- a/schedulers.py +++ b/schedulers.py @@ -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 diff --git a/services.py b/services.py index d04fbaf..005f433 100644 --- a/services.py +++ b/services.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from buildbot.plugins import reporters from yoctoabb import config diff --git a/steps/observer.py b/steps/observer.py index 25ff0b2..4fe3e73 100644 --- a/steps/observer.py +++ b/steps/observer.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from twisted.python import log from buildbot.process import logobserver diff --git a/steps/runconfig.py b/steps/runconfig.py index fa639d6..02fdf65 100644 --- a/steps/runconfig.py +++ b/steps/runconfig.py @@ -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 diff --git a/steps/writelayerinfo.py b/steps/writelayerinfo.py index 7fd3c96..b81b7ec 100644 --- a/steps/writelayerinfo.py +++ b/steps/writelayerinfo.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from twisted.internet import defer from buildbot.process import buildstep import json diff --git a/workers.py b/workers.py index 17f90fa..e0b3553 100644 --- a/workers.py +++ b/workers.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from buildbot.plugins import worker from yoctoabb import config diff --git a/www.py b/www.py index cd673e7..6298bec 100644 --- a/www.py +++ b/www.py @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0-only +# + from buildbot.plugins import util from yoctoabb import config