summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-09-12 12:07:36 +0200
committerJürg Billeter <j@bitron.ch>2019-09-19 17:31:29 +0200
commitfadbf6713bfc24463025000f5e68e3150660dd81 (patch)
tree7194259847b29ab54b302bd5450564d20d682489
parent1a9749c4601acfccd107e724b698b0cc0b922d32 (diff)
downloadbuildstream-fadbf6713bfc24463025000f5e68e3150660dd81.tar.gz
casremote.py: Add missing copyright header
-rw-r--r--src/buildstream/_cas/casremote.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/buildstream/_cas/casremote.py b/src/buildstream/_cas/casremote.py
index 8a0a488ba..a054b288a 100644
--- a/src/buildstream/_cas/casremote.py
+++ b/src/buildstream/_cas/casremote.py
@@ -1,3 +1,20 @@
+#
+# Copyright (C) 2018-2019 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
+# 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/>.
+#
+
from .._protos.google.rpc import code_pb2
from .._protos.build.buildgrid import local_cas_pb2