pcoet commented on code in PR #1: URL: https://github.com/apache/beam-starter-java/pull/1#discussion_r853393515
########## README.md: ########## @@ -1,5 +1,10 @@ # Apache Beam starter for Java +ℹ️ This repository is dual licensed on both [Apache ASL2](LICENSE-APACHE) and [MIT](LICENSE-MIT) licenses. Review Comment: I'd suggest putting this boilerplate in the README: ``` License This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE for details. ``` And using this for the headers: ``` Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option. This file may not be copied, modified, or distributed except according to those terms. ``` For Google OSS projects, I don't think you're required to mention the MIT or Apache license in the CONTRIBUTING file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
