Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] How to contribute LGPL-licensed third party library to Orbit?

JavaBDD was approved by the Eclipse Board of Directors for use specifically (and exclusively) by the Eclipse ESCET project.

Unfortunately, this means that it can't be put into Eclipse Orbit.

Do you have a motivation beyond good housekeeping for putting this content in Orbit?

Wayne

On Mon, Jan 25, 2021 at 11:31 AM Dennis Hendriks <dh_tue@xxxxxxxxxxx> wrote:
Hi all,

I'm trying to contribute JavaBDD to Eclipse Orbit. See CQ 22696 (https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22696).

I'm following the same steps as for XChart and Java Diff Utils that I contributed earlier to Eclipse Orbit.

I'm running into some issue since this is an LGPL-licensed library. When trying to do a build I get:

...
[INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.javabdd ---
[INFO] Discovering license information from existing ip_log.xml
[INFO] Discovered license 'GNU Library General Public License v2 or later' for artifact com.github.com-github-javabdd:com.github.javabdd:1.0.1.
[INFO] Gathering sources archives
[INFO] Configured Artifact: com.github.com-github-javabdd:com.github.javabdd:sources:1.0.1:jar
[INFO] Unpacking [path]\.m2\repository\com\github\com-github-javabdd\com.github.javabdd\1.0.1\com.github.javabdd-1.0.1-sources.jar to [path]\orbit-recipes\github\javabdd\com.github.javabdd_1.0.1\target\sources-for-eclipse-ipzilla\com.github.javabdd-1.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Configured Artifact: com.github.com-github-javabdd:com.github.javabdd:sources:1.0.1:jar
[INFO] Copying com.github.javabdd-1.0.1-sources.jar to [path]\orbit-recipes\github\javabdd\com.github.javabdd_1.0.1\target\sources-for-eclipse-ipzilla\com.github.javabdd-1.0.1-sources.jar
[INFO] Refreshing about files and about.html
[ERROR] Unable to map license 'GNU Library General Public License v2 or later' to a known license.
[ERROR] Know licenses are:
[ERROR]   - Apache License, 2.0
[ERROR]   - Apache Software License 1.1
[ERROR]   - Common Development and Distribution License
[ERROR]   - Common Public License 1.0
[ERROR]   - Custom license based on Apache Software License 1.1
[ERROR]   - Eclipse Public License
[ERROR]   - Java Cup License (MIT Style)
[ERROR]   - MIT license
[ERROR]   - Mozilla Public License 1.0 (MPL)
[ERROR]   - Mozilla Public License 1.1 (MPL)
[ERROR]   - Mozilla Public License 2.0 (MPL)
[ERROR]   - New BSD license
[ERROR]   - Public Domain
[ERROR]   - SUN Industry Standards Source License 1.2
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...

None of the listed licenses is 'GNU Library General Public License v2 or later', 'LGPL-2.0-or-later' or something similar.

What can I do to resolve this?

Regards,
Dennis
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/orbit-dev


--

Wayne Beaton

Director of Open Source Projects | Eclipse Foundation


Back to the top