summaryrefslogtreecommitdiff
path: root/systemv/cupsaddsmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'systemv/cupsaddsmb.c')
-rw-r--r--systemv/cupsaddsmb.c29
1 files changed, 8 insertions, 21 deletions
diff --git a/systemv/cupsaddsmb.c b/systemv/cupsaddsmb.c
index 48c99ae..7c28a37 100644
--- a/systemv/cupsaddsmb.c
+++ b/systemv/cupsaddsmb.c
@@ -1,22 +1,14 @@
/*
- * "$Id: cupsaddsmb.c 10996 2013-05-29 11:51:34Z msweet $"
+ * "cupsaddsmb" command for CUPS.
*
- * "cupsaddsmb" command for CUPS.
+ * Copyright 2007-2012 by Apple Inc.
+ * Copyright 2001-2006 by Easy Software Products.
*
- * Copyright 2007-2012 by Apple Inc.
- * Copyright 2001-2006 by Easy Software Products.
- *
- * 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"
- * which should have been included with this file. If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * Contents:
- *
- * main() - Export printers on the command-line.
- * export_dest() - Export a destination to SAMBA.
- * usage() - Show program usage and exit...
+ * 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"
+ * which should have been included with this file. If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*/
/*
@@ -292,8 +284,3 @@ usage(void)
exit(1);
}
-
-
-/*
- * End of "$Id: cupsaddsmb.c 10996 2013-05-29 11:51:34Z msweet $".
- */