gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
75 stars 43 forks source link

Rename COPYING to LICENSE #525

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #525 (31cfd00) into ign-gui3 (0152bef) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 31cfd00 differs from pull request most recent head 4a614bb. Consider uploading reports for the commit 4a614bb to get more accurate results

@@            Coverage Diff            @@
##           ign-gui3     #525   +/-   ##
=========================================
  Coverage     73.82%   73.82%           
=========================================
  Files            30       30           
  Lines          3270     3270           
=========================================
  Hits           2414     2414           
  Misses          856      856           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.