]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fortune/strfile/strfile.h
Move UCB-licensed code from 4-clause to 3-clause licence.
[bsdgames-darwin.git] / fortune / strfile / strfile.h
index 326ccd0d56e38607ee546b297bab9340771f8d8d..6c55a0625a4198447f04c3a22d6450191af74bca 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: strfile.h,v 1.4 1999/08/21 07:02:46 simonb Exp $       */
+/*     $NetBSD: strfile.h,v 1.6 2003/08/07 09:37:15 agc Exp $  */
 
 /*-
  * Copyright (c) 1991, 1993
  * 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.
  *
@@ -39,7 +35,6 @@
  */
 
 #include <sys/types.h>
-#include <sys/endian.h>
 
 #define        STR_ENDSTRING(line,tbl) \
        ((line)[0] == (tbl).str_delim && (line)[1] == '\n')