]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Initial revision
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 5 Jan 1998 20:50:32 +0000 (20:50 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 5 Jan 1998 20:50:32 +0000 (20:50 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@22 7a7537e8-13f0-0310-91df-b6672ffda945

backend/lpd.c [new file with mode: 0644]
backend/parallel.c [new file with mode: 0644]
backend/scsi.c [new file with mode: 0644]
backend/serial.c [new file with mode: 0644]
backend/smb.c [new file with mode: 0644]
backend/socket.c [new file with mode: 0644]
scheduler/cupsd.h [new file with mode: 0644]
scheduler/network.c [new file with mode: 0644]

diff --git a/backend/lpd.c b/backend/lpd.c
new file mode 100644 (file)
index 0000000..24dd8cb
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: lpd.c,v 1.1 1998/01/05 20:50:28 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: lpd.c,v $
+ *   Revision 1.1  1998/01/05 20:50:28  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: lpd.c,v 1.1 1998/01/05 20:50:28 mike Exp $".
+ */
diff --git a/backend/parallel.c b/backend/parallel.c
new file mode 100644 (file)
index 0000000..a3acb58
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: parallel.c,v 1.1 1998/01/05 20:50:13 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: parallel.c,v $
+ *   Revision 1.1  1998/01/05 20:50:13  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: parallel.c,v 1.1 1998/01/05 20:50:13 mike Exp $".
+ */
diff --git a/backend/scsi.c b/backend/scsi.c
new file mode 100644 (file)
index 0000000..3aeb454
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: scsi.c,v 1.1 1998/01/05 20:50:17 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: scsi.c,v $
+ *   Revision 1.1  1998/01/05 20:50:17  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: scsi.c,v 1.1 1998/01/05 20:50:17 mike Exp $".
+ */
diff --git a/backend/serial.c b/backend/serial.c
new file mode 100644 (file)
index 0000000..4f564ef
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: serial.c,v 1.1 1998/01/05 20:50:07 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: serial.c,v $
+ *   Revision 1.1  1998/01/05 20:50:07  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: serial.c,v 1.1 1998/01/05 20:50:07 mike Exp $".
+ */
diff --git a/backend/smb.c b/backend/smb.c
new file mode 100644 (file)
index 0000000..b1bca35
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: smb.c,v 1.1 1998/01/05 20:50:32 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: smb.c,v $
+ *   Revision 1.1  1998/01/05 20:50:32  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: smb.c,v 1.1 1998/01/05 20:50:32 mike Exp $".
+ */
diff --git a/backend/socket.c b/backend/socket.c
new file mode 100644 (file)
index 0000000..f5e0600
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: socket.c,v 1.1 1998/01/05 20:50:22 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: socket.c,v $
+ *   Revision 1.1  1998/01/05 20:50:22  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: socket.c,v 1.1 1998/01/05 20:50:22 mike Exp $".
+ */
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
new file mode 100644 (file)
index 0000000..44c7953
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: cupsd.h,v 1.1 1998/01/05 20:50:01 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: cupsd.h,v $
+ *   Revision 1.1  1998/01/05 20:50:01  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: cupsd.h,v 1.1 1998/01/05 20:50:01 mike Exp $".
+ */
diff --git a/scheduler/network.c b/scheduler/network.c
new file mode 100644 (file)
index 0000000..91bfae0
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+ * "$Id: network.c,v 1.1 1998/01/05 20:49:52 mike Exp $"
+ *
+ *   for the Common UNIX Printing System (CUPS).
+ *
+ *   Copyright 1997-1998 by Easy Software Products, all rights reserved.
+ *
+ *   These coded instructions, statements, and computer programs are the
+ *   property of Easy Software Products and are protected by Federal
+ *   copyright law.  Distribution and use rights are outlined in the file
+ *   "LICENSE" which should have been included with this file.  If this
+ *   file is missing or damaged please contact Easy Software Products
+ *   at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44145 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636-3111 USA
+ *
+ *       Voice: (301) 373-9603
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org
+ *
+ * Contents:
+ *
+ *
+ * Revision History:
+ *
+ *   $Log: network.c,v $
+ *   Revision 1.1  1998/01/05 20:49:52  mike
+ *   Initial revision
+ *
+ */
+
+/*
+ * Include necessary headers.
+ */
+
+#include
+
+
+/*
+ * End of "$Id: network.c,v 1.1 1998/01/05 20:49:52 mike Exp $".
+ */