Difference between revisions of "Liberty Eiffel Licenses"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(added link to wiki license)
m
Line 1: Line 1:
Liberty Eiffel's licensing scheme is a bit complex.
+
Liberty Eiffel's development system is covered by multiple licenses:
   
 
* The tools are licensed under the [http://www.opensource.org/licenses/gpl-3.0.html GPLv3]. See the COPYING file at the root of the project.
 
* The tools are licensed under the [http://www.opensource.org/licenses/gpl-3.0.html GPLv3]. See the COPYING file at the root of the project.
Line 6: Line 6:
 
:* Kernel libraries are licensed under the [http://www.opensource.org/licenses/mit-license.php MIT-X11] license.
 
:* Kernel libraries are licensed under the [http://www.opensource.org/licenses/mit-license.php MIT-X11] license.
 
:* Other "100% Eiffel" libraries are usually licensed under the [http://www.opensource.org/licenses/mit-license.php MIT-X11] license.
 
:* Other "100% Eiffel" libraries are usually licensed under the [http://www.opensource.org/licenses/mit-license.php MIT-X11] license.
:* Wrapper libraries use the same license as the underlying library
+
:* Wrapper libraries use the same license as the underlying library being wrapped
   
 
* The documentation in this wiki is licensed under [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]
 
* The documentation in this wiki is licensed under [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]

Revision as of 12:29, 29 May 2016

Liberty Eiffel's development system is covered by multiple licenses:

  • The tools are licensed under the GPLv3. See the COPYING file at the root of the project.
  • Each library has its own license:
  • Kernel libraries are licensed under the MIT-X11 license.
  • Other "100% Eiffel" libraries are usually licensed under the MIT-X11 license.
  • Wrapper libraries use the same license as the underlying library being wrapped