summaryrefslogtreecommitdiff
path: root/backend/usb.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-04-11 20:28:30 -0400
commit503b54c9302c8de6207e079a80a89a787eb612ea (patch)
treeecd089feea134385d580d6e5a2af147ddb47be64 /backend/usb.c
parente34d1ec4b926b3d31cfc00408faf99e69aa48ce8 (diff)
Remove all of the Subversion keywords from various source files.
Diffstat (limited to 'backend/usb.c')
-rw-r--r--backend/usb.c31
1 files changed, 9 insertions, 22 deletions
diff --git a/backend/usb.c b/backend/usb.c
index ee8c1f4ed..a3b6fba09 100644
--- a/backend/usb.c
+++ b/backend/usb.c
@@ -1,24 +1,16 @@
/*
- * "$Id$"
+ * USB printer backend for CUPS.
*
- * USB port backend for CUPS.
+ * Copyright 2007-2012 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
- * Copyright 2007-2012 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products, all rights reserved.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law. Distribution and use rights are outlined in the file "LICENSE.txt"
+ * "LICENSE" which should have been included with this file. If this
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law. Distribution and use rights are outlined in the file "LICENSE.txt"
- * "LICENSE" which should have been included with this file. If this
- * file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
- *
- * Contents:
- *
- * list_devices() - List all available USB devices to stdout.
- * print_device() - Print a file to a USB device.
- * main() - Send a file to the specified USB port.
+ * This file is subject to the Apple OS-Developed Software exception.
*/
/*
@@ -257,8 +249,3 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */
return (status);
}
-
-
-/*
- * End of "$Id$".
- */