summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/bits.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 08:31:47 +0000
commitca616c603d9e06e51c9e23fab7536acbdac58331 (patch)
tree20a735799ecd3b90df122d0a8042762dd62c6b0e /crypto/kerberosIV/include/bits.c
parentfe83e8abf357ee11114856a5278bb38431a9517c (diff)
downloadFreeBSD-src-ca616c603d9e06e51c9e23fab7536acbdac58331.zip
FreeBSD-src-ca616c603d9e06e51c9e23fab7536acbdac58331.tar.gz
Clean import of KTH Kerberos (eBones) v1.0.
Diffstat (limited to 'crypto/kerberosIV/include/bits.c')
-rw-r--r--crypto/kerberosIV/include/bits.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/crypto/kerberosIV/include/bits.c b/crypto/kerberosIV/include/bits.c
index 81c0051..a2c40bc 100644
--- a/crypto/kerberosIV/include/bits.c
+++ b/crypto/kerberosIV/include/bits.c
@@ -14,12 +14,7 @@
* 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 Kungliga Tekniska
- * Högskolan and its contributors.
- *
- * 4. Neither the name of the Institute nor the names of its contributors
+ * 3. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -38,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: bits.c,v 1.5 1999/07/06 04:19:26 assar Exp $");
+RCSID("$Id: bits.c,v 1.6 1999/12/02 16:58:36 joda Exp $");
#endif
#include <stdio.h>
#include <string.h>
@@ -147,7 +142,7 @@ int main(int argc, char **argv)
}
fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
- "$Id: bits.c,v 1.5 1999/07/06 04:19:26 assar Exp $");
+ "$Id: bits.c,v 1.6 1999/12/02 16:58:36 joda Exp $");
fprintf(f, "#ifndef %s\n", hb);
fprintf(f, "#define %s\n", hb);
fprintf(f, "\n");
OpenPOWER on IntegriCloud