stamp out rcs keywords
authorMark Eichin <eichin@mit.edu>
Thu, 18 Aug 1994 22:35:24 +0000 (22:35 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 18 Aug 1994 22:35:24 +0000 (22:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4194 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kprop.c
src/slave/kprop.h
src/slave/kpropd.c
src/tests/create/kdb5_mkdums.c
src/tests/dump.c
src/tests/hammer/kdc5_hammer.c
src/tests/hammer/pp.c
src/tests/test1.c
src/tests/verify/kdb5_verify.c
src/tests/verify/pkey.c

index 4155a117db3c0404707a57e6f5c84bb325835f25..1ce00af3d880e393a2b3da26fb4cf5b5a92a98e6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * slave/kprop.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kprop_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
 
 #include <errno.h>
 #ifdef POSIX_FILE_LOCKS
index a08acd4231c04b06777f3d9a17400f79e469acde..a9f574025d22e51a901db88719c16f10a150169d 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * slave/kprop.h
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
index 4fa93b30bc3cfc2c9bb29a95889d4a095d4feb60..8b144f80f4ea451159145d915a8779597d09827a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * slave/kpropd.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * write...
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kpropd_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
 
 #include <stdio.h>
 #include <ctype.h>
index 405a792d37268f7de45c2ac00acb10ba9ad25ccf..429d39ccafda28840696f3135079cbf033b2416f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/create/kdb5_mkdums.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Edit a KDC database.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_mkdums_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
index 16d85c7acaabf395129e2dd541c9a4698793c2f1..b6bde51c8d01c68195a251433b7c3faa6f52ccc0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/dump.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Dump out a krb5_data to stderr (for debugging purposes).
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_dump_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
 #include <stdio.h>
 
 #include <krb5/krb5.h>
index a9c35461183c3ca44047b0adfae3ccabc1212a24..bdbc75cc848b372b202be68fc7f5bbcc5c0c5b42 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/hammer/kdc5_hammer.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Initialize a credentials cache.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hammer_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <stdio.h>
 
 #include <krb5/copyright.h>
index 288d45bb3bb77233ade1e9c7ea951e472fab3541..4dafd2ecab64186319d28f022daf8e530a248ff8 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/hammer/pp.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
@@ -10,10 +9,6 @@
  *
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pp_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 #include <krb5/krb5.h>
 
 void
index 412dfaae02c0ec9244bc4c86c9e5e9d3a3875d98..b62808d1d09b8ffcda5e402b3821524e97b10c05 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/test1.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Regression tests for the kerberos library.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_test1_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
 #include <krb5/krb5.h>
 
 unsigned char key_one[8] = { 0x10, 0x23, 0x32, 0x45, 0x54, 0x67, 0x76, 0x89 };
index 0f4852797d5ec9787e1446e4dac0ff625e6b0098..4772c5d094df3b4989a2e277c326ef076731cafe 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/verify/kdb5_verify.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Edit a KDC database.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_verify_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
index 52f48e58a262b0262725f2b1cbd5afe9ad3927c5..a577f064f823c648f6391ab4c99dea29dfb58e5b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * tests/verify/pkey.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
@@ -10,10 +9,6 @@
  *
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pkey_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
 #include <stdio.h>
 
 void pkey(k)