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 15:03:39 +0200
commit9be0959b8121429efc80fce7ad37631052f176de (patch)
treea1b3a2d0f6149b369338fe24ae8b256b8be64b08
parent9a61f4686554744ee847c7bec8acc7a7254f3b20 (diff)
downloadbuildstream-9be0959b8121429efc80fce7ad37631052f176de.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