new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / apply / apply.c
index db9fb8d..ca4914e 100644 (file)
@@ -1,20 +1,21 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+"@(#) Copyright (c) 1983 The Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)apply.c    5.3 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)apply.c    5.4 (Berkeley) %G%";
+#endif /* not lint */
 
 
-/*%cc -s -O %
+/*
  * apply - apply a command to a set of arguments
  *
  *     apply echo * == ls
  * apply - apply a command to a set of arguments
  *
  *     apply echo * == ls