]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/form-ps.c
Copyright update...
[thirdparty/cups.git] / filter / form-ps.c
CommitLineData
a2c6b8b1 1/*
efb2f309 2 * "$Id: form-ps.c,v 1.4 2002/01/02 17:58:56 mike Exp $"
a2c6b8b1 3 *
4 * CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
5 *
efb2f309 6 * Copyright 1997-2002 by Easy Software Products.
a2c6b8b1 7 *
8 * These coded instructions, statements, and computer programs are the
9 * property of Easy Software Products and are protected by Federal
10 * copyright law. Distribution and use rights are outlined in the file
11 * "LICENSE.txt" which should have been included with this file. If this
12 * file is missing or damaged please contact Easy Software Products
13 * at:
14 *
15 * Attn: CUPS Licensing Information
16 * Easy Software Products
17 * 44141 Airport View Drive, Suite 204
18 * Hollywood, Maryland 20636-3111 USA
19 *
20 * Voice: (301) 373-9603
21 * EMail: cups-info@cups.org
22 * WWW: http://www.cups.org
23 *
24 * Contents:
25 *
26 */
27
28/*
29 * Include necessary headers...
30 */
31
32#include "form.h"
33
34
35/*
caa58f49 36 * 'formWrite()' - Write PostScript output for the given form document.
37 */
38
39void
40formWrite(tree_t *t) /* I - Document tree to write */
41{
42}
43
44
45/*
efb2f309 46 * End of "$Id: form-ps.c,v 1.4 2002/01/02 17:58:56 mike Exp $".
a2c6b8b1 47 */