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

93 files changed:
src/appl/bsd/fieldbits.h
src/appl/bsd/forward.c
src/appl/bsd/kcmd.c
src/appl/bsd/krcp.c
src/appl/bsd/krlogin.c
src/appl/bsd/krlogind.c
src/appl/bsd/krsh.c
src/appl/bsd/krshd.c
src/appl/bsd/login.c
src/appl/bsd/setenv.c
src/appl/gss-sample/gss-client.c
src/appl/gss-sample/gss-misc.c
src/appl/gss-sample/gss-server.c
src/appl/mailquery/pop.h
src/appl/mailquery/poplib.c
src/appl/popper/pop_dele.c
src/appl/popper/pop_dropcopy.c
src/appl/popper/pop_dropinfo.c
src/appl/popper/pop_get_command.c
src/appl/popper/pop_get_subcommand.c
src/appl/popper/pop_last.c
src/appl/popper/pop_list.c
src/appl/popper/pop_log.c
src/appl/popper/pop_lower.c
src/appl/popper/pop_msg.c
src/appl/popper/pop_parse.c
src/appl/popper/pop_pass.c
src/appl/popper/pop_quit.c
src/appl/popper/pop_rset.c
src/appl/popper/pop_send.c
src/appl/popper/pop_stat.c
src/appl/popper/pop_updt.c
src/appl/popper/pop_user.c
src/appl/popper/pop_xmit.c
src/appl/popper/pop_xtnd.c
src/appl/popper/popper.c
src/appl/popper/popper.h
src/appl/popper/version.h
src/appl/sample/sample.h
src/appl/sample/sclient/sclient.c
src/appl/sample/sserver/sserver.c
src/appl/simple/client/sim_client.c
src/appl/simple/server/sim_server.c
src/appl/simple/simple.h
src/appl/telnet/libtelnet/auth.c
src/appl/telnet/libtelnet/enc_des.c
src/appl/telnet/libtelnet/encrypt.c
src/appl/telnet/libtelnet/forward.c
src/appl/telnet/libtelnet/genget.c
src/appl/telnet/libtelnet/getent.c
src/appl/telnet/libtelnet/getopt.c
src/appl/telnet/libtelnet/gettytab.c
src/appl/telnet/libtelnet/herror.c
src/appl/telnet/libtelnet/kerberos.c
src/appl/telnet/libtelnet/kerberos5.c
src/appl/telnet/libtelnet/krb4encpwd.c
src/appl/telnet/libtelnet/mem.c
src/appl/telnet/libtelnet/misc.c
src/appl/telnet/libtelnet/read_password.c
src/appl/telnet/libtelnet/rsaencpwd.c
src/appl/telnet/libtelnet/setenv.c
src/appl/telnet/libtelnet/setsid.c
src/appl/telnet/libtelnet/spx.c
src/appl/telnet/libtelnet/strcasecmp.c
src/appl/telnet/libtelnet/strchr.c
src/appl/telnet/libtelnet/strdup.c
src/appl/telnet/libtelnet/strerror.c
src/appl/telnet/libtelnet/strftime.c
src/appl/telnet/libtelnet/strrchr.c
src/appl/telnet/telnet/authenc.c
src/appl/telnet/telnet/commands.c
src/appl/telnet/telnet/main.c
src/appl/telnet/telnet/network.c
src/appl/telnet/telnet/ring.c
src/appl/telnet/telnet/sys_bsd.c
src/appl/telnet/telnet/telnet.c
src/appl/telnet/telnet/terminal.c
src/appl/telnet/telnet/tn3270.c
src/appl/telnet/telnet/utilities.c
src/appl/telnet/telnetd/authenc.c
src/appl/telnet/telnetd/global.c
src/appl/telnet/telnetd/slc.c
src/appl/telnet/telnetd/state.c
src/appl/telnet/telnetd/sys_term.c
src/appl/telnet/telnetd/telnetd-ktd.c
src/appl/telnet/telnetd/telnetd.c
src/appl/telnet/telnetd/termstat.c
src/appl/telnet/telnetd/utility.c
src/appl/user_user/client.c
src/appl/user_user/server.c
src/clients/kdestroy/kdestroy.c
src/clients/kinit/kinit.c
src/clients/klist/klist.c

