Find a file
Bryce Harrington f27a48e1c4 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 Wweston, 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>
2015-06-15 13:04:18 -07:00
clients Whitespace corrections 2015-06-06 12:39:51 -07:00
data data: add reference image files for weston-ivi-shell-user-interface 2014-12-04 17:24:54 +02:00
desktop-shell move text_backend initialization into the shell plugin 2015-06-11 12:20:46 +03:00
fullscreen-shell compositor: Refactor weston_output_mode_switch() 2014-11-05 13:15:13 +02:00
ivi-shell move text_backend initialization into the shell plugin 2015-06-11 12:20:46 +03:00
m4 weston-build: Fix aclocal error during autogen.sh 2014-06-21 10:33:21 -07:00
man man: use Xwayland instead of Xorg 2015-05-10 20:01:42 -07:00
protocol xdg-shell: Document the set_maximized and unsetmaximized requests 2015-05-21 19:07:35 -07:00
shared Whitespace corrections 2015-06-06 12:39:51 -07:00
src compositor: remove the authenticate vfunc 2015-06-12 11:24:23 +03:00
tests internal-screenshot-test: Fix endian problem 2015-06-04 17:13:22 -07:00
wcap Whitespace corrections 2015-06-06 12:39:51 -07:00
xwayland Whitespace corrections 2015-06-06 12:39:51 -07:00
.gitignore internal-screenshot-test: ignore output image 2015-05-28 12:25:30 -07:00
autogen.sh Update autotools configuration 2010-11-06 21:04:03 -04:00
configure.ac configure.ac: bump version to 1.8.90 2015-06-03 00:11:24 -07:00
COPYING COPYING: Update to MIT Expat License rather than MIT X License 2015-06-15 13:04:18 -07:00
Makefile.am internal-screenshot-test: Make distcheck pass 2015-05-26 17:18:38 -07:00
notes.txt notes: Don't manipulate lists while tranversing the list 2015-04-14 13:43:06 -07:00
README README: Fix typo; add link to testing docs 2014-02-05 17:20:24 -08:00
releasing.txt releasing: Convert tabs to spacing for better formatting 2015-05-27 23:55:08 -07:00
weston.ini.in libinput: Add tap configuration to weston.ini 2014-08-15 15:33:55 +03:00

Weston

Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right.  Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11.  Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit.  There is also a quite
capable terminal emulator (weston-terminal) and an toy/example desktop
shell.  Finally, weston also provides integration with the Xorg server
and can pull X clients into the Wayland desktop and act as a X window
manager.

Refer to http://wayland.freedesktop.org/building.html for building
weston and its dependencies.

The test suite can be invoked via `make check`; see
http://wayland.freedesktop.org/testing.html for additional details.