diff options
author | Carl Worth <cworth@cworth.org> | 2003-04-17 13:24:29 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-04-17 13:24:29 +0000 |
commit | ee738deaf6ff2cf7391d813876241b389a0dedaf (patch) | |
tree | e5a2750028d7f5783427213426af58d9eed1d73a /COPYING | |
parent | b61b9ffc2322e09873b9e2dfb0c1da56ec1ffd61 (diff) |
Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..9f54bab9 --- /dev/null +++ b/COPYING @@ -0,0 +1,21 @@ +Copyright © 2002 Carl D. Worth + +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 Carl D. Worth not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. Carl D. Worth +makes no representations about the suitability of this software for +any purpose. It is provided "as is" without express or implied +warranty. + +CARL D. WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL CARL D. WORTH 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. + |