new copyright notice
[unix-history] / usr / src / lib / libc / vax / string / strncat.s
index 327f2f6..09309d4 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
  */
 
-#ifdef LIBC_SCCS
-       .asciz  "@(#)strncat.s  5.3 (Berkeley) %G%"
-#endif LIBC_SCCS
+#if defined(LIBC_SCCS) && !defined(lint)
+       .asciz "@(#)strncat.s   5.6 (Berkeley) %G%"
+#endif /* LIBC_SCCS and not lint */
 
 /*
  * Concatenate string s2 on the end of s1
 
 /*
  * Concatenate string s2 on the end of s1