summaryrefslogtreecommitdiff
path: root/apps/gperf/src
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
commitcd755938747721a508099129566e90c38a51b870 (patch)
tree888a37b59f92dd7640beb6049094c07c3fd2f23a /apps/gperf/src
parente6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff)
downloadATCD-cd755938747721a508099129566e90c38a51b870.tar.gz
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'apps/gperf/src')
-rw-r--r--apps/gperf/src/Bool_Array.cpp2
-rw-r--r--apps/gperf/src/Bool_Array.h2
-rw-r--r--apps/gperf/src/Gen_Perf.cpp2
-rw-r--r--apps/gperf/src/Gen_Perf.h2
-rw-r--r--apps/gperf/src/Hash_Table.cpp2
-rw-r--r--apps/gperf/src/Hash_Table.h2
-rw-r--r--apps/gperf/src/Iterator.cpp2
-rw-r--r--apps/gperf/src/Iterator.h2
-rw-r--r--apps/gperf/src/Key_List.cpp2
-rw-r--r--apps/gperf/src/Key_List.h2
-rw-r--r--apps/gperf/src/List_Node.cpp2
-rw-r--r--apps/gperf/src/List_Node.h2
-rw-r--r--apps/gperf/src/Options.cpp2
-rw-r--r--apps/gperf/src/Options.h2
-rw-r--r--apps/gperf/src/Vectors.cpp2
-rw-r--r--apps/gperf/src/Vectors.h2
-rw-r--r--apps/gperf/src/Version.cpp2
-rw-r--r--apps/gperf/src/gperf.cpp2
-rw-r--r--apps/gperf/src/new.cpp2
19 files changed, 19 insertions, 19 deletions
diff --git a/apps/gperf/src/Bool_Array.cpp b/apps/gperf/src/Bool_Array.cpp
index e3243565f41..f308c08c24c 100644
--- a/apps/gperf/src/Bool_Array.cpp
+++ b/apps/gperf/src/Bool_Array.cpp
@@ -1,5 +1,5 @@
/* Fast lookup table abstraction implemented as an Iteration Number Array
-// @(#)Bool_Array.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/Bool_Array.h b/apps/gperf/src/Bool_Array.h
index d890484e485..0a2757dbc8e 100644
--- a/apps/gperf/src/Bool_Array.h
+++ b/apps/gperf/src/Bool_Array.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Bool_Array.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Gen_Perf.cpp b/apps/gperf/src/Gen_Perf.cpp
index 25c0299fd35..57418ccc047 100644
--- a/apps/gperf/src/Gen_Perf.cpp
+++ b/apps/gperf/src/Gen_Perf.cpp
@@ -1,5 +1,5 @@
/* Provides high-level routines to manipulate the keywork list
-// @(#)Gen_Perf.cpp 1.1 10/18/96
+// $Id$
structures the code generation output.
Copyright (C) 1989 Free Software Foundation, Inc.
diff --git a/apps/gperf/src/Gen_Perf.h b/apps/gperf/src/Gen_Perf.h
index 11817de4851..50d2ab95c0f 100644
--- a/apps/gperf/src/Gen_Perf.h
+++ b/apps/gperf/src/Gen_Perf.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Gen_Perf.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Hash_Table.cpp b/apps/gperf/src/Hash_Table.cpp
index dfb008514ce..fa165715abc 100644
--- a/apps/gperf/src/Hash_Table.cpp
+++ b/apps/gperf/src/Hash_Table.cpp
@@ -1,5 +1,5 @@
/* Hash table for checking keyword links. Implemented using double hashing.
-// @(#)Hash_Table.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/Hash_Table.h b/apps/gperf/src/Hash_Table.h
index c7a77a1b37b..80cba1e9e34 100644
--- a/apps/gperf/src/Hash_Table.h
+++ b/apps/gperf/src/Hash_Table.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Hash_Table.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Iterator.cpp b/apps/gperf/src/Iterator.cpp
index 2e5d37f8f00..94768115231 100644
--- a/apps/gperf/src/Iterator.cpp
+++ b/apps/gperf/src/Iterator.cpp
@@ -1,5 +1,5 @@
/* Provides an Iterator for keyword characters.
-// @(#)Iterator.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/Iterator.h b/apps/gperf/src/Iterator.h
index d2c81039b3f..d1fe416859d 100644
--- a/apps/gperf/src/Iterator.h
+++ b/apps/gperf/src/Iterator.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Iterator.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Key_List.cpp b/apps/gperf/src/Key_List.cpp
index 3a944b4b28b..c1009b3441c 100644
--- a/apps/gperf/src/Key_List.cpp
+++ b/apps/gperf/src/Key_List.cpp
@@ -1,5 +1,5 @@
/* Routines for building, ordering, and printing the keyword list.
-// @(#)Key_List.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/Key_List.h b/apps/gperf/src/Key_List.h
index 14276eb975d..bad5e0a2ffa 100644
--- a/apps/gperf/src/Key_List.h
+++ b/apps/gperf/src/Key_List.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Key_List.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/List_Node.cpp b/apps/gperf/src/List_Node.cpp
index d72cc699c13..59643b97b17 100644
--- a/apps/gperf/src/List_Node.cpp
+++ b/apps/gperf/src/List_Node.cpp
@@ -1,5 +1,5 @@
/* Creates and initializes a new list node.
-// @(#)List_Node.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/List_Node.h b/apps/gperf/src/List_Node.h
index 0cb512f0894..6b3e86ce694 100644
--- a/apps/gperf/src/List_Node.h
+++ b/apps/gperf/src/List_Node.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)List_Node.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Options.cpp b/apps/gperf/src/Options.cpp
index 184187b5a4a..1aa819503e7 100644
--- a/apps/gperf/src/Options.cpp
+++ b/apps/gperf/src/Options.cpp
@@ -1,5 +1,5 @@
/* Handles parsing the Options provided to the user.
-// @(#)Options.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h
index 2d67003d991..22579aac4d4 100644
--- a/apps/gperf/src/Options.h
+++ b/apps/gperf/src/Options.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.h 1.1 10/18/96
+// $Id$
/* This may look like C code, but it is really -*- C++ -*- */
diff --git a/apps/gperf/src/Vectors.cpp b/apps/gperf/src/Vectors.cpp
index 761e08b2672..218ebc9aa64 100644
--- a/apps/gperf/src/Vectors.cpp
+++ b/apps/gperf/src/Vectors.cpp
@@ -1,5 +1,5 @@
/* This may look like C code, but it is really -*- C++ -*- */
-// @(#)Vectors.cpp 1.1 10/18/96
+// $Id$
/* Static class data members that are shared between several classes via
diff --git a/apps/gperf/src/Vectors.h b/apps/gperf/src/Vectors.h
index c01e9f27d8f..c557c7afe56 100644
--- a/apps/gperf/src/Vectors.h
+++ b/apps/gperf/src/Vectors.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Vectors.h 1.1 10/18/96
+// $Id$
#include <stdio.h>
diff --git a/apps/gperf/src/Version.cpp b/apps/gperf/src/Version.cpp
index 8fb0d398887..b26c55e4124 100644
--- a/apps/gperf/src/Version.cpp
+++ b/apps/gperf/src/Version.cpp
@@ -1,5 +1,5 @@
/* Current program version number.
-// @(#)Version.cpp 1.1 10/18/96
+// $Id$
Copyright (C) 1989 Free Software Foundation, Inc.
diff --git a/apps/gperf/src/gperf.cpp b/apps/gperf/src/gperf.cpp
index 2e6aa2c6406..cb8577f950d 100644
--- a/apps/gperf/src/gperf.cpp
+++ b/apps/gperf/src/gperf.cpp
@@ -1,5 +1,5 @@
/* Driver program for the Gen_Perf hash function generator Copyright
-// @(#)gperf.cpp 1.1 10/18/96
+// $Id$
(C) 1989 Free Software Foundation, Inc. written by Douglas
C. Schmidt (schmidt@ics.uci.edu)
diff --git a/apps/gperf/src/new.cpp b/apps/gperf/src/new.cpp
index ebaafa16917..25cb527a98a 100644
--- a/apps/gperf/src/new.cpp
+++ b/apps/gperf/src/new.cpp
@@ -1,5 +1,5 @@
/* Defines a buffered memory allocation abstraction that reduces calls to
-// @(#)new.cpp 1.1 10/18/96
+// $Id$
malloc.
Copyright (C) 1989 Free Software Foundation, Inc.