summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
Diffstat (limited to 'fortune')
-rw-r--r--fortune/fortune/fortune.c3
-rw-r--r--fortune/fortune/pathnames.h3
-rw-r--r--fortune/strfile/strfile.c3
-rw-r--r--fortune/strfile/strfile.h3
-rw-r--r--fortune/unstr/unstr.c3
5 files changed, 10 insertions, 5 deletions
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c
index 36e1a98f..ebeaf7eb 100644
--- a/fortune/fortune/fortune.c
+++ b/fortune/fortune/fortune.c
@@ -48,7 +48,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)fortune.c 5.13 (Berkeley) 4/8/91";
+/*static char sccsid[] = "from: @(#)fortune.c 5.13 (Berkeley) 4/8/91";*/
+static char rcsid[] = "$Id: fortune.c,v 1.5 1993/08/01 18:54:48 mycroft Exp $";
#endif /* not lint */
# include <machine/endian.h>
diff --git a/fortune/fortune/pathnames.h b/fortune/fortune/pathnames.h
index e64ac65d..739cc60c 100644
--- a/fortune/fortune/pathnames.h
+++ b/fortune/fortune/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.2 (Berkeley) 4/8/91
+ * from: @(#)pathnames.h 5.2 (Berkeley) 4/8/91
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:54:47 mycroft Exp $
*/
#define FORTDIR "/usr/share/games/fortune"
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 6271e68d..47246c08 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -41,7 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)strfile.c 5.12 (Berkeley) 4/8/91";
+/*static char sccsid[] = "from: @(#)strfile.c 5.12 (Berkeley) 4/8/91";*/
+static char rcsid[] = "$Id: strfile.c,v 1.2 1993/08/01 18:54:43 mycroft Exp $";
#endif /* not lint */
# include <machine/endian.h>
diff --git a/fortune/strfile/strfile.h b/fortune/strfile/strfile.h
index 0f93928b..1000a886 100644
--- a/fortune/strfile/strfile.h
+++ b/fortune/strfile/strfile.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)strfile.h 5.8 (Berkeley) 4/8/91
+ * from: @(#)strfile.h 5.8 (Berkeley) 4/8/91
+ * $Id: strfile.h,v 1.2 1993/08/01 18:54:44 mycroft Exp $
*/
#define STR_ENDSTRING(line,tbl) \
diff --git a/fortune/unstr/unstr.c b/fortune/unstr/unstr.c
index 249705c7..59bd4b68 100644
--- a/fortune/unstr/unstr.c
+++ b/fortune/unstr/unstr.c
@@ -41,7 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)unstr.c 5.8 (Berkeley) 4/8/91";
+/*static char sccsid[] = "from: @(#)unstr.c 5.8 (Berkeley) 4/8/91";*/
+static char rcsid[] = "$Id: unstr.c,v 1.2 1993/08/01 18:54:39 mycroft Exp $";
#endif /* not lint */
/*