summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:39:29 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 18:39:29 +0900
commite2959c27382464f1b5ba37f6ea6db14f21d71b72 (patch)
treeefd85de6dff5ca45789a12fb41b73acb15c283b1
parentf507f6f52d205293d16c1fae9de58ef641d5190a (diff)
downloadbuildstream-e2959c27382464f1b5ba37f6ea6db14f21d71b72.tar.gz
sandbox/_mounter.py: Added missing copyright header
-rw-r--r--buildstream/sandbox/_mounter.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/buildstream/sandbox/_mounter.py b/buildstream/sandbox/_mounter.py
index 2983b85b9..3f8299392 100644
--- a/buildstream/sandbox/_mounter.py
+++ b/buildstream/sandbox/_mounter.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python3
+#
+# Copyright (C) 2017 Codethink Limited
+#
+# 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:
+# Tristan Maat <tristan.maat@codethink.co.uk>
+
import sys
from contextlib import contextmanager