diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-11 12:50:34 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-09-14 16:32:21 +0100 |
commit | 82d4e2acf13b96121c247b305c5e8ceea22fc363 (patch) | |
tree | bef1d1416957a894caa637d80e61d5bd5a4767df /buildstream/_scheduler | |
parent | 510ccbfd407d52c68ce3c040edf577e8eff7e476 (diff) | |
download | buildstream-82d4e2acf13b96121c247b305c5e8ceea22fc363.tar.gz |
scheduler: add missing copyright
Tristan Maat created the original file, so he is added as the author.
Diffstat (limited to 'buildstream/_scheduler')
-rw-r--r-- | buildstream/_scheduler/jobs/__init__.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/buildstream/_scheduler/jobs/__init__.py b/buildstream/_scheduler/jobs/__init__.py index 185d8258a..4b0b11dac 100644 --- a/buildstream/_scheduler/jobs/__init__.py +++ b/buildstream/_scheduler/jobs/__init__.py @@ -1,3 +1,22 @@ +# +# Copyright (C) 2018 Codethink Limited +# +# This program 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 +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library. If not, see <http://www.gnu.org/licenses/>. +# +# Authors: +# Tristan Maat <tristan.maat@codethink.co.uk> + from .elementjob import ElementJob from .cachesizejob import CacheSizeJob from .cleanupjob import CleanupJob |