index 4a882daa0ff3048e1a635341ee573deb796641ba..0c587abe66718300a236a4286eed8a04903bcc07 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * appl/bsd/fieldbits.h
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
index fa5d003f4d14070b13bbb31207ce39870156a46f..877cd66b0d12ac9404f3b2f4a2a966b2726a06e0 100644 (file)
@@ -1,14 +1,7 @@
 /*
- *    $Source$
- *    $Id$
+ * appl/bsd/forward.c
  */
 
-#ifndef lint
-static char *rcsid_forward_c =
-  "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.
index b7db46fbab978bc27812e237d2bf89f65bb8aa69..decfee1488da796c3ce547da19fb6526dc8f06d4 100644 (file)
@@ -1,14 +1,7 @@
 /*
- *    $Source$
- *    $Id$
+ * appl/bsd/kcmd.c
  */
 
-#ifndef lint
-static char *rcsid_kcmd_c =
-  "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.
@@ -26,9 +19,7 @@ static char *rcsid_kcmd_c =
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "derived from @(#)rcmd.c        5.17 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* derived from @(#)rcmd.c     5.17 (Berkeley) 6/27/88 */
      
 #include <stdio.h>
 #include <ctype.h>
index 22a00159611f8f77ba4d64c583debef77cb82e3c..fa732c811dc8e486157f76bfda4850a7a18005f7 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)rcp.c      5.10 (Berkeley) 9/20/88";
-#endif /* not lint */
+/* based on @(#)rcp.c  5.10 (Berkeley) 9/20/88 */
 
      /*
       * rcp
index f046f8d65d53789209f5964b9434f867e5a4fd9f..041ce72ed9c937cee86e6738e6d8f11e7d7f8d53 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)rlogin.c   5.12 (Berkeley) 9/19/88";
-#endif /* not lint */
+/* based on @(#)rlogin.c       5.12 (Berkeley) 9/19/88 */
 
      
      /*
index 14dadade9eb4777a869dd54c1216b7199f2e44f4..acebff8a50bd1ce94f6b361f838eaf866fb33f98 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)rlogind.c  5.17 (Berkeley) 8/31/88";
-#endif /* not lint */
+/* based on @(#)rlogind.c      5.17 (Berkeley) 8/31/88 */
      
      /*
       * remote login server:
index c0202129c34052ee6fb3e4676438ee5a0ba1ed82..4b4f9bc64424a68db3d8bf2a4406034b8773608b 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)rsh.c      5.7 (Berkeley) 9/20/88";
-#endif /* not lint */
+/* based on @(#)rsh.c  5.7 (Berkeley) 9/20/88 */
 
 #include <sys/types.h>
 #include <sys/socket.h>
index 2d6b8fbd8caa34c67c3cfc41ae3ceb229315a39c..575400ce8bf06be9ac8f831e484f27f299ba817a 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)rshd.c     5.12 (Berkeley) 9/12/88";
-#endif /* not lint */
+/* based on @(#)rshd.c 5.12 (Berkeley) 9/12/88 */
 
      /*
       * remote shell server:
index 0440f502413dc2bcfda8a59214600d2c7247fe07..995a285ae78db193ed8dc0e38ebad8c34bcf65bd 100644 (file)
@@ -25,9 +25,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)login.c    5.25 (Berkeley) 1/6/89";
-#endif /* not lint */
+/* based on @(#)login.c        5.25 (Berkeley) 1/6/89 */
 
 /*
  * login [ name ]
index 0b670db5d1bd493014d30ea080c69af8eb28c3a3..50405213ce203cca062e03ada20ec7ba23f11cad 100644 (file)
@@ -15,9 +15,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)setenv.c   5.2 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setenv.c       5.2 (Berkeley) 6/27/88 */
 
 #include <sys/types.h>
 #include <stdio.h>
