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 <[email protected]> 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 <[email protected]> from collections import namedtuple import io
