]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/banners.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / scheduler / banners.c
index a4597964b87f9dcc92c79ff387141bb4cc368af5..33ed9dc8b0a8fed41f53fe879faf0c57bcabc57a 100644 (file)
@@ -1,24 +1,14 @@
 /*
- * "$Id: banners.c 7221 2008-01-16 22:20:08Z mike $"
+ * Banner routines for the CUPS scheduler.
  *
- *   Banner routines for the CUPS scheduler.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007-2011 by Apple Inc.
- *   Copyright 1997-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:
- *
- *   cupsdFindBanner()  - Find a named banner.
- *   cupsdLoadBanners() - Load all available banner files...
- *   add_banner()       - Add a banner to the array.
- *   compare_banners()  - Compare two banners.
- *   free_banners()     - Free all banners.
+ * 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/".
  */
 
 /*
@@ -217,8 +207,3 @@ free_banners(void)
   cupsArrayDelete(Banners);
   Banners = NULL;
 }
-
-
-/*
- * End of "$Id: banners.c 7221 2008-01-16 22:20:08Z mike $".
- */