awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
333 stars 111 forks source link

update license to apache 2.0 #58

Closed nabuskey closed 2 years ago

nabuskey commented 2 years ago

What does this PR do?

Changes file header license type to Apache 2.0

Motivation

This repository's license type has changed recently.

More

Command used:

for i in `grep SPDX . -r -l`; do sed -i '' "s/MIT-0/Apache-2\.0/g" ${i} ; done