]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/banners.h
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / banners.h
index 8c99774d89fdc0ba562853a90bb7a6498a1e4782..9ae0fdaf9dba74a08cb72f3b8a2c05f98f9c9658 100644 (file)
@@ -1,25 +1,14 @@
 /*
- * "$Id: banners.h 5062 2006-02-03 16:36:24Z mike $"
+ * Banner definitions for the CUPS scheduler.
  *
- *   Banner definitions for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 1997-2006 by Easy Software Products.
- *
- *   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.txt" 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
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: 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/".
  */
 
 /*
@@ -45,12 +34,5 @@ VAR cups_array_t     *Banners        VALUE(NULL);
  * Prototypes...
  */
 
-extern void            cupsdAddBanner(const char *name, const char *filename);
 extern cupsd_banner_t  *cupsdFindBanner(const char *name);
-extern void            cupsdFreeBanners(void);
 extern void            cupsdLoadBanners(const char *d);
-
-
-/*
- * End of "$Id: banners.h 5062 2006-02-03 16:36:24Z mike $".
- */