From 6d6c7c7bb9323b4b32e2768fd2c2f62abf93dd96 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Thu, 18 Aug 1994 22:35:24 +0000 Subject: stamp out rcs keywords git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4194 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/create/kdb5_mkdums.c | 8 +------- src/tests/dump.c | 9 +-------- src/tests/hammer/kdc5_hammer.c | 8 +------- src/tests/hammer/pp.c | 7 +------ src/tests/test1.c | 9 +-------- src/tests/verify/kdb5_verify.c | 8 +------- src/tests/verify/pkey.c | 7 +------ 7 files changed, 7 insertions(+), 49 deletions(-) (limited to 'src/tests') diff --git a/src/tests/create/kdb5_mkdums.c b/src/tests/create/kdb5_mkdums.c index 405a792d37..429d39ccaf 100644 --- a/src/tests/create/kdb5_mkdums.c +++ b/src/tests/create/kdb5_mkdums.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * tests/create/kdb5_mkdums.c * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,11 +24,6 @@ * Edit a KDC database. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_kdb_mkdums_c[] = -"$Id$"; -#endif /* !lint & !SABER */ - #include #include #include diff --git a/src/tests/dump.c b/src/tests/dump.c index 16d85c7aca..b6bde51c8d 100644 --- a/src/tests/dump.c +++ b/src/tests/dump.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * tests/dump.c * * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,12 +24,6 @@ * 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 #include diff --git a/src/tests/hammer/kdc5_hammer.c b/src/tests/hammer/kdc5_hammer.c index a9c3546118..bdbc75cc84 100644 --- a/src/tests/hammer/kdc5_hammer.c +++ b/src/tests/hammer/kdc5_hammer.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * tests/hammer/kdc5_hammer.c * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,11 +24,6 @@ * Initialize a credentials cache. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_hammer_c [] = -"$Id$"; -#endif /* !lint & !SABER */ - #include #include diff --git a/src/tests/hammer/pp.c b/src/tests/hammer/pp.c index 288d45bb3b..4dafd2ecab 100644 --- a/src/tests/hammer/pp.c +++ b/src/tests/hammer/pp.c @@ -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 void diff --git a/src/tests/test1.c b/src/tests/test1.c index 412dfaae02..b62808d1d0 100644 --- a/src/tests/test1.c +++ b/src/tests/test1.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * tests/test1.c * * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,12 +24,6 @@ * Regression tests for the kerberos library. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_test1_c [] = -"$Id$"; -#endif /* !lint & !SABER */ - - #include unsigned char key_one[8] = { 0x10, 0x23, 0x32, 0x45, 0x54, 0x67, 0x76, 0x89 }; diff --git a/src/tests/verify/kdb5_verify.c b/src/tests/verify/kdb5_verify.c index 0f4852797d..4772c5d094 100644 --- a/src/tests/verify/kdb5_verify.c +++ b/src/tests/verify/kdb5_verify.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * tests/verify/kdb5_verify.c * * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,11 +24,6 @@ * Edit a KDC database. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_kdb_verify_c[] = -"$Id$"; -#endif /* !lint & !SABER */ - #include #include #include diff --git a/src/tests/verify/pkey.c b/src/tests/verify/pkey.c index 52f48e58a2..a577f064f8 100644 --- a/src/tests/verify/pkey.c +++ b/src/tests/verify/pkey.c @@ -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 void pkey(k) -- cgit