summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran S <senthil.kumaran@linaro.org>2018-02-05 16:09:47 +0530
committerSenthil Kumaran S <senthil.kumaran@linaro.org>2018-02-05 16:09:47 +0530
commitca6372c0d4e1335ece632bfe2011bdaed0da9903 (patch)
tree6d6de26d3db7becbdd561ad9547712d84bb098fe
parentbd76eabc224b3d00971bd5bf2e0affb899ce1c7f (diff)
Refer to MIT license from a URL.
Change-Id: I48f068107893f3bcbf34f8b0d0134fd9dbcbfef0
-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.