
This binary implements Version 2 of the XDND protocol.  You can drop
anything on the main window that appears when the application starts up,
and you can drag text from and drop text into the text editor windows that
you get by selecting "Text editor" from the Test menu.

The main window will only accept drops with action copy.  This demonstrates
that the user can safely change action while dragging.

When dragging from a text editor, Meta toggles between move and copy, while
holding down the Control key sets the action to ask.

The binary was linked with the following libraries (RedHat 5.0):

> ldd test_xdnd 
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40003000)
        libstdc++.so.2.7.2 => /usr/lib/libstdc++.so.2.7.2 (0x4009a000)
        libc.so.6 => /lib/libc.so.6 (0x400d4000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
        libdl.so.2 => /lib/libdl.so.2 (0x40176000)
        libg++.so.2.7.2 => /usr/lib/libg++.so.2.7.2 (0x40179000)
        libm.so.6 => /lib/libm.so.6 (0x401ad000)

The Xpm, gd, and ACE libraries have been statically linked.

John Lindal
jafl@alice.wonderland.caltech.edu

-----

libXpm

    Copyright (C) 1989-95 GROUPE BULL

    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
    GROUPE BULL 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 name of GROUPE BULL shall not be
    used in advertising or otherwise to promote the sale, use or other dealings
    in this Software without prior written authorization from GROUPE BULL.

-----

libgd

    Portions copyright 1994, 1995, 1996, 1997, 1998, by Cold Spring Harbor
    Laboratory. Funded under Grant P41-RR02188 by the National Institutes
    of Health.

    Portions copyright 1996, 1997, 1998, by Boutell.Com, Inc. 

    GIF decompression code copyright 1990, 1991, 1993, by David Koblas
    (koblas@netcom.com).

    Non-LZW-based GIF compression code copyright 1998, by Hutchison Avenue
    Software Corporation (http://www.hasc.com/, info@hasc.com).

    Permission has been granted to copy and distribute gd in any context,
    including a commercial application, provided that this notice is
    present in user-accessible supporting documentation.

    This does not affect your ownership of the derived work itself, and the
    intent is to assure proper credit for the authors of gd, not to
    interfere with your productive use of gd. If you have questions, ask.
    "Derived works" includes all programs that utilize the library. Credit
    must be given in user-accessible documentation.

    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. This software is provided "as is" without
    express or implied warranty.

-----

    ACE is copyrighted by Douglas C. Schmidt and his research group at
    Washington University, Copyright (c) 1993-1997, all rights reserved.

    ACE is available from:

        http://siesta.cs.wustl.edu/~schmidt/ACE.html
