From fec7d593fbc2c12d15fe0e529f1d4251294f63d6 Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Wed, 27 Mar 2019 11:24:27 +0000 Subject: testutils/yaml.py: add copyright notice --- tests/testutils/yaml.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/testutils/yaml.py b/tests/testutils/yaml.py index 4706a27bb..60cb02ec6 100644 --- a/tests/testutils/yaml.py +++ b/tests/testutils/yaml.py @@ -1,3 +1,22 @@ +# +# Copyright (C) 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 . +# +# Authors: +# Angelos Evripiotis + from buildstream import _yaml -- cgit v1.2.1