cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Suggest license file #9

Closed sam-caldwell closed 5 years ago

sam-caldwell commented 5 years ago

Problem: Many of us cannot use or contribute to software in the open source world as part of our jobs unless there is a clear license in the project repo as per various policies. Further, many companies are starting to automate license checks during the CI/CD process to prevent accidental use of software outside of sanctioned licenses.

Solution: Terraform is published under the Mozilla Public License, version 2.0. I've added an identical license to this PR as a suggested solution to the above problem. See https://github.com/hashicorp/terraform/blob/master/LICENSE.

This gives cloudAMQP (1) a clear position on licensing of the terraform plugin and (2) communicates that position to the users of the terraform plugin.

This gives me freedom to contribute to this repo to add more features and functionality.

Thanks,

Sam

snichme commented 5 years ago

Hi,

Thanks for reporting this, we should have a clear license for the software. We will review the license and get back.

tbroden84 commented 5 years ago

Have added MIT license.