Licence MIT

Un article de Wikipédia, l'encyclopédie libre.
Aller à : navigation, rechercher
image illustrant l’informatique
Cet article est une ébauche concernant l’informatique.

Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants.

Licence MIT
Dernière version opensource.org
Approuvée par l'OSI Oui
Compatible GPL Oui
Identifiant(s) SPDX MIT

La licence MIT ou licence X11 est une licence de logiciel utilisée notamment pour la diffusion du gestionnaire de fenêtre X11 (ou X Window System). Elle est aussi appelée Licence MIT car elle provient du Massachusetts Institute of Technology (MIT), mais l'appellation est impropre car le MIT utilise aussi d'autres licences logicielles.

C'est une licence de logiciel libre[1] et open source[2], non copyleft, permettant donc d'inclure des modifications sous d'autres licences, y compris non libres.

La licence donne à toute personne recevant le logiciel le droit illimité de l'utiliser, le copier, le modifier, le fusionner, le publier, le distribuer, le vendre et de changer sa licence. La seule obligation est de mettre le nom des auteurs avec la notice de copyright.

Elle est très proche de la nouvelle licence BSD, seule la dernière clause diffère. Elle est compatible avec la GNU General Public License.

Modèle de la licence X11[modifier | modifier le code]

Le modèle de la licence X11 est l'un des modèles de licences du MIT. Son texte[3] en anglais se présente ainsi :


« Copyright © <date>, <copyright holders>

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 X 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.

Except as contained in this notice, the name of the <copyright holders> shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the <copyright holders>. »


Modèle de la licence Expat[modifier | modifier le code]

Le modèle de la licence Expat est l'un des modèles de licences du MIT. On l'appelle parfois de manière ambiguë la licence du MIT[4], comme la licence X11. L'Open Source Initiative[2] et le project SPDX (Software Package Data Exchange)[5]appellent cette licence « MIT ». Son modèle[6] en anglais se présente ainsi :


« Copyright © <copyright holders>

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. »


Article connexe[modifier | modifier le code]

Notes et références[modifier | modifier le code]