From fadbf6713bfc24463025000f5e68e3150660dd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 12 Sep 2019 12:07:36 +0200 Subject: casremote.py: Add missing copyright header --- src/buildstream/_cas/casremote.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src') 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 . +# + from .._protos.google.rpc import code_pb2 from .._protos.build.buildgrid import local_cas_pb2 -- cgit v1.2.1