@@ -115,9 +113,7 @@ unsetenv(name)
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getenv.c   5.5 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)getenv.c       5.5 (Berkeley) 6/27/88 */
 
 /*
  * getenv --
index c6f75c9a943f1cef8724dcd793dc81f86f192d0c..c2b7a02228c8c1f559b0fbe03b264e85943c24ed 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index 8ce6b3af0c0778e246b071e3a9d149776d0616e1..b915fbeda831952f1144556d616d8d1548e120ce 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <netinet/in.h>
index e3b5caf529f2a4b9a9633eab1b533270cd42b52b..4fd14c573a491d2f489c3e26c14673dd5b8385a5 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index e7ffc4ff2305cde7c029e5a2bed4b785960feff5..158becaf5a81c4f7538c1ca9fdfdaf24b274963f 100644 (file)
@@ -13,8 +13,6 @@
  * Packard Company makes no representations about the 
  * suitability of this software for any purpose.
  *
- * $Id$
- * 
  */
 
 /* defines for pop library */
index 5e359d759cc92fb3733b51854278c93d05b95d71..e64f7aae3425376b7e9398ed254159e1a5fe7f21 100644 (file)
@@ -13,9 +13,7 @@
  * Packard Company makes no representations about the 
  * suitability of this software for any purpose.
  */
-#if !defined(lint) && !defined(_NOIDENT)
-static char rcsid[] = "@(#)$Header$";
-#endif
+
 /*
  * Poplib - library routines for speaking POP
  */
index bdd5f7b6869b7046c7dfcbd33fe3560813006830..ee3af9b2b61c85a29ae7e121f27b3ecf7964b309 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dele.c 2.1  3/18/91";
+/* based on @(#)pop_dele.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 18b3ff2d82f452de8cf574d150c8b641620a6aab..130989bb4f204c939a3a425c12905feb3c64251d 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dropcopy.c     2.6  4/3/91";
+/* based on @(#)pop_dropcopy.c 2.6  4/3/91 */
 #endif
 
 #include <errno.h>
index 7a4eb328a3f8f645c6e7bcf93a155910e42ac907..6c4a64649e9aa3967f50f65e7adceee7074df86e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_dropinfo.c     2.1  3/18/91";
+/* based on @(#)pop_dropinfo.c 2.1  3/18/91 */
 #endif
 
 #include <errno.h>
index d9562124341c4e1ced49ae8d3add10c0615be5f4..1d227a4c77e4179819dc1dd25f1bcd37bce8b66c 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_get_command.c  2.1  3/18/91";
+/* based on @(#)pop_get_command.c      2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 508d3a39cbb69604fe589a5428abd40e0e7f0815..13bb99f3a48f8fd977821bf5cf45b3f7b3fa2e03 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_get_subcommand.c       2.1  3/18/91";
+/* based on @(#)pop_get_subcommand.c   2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 8dc07e5ef134ffa198e41a45a2ca2995abb1fbd3..2d754bb99b71b2e41d05dae570dd67b3d640b5c1 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_last.c 2.1  3/18/91";
+/* based on @(#)pop_last.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index eab504cff9def12fd358c7d9fcde569c6a53d8ad..8b90f9317624a8a8057218cdc276d90c25e65e4b 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_list.c 2.1  3/18/91";
+/* based on @(#)pop_list.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index cc3e2a12641aecf5dc253bdccd901ce21db62a24..575dda795cd55f2e8cda8902d742d384a1274d74 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_log.c  2.1  3/18/91";
+/* based on @(#)pop_log.c      2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 76d1b92957fcf4eb162fb8dd716e3d6d7d296da3..84984d569165b1efcc94d31a12011ac2aeb39b6a 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_lower.c        2.1  3/18/91";
+/* based on @(#)pop_lower.c    2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 6be286da49dae6e96cfc0331dfec083fd7aed411..41372989511d4476ad66df6fa636846781fe1fe6 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_msg.c  2.1  3/18/91";
+/* based on @(#)pop_msg.c      2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 742345b14bd3873ea80dde8098a202ca157d3a9c..7e632b40b6278410c48d4879eaab51c71d8d39dd 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_parse.c        2.1  3/18/91";
+/* based on @(#)pop_parse.c    2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 917441f98a3d73c6ae4cbbf95b0110ddad55c8c6..c31213bbdb879beed8d774d8b56d5e8dc41a69aa 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_pass.c 2.3  4/2/91";
+/* based on @(#)pop_pass.c     2.3  4/2/91 */
 #endif
 
 #include <stdio.h>
