add Berkeley specific copyright notices
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 5 May 1989 07:11:23 +0000 (23:11 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 5 May 1989 07:11:23 +0000 (23:11 -0800)
SCCS-vsn: usr.bin/locate/bigram/locate.bigram.c 4.5
SCCS-vsn: usr.bin/locate/locate/updatedb.csh 4.8
SCCS-vsn: usr.bin/locate/code/locate.code.c 4.4

usr/src/usr.bin/locate/bigram/locate.bigram.c
usr/src/usr.bin/locate/code/locate.code.c
usr/src/usr.bin/locate/locate/updatedb.csh

index 4422526..32bf709 100644 (file)
@@ -1,6 +1,32 @@
+/*
+ * Copyright (c) 1989 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * James A. Woods.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)locate.bigram.c    4.4     (Berkeley)      %G%";
-#endif not lint
+static char sccsid[] = "@(#)locate.bigram.c    4.5 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  *  bigram < text > bigrams
 
 /*
  *  bigram < text > bigrams
index 46637f9..7a9ed11 100644 (file)
@@ -1,6 +1,32 @@
+/*
+ * Copyright (c) 1989 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * James A. Woods.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)locate.code.c      4.3     (Berkeley)      %G%";
-#endif not lint
+static char sccsid[] = "@(#)locate.code.c      4.4 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * PURPOSE:    sorted list compressor (works with a modified 'find'
 
 /*
  * PURPOSE:    sorted list compressor (works with a modified 'find'
index f18081e..01fb4b1 100644 (file)
@@ -1,6 +1,24 @@
 #!/bin/csh -f
 #
 #!/bin/csh -f
 #
-#      @(#)updatedb.csh        4.8     (Berkeley)      89/05/04
+# Copyright (c) 1989 The Regents of the University of California.
+# All rights reserved.
+#
+# This code is derived from software contributed to Berkeley by
+# James A. Woods.
+#
+# Redistribution and use in source and binary forms are permitted
+# provided that the above copyright notice and this paragraph are
+# duplicated in all such forms and that any documentation,
+# advertising materials, and other materials related to such
+# distribution and use acknowledge that the software was developed
+# by the University of California, Berkeley.  The name of the
+# University may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+#
+#      @(#)updatedb.csh        4.8 (Berkeley) %G%
 #
 set SRCHPATHS = "/"                    # directories to be put in the database
 set LIBDIR = /usr/libexec              # for subprograms
 #
 set SRCHPATHS = "/"                    # directories to be put in the database
 set LIBDIR = /usr/libexec              # for subprograms