]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
rcs id conventions
authorcgd <cgd@NetBSD.org>
Fri, 24 Mar 1995 05:00:43 +0000 (05:00 +0000)
committercgd <cgd@NetBSD.org>
Fri, 24 Mar 1995 05:00:43 +0000 (05:00 +0000)
17 files changed:
mille/Makefile
mille/comp.c
mille/end.c
mille/extern.c
mille/init.c
mille/mille.6
mille/mille.c
mille/mille.h
mille/misc.c
mille/move.c
mille/print.c
mille/roll.c
mille/save.c
mille/table.c
mille/types.c
mille/unctrl.h
mille/varpush.c

index 0b7666514fcdca7bb73f81b771f91e0371a30a9f..db585de3e8ad2696a99934d61b7a0970b33e7bac 100644 (file)
@@ -1,5 +1,5 @@
-#      from: @(#)Makefile      8.1 (Berkeley) 5/31/93
-#      $Id: Makefile,v 1.4 1994/12/22 09:34:50 cgd Exp $
+#      $NetBSD: Makefile,v 1.5 1995/03/24 05:00:43 cgd Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  mille
 SRCS=  comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
index 2b431fb4ffb8614559f009ccc412690fff85777c..58538e3b3c83e0f0c34f2b2b192023ff2e7982d1 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $     */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)comp.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: comp.c,v 1.3 1994/05/12 17:39:27 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)comp.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 6dcb9767d9b713e6c29c9fda6cc87136f3dd7dd7..a8fb8aa6fa7fa3533747d90d10ecc27e30fff109 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $      */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)end.c      8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: end.c,v 1.3 1994/05/12 17:39:29 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)end.c      8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index cc370f6940f486d3591b4b40920818fdab266d8f..927b7f23461c9317b86cf0a4c1f562e7e795621b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $   */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)extern.c   8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: extern.c,v 1.3 1994/05/12 17:39:30 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 4811f423985423c1780451324434e94433ac43ba..368862ad8e488d4d12a88b0b6571272d0c421131 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $     */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)init.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: init.c,v 1.4 1994/05/12 17:39:31 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)init.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 4b08aa9ca7cd1306952729acfa890b740b285e25..02ce56c4517607bbc00dc598f2975c51b8015ef3 100644 (file)
@@ -1,3 +1,5 @@
+.\"    $NetBSD: mille.6,v 1.4 1995/03/24 05:01:45 cgd Exp $
+.\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -29,8 +31,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    from: @(#)mille.6       8.2 (Berkeley) 12/30/93
-.\"    $Id: mille.6,v 1.3 1994/05/12 17:39:32 jtc Exp $
+.\"    @(#)mille.6     8.2 (Berkeley) 12/30/93
 .\"
 .TH MILLE 6 "December 30, 1993"
 .UC 4
index 4d233b28db70e133af98d1b01ac29e7475738269..cc4a6ac8c2665cfd0e0b40e4883646766eb00a30 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -38,8 +40,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)mille.c    8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: mille.c,v 1.3 1994/05/12 17:39:33 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)mille.c    8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 4c9812b2e5e31560ef47c127de72255439feb2f1..1d82942c19e7111fd5d1712d0284dd38967788d2 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: mille.h,v 1.5 1995/03/24 05:01:51 cgd Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -30,8 +32,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)mille.h       8.1 (Berkeley) 5/31/93
- *     $Id: mille.h,v 1.4 1994/05/12 17:39:34 jtc Exp $
+ *     @(#)mille.h     8.1 (Berkeley) 5/31/93
  */
 
 # include      <sys/types.h>
index 43ec1bbcf5a98d9f395502a74b516184169e34c6..8dafc778b66b2a8361b01c13feaf4e71fd797ad0 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $     */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)misc.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: misc.c,v 1.3 1994/05/12 17:39:35 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/file.h>
index b510e68ad4212c04bf561808bca2995270f28c53..422e8db72df5d703f4fc352293a5a32f73a26e0e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $     */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)move.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: move.c,v 1.3 1994/05/12 17:39:37 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $";
+#endif
 #endif /* not lint */
 
 #include <termios.h>
index 23ec11b3c4746cea6485ec994461598a62d6281e..5c2427c6d20a825902faf6a5510f7aef45f3df3f 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)print.c    8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: print.c,v 1.3 1994/05/12 17:39:39 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)print.c    8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 7fcc8d2bc8ab9e925d07e493156f5802a5cd7768..fa589ba95b6e56eea52e08f5ebcc50a92dca6c06 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $     */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)roll.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: roll.c,v 1.3 1994/05/12 17:39:40 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)roll.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index 7732473c00bc055df5d727ec09af5fb9256ceb52..1e0ad47e5b6acd7dc84557435486320f845b4ec9 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $     */
+
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)save.c     8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: save.c,v 1.3 1994/05/12 17:39:41 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)save.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $";
+#endif
 #endif /* not lint */
 
 #include <sys/types.h>
index 3856a9671c9e7002d57ac6f1c32e67cd5d392533..7b0f9cd2cf411317efd19934e41e9e1aea31034b 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -38,8 +40,11 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)table.c    8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: table.c,v 1.3 1994/05/12 17:39:42 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)table.c    8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # define       DEBUG
index 0979562e8450647896f3203617aa12c41eafafcc..cbe8d6ed30b2024072c847f344f1cccee31f6795 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $    */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)types.c    8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: types.c,v 1.3 1994/05/12 17:39:43 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)types.c    8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      "mille.h"
index e3bd84eb5903e90ea3936dbd7e2dda4331567f13..e75d0f0bece80b3369559d7f89230d727fdc3aac 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: unctrl.h,v 1.4 1995/03/24 05:02:28 cgd Exp $   */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -30,8 +32,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)unctrl.h      8.1 (Berkeley) 5/31/93
- *     $Id: unctrl.h,v 1.3 1994/05/12 17:39:44 jtc Exp $
+ *     @(#)unctrl.h    8.1 (Berkeley) 5/31/93
  */
 
 /*
index ec1205473b15d686e2347049301255b5bb0aa982..1fac4cf0d5bd6689b5be18347601ef5d179f4cc4 100644 (file)
@@ -1,3 +1,5 @@
+/*     $NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $  */
+
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)varpush.c  8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: varpush.c,v 1.3 1994/05/12 17:39:45 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)varpush.c  8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $";
+#endif
 #endif /* not lint */
 
 # include      <paths.h>