Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/683#discussion_r131651567
--- Diff: metron-interface/metron-config/scripts/package.json ---
@@ -18,5 +18,5 @@
},
"private": true,
"author": "",
- "license": "MIT"
+ "license": "Apache 2.0"
--- End diff --
Looking at https://docs.npmjs.com/files/package.json and
https://spdx.org/licenses/, it looks like this should probably be `Apache-2.0`
(with the dash). Is my understanding of this correct?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---