xkbcommon

xkbcommon is a keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB specification.

Used in xcb platform plugin. Configure with -system-xkbcommon-x11 to avoid.

The sources can be found in tqtc-qt5/qtbase/src/3rdparty/xkbcommon.

Project Homepage


  Copyright 1985, 1987, 1988, 1990, 1998  The Open Group
  Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
  Copyright 1993, 1994, 1995, 1996 by Silicon Graphics Computer Systems, Inc.
  Copyright 1996 by Joseph Moss
  Copyright 2002-2007 Free Software Foundation, Inc.
  Copyright 2003-2004 Dmitry Golubev <lastguru@mail.ru>
  Copyright 2004, Gregory Mokhin <mokhin@bog.msu.ru>
  Copyright 2006 Erdal Ronahî
  Copyright 2008, 2009 Dan Nicholson
  Copyright 2009-2012 Daniel Stone
  Copyright 2010, 2012 Intel Corporation
  Copyright 2010 Francisco Jerez <currojerez@riseup.net>
  Copyright 2011 Joseph Adams <joeyadams3.14159@gmail.com>
  Copyright 2012 Ran Benita <ran234@gmail.com>

MIT Licenses (with no-advertisement clause).


  The following is a list of all copyright notices and license statements which
  appear in the xkbcommon source tree.

  If making new contributions, the first form (i.e. Daniel Stone, Ran Benita,
  etc) is vastly preferred.

  All licenses are derivative of the MIT/X11 license, mostly identical other
  than no-endorsement clauses (e.g. paragraph 4 of The Open Group's license).

  These statements are split into two sections: one for the code compiled and
  distributed as part of the libxkbcommon shared library and the code
  component of all tests (i.e. everything under src/ and xkbcommon/, plus the
  .c and .h files under test/), and another for the test data under test/data,
  which is distributed with the xkbcommon source tarball, but not installed to
  the system.


  BEGINNING OF SOFTWARE COPYRIGHT/LICENSE STATEMENTS:


  -------------------------------------------------------------------------------

  Copyright © 2009-2012 Daniel Stone
  Copyright © 2012 Ran Benita <ran234@gmail.com>
  Copyright © 2010, 2012 Intel Corporation
  Copyright © 2008, 2009 Dan Nicholson
  Copyright © 2010 Francisco Jerez <currojerez@riseup.net>

  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 (including the next
  paragraph) 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.


  -------------------------------------------------------------------------------


  Copyright 1985, 1987, 1988, 1990, 1998  The Open Group

  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 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 names of the authors or their
  institutions 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 authors.


  -------------------------------------------------------------------------------


  Copyright (c) 1993, 1994, 1995, 1996 by Silicon Graphics Computer Systems, Inc.

  Permission to use, copy, modify, and distribute this
  software and its documentation for any purpose and without
  fee is hereby granted, provided that the above copyright
  notice appear in all copies and that both that copyright
  notice and this permission notice appear in supporting
  documentation, and that the name of Silicon Graphics not be
  used in advertising or publicity pertaining to distribution
  of the software without specific prior written permission.
  Silicon Graphics makes no representation about the suitability
  of this software for any purpose. It is provided "as is"
  without any express or implied warranty.

  SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
  GRAPHICS BE LIABLE FOR ANY SPECIAL, 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.


  -------------------------------------------------------------------------------


  Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.

                          All Rights Reserved

  Permission to use, copy, modify, and distribute this software and its
  documentation for any purpose and without fee is hereby granted,
  provided that the above copyright notice appear in all copies and that
  both that copyright notice and this permission notice appear in
  supporting documentation, and that the name of Digital not be
  used in advertising or publicity pertaining to distribution of the
  software without specific, written prior permission.

  DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  DIGITAL BE LIABLE FOR ANY SPECIAL, 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.


  -------------------------------------------------------------------------------


  Copyright (C) 2011 Joseph Adams <joeyadams3.14159@gmail.com>

  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.


  -------------------------------------------------------------------------------



  END OF SOFTWARE COPYRIGHT/LICENSE STATEMENTS


  BEGINNING OF LICENSE STATEMENTS FOR UNDISTRIBUTED DATA FILES IN test/data,
  derived from xkeyboard-config:



  -------------------------------------------------------------------------------

  Copyright 1996 by Joseph Moss
  Copyright (C) 2002-2007 Free Software Foundation, Inc.
  Copyright (C) Dmitry Golubev <lastguru@mail.ru>, 2003-2004
  Copyright (C) 2004, Gregory Mokhin <mokhin@bog.msu.ru>
  Copyright (C) 2006 Erdal Ronahî

  Permission to use, copy, modify, distribute, and sell this software and its
  documentation for any purpose is hereby granted without fee, provided that
  the above copyright notice appear in all copies and that both that
  copyright notice and this permission notice appear in supporting
  documentation, and that the name of the copyright holder(s) not be used in
  advertising or publicity pertaining to distribution of the software without
  specific, written prior permission.  The copyright holder(s) makes no
  representations about the suitability of this software for any purpose.  It
  is provided "as is" without express or implied warranty.

  THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, 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.