You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:31:47 UTC

[buildstream] 01/07: Add Tristan's files

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch correcting-copyright
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d1e7372c6e623550268a3036ef0379697ccb5408
Author: Tristan Maat <tr...@codethink.co.uk>
AuthorDate: Tue Jul 24 15:41:30 2018 +0100

    Add Tristan's files
---
 buildstream/__init__.py                     | 1 +
 buildstream/_artifactcache/artifactcache.py | 1 +
 buildstream/_artifactcache/cascache.py      | 1 +
 buildstream/_context.py                     | 1 +
 buildstream/_frontend/__init__.py           | 1 +
 buildstream/_frontend/app.py                | 1 +
 buildstream/_frontend/status.py             | 1 +
 buildstream/_options/optionpool.py          | 1 +
 buildstream/_ostree.py                      | 1 +
 buildstream/_pipeline.py                    | 1 +
 buildstream/_project.py                     | 1 +
 buildstream/_scheduler/jobs/cachesizejob.py | 1 +
 buildstream/_scheduler/jobs/cleanupjob.py   | 1 +
 buildstream/_scheduler/jobs/elementjob.py   | 1 +
 buildstream/_scheduler/queues/buildqueue.py | 1 +
 buildstream/_scheduler/queues/fetchqueue.py | 1 +
 buildstream/_scheduler/queues/pullqueue.py  | 1 +
 buildstream/_scheduler/queues/pushqueue.py  | 1 +
 buildstream/_scheduler/queues/queue.py      | 1 +
 buildstream/_scheduler/queues/trackqueue.py | 1 +
 buildstream/_scheduler/scheduler.py         | 1 +
 buildstream/_stream.py                      | 1 +
 buildstream/_workspaces.py                  | 1 +
 buildstream/_yaml.py                        | 1 +
 buildstream/buildelement.py                 | 1 +
 buildstream/element.py                      | 1 +
 buildstream/plugin.py                       | 1 +
 buildstream/plugins/elements/import.py      | 1 +
 buildstream/plugins/sources/deb.py          | 1 +
 buildstream/source.py                       | 1 +
 buildstream/utils.py                        | 1 +
 conftest.py                                 | 1 +
 setup.py                                    | 1 +
 33 files changed, 33 insertions(+)

diff --git a/buildstream/__init__.py b/buildstream/__init__.py
index cf56ecf..f66633f 100644
--- a/buildstream/__init__.py
+++ b/buildstream/__init__.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py
index 5feae93..87d9359 100644
--- a/buildstream/_artifactcache/artifactcache.py
+++ b/buildstream/_artifactcache/artifactcache.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2017-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_artifactcache/cascache.py b/buildstream/_artifactcache/cascache.py
index a540c8c..533b6b5 100644
--- a/buildstream/_artifactcache/cascache.py
+++ b/buildstream/_artifactcache/cascache.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_context.py b/buildstream/_context.py
index fbb0a96..9437412 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_frontend/__init__.py b/buildstream/_frontend/__init__.py
index febd497..53d12c8 100644
--- a/buildstream/_frontend/__init__.py
+++ b/buildstream/_frontend/__init__.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2017 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_frontend/app.py b/buildstream/_frontend/app.py
index c8f1f43..d7642b1 100644
--- a/buildstream/_frontend/app.py
+++ b/buildstream/_frontend/app.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_frontend/status.py b/buildstream/_frontend/status.py
index 51b28d9..d3041e8 100644
--- a/buildstream/_frontend/status.py
+++ b/buildstream/_frontend/status.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_options/optionpool.py b/buildstream/_options/optionpool.py
index f90fd82..72dbcb0 100644
--- a/buildstream/_options/optionpool.py
+++ b/buildstream/_options/optionpool.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2017 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_ostree.py b/buildstream/_ostree.py
index 5a4039f..14a56bd 100644
--- a/buildstream/_ostree.py
+++ b/buildstream/_ostree.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2017 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_pipeline.py b/buildstream/_pipeline.py
index 852abf7..c72ba93 100644
--- a/buildstream/_pipeline.py
+++ b/buildstream/_pipeline.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 54ec9ee..e992174 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/jobs/cachesizejob.py b/buildstream/_scheduler/jobs/cachesizejob.py
index f73a09c..4176452 100644
--- a/buildstream/_scheduler/jobs/cachesizejob.py
+++ b/buildstream/_scheduler/jobs/cachesizejob.py
@@ -1,4 +1,5 @@
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/jobs/cleanupjob.py b/buildstream/_scheduler/jobs/cleanupjob.py
index bb78e87..73d2e61 100644
--- a/buildstream/_scheduler/jobs/cleanupjob.py
+++ b/buildstream/_scheduler/jobs/cleanupjob.py
@@ -1,4 +1,5 @@
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/jobs/elementjob.py b/buildstream/_scheduler/jobs/elementjob.py
index fcad20c..239c2ff 100644
--- a/buildstream/_scheduler/jobs/elementjob.py
+++ b/buildstream/_scheduler/jobs/elementjob.py
@@ -1,4 +1,5 @@
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/buildqueue.py b/buildstream/_scheduler/queues/buildqueue.py
index 376ef5a..77fbfe7 100644
--- a/buildstream/_scheduler/queues/buildqueue.py
+++ b/buildstream/_scheduler/queues/buildqueue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/fetchqueue.py b/buildstream/_scheduler/queues/fetchqueue.py
index 265890b..c230758 100644
--- a/buildstream/_scheduler/queues/fetchqueue.py
+++ b/buildstream/_scheduler/queues/fetchqueue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/pullqueue.py b/buildstream/_scheduler/queues/pullqueue.py
index 430afc4..4912d60 100644
--- a/buildstream/_scheduler/queues/pullqueue.py
+++ b/buildstream/_scheduler/queues/pullqueue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/pushqueue.py b/buildstream/_scheduler/queues/pushqueue.py
index 568e053..3fdfd91 100644
--- a/buildstream/_scheduler/queues/pushqueue.py
+++ b/buildstream/_scheduler/queues/pushqueue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/queue.py b/buildstream/_scheduler/queues/queue.py
index 6c15834..099aad7 100644
--- a/buildstream/_scheduler/queues/queue.py
+++ b/buildstream/_scheduler/queues/queue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/queues/trackqueue.py b/buildstream/_scheduler/queues/trackqueue.py
index c7a8f4c..2fd35f7 100644
--- a/buildstream/_scheduler/queues/trackqueue.py
+++ b/buildstream/_scheduler/queues/trackqueue.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_scheduler/scheduler.py b/buildstream/_scheduler/scheduler.py
index 3d1d79b..b8b99ec 100644
--- a/buildstream/_scheduler/scheduler.py
+++ b/buildstream/_scheduler/scheduler.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_stream.py b/buildstream/_stream.py
index 365709c..e84b8ec 100644
--- a/buildstream/_stream.py
+++ b/buildstream/_stream.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_workspaces.py b/buildstream/_workspaces.py
index 3f474b8..8901baf 100644
--- a/buildstream/_workspaces.py
+++ b/buildstream/_workspaces.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/_yaml.py b/buildstream/_yaml.py
index 0e090e2..6a2332d 100644
--- a/buildstream/_yaml.py
+++ b/buildstream/_yaml.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index ec05acb..1a0315e 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/element.py b/buildstream/element.py
index e9cbdb6..52d416d 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index 3e1d890..b57c563 100644
--- a/buildstream/plugin.py
+++ b/buildstream/plugin.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2017 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/plugins/elements/import.py b/buildstream/plugins/elements/import.py
index 93594b6..5a77abb 100644
--- a/buildstream/plugins/elements/import.py
+++ b/buildstream/plugins/elements/import.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/plugins/sources/deb.py b/buildstream/plugins/sources/deb.py
index 1cf8beb..04b35a3 100644
--- a/buildstream/plugins/sources/deb.py
+++ b/buildstream/plugins/sources/deb.py
@@ -1,4 +1,5 @@
 #  Copyright (C) 2017 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/source.py b/buildstream/source.py
index ec38ae8..b475c88 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/buildstream/utils.py b/buildstream/utils.py
index e8270d8..cbe1ce0 100644
--- a/buildstream/utils.py
+++ b/buildstream/utils.py
@@ -1,5 +1,6 @@
 #
 #  Copyright (C) 2016-2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/conftest.py b/conftest.py
index 99a602d..fa7e3e0 100755
--- a/conftest.py
+++ b/conftest.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 #
 #  Copyright (C) 2018 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public
diff --git a/setup.py b/setup.py
index 0be02df..3a63052 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 #
 #  Copyright (C) 2016 Codethink Limited
+#  Copyright (C) 2018 Bloomberg Finance LP
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU Lesser General Public