Closed nabuskey closed 2 years ago
Changes file header license type to Apache 2.0
This repository's license type has changed recently.
Command used:
for i in `grep SPDX . -r -l`; do sed -i '' "s/MIT-0/Apache-2\.0/g" ${i} ; done
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: