We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f125f commit 2be10e7Copy full SHA for 2be10e7
README.md
@@ -38,4 +38,7 @@ This application is developed by Multimedia Lab http://www.mmlab.be
38
39
Copyright 2014, Multimedia Lab - Ghent University - iMinds
40
41
+License
42
+-------
43
44
+The RMLProcessor is released under the terms of the [MIT license](http://opensource.org/licenses/mit-license.html).
rmlprocessor.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
#This runs the RML processor
3
-mvn exec:java -Dexec.args="$1 $2 $3"
+mvn exec:java -Dexec.args="$1 $2"
0 commit comments