index 686d604ea2d3937a1afe72060826c39f4760119b..d28bf7a23e3c08335a073768b8014f7c4d4625dd 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_quit.c 2.1  3/18/91";
+/* based on @(#)pop_quit.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index da90026419dfbec5516028dbe64f50dcb05922fe..458c15482542a3e151a41630cfe1f8f7445f490e 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_rset.c 2.1  3/18/91";
+/* based on @(#)pop_rset.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 82196d82741726527359706b8351848eaefc1f6f..92397777190d83c9129d2bc879915f1456b49259 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_send.c 2.1  3/18/91";
+/* based on @(#)pop_send.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 87e34169236a0023502df516acb8b38c6f77a208..bca92c6ed9bc9e86a1724342ba2d695fefc33be1 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_stat.c 2.2  3/18/91";
+/* based on @(#)pop_stat.c     2.2  3/18/91 */
 #endif
 
 #include <stdio.h>
index 08e2f6b542b32a493ce77726a1194e65c2f8201d..306f6707f9bf65426f8dee6e997f124f940e184d 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_updt.c 2.3  3/20/91";
+/* based on @(#)pop_updt.c     2.3  3/20/91 */
 #endif
 
 #include <errno.h>
index 26b9260ab93515f1c599aa19705554452f0a0453..fbadd23cc7c50ed2558c125aca6f5fdd3e8bb69f 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_user.c 2.1  3/18/91";
+/* based on @(#)pop_user.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 22582b77e5eac84be6d526ea10de98a00bb2b573..65109f7775b875047241099e398935e55360e0d1 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_xmit.c 2.1  3/18/91";
+/* based on @(#)pop_xmit.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 4c91810b93b656db6d42135becafee75f8929cde..47ff3a4a163f9373178b0cbc2db65e7b2b245bb5 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)pop_xtnd.c 2.1  3/18/91";
+/* based on @(#)pop_xtnd.c     2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 9e6cd4cd827ce53ee77bc1d9e5c0a146a9949b45..2c980f3f67f3bbc1fc62ec88cbedfd34cf0a2b2a 100644 (file)
@@ -6,7 +6,7 @@
 
 #ifndef lint
 static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
-static char SccsId[] = "@(#)popper.c   2.1  3/18/91";
+/* based on @(#)popper.c       2.1  3/18/91 */
 #endif
 
 #include <stdio.h>
index 0c93f77cd00bbf078bc1056fa67c57fe37f7b1ac..5d69931fbc116e57b18bf918a329cc00a066d08f 100644 (file)
@@ -4,7 +4,7 @@
  * specifies the terms and conditions for redistribution.
  *
  * static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
- * static char SccsId[] = "@(#)popper.h        2.2  4/2/91";
+ * based on @(#)popper.h       2.2  4/2/91
  *
  */
 
index a0cdea438e034ced1574a712e9fa76db7bd531a8..41ab5b3654f561beddc901f3e8e511b8b7b6e709 100644 (file)
@@ -4,7 +4,7 @@
  * specifies the terms and conditions for redistribution.
  *
  * static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
- * static char SccsId[] = "@(#)version.h       2.6  4/3/91";
+ * based on @(#)version.h      2.6  4/3/91
  *
  */
 
index 7bb299f2157d3e99bea58f055f20cfc8a61517ac..8d3f0227de240e0d58287d1115d320e0cd23bd95 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * appl/sample/sample.h
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
index 32ade26171a2fe1105cb7472ef81868204a53a3e..53e40fa5b2a7069d4517d0603fb47d8c613aa839 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/sample/sclient/sclient.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Usage: sample_client hostname
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sclient_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/los-proto.h>
index 7ef335abf753504e681a3b62ff33c1b6825bec28..37d463a728750506b60467e68e8e976cf2143da7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/sample/sserver/sserver.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * client (this will be correct if this server is started by inetd).
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sserver_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/los-proto.h>
index 106d73a374ee23b8715d76bdbec9d34cbb2b1086..f4569b82126899629384cd87953df6e7aa7fa25a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/simple/client/sim_client.c
  *
  * Copyright 1989,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * This program performs no useful function.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sim_client_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index ffb9a11bf851662883dce5c8dae06eba0c7c901f..e4b73972efeebc6a4e9433a11c3d008f9606164a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/simple/server/sim_server.c
  *
  * Copyright 1989,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * This program performs no useful function.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_sim_server_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index 67b22382bffb17ecaea59452e7fba498ec399448..3606a49098405f221d1118e2a20ba94bb816cd64 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * appl/simple/simple.h
  *
  * Copyright 1988,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
index 74411e52737e74c968df5ce78532289c13cec859..d1aaa62e468ab90c5e5a0608fab83ba900edf3a2 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)auth.c     8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)auth.c 8.1 (Berkeley) 6/4/93 */
 
 /*
  * Copyright (C) 1990 by the Massachusetts Institute of Technology
index b3837cb5fe0c2b15da263c1aa58f052a774448a9..d4f3397068c3e741d33b7a9558d489dd371206a3 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)enc_des.c  8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)enc_des.c      8.1 (Berkeley) 6/4/93 */
 
 #ifdef ENCRYPTION
 # ifdef        AUTHENTICATION
