I was trying to understand Justin's comment [1] that the NOTICE file for apigateway referred to MIT licensed files that weren't in the release.
I eventually realized this is because the script that makes the release excludes any top-level directory called 'tests' (among other things that seem plausible to exclude). [2] This seems a bit odd to me. Do we really want to do this? --dave [1] https://lists.apache.org/thread.html/1bb15cc18ba446c8102e1ec8780cf0e05fcab345bf73ed3caae4b4bd@%3Cgeneral.incubator.apache.org%3E [2] https://github.com/apache/incubator-openwhisk-release/blob/38e5c15a9f3405f30ad88b5594618aa27d7b9019/tools/package_source_code.sh#L33