]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/filter.c
Fix a scheduler crash bug (rdar://42198057)
[thirdparty/cups.git] / scheduler / filter.c
index b708fa368cfff1e19657ad84e7e96f2372685120..c275591791497c4a3d44a01c4bdcfd52b373dad0 100644 (file)
@@ -1,29 +1,10 @@
 /*
- * "$Id: filter.c 7694 2008-06-26 00:23:20Z mike $"
+ * File type conversion routines for CUPS.
  *
- *   File type conversion routines for CUPS.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
- *   Copyright 2007-2011 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"
- *   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:
- *
- *   mimeAddFilter()        - Add a filter to the current MIME database.
- *   mimeFilter()           - Find the fastest way to convert from one type to
- *                            another.
- *   mimeFilter2()          - Find the fastest way to convert from one type to
- *                            another, including the file size.
- *   mimeFilterLookup()     - Lookup a filter.
- *   mime_compare_filters() - Compare two filters.
- *   mime_compare_srcs()    - Compare two filter source types.
- *   mime_find_filters()    - Find the filters to convert from one type to
- *                            another.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 /*
@@ -76,7 +57,7 @@ mimeAddFilter(mime_t      *mime,      /* I - MIME database */
                src, src ? src->super : "???", src ? src->type : "???",
                dst, dst ? dst->super : "???", dst ? dst->type : "???",
                cost, filter));
-               
+
  /*
   * Range-check the input...
   */
@@ -497,8 +478,3 @@ mime_find_filters(
 
   return (NULL);
 }
-
-
-/*
- * End of "$Id: filter.c 7694 2008-06-26 00:23:20Z mike $".
- */