index 73a4ba52b506cc4d09450d96c3a410f1e796a45c..94ea23fb440220b0afbf72aada8bcdc910c605e5 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)encrypt.c  8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)encrypt.c      8.1 (Berkeley) 6/4/93 */
 
 /*
  * Copyright (C) 1990 by the Massachusetts Institute of Technology
index 288eb164556dfa11830efd157093cd8c615f79b6..52fd5186300b6062851371aeb8c4311a9d731e63 100644 (file)
@@ -1,14 +1,7 @@
 /*
- *    $Source$
- *    $Id$
+ * appl/telnet/libtelnet/forward.c
  */
 
-#ifndef lint
-static char *rcsid_forward_c =
-  "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.
index 29c7519887f716e3d4248bbbc8211829a7db898d..4e760d72e1aa316982ef8eb3c87952b211f6a1bb 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)genget.c   8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
+/* based on @(#)genget.c       8.1 (Berkeley) 6/4/93 */
 
 #include <ctype.h>
 
index 4b2aeb2d75cb1a308bd73ff6a9624a0beb26f2e8..40e7c1d1f27d471353391180042108c7eb03ff1d 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)getent.c   8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)getent.c       8.1 (Berkeley) 6/4/93 */
 
 static char *area;
 
index 78054144e3aa1b99ce8234fb1bc01d13ce835e20..a4a735684ca999574af80ed2ae838ab3c6481064 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getopt.c   8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)getopt.c       8.1 (Berkeley) 6/4/93 */
 
 #ifndef __STDC__
 #define const
index 070532530d37ada0102095ff493e6c442427f88e..f6ffb7c591ce7c359daf5c42218a97a5091a6a7f 100644 (file)
@@ -4,9 +4,7 @@
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)gettytab.c 5.1 (Berkeley) 4/29/85";
-#endif not lint
+/* based on @(#)gettytab.c     5.1 (Berkeley) 4/29/85 */
 
 #include <ctype.h>
 
index d5301f22ba6f18b9c9552e7b1d9d1494c3b0a01f..3b20f807fd1a2e848bd1a990341201fd77eceece 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)herror.c   8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)herror.c       8.1 (Berkeley) 6/4/93 */
 
 #include <stdio.h>
 
index 47caa98bce5499ff6979f36857f8bed26d2696e6..b410038013feb1fd12932cb2935a49ed478740dc 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)kerberos.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)kerberos.c     8.1 (Berkeley) 6/4/93 */
 
 /*
  * Copyright (C) 1990 by the Massachusetts Institute of Technology
index 4028c3c649cb574a8e1f194b7bc89c8624c7bd93..3ba19b7f3411eb8d486d3770175dc6f2ff8c69dc 100644 (file)
@@ -1,17 +1,7 @@
 /*
- *     $Source$
- *     $Author$
- *     $Id$
+ *     appl/telnet/libtelnet/kerberos5.c
  */
 
