OpenAPITools / openapi-generator-bazel

Bazel plugin for OpenAPI Generator
Apache License 2.0
66 stars 48 forks source link

License #1

Closed wing328 closed 5 years ago

wing328 commented 5 years ago

@mrmeku for the license, what about using Apache v2 (same as OpenAPI-Generator)?

mrmeku commented 5 years ago

Sounds good to me! I've added it to the root of the repo. @wing328 Some bazel projects such as rules_nodejs add licence information as a header for every file in the repo. For example: https://github.com/bazelbuild/rules_nodejs/blob/master/defs.bzl#L1

Would you like to follow this convention? Its a bit onerous for contributors, but I'll do whatever direction you think is best.

wing328 commented 5 years ago

For copyright, let's use the following:

Copyright 2019 OpenAPI-Generator-Bazel Contributors

Last time, I used an IDE (Intellji) to add a license header for every file in OpenAPI Generator. If you need help adding these license headers, let me know and I'll see if there's an easy way to do so.

cc @jimschubert

mrmeku commented 5 years ago

Naw, the project is intentionally only made up of like 10 files. It'll only take me a second to add the header to all files