USL copyright
[unix-history] / lib / libc / gen / ctype_.c
index a8b37ae..7bd0441 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) UNIX System Laboratories, Inc.  All or some portions
+ * of this file are derived from material licensed to the
+ * University of California by American Telephone and Telegraph Co.
+ * or UNIX System Laboratories, Inc. and are reproduced herein with
+ * the permission of UNIX System Laboratories, Inc.
+ *
+ *     $Id$
+ */
 /*
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
 /*
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
@@ -34,7 +43,7 @@
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "From: @(#)ctype_.c     5.6 (Berkeley) 6/1/90";
 static const char rcsid[] =
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "From: @(#)ctype_.c     5.6 (Berkeley) 6/1/90";
 static const char rcsid[] =
-       "$Id$";
+       "$Id: ctype_.c,v 1.2 1994/04/04 21:13:31 wollman Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <octype.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <octype.h>