Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Lyo/Licenses"

< Lyo
(clarify that not all code may be dual licensed)
 
Line 1: Line 1:
'''This page is work in progress contributed by OlivierBerger, and not yet endorsed by the Eclipse Lyo project leads. Please do not take information contained here as official, until the present notice is removed.'''
+
In Eclipse Lyo, some of the software modules are not always tightly linked to the rest of the Eclipse projects which concern running within the IDE on the desktop.
  
In Eclipse Lyo, some of the software modules are not always tightly linked to the rest of the Eclipse projects which concern the IDE.
+
Some contributions are libraries which are meant to be used to glue tools, for instance in scripts that need to communicate with OSLC compatible services, using scripting languages like JavaScript and Perl.
  
Some contributions are libraries which are meant to be used to glue tools, for instance in scripts that need to communicate with OSLC compatible services, using scripting languages like Perl, for instance.
+
For such libraries, there is the need to make sure that their license is flexible enough to accommodate most situations. Thus, in addition to the [http://www.eclipse.org/legal/copyrightandlicensenotice.php EPL] licensing which is common in Eclipse project, such code will be also released under the conditions of the [http://www.eclipse.org/org/documents/edl-v10.php EDL] (New BSD style license).
  
For such libraries, there is the need to make sure that their license is flexible enough to accomodate most situations. Thus, in addition to the [http://www.eclipse.org/legal/copyrightandlicensenotice.php EPL] licensing which is common in Eclipse project, such code will be also released under the conditions of the [http://www.eclipse.org/org/documents/edl-v10.php EDL] (New BSD style license).
+
Other parts of Eclipse Lyo may be licensed only under the EPL, as per the author's choice. Though EDL is the recommended license.
 
+
Other parts of Eclipse Lyo may be licensed only under the EPL, as per the author's choice.
+
 
+
'''Again, please check with the project leads to make sure that you understand the Lyo licensing conditions, in case of doubt, and don't take this as official statement.'''
+

Latest revision as of 10:08, 28 June 2012

In Eclipse Lyo, some of the software modules are not always tightly linked to the rest of the Eclipse projects which concern running within the IDE on the desktop.

Some contributions are libraries which are meant to be used to glue tools, for instance in scripts that need to communicate with OSLC compatible services, using scripting languages like JavaScript and Perl.

For such libraries, there is the need to make sure that their license is flexible enough to accommodate most situations. Thus, in addition to the EPL licensing which is common in Eclipse project, such code will be also released under the conditions of the EDL (New BSD style license).

Other parts of Eclipse Lyo may be licensed only under the EPL, as per the author's choice. Though EDL is the recommended license.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.