modernc.org/xdmcp@v1.0.17/LICENSE (about) 1 Copyright 1989, 1998 The Open Group 2 3 Permission to use, copy, modify, distribute, and sell this software and its 4 documentation for any purpose is hereby granted without fee, provided that 5 the above copyright notice appear in all copies and that both that 6 copyright notice and this permission notice appear in supporting 7 documentation. 8 9 The above copyright notice and this permission notice shall be included in 10 all copies or substantial portions of the Software. 11 12 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 19 Except as contained in this notice, the name of The Open Group shall not be 20 used in advertising or otherwise to promote the sale, use or other dealings 21 in this Software without prior written authorization from The Open Group. 22 23 Author: Keith Packard, MIT X Consortium 24 25 =============================================================================== 26 27 The transpiled, machine produced Go code retains the original copyright above. 28 29 Any additional, manually written Go code is subject to the licence bellow 30 31 =============================================================================== 32 33 Copyright (c) 2021 The The Xau-Go Authors. All rights reserved. 34 35 Redistribution and use in source and binary forms, with or without 36 modification, are permitted provided that the following conditions are met: 37 38 1. Redistributions of source code must retain the above copyright notice, this 39 list of conditions and the following disclaimer. 40 41 2. Redistributions in binary form must reproduce the above copyright notice, 42 this list of conditions and the following disclaimer in the documentation 43 and/or other materials provided with the distribution. 44 45 3. Neither the name of the copyright holder nor the names of its contributors 46 may be used to endorse or promote products derived from this software without 47 specific prior written permission. 48 49 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 50 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 51 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 52 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 53 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 54 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 55 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 56 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 57 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 58 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.