summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-08-07 09:44:09 +0000
committeragc <agc@NetBSD.org>2003-08-07 09:44:09 +0000
commit039cc95684ed0da206d259b9445f65310484658e (patch)
tree67d8e5623d3e1569ebf0e34e5dabc6cdab33bb8c /include/assert.h
parentb3b0c404d28f2627e5ba6071f748dd6effa0f442 (diff)
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/assert.h b/include/assert.h
index 1eca68ad593..53f395d1b00 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -1,4 +1,4 @@
-/* $NetBSD: assert.h,v 1.14 2003/06/05 18:37:45 bjh21 Exp $ */
+/* $NetBSD: assert.h,v 1.15 2003/08/07 09:44:09 agc Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -17,11 +17,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.
*