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

[buildstream] 01/02: Update casremote.py

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

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

commit 12eed29c829aafb3dda01fe66d10c12113da8529
Author: Laurence Urhegyi <la...@codethink.co.uk>
AuthorDate: Fri Feb 8 15:38:19 2019 +0000

    Update casremote.py
---
 buildstream/_cas/casremote.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/buildstream/_cas/casremote.py b/buildstream/_cas/casremote.py
index 56ba4c5..f1339ae 100644
--- a/buildstream/_cas/casremote.py
+++ b/buildstream/_cas/casremote.py
@@ -1,3 +1,20 @@
+#
+#  Copyright 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
+#  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 collections import namedtuple
 import io
 import os