111 lines
4.9 KiB
Plaintext
Executable File
111 lines
4.9 KiB
Plaintext
Executable File
TkSteal Public License (Version 3, January 1995)
|
|
========================================================
|
|
(strange... someone is reading this ????, well, o.k... )
|
|
|
|
Copyright (c) 1995 Sven Delmas and
|
|
Juergen Nickelsen
|
|
|
|
This is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU LIBRARY General
|
|
Public License as published by the Free Software
|
|
Foundation; either version 1, or (at your option) any
|
|
later version. You are allowed to reformat the document
|
|
to fit your personal needs. It is also allowed to remove
|
|
those parts of the license document that are not needed
|
|
because they refer to a certain part of the distribution
|
|
which you do not redistribute.
|
|
|
|
It is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
|
|
the GNU LIBRARY General Public License for more details.
|
|
|
|
THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD
|
|
TO THIS SOFTWARE OR CODE CREATED WITH THIS SOFTWARE,
|
|
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
FITNESS. IN NO EVENT SHALL THE COPYRIGHT HOLDER 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 TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
|
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE OR CODE
|
|
CREATED WITH THIS SOFTWARE.
|
|
|
|
|
|
---
|
|
Parts of the code to pick colors with a mouseclick was
|
|
derieved from the code in xmag(1X) written by Dave
|
|
Sternlicht.
|
|
|
|
/*
|
|
* Copyright 1991 Massachusetts Institute of Technology
|
|
*
|
|
* 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 M.I.T. not be used in advertising or
|
|
* publicity pertaining to distribution of the software without specific,
|
|
* written prior permission. M.I.T. makes no representations about the
|
|
* suitability of this software for any purpose. It is provided "as is"
|
|
* without express or implied warranty.
|
|
*
|
|
* M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
|
|
* 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.
|
|
*
|
|
* 11-27-90 Dave Sternlicht -- Creation.
|
|
*/
|
|
|
|
|
|
---
|
|
All parts of the TkSteal distribution that are derived
|
|
from the Tk distribution published by John Ousterhout
|
|
(namely tkAppInit.c) are also falling under the
|
|
following copyright:
|
|
|
|
Copyright (c) 1990-1994 The Regents of the University of California.
|
|
Copyright (c) 1994 Sun Microsystems, Inc.
|
|
|
|
This software is copyrighted by the Regents of the University of
|
|
California, Sun Microsystems, Inc., and other parties. The following
|
|
terms apply to all files associated with the software unless explicitly
|
|
disclaimed in individual files.
|
|
|
|
The authors hereby grant permission to use, copy, modify, distribute,
|
|
and license this software and its documentation for any purpose, provided
|
|
that existing copyright notices are retained in all copies and that this
|
|
notice is included verbatim in any distributions. No written agreement,
|
|
license, or royalty fee is required for any of the authorized uses.
|
|
Modifications to this software may be copyrighted by their authors
|
|
and need not follow the licensing terms described here, provided that
|
|
the new terms are clearly indicated on the first page of each file where
|
|
they apply.
|
|
|
|
IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
|
|
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
|
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
|
|
DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
|
|
POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
|
|
IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
|
|
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
|
|
MODIFICATIONS.
|
|
|
|
RESTRICTED RIGHTS: Use, duplication or disclosure by the government
|
|
is subject to the restrictions as set forth in subparagraph (c) (1) (ii)
|
|
of the Rights in Technical Data and Computer Software Clause as DFARS
|
|
252.227-7013 and FAR 52.227-19.
|
|
|
|
|
|
--------------------
|
|
Direct questions to: sven@cimetrix.com
|
|
nickel@cs.tu-berlin.de
|
|
|