gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Rename COPYING to LICENSE #117

Closed scpeters closed 1 year ago

scpeters commented 1 year ago

🦟 Bug fix

Fixes automatic detection of license type. Similar to https://github.com/gazebosim/gz-math/pull/521.

Summary

The LICENSE file contained a copy of the stanze used at the top of source code files, while the actual license was in the COPYING file. So remove the stanza and put the actual Apache 2.0 license text in LICENSE.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.