diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 19:34:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 19:34:13 +0000 |
commit | 2c208dd16c6ee43f6726649d5a01a56e0a5fcc8c (patch) | |
tree | 31f1bc14eda7c548c3f6c249825b2b6a6b3bbdbd /include/dirent.h | |
parent | 3a8e89c1c01950a7c8b7c2b7aad4d4bb71514ece (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/dirent.h b/include/dirent.h index 8884da63f56..d3fcec67250 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dirent.h,v 1.9 2002/10/25 21:55:28 millert Exp $ */ +/* $OpenBSD: dirent.h,v 1.10 2003/06/02 19:34:12 millert Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- @@ -13,11 +13,7 @@ * 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. * |