Github user stain commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-language/pull/38#discussion_r196747756
--- Diff:
taverna-scufl2-cwl/src/test/java/org/apache/taverna/scufl2/cwl/TestParser.java
---
@@ -0,0 +1,96 @@
+package org.apache.taverna.scufl2.cwl;
--- End diff --
Would you add the Apache license header also to the test source code?
If the CWL files are your own (I understood so) then could they also have
the Apache license header? You will probably need to use [`#` YAML
comments](http://yaml.org/spec/1.2/spec.html#id2780069) below the
`#!/usr/bin/env cwlrunner` shebang header.
---