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

Use Correct License Name "Plexus" #98

Merged
merged 2 commits into from Jan 22, 2023
Merged

Conversation

tisoft
Copy link
Contributor

@tisoft tisoft commented Jul 27, 2020

The pom.xml states that dom4j is using the BSD-3-Clause license, but the license text does not match that statement.

The license text matches the "Plexus Classworlds License".
The SPDX identifier is "Plexus", which would be the recomended entry for the name field in the pom.

https://spdx.org/licenses/Plexus.html

The pom.xml states that dom4j is using the BSD-3-Clause license, but the license text does not match that statement.

The license text matches the "Plexus Classworlds License".
The SPDX identifier is "Plexus", which would be the recomended entry for the name field in the pom.

https://spdx.org/licenses/Plexus.html
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2020

Codecov Report

Base: 39.94% // Head: 39.94% // No change to project coverage 👍

Coverage data is based on head (5cbef5b) compared to base (7fbdc6d).
Patch has no changes to coverable lines.

❗ Current head 5cbef5b differs from pull request most recent head cb96c84. Consider uploading reports for the commit cb96c84 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #98   +/-   ##
=========================================
  Coverage     39.94%   39.94%           
  Complexity     1494     1494           
=========================================
  Files           145      145           
  Lines          9492     9492           
  Branches       1192     1192           
=========================================
  Hits           3792     3792           
  Misses         5320     5320           
  Partials        380      380           

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@oglowa
Copy link

oglowa commented May 26, 2021

Well, I see that the license text of the plexus-license matches the best to the current license-text of this library, but I don't think, that is that, what the author want.
On The Homepage-FAQ it is mentioned, that the license is "Apache style".

"... We use an Apache-style open source license ..."

So I think it has to be synchronized:

  • the FAQ-page
  • the name in the build.gradle
  • the used license-text

@FilipJirsak FilipJirsak merged commit acfb939 into dom4j:master Jan 22, 2023
@tisoft tisoft deleted the patch-1 branch January 22, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants