summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2004-09-11 19:15:56 +0000
committerChristos Zoulas <christos@zoulas.com>2004-09-11 19:15:56 +0000
commit06abacd5d51df54db3d58fb2f63ba73eb450c258 (patch)
tree81d6a8380384dff8bcbaaa8dd989ad74aceecffa /src/print.c
parent28d025cd851c614a9b8350a8ad8cfd34a1a11ece (diff)
downloadfile-git-06abacd5d51df54db3d58fb2f63ba73eb450c258.tar.gz
Remove advertising clauses, with Ian's permission.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/print.c b/src/print.c
index ee1926de..da26007d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -12,11 +12,6 @@
* 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 Ian F. Darwin and others.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -46,7 +41,7 @@
#include <time.h>
#ifndef lint
-FILE_RCSID("@(#)$Id: print.c,v 1.44 2003/09/12 19:39:44 christos Exp $")
+FILE_RCSID("@(#)$Id: print.c,v 1.45 2004/09/11 19:15:57 christos Exp $")
#endif /* lint */
#define SZOF(a) (sizeof(a) / sizeof(a[0]))