-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename COPYING to LICENSE #1252
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. Similar to gazebosim/gz-math#521. Signed-off-by: Steve Peters <[email protected]>
github-actions
bot
added
Gazebo 1️1️
Dependency of Gazebo classic version 11
🏰 citadel
Ignition Citadel
labels
Mar 14, 2023
Codecov Report
@@ Coverage Diff @@
## sdf9 #1252 +/- ##
=======================================
Coverage 88.35% 88.35%
=======================================
Files 63 63
Lines 10093 10093
=======================================
Hits 8918 8918
Misses 1175 1175 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
azeey
approved these changes
Mar 14, 2023
mwoehlke-kitware
added a commit
to mwoehlke-kitware/drake
that referenced
this pull request
Jun 5, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
mwoehlke-kitware
added a commit
to mwoehlke-kitware/drake
that referenced
this pull request
Jun 5, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
mwoehlke-kitware
added a commit
to mwoehlke-kitware/drake
that referenced
this pull request
Jun 5, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
jwnimmer-tri
pushed a commit
to mwoehlke-kitware/drake
that referenced
this pull request
Jun 6, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
RussTedrake
pushed a commit
to RussTedrake/drake
that referenced
this pull request
Jun 9, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
RussTedrake
pushed a commit
to RussTedrake/drake
that referenced
this pull request
Jul 3, 2023
….5.0 Note that the file upstream previously shipped as 'LICENSE' was essentially a stub. The latest release replaces that with the file previously named 'COPYING', which no longer exists. See also gazebosim/sdformat#1252.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🦟 Bug fix
Fixes automatic detection of license type. Similar to gazebosim/gz-math#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
codecheck
passed (See contributing)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.