diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/cmd/gs/src/gp_mac.h |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/cmd/gs/src/gp_mac.h')
-rwxr-xr-x | sys/src/cmd/gs/src/gp_mac.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/src/cmd/gs/src/gp_mac.h b/sys/src/cmd/gs/src/gp_mac.h new file mode 100755 index 000000000..81f856ca3 --- /dev/null +++ b/sys/src/cmd/gs/src/gp_mac.h @@ -0,0 +1,25 @@ +/* Copyright (C) 1994 - 2003 artofcode LLC. All rights reserved. + + This software is provided AS-IS with no warranty, either express or + implied. + + This software is distributed under license and may not be copied, + modified or distributed except as expressly authorized under the terms + of the license contained in the file LICENSE in this distribution. + + For more information about licensing, please refer to + http://www.ghostscript.com/licensing/. For information on + commercial licensing, go to http://www.artifex.com/licensing/ or + contact Artifex Software, Inc., 101 Lucas Valley Road #110, + San Rafael, CA 94903, U.S.A., +1(415)492-9861. +*/ + +/* $Id: gp_mac.h,v 1.5 2003/08/15 20:19:21 giles Exp $ */ + +#ifndef gp_mac_INCLUDED +# define gp_mac_INCLUDED + +/* no special definitions for macos */ + +#endif /* gp_mac_INCLUDED */ + |