Merge "Generalize deploy maven-file builder"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 10 Aug 2017 03:17:12 +0000 (03:17 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Thu, 10 Aug 2017 03:17:12 +0000 (03:17 +0000)
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