]> granicus.if.org Git - file/commitdiff
Add RCS ID.
authorIan Darwin <ian@darwinsys.com>
Tue, 8 Sep 1992 15:32:09 +0000 (15:32 +0000)
committerIan Darwin <ian@darwinsys.com>
Tue, 8 Sep 1992 15:32:09 +0000 (15:32 +0000)
LEGAL.NOTICE
src/compress.c
src/is_tar.c
src/names.h

index 1e7c69a00366f90856bf9d3a54ef5be8eb7c4bda..2a635343d4045be19b121ea719760c2476ee30a2 100644 (file)
@@ -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
index 300c58d519cd5964cc1e040338a9f1c83beafa49..5a9b4997f4bc3e584588e043ec8e9b7ae81de0fa 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
index eb32eb00035c2d5946b422c58162c4805bc1ce37..789f04e5027ec12d90e1e3545a58fd9437db81cb 100644 (file)
@@ -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.
index ee291f5009ae339f3d166fba2fc46236866bdb82..7479f43101ded019dd18687c8f11ef65075ef7d2 100644 (file)
@@ -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! */