Add license header test for shell scripts 34/5734/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 Aug 2017 21:23:32 +0000 (17:23 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Aug 2017 21:17:26 +0000 (17:17 -0400)
Add a test to check license headers exist in shell scripts.

Change-Id: I4f6f9874f79d55f5ab52b17a4dafa9d836f90d34
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
license-header.txt [new file with mode: 0644]
tox.ini

diff --git a/license-header.txt b/license-header.txt
new file mode 100644 (file)
index 0000000..6370a91
--- /dev/null
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: EPL-1.0
+##############################################################################
+# COPYRIGHT
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+##############################################################################
diff --git a/tox.ini b/tox.ini
index 8f9cb51..c27b363 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = coala,jjb
+envlist = coala,jjb,license
 skipsdist = true
 
 [testenv:coala]
@@ -26,3 +26,7 @@ commands =
 whitelist_externals =
     cp
     rm
+
+[testenv:license]
+deps = lftools
+commands = lftools license check-dir -r '.+' shell