]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/dir.h
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / cups / dir.h
index 85dd8076ac468dbd001eac45b19256b60dcf0914..f6878cbd4b3c36903250721f639d750e71a8baa8 100644 (file)
@@ -1,18 +1,12 @@
 /*
- * "$Id: dir.h 7026 2007-10-19 00:57:45Z mike $"
+ * Public directory definitions for CUPS.
  *
- *   Public directory definitions for the Common UNIX Printing System (CUPS).
+ * This set of APIs abstracts enumeration of directory entries.
  *
- *   This set of APIs abstracts enumeration of directory entries.
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 2007 by Apple Inc.
- *   Copyright 1997-2006 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/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 #ifndef _CUPS_DIR_H_
@@ -63,7 +57,3 @@ extern void           cupsDirRewind(cups_dir_t *dp) _CUPS_API_1_2;
 }
 #  endif /* __cplusplus */
 #endif /* !_CUPS_DIR_H_ */
-
-/*
- * End of "$Id: dir.h 7026 2007-10-19 00:57:45Z mike $".
- */