Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 3.51 KB

LICENSE.md

File metadata and controls

73 lines (49 loc) · 3.51 KB

alt text

Fermat License

Fermat is a system built with components. These are the main types of component:

Libraries

Most of the libraries in Fermat are part of Fermat Core or Fermat APIs. The following license applies to these libraries:

The MIT License (MIT)

Copyright (c) 2015 Fermat Foundation.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The copyright notice above and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Add-ons

Add-ons are low level components. The following license applies to these components :

The MIT License (MIT)

Copyright (c) 2015 Fermat Foundation.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Plug-ins

Plug-ins are middleware components. Anybody can write Plug-ins for Fermat and their authors hold all the rights over them. Please find at the root folder of each Plug-in their LICENSE.md file.

GUI Components

GUI Components provide an interface for end users. Anybody can write GUI Components for Fermat and their authors hold all the rights over them. Please find at the root folder of each GUI Component their LICENSE.md file.

Skins

Skins are graphic resources to be used by GUI Components. Anybody can provide Skins so their authors hold all the rights over them. Please find at the root folder of each Skin their LICENSE.md file.

Language Packages

Language Packages are files with translations to be used by GUI Components. Anybody can provide Language Packages so their authors hold all the rights over them. Please find at the root folder of each Language Packages their LICENSE.md file.