summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/fts.h b/include/fts.h
index e4c75b5733c..b543bb4fb85 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)fts.h 5.24 (Berkeley) 5/5/92
- * $Id: fts.h,v 1.2 1993/08/01 00:23:18 mycroft Exp $
+ * from: @(#)fts.h 8.1 (Berkeley) 6/2/93
+ * $Id: fts.h,v 1.3 1993/11/06 01:06:12 cgd Exp $
*/
#ifndef _FTS_H_