-#if !defined(lint) && !defined(SABER)
-static
-#ifdef __STDC__
-const
-#endif
-char rcsid_kerberos5_c[] = "$Id$";
-#endif /* lint */
-
 /*-
  * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -45,9 +35,7 @@ char rcsid_kerberos5_c[] = "$Id$";
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)kerberos5.c        8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)kerberos5.c    8.1 (Berkeley) 6/4/93 */
 
 /*
  * Copyright (C) 1990 by the Massachusetts Institute of Technology
index 965acbbb0d9e91d539d9e171b1456e475c972abb..b029983a4b21b4d07c56cc50f7c515ed15d67415 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)krb4encpwd.c       8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)krb4encpwd.c   8.1 (Berkeley) 6/4/93 */
 
 
 #ifdef KRB4_ENCPWD
index 33503f14e774a156245d8722f590ff7a0d078c5f..1f070d3c6c78b2377953b9d76531acb53c6b77d1 100644 (file)
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)memcmp.c   8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memset.c   8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memcpy.c   8.1 (Berkeley) 6/4/93";
-static char sccsid[] = "@(#)memmove.c  8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on:
+   @(#)memcmp.c        8.1 (Berkeley) 6/4/93
+   @(#)memset.c        8.1 (Berkeley) 6/4/93
+   @(#)memcpy.c        8.1 (Berkeley) 6/4/93
+   @(#)memmove.c       8.1 (Berkeley) 6/4/93
+ */
 
 #ifndef        __STDC__
 #define        const
index 7ac49b83f3433f6572f9d636d05bf0deddad316d..78f48f8d720391f775b7fc2af1ea5883c5564c62 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)misc.c 8.1 (Berkeley) 6/4/93 */
 
 #include "misc.h"
 #include <stdio.h>
index 5cc45e5460d94298bb442be4a270b1f3ef96a195..efeca30c08f3ea4cb0431b1bce2a0c144a6c52ad 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)read_password.c    8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)read_password.c        8.1 (Berkeley) 6/4/93 */
 
 /*
- * $Source$
- * $Author$
+ * appl/telnet/libtelnet/read_password.c
  *
  * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
  * of Technology.
index 6364deb00215a1b814fd23f2401e1382d5ca1d76..c29ddbf320cfbd3ecb48c70b40244dbd96393450 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)rsaencpwd.c        8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
+/* based on @(#)rsaencpwd.c    8.1 (Berkeley) 6/4/93 */
 
 #ifdef RSA_ENCPWD
 /*
index 4963f924fe272a60079f090f1ecd1b0581a7a442..a2432c3d6d7adc3534a4358468da02259d02659e 100644 (file)
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid1[] = "@(#)setenv.c  8.1 (Berkeley) 6/4/93";
-static char sccsid2[] = "@(#)getenv.c  8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setenv.c       8.1 (Berkeley) 6/4/93 */
+/* based on @(#)getenv.c       8.1 (Berkeley) 6/4/93 */
 
 #ifndef __STDC__
 #define const
index 14d32566fffb2326f3692461acadca3789d7fef6..48c861c8cb8a5b5170da63f48821ef98da14309b 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)setsid.c   8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)setsid.c       8.1 (Berkeley) 6/4/93 */
 
 /*
  * Emulate the functionality of setsid(), called when forking
index b4634d0a7036f09e69b78c81a4171f549e9d850a..d41e3a221b0d25bc36770a619b799538beb63a8c 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)spx.c      8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)spx.c  8.1 (Berkeley) 6/4/93 */
 
 #ifdef SPX
 /*
index 1d06bf55ed5a22aff262d98f31caefa3a836e9c6..6566d25bbfa883ca2610b2ea0b1207a6a50c874e 100644 (file)
@@ -42,9 +42,7 @@
 #include <string.h>
 #endif
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcasecmp.c       8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strcasecmp.c   8.1 (Berkeley) 6/4/93 */
 
 typedef unsigned char u_char;
 
index 963d1834b595a7401b8be264079895619a284c9e..67602494c5648c7bdc4890d15c9f150595d7edce 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strchr.c   8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strchr.c       8.1 (Berkeley) 6/4/93 */
 
 #ifdef NO_STRING_H
 #include <strings.h>
index e4d9c945bf744985be516020e580ed91f1184f60..50002c378f2622843736d3206aac9572b2306af9 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strdup.c   8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strdup.c       8.1 (Berkeley) 6/4/93 */
 
 #ifndef __STDC__
 #define const
