]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/md5passwd.c
<rdar://problem/13655599> Seed: Print queue JOBS disappear after computer Wakes up...
[thirdparty/cups.git] / cups / md5passwd.c
index 1c903a9d639e25cd5c05aa350921dfbff611aa3e..a0dc2cf5bd6e3abd3835af54554d9fdedee2a097 100644 (file)
@@ -1,25 +1,16 @@
 /*
  * "$Id$"
  *
- *   MD5 password support for the Common UNIX Printing System (CUPS).
+ *   MD5 password support for CUPS.
  *
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2005 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
+ *   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/".
  *
  *   This file is subject to the Apple OS-Developed Software exception.
  *
@@ -35,8 +26,8 @@
  * Include necessary headers...
  */
 
-#include "http.h"
-#include "string.h"
+#include "http-private.h"
+#include "string-private.h"
 
 
 /*