Difference between revisions of "Liberty Eiffel Licenses"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(initial creation from LICENCE.txt in Liberty repo root)
 
m (Hzwakenberg moved page License to Liberty Eiffel Licenses)
 
(3 intermediate revisions by 2 users not shown)
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 the [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]

Latest revision as of 17:17, 19 June 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