index 8efe51e9fcf99dce207672069ffb953b550847e1..f2f2e156a5bb52b41845a00b40e112052f627bc9 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strerror.c     8.1 (Berkeley) 6/4/93 */
 
 #ifdef NO_STRING_H
 #include <strings.h>
index 544cbcdd92efdf6d19f7d5d294b2e615559ea6e3..9117e08516d02872c70098e14dbd1a89737eb1b4 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strftime.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strftime.c     8.1 (Berkeley) 6/4/93 */
 
 #ifndef __STDC__
 #define const
index 67114866363a48e1d3c34efbd7190fa9be476dcf..fa800573e219075e00ba6e4e91e675e7d61e9121 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strrchr.c  8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
+/* based on @(#)strrchr.c      8.1 (Berkeley) 6/4/93 */
 
 #ifdef NO_STRING_H
 #include <strings.h>
index 545df780051d9a362510ca0c27c0e8d892dc9f0d..351b8f2218819eb40c83b7a4d0c08032d6022218 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)authenc.c  8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)authenc.c      8.1 (Berkeley) 6/6/93 */
 
 #if    defined(AUTHENTICATION) || defined(ENCRYPTION)
 #include <sys/types.h>
index 29e6cd774aeffda24242b2e96ba4726b4b093d47..42c6e5328775639ddafc03a228989825f924387b 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)commands.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)commands.c     8.1 (Berkeley) 6/6/93 */
 
 #if    defined(unix)
 #include <sys/param.h>
index 07e09aebf050fd76b1a53537bbedea5ae7bc2cd3..432227e875093f4567b4b09707b7bba5ab80fc7e 100644 (file)
@@ -37,9 +37,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)main.c     5.5 (Berkeley) 12/18/92";
-#endif /* not lint */
+/* based on @(#)main.c 5.5 (Berkeley) 12/18/92 */
 
 #include <sys/types.h>
 
index c71b63dd5ec86c6f9515e6b84afea9ee25238b2e..fc7dc5ea7db83781da9be00f060d3710ff03613c 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)network.c  8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)network.c      8.1 (Berkeley) 6/6/93 */
 
 #include <sys/types.h>
 #include <sys/socket.h>
index 1080d121a2acb0f277d81b361a5a5e7f836d95ed..93d379e7770a8b413a6957015c4b513a0acd2f5c 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)ring.c     8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)ring.c 8.1 (Berkeley) 6/6/93 */
 
 /*
  * This defines a structure for a ring buffer.
index 26d1d74e72b884aaef64c109a37de79b7344ec7a..2e52986f0e609e16a8f0d23acbbdd1617d533795 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)sys_bsd.c  8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)sys_bsd.c      8.1 (Berkeley) 6/6/93 */
 
 /*
  * The following routines try to encapsulate what is system dependent
index 0b5f97357b7322be3d366a468e0502dfdb6061e3..f7994fa98019a9d850073142847facd6bb1b6269 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)telnet.c   8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)telnet.c       8.1 (Berkeley) 6/6/93 */
 
 #include <sys/types.h>
 
index b6d3b864ab6ecf632a6fa79226db11202f633548..a72852c2d4939a4183786f1cad26e9dd44117c3c 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)terminal.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)terminal.c     8.1 (Berkeley) 6/6/93 */
 
 #include <arpa/telnet.h>
 #include <sys/types.h>
index 1f285cf98718fd5c0f7a5ee7ea5107fb989fae88..77aedaf8993f5018634e7b8af2b08f8c7d183cba 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)tn3270.c   8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)tn3270.c       8.1 (Berkeley) 6/6/93 */
 
 #include <sys/types.h>
 #include <arpa/telnet.h>
index 05148669247b6c32fc6a359c114f43805a92b063..2e973e03110adc79ca262e8dcfee30a10036949a 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)utilities.c        8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
+/* based on @(#)utilities.c    8.1 (Berkeley) 6/6/93 */
 
 #define        TELOPTS
 #define        TELCMDS
