COPYING: Update to MIT Expat License rather than MIT X License
authorBryce Harrington <bryce@osg.samsung.com>
Tue, 9 Jun 2015 23:43:47 +0000 (16:43 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 12 Jun 2015 22:31:21 +0000 (15:31 -0700)
commitc4bad43425c32a9b5f1f83987a5ac05c971896ca
treead814a47ee4673c039a4cda20c94438ddf9ef070
parent56a5a890b5d663a2157551ed5974b9dc929749ae
COPYING: Update to MIT Expat License rather than MIT X License

MIT has released software under several slightly different licenses,
including the old 'X11 License' or 'MIT License'.  Some code under this
license was in fact included in X.org's Xserver in the past.  However,
X.org now prefers the MIT Expat License as the standard (which,
confusingly, is also referred to as the 'MIT License').  See
http://cgit.freedesktop.org/xorg/xserver/tree/COPYING

When Wayland started, it was Kristian Høgsberg's intent to license it
compatibly with X.org.  "I wanted Wayland to be usable (license-wise)
whereever X was usable."  But, the text of the older X11 License was
taken for Wayland, rather than X11's current standard.  This patch
corrects this by swapping in the intended text.

In practical terms, the most notable change is the dropping of the
no-advertising clause.

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
COPYING