Skip to content
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

Fix license issues #6084

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fthobe
Copy link
Contributor

@fthobe fthobe commented Jan 20, 2025

Summary

Related to previous conversations in PR #5948.
Copyright lists alphabetically the major contributors, points for generic contributions to the git commit list.

Some open issues:

  • is the logo currently protected?
  • is the brand "Solidus" currently protected?
  • I also added inter

Fixes #5947

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

@github-actions github-actions bot added the changelog:repository Changes to the repository not within any gem label Jan 20, 2025
Added Inter License
Corrected Reference to other License file
Update LICENSE.md formating
Update License.md with reference to other licenses
Added License for Remixicon
@fthobe fthobe force-pushed the Fix-License-Issues branch from a7f7a88 to f9209f1 Compare January 22, 2025 18:07
@fthobe
Copy link
Contributor Author

fthobe commented Jan 22, 2025

@tvdeyen could you also look here

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.58%. Comparing base (3675af2) to head (f9209f1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6084      +/-   ##
==========================================
+ Coverage   89.33%   89.58%   +0.24%     
==========================================
  Files         730      801      +71     
  Lines       16462    18275    +1813     
==========================================
+ Hits        14706    16371    +1665     
- Misses       1756     1904     +148     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fthobe fthobe marked this pull request as ready for review January 22, 2025 18:22
@fthobe fthobe requested a review from a team as a code owner January 22, 2025 18:22
Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@@ -11,3 +15,5 @@ Redistribution and use in source and binary forms, with or without modification,
* Neither the name of Spree Commerce Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

_This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner of contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage._

Licenses for all other components used can be found in the file [Additional Licenses](https://github.com/solidusio/solidus/blob/Fix-License-Issues/additionallicenses.md).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use a relative link in markdown?

Suggested change
Licenses for all other components used can be found in the file [Additional Licenses](https://github.com/solidusio/solidus/blob/Fix-License-Issues/additionallicenses.md).
Licenses for all other components used can be found in the file [Additional Licenses](additionallicenses.md).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly I was not aware that git supports relative paths!

Yes, makes sense and is absolutely indicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:repository Changes to the repository not within any gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

License Issue Remixicon
2 participants