diff options
author | Mattias Andrée <maandree@kth.se> | 2018-01-06 12:10:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-01-06 12:14:31 +0100 |
commit | f5e97022397c3c2f5fb3e1525bf65116de53a393 (patch) | |
tree | 4c3b577197ea129392733f7cba76ef25d913c6f2 /LICENSE | |
parent | Remove XShape support, doesn't seem to be necessary as long as you start the compositor first (diff) | |
download | xcman-1.1.tar.gz xcman-1.1.tar.bz2 xcman-1.1.tar.xz |
Minor improvements1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,5 +1,11 @@ -Copyright © 2018 Mattias Andrée <maandree@kth.se> -Copyright © 2003 Keith Packard (xcompmgr) +Based on xcompmgr, originally written by Keith Packard, with modifications +from several contributors (according to the xcompmgr man page): Matthew Allum, +Eric Anholt, Dan Doel, Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, +and Carl Worth. + +xcompmgr + +Copyright © 2003 Keith Packard Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that @@ -18,3 +24,19 @@ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +xcman + +Copyright © 2018 Mattias Andrée <maandree@kth.se> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |