summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-03-27 11:24:27 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-03-27 12:27:25 +0000
commitfec7d593fbc2c12d15fe0e529f1d4251294f63d6 (patch)
tree1a7f461578e3399ee36241f39b2ef6f23f04fedb
parent80af629ef8340f8146aac03624279eb24a1ecf79 (diff)
downloadbuildstream-fec7d593fbc2c12d15fe0e529f1d4251294f63d6.tar.gz
testutils/yaml.py: add copyright notice
-rw-r--r--tests/testutils/yaml.py19
1 files changed, 19 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+#
+# Authors:
+# Angelos Evripiotis <jevripiotis@bloomberg.net>
+
from buildstream import _yaml