summaryrefslogtreecommitdiffstats
path: root/mille
diff options
context:
space:
mode:
Diffstat (limited to 'mille')
-rw-r--r--mille/comp.c3
-rw-r--r--mille/end.c3
-rw-r--r--mille/extern.c3
-rw-r--r--mille/init.c3
-rw-r--r--mille/mille.c3
-rw-r--r--mille/mille.h3
-rw-r--r--mille/misc.c3
-rw-r--r--mille/move.c3
-rw-r--r--mille/print.c3
-rw-r--r--mille/roll.c3
-rw-r--r--mille/save.c3
-rw-r--r--mille/table.c3
-rw-r--r--mille/types.c3
-rw-r--r--mille/unctrl.h3
-rw-r--r--mille/varpush.c3
15 files changed, 30 insertions, 15 deletions
diff --git a/mille/comp.c b/mille/comp.c
index 64929fe7..8dbffb98 100644
--- a/mille/comp.c
+++ b/mille/comp.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)comp.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)comp.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: comp.c,v 1.2 1993/08/01 18:54:05 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/end.c b/mille/end.c
index c9691fea..e985e518 100644
--- a/mille/end.c
+++ b/mille/end.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)end.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)end.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: end.c,v 1.2 1993/08/01 18:54:04 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/extern.c b/mille/extern.c
index a08ab2b0..a47c9b3c 100644
--- a/mille/extern.c
+++ b/mille/extern.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)extern.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)extern.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: extern.c,v 1.2 1993/08/01 18:54:03 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/init.c b/mille/init.c
index f7dfeb1c..92b7e5c7 100644
--- a/mille/init.c
+++ b/mille/init.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)init.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)init.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: init.c,v 1.2 1993/08/01 18:54:02 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/mille.c b/mille/mille.c
index 0bd9010d..e2ca3ad2 100644
--- a/mille/mille.c
+++ b/mille/mille.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)mille.c 5.5 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)mille.c 5.5 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: mille.c,v 1.2 1993/08/01 18:54:01 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/mille.h b/mille/mille.h
index 9757bb77..2d3811f0 100644
--- a/mille/mille.h
+++ b/mille/mille.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)mille.h 5.5 (Berkeley) 6/1/90
+ * from: @(#)mille.h 5.5 (Berkeley) 6/1/90
+ * $Id: mille.h,v 1.2 1993/08/01 18:54:07 mycroft Exp $
*/
# include <sys/types.h>
diff --git a/mille/misc.c b/mille/misc.c
index acb0d385..a43b1327 100644
--- a/mille/misc.c
+++ b/mille/misc.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)misc.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)misc.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:53:59 mycroft Exp $";
#endif /* not lint */
#include "mille.h"
diff --git a/mille/move.c b/mille/move.c
index c29baca2..a6b8fd27 100644
--- a/mille/move.c
+++ b/mille/move.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)move.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)move.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: move.c,v 1.2 1993/08/01 18:53:58 mycroft Exp $";
#endif /* not lint */
#include "mille.h"
diff --git a/mille/print.c b/mille/print.c
index 1d32a097..ca5edc2f 100644
--- a/mille/print.c
+++ b/mille/print.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)print.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)print.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: print.c,v 1.2 1993/08/01 18:53:57 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/roll.c b/mille/roll.c
index bdeedfef..6434021e 100644
--- a/mille/roll.c
+++ b/mille/roll.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)roll.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)roll.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: roll.c,v 1.2 1993/08/01 18:53:57 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/save.c b/mille/save.c
index 0467454a..589d4be2 100644
--- a/mille/save.c
+++ b/mille/save.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)save.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)save.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:53:56 mycroft Exp $";
#endif /* not lint */
#include "mille.h"
diff --git a/mille/table.c b/mille/table.c
index 767f9f8f..9d4fa25d 100644
--- a/mille/table.c
+++ b/mille/table.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)table.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)table.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:53:55 mycroft Exp $";
#endif /* not lint */
# define DEBUG
diff --git a/mille/types.c b/mille/types.c
index 6ae59911..52da9fbd 100644
--- a/mille/types.c
+++ b/mille/types.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)types.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)types.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: types.c,v 1.2 1993/08/01 18:53:54 mycroft Exp $";
#endif /* not lint */
# include "mille.h"
diff --git a/mille/unctrl.h b/mille/unctrl.h
index 9983a822..6fcaf722 100644
--- a/mille/unctrl.h
+++ b/mille/unctrl.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)unctrl.h 5.4 (Berkeley) 6/1/90
+ * from: @(#)unctrl.h 5.4 (Berkeley) 6/1/90
+ * $Id: unctrl.h,v 1.2 1993/08/01 18:54:06 mycroft Exp $
*/
/*
diff --git a/mille/varpush.c b/mille/varpush.c
index 7603b800..86a5f1cf 100644
--- a/mille/varpush.c
+++ b/mille/varpush.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)varpush.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)varpush.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: varpush.c,v 1.2 1993/08/01 18:53:52 mycroft Exp $";
#endif /* not lint */
# include <paths.h>