diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2004-02-10 22:31:41 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2004-02-10 22:31:41 +0000 |
commit | af22551f83965c6939e58ef44677be1eba919339 (patch) | |
tree | 7afe7f3e52f7374e1f359b8476d270f7d813b736 /gs/ijs/ijs.c | |
parent | 448e2f65eead3e5a46daf7a0b1cc158a38110824 (diff) | |
download | ghostpdl-af22551f83965c6939e58ef44677be1eba919339.tar.gz |
Update our copy of the ijs source to the latest cvs source, which
includes libtool support for building a shared library version. Closes
bug 687278.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@4704 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/ijs/ijs.c')
-rw-r--r-- | gs/ijs/ijs.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gs/ijs/ijs.c b/gs/ijs/ijs.c index 76c0a6523..01a14b7fb 100644 --- a/gs/ijs/ijs.c +++ b/gs/ijs/ijs.c @@ -1,3 +1,27 @@ +/** + * Copyright (c) 2001-2002 artofcode LLC. + * + * 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. +**/ + #include <string.h> #include "unistd_.h" #include "ijs.h" |