]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - notifier/mailto.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / notifier / mailto.c
index 7b2f8a1a2b0dd925bb77810c00881aba6280f845..ce55f18b0e0210cdae8aa8f6bdad153f2e8d8ec4 100644 (file)
@@ -1,24 +1,14 @@
 /*
- * "$Id$"
+ * "mailto" notifier for CUPS.
  *
- *   "mailto" notifier for CUPS.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products.
  *
- *   Copyright 2007-2011 by Apple Inc.
- *   Copyright 1997-2005 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()               - Main entry for the mailto notifier.
- *   email_message()      - Email a notification message.
- *   load_configuration() - Load the mailto.conf file.
- *   pipe_sendmail()      - Open a pipe to sendmail...
- *   print_attributes()   - Print the attributes in a request...
+ * 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/".
  */
 
 /*
@@ -639,8 +629,3 @@ print_attributes(ipp_t *ipp,                /* I - IPP request */
            ippTagString(attr->value_tag), buffer);
   }
 }
-
-
-/*
- * End of "$Id$".
- */