You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 08:22:15 UTC

[buildstream] branch laurence/copyright created (now 4e1dbe5)

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

tvb pushed a change to branch laurence/copyright
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 4e1dbe5  Update casremote.py

This branch includes the following new commits:

     new 12eed29  Update casremote.py
     new 4e1dbe5  Update casremote.py

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 02/02: Update casremote.py

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e1dbe5e879e16083be41165b5c3f9e57e47f320
Author: Laurence Urhegyi <la...@codethink.co.uk>
AuthorDate: Fri Feb 8 16:04:44 2019 +0000

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

diff --git a/buildstream/_cas/casremote.py b/buildstream/_cas/casremote.py
index f1339ae..1d3e106 100644
--- a/buildstream/_cas/casremote.py
+++ b/buildstream/_cas/casremote.py
@@ -14,6 +14,8 @@
 #  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/>.
 #
+#  Authors:
+#        Raoul Hidaolgo Charman <ra...@codethink.co.uk>
 
 from collections import namedtuple
 import io


[buildstream] 01/02: Update casremote.py

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb 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