freshen to upstream CVS head
[debian/pax] / cache.h
diff --git a/cache.h b/cache.h
index 01283ef9e5978f206a9481cbab6339f88de8062d..5c7b9b8b5f3c0698a0e8350ee67b95e9e8a71d1a 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cache.h,v 1.2 1996/06/23 14:20:31 deraadt Exp $       */
+/*     $OpenBSD: cache.h,v 1.4 2003/10/20 06:22:27 jmc Exp $   */
 /*     $NetBSD: cache.h,v 1.3 1995/03/21 09:07:12 cgd Exp $    */
 
 /*-
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -45,7 +41,7 @@
  * caches. Traditional passwd/group cache routines perform quite poorly with
  * archives. The chances of hitting a valid lookup with an archive is quite a
  * bit worse than with files already resident on the file system. These misses
- * create a MAJOR performance cost. To adress this problem, these routines
+ * create a MAJOR performance cost. To address this problem, these routines
  * cache both hits and misses.
  *
  * NOTE:  name lengths must be as large as those stored in ANY PROTOCOL and