]> git.ipfire.org Git - thirdparty/cups.git/blob - backend/serial.c
Initial revision
[thirdparty/cups.git] / backend / serial.c
1 /*
2 * "$Id: serial.c,v 1.1 1998/01/05 20:50:07 mike Exp $"
3 *
4 * for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 1997-1998 by Easy Software Products, all rights reserved.
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" 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 * 44145 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 * Revision History:
28 *
29 * $Log: serial.c,v $
30 * Revision 1.1 1998/01/05 20:50:07 mike
31 * Initial revision
32 *
33 */
34
35 /*
36 * Include necessary headers.
37 */
38
39 #include
40
41
42 /*
43 * End of "$Id: serial.c,v 1.1 1998/01/05 20:50:07 mike Exp $".
44 */