summaryrefslogtreecommitdiff
path: root/scheduler/classes.h
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/classes.h')
-rw-r--r--scheduler/classes.h23
1 files changed, 8 insertions, 15 deletions
diff --git a/scheduler/classes.h b/scheduler/classes.h
index b24b7de11..33f1e5552 100644
--- a/scheduler/classes.h
+++ b/scheduler/classes.h
@@ -1,16 +1,14 @@
/*
- * "$Id$"
+ * Printer class definitions for the CUPS scheduler.
*
- * Printer class definitions for the CUPS scheduler.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products, all rights reserved.
*
- * Copyright 2007-2011 by Apple Inc.
- * Copyright 1997-2005 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"
- * 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/".
+ * 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/".
*/
@@ -28,8 +26,3 @@ extern cupsd_printer_t *cupsdFindAvailablePrinter(const char *name);
extern cupsd_printer_t *cupsdFindClass(const char *name);
extern void cupsdLoadAllClasses(void);
extern void cupsdSaveAllClasses(void);
-
-
-/*
- * End of "$Id$".
- */