index cee4ebb1de73122eb5d04161e4df614068777c8e..3aec7f9d2e7aefe963098c96dbf2150182a9fce7 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)authenc.c  8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)authenc.c      8.1 (Berkeley) 6/4/93 */
 
 #if    defined(AUTHENTICATION) || defined(ENCRYPTION)
 #include "telnetd.h"
index af21acc69fb1ce979dc61c1135fe3acfad0eb3b3..c1412834e44b4e6abd1c94001d5b689ec2f94fb6 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)global.c   8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)global.c       8.1 (Berkeley) 6/4/93 */
 
 /*
  * Allocate global variables.  We do this
index b7dabf323ba7d1e01fae587080e9a4d12dce29ba..1c68b953feeec4d83aec52c4d6eaecb6232e832e 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)slc.c      8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)slc.c  8.1 (Berkeley) 6/4/93 */
 
 #include "telnetd.h"
 
index 4fa88e46357155290cf9cb531d060946353c5b36..420c96de034be0da0ec1ba45652a4ec6dbfaa1f8 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)state.c    8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)state.c        8.1 (Berkeley) 6/4/93 */
 
 #include "telnetd.h"
 #if    defined(AUTHENTICATION)
index 9bf7de7313824e1a423be21f1017c1d35690c338..12e734c78dd13cd9ed807db28a01f3a04b04f6d9 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)sys_term.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* baesd on @(#)sys_term.c     8.1 (Berkeley) 6/4/93 */
 
 #include "telnetd.h"
 #include "pathnames.h"
index 8257571305acffdc4cb097dd50524799bebb4f31..69c9894dcc3405c22499a322b874ddec157301fd 100644 (file)
@@ -37,9 +37,7 @@ char copyright[] =
  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)telnetd.c  5.51 (Berkeley) 1/21/93";
-#endif /* not lint */
+/* based on @(#)telnetd.c      5.51 (Berkeley) 1/21/93 */
 
 #include "telnetd.h"
 #include "pathnames.h"
index ae1a444041bb0bd94ba21cc32f2031d8bfa9baba..0afe22eaf895683a46a97ddfbe37370eef358e78 100644 (file)
@@ -37,9 +37,7 @@ static char copyright[] =
        The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
-#ifndef lint
-static char sccsid[] = "@(#)telnetd.c  8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)telnetd.c      8.1 (Berkeley) 6/4/93 */
 
 #include "telnetd.h"
 #include "pathnames.h"
index d8b75ba4c5eb937a885b874b8ecd8aecfba090b1..824a1a6494c85639f37ed0e413f1cd0db63566e4 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)termstat.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)termstat.c     8.1 (Berkeley) 6/4/93 */
 
 #include "telnetd.h"
 
index 46d5e9a29e313e05c3b9e7be236f44a813fa11e8..10199d334c841867a1e49b42b56b20c7a3c68c93 100644 (file)
@@ -31,9 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)utility.c  8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+/* based on @(#)utility.c      8.1 (Berkeley) 6/4/93 */
 
 #define PRINTOPTIONS
 #include "telnetd.h"
index 3e495315a362b24e9c880287e79cf1833a11aec8..15688922e62168c30c48c00dec8a64016a4c459b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/user_user/client.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
index b00f6fb68206d1c80db90c2fc49b1ac7445e49dc..6251066e08cd98482d9263b42c6fb7bf626448fe 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * appl/user_user/server.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
index 52ca911f954b1d6dec053b42080616e1a6f0fe64..9db29c6987c79d902391ef209b7e2febfd01cf79 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * clients/kdestroy/kdestroy.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Destroy the contents of your credential cache.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_klist_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <stdio.h>
 
 #include <krb5/krb5.h>
index e8b91ba30c4cfc8139bd2348fe97df3686b1e4b3..e6baad94bca8367268f0c901aa27f5633bdfe14a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * clients/kinit/kinit.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Initialize a credentials cache.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kinit_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <stdio.h>
 #include <com_err.h>
 #include <pwd.h>
index 4e8164b4107175d9893a195399233923c94e25a9..a5ab8a66aa2b1cc60d38315f5b526e3fa4ed046c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * clients/klist/klist.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * List out the contents of your credential cache.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_klist_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
 #include <stdio.h>
 
 #include <krb5/krb5.h>