]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/ppd.c
Initial revision
[thirdparty/cups.git] / cups / ppd.c
CommitLineData
90a24de4 1/*
2 * "$Id: ppd.c,v 1.1 1998/06/11 18:40:34 mike Exp $"
3 *
4 * for the XYZ library.
5 *
6 * Copyright 1997-1998 by Easy Software Products.
7 *
8 * Easy Software Products
9 * 44145 Airport View Drive, Suite 204
10 * Hollywood, Maryland 20636-3111 USA
11 *
12 * Voice: (301) 373-9603
13 * EMail: cups-info@cups.org
14 * WWW: http://www.cups.org
15 *
16 * This library is free software; you can redistribute it and/or modify it
17 * under the terms of the GNU Library General Public License as published
18 * by the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
20 *
21 * This library is distributed in the hope that it will be useful, but
22 * WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU Library General Public
27 * License along with this program; if not, write to the Free Software
28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
29 * USA.
30 *
31 * Contents:
32 *
33 *
34 * Revision History:
35 *
36 * $Log: ppd.c,v $
37 * Revision 1.1 1998/06/11 18:40:34 mike
38 * Initial revision
39 *
40 */
41
42/*
43 * Include necessary headers.
44 */
45
46#include
47
48
49/*
50 * End of "$Id: ppd.c,v 1.1 1998/06/11 18:40:34 mike Exp $".
51 */