Difference between revisions of "Liberty Eiffel Licenses"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
m
m
Line 8: Line 8:
 
:* Wrapper libraries use the same license as the underlying library being wrapped
 
:* 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 the [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License]

Revision as of 17:02, 8 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