summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlxc-attach3
-rwxr-xr-xlxc-create3
-rwxr-xr-xlxc-destroy3
-rwxr-xr-xlxc-device3
-rwxr-xr-xlxc-info3
-rwxr-xr-xlxc-start3
-rwxr-xr-xlxc-stop3
7 files changed, 14 insertions, 7 deletions
diff --git a/lxc-attach b/lxc-attach
index f563456..6f26911 100755
--- a/lxc-attach
+++ b/lxc-attach
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-attach command which is used by LAVA.
diff --git a/lxc-create b/lxc-create
index 95b53be..d6d88ec 100755
--- a/lxc-create
+++ b/lxc-create
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-create command which is used by LAVA.
diff --git a/lxc-destroy b/lxc-destroy
index 92aac7e..0a1ddb6 100755
--- a/lxc-destroy
+++ b/lxc-destroy
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-destroy command which is used by LAVA.
diff --git a/lxc-device b/lxc-device
index aa7943e..a727e13 100755
--- a/lxc-device
+++ b/lxc-device
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-device command which is used by LAVA.
diff --git a/lxc-info b/lxc-info
index c71b425..09b75f5 100755
--- a/lxc-info
+++ b/lxc-info
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-info command which is used by LAVA.
diff --git a/lxc-start b/lxc-start
index 473fde5..912a47b 100755
--- a/lxc-start
+++ b/lxc-start
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-start command which is used by LAVA.
diff --git a/lxc-stop b/lxc-stop
index f366715..ada8733 100755
--- a/lxc-stop
+++ b/lxc-stop
@@ -7,7 +7,8 @@
#
# This file is part of LAVA LXC mocker.
#
-# License: MIT - see the LICENSE file for details
+# Released under the MIT License:
+# http://www.opensource.org/licenses/mit-license.php
#
# Mocks lxc-stop command which is used by LAVA.