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 <[email protected]> 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
