From 2428642e23e07ca6c07729ee99cabf3b7209d69e Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Tue, 8 Sep 1992 15:32:09 +0000 Subject: [PATCH] Add RCS ID. --- LEGAL.NOTICE | 1 + src/compress.c | 1 + src/is_tar.c | 2 +- src/names.h | 7 ++----- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LEGAL.NOTICE b/LEGAL.NOTICE index 1e7c69a0..2a635343 100644 --- a/LEGAL.NOTICE +++ b/LEGAL.NOTICE @@ -1,5 +1,6 @@ Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990. Written by Ian F. Darwin. +$Id: LEGAL.NOTICE,v 1.6 1992/09/08 15:32:09 ian Exp $ This software is not subject to and may not be made subject to any license of the American Telephone and Telegraph Company, Sun diff --git a/src/compress.c b/src/compress.c index 300c58d5..5a9b4997 100644 --- a/src/compress.c +++ b/src/compress.c @@ -2,6 +2,7 @@ * compress routines: * is_compress() returns 0 if uncompressed, number of bits if compressed. * uncompress(old, n, newch) - uncompress old into new, return sizeof new + * $Id: compress.c,v 1.6 1992/09/08 15:32:17 ian Exp $ */ #include #include diff --git a/src/is_tar.c b/src/is_tar.c index eb32eb00..789f04e5 100644 --- a/src/is_tar.c +++ b/src/is_tar.c @@ -5,7 +5,7 @@ * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $Ident$ + * $Id: is_tar.c,v 1.7 1992/09/08 15:32:19 ian Exp $ * * Comments changed and some code/comments reformatted * for file command by Ian Darwin. diff --git a/src/names.h b/src/names.h index ee291f50..7479f431 100644 --- a/src/names.h +++ b/src/names.h @@ -8,12 +8,9 @@ * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. * - * This software is not subject to any license of the American Telephone - * and Telegraph Company or of the Regents of the University of California. + * See LEGAL.NOTICE * - * Permission is granted to anyone to use this software for any purpose on - * any computer system, and to alter it and redistribute it freely, subject - * to the terms in the accompanying LEGAL.NOTICE file. + * $Id: names.h,v 1.9 1992/09/08 15:32:20 ian Exp $ */ /* these types are used to index the table 'types': keep em in sync! */ -- 2.40.0