new copyright notices
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 02:17:15 +0000 (18:17 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 02:17:15 +0000 (18:17 -0800)
SCCS-vsn: contrib/connectd/cd/Makefile 5.2
SCCS-vsn: contrib/connectd/cd/con.c 5.2
SCCS-vsn: contrib/connectd/cd/rcv.c 5.2
SCCS-vsn: contrib/connectd/cd/snd.c 5.2

usr/src/contrib/connectd/cd/Makefile
usr/src/contrib/connectd/cd/con.c
usr/src/contrib/connectd/cd/rcv.c
usr/src/contrib/connectd/cd/snd.c

index 5cf628d..a79faf5 100644 (file)
@@ -1,51 +1,8 @@
-#
-# Copyright (c) 1988 Regents of the University of California.
-# All rights reserved.
-#
-# This code is derived from software contributed to Berkeley by
-# Bill Jolitz.
-#
-# 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 redistribution 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 MERCHANTIBILITY AND
-# FITNESS FOR A PARTICULAR PURPOSE.
-#
-# @(#)Makefile 5.1 (Berkeley) %G%
-#
+#      @(#)Makefile    5.2 (Berkeley) %G%
 
 
-CFLAGS=        -O -I../include
-LIBC=  /lib/libc.a
 SRCS=  main.c rcv.c snd.c
 SRCS=  main.c rcv.c snd.c
-OBJS=  main.o rcv.o snd.o
-MAN=
+CFLAGS+=-I../include
+NOMAN=
 
 
-all: cd
+.include <bsd.prog.mk>
 
 
-cd: ${LIBC} ${OBJS}
-       ${CC} -o $@ ${CFLAGS} ${OBJS}
-
-clean:
-       rm -f ${OBJS} core cd
-
-cleandir: clean
-       rm -f ${MAN} tags .depend
-
-depend: ${SRCS}
-       mkdep -p ${CFLAGS} ${SRCS}
-
-install: ${MAN}
-#      install -s -o bin -g bin -m 755 cd ${DESTDIR}/
-#      install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
-
-lint: ${SRCS}
-       lint ${CFLAGS} ${SRCS}
-
-tags: ${SRCS}
-       ctags ${SRCS}
index 492a0ed..37b60e2 100644 (file)
@@ -1,25 +1,15 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * 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.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)con.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)con.c      5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 85fa479..ebab629 100644 (file)
@@ -1,25 +1,15 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * 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.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rcv.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)rcv.c      5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "main.h"
 #endif /* not lint */
 
 #include "main.h"
index 9dfdb21..4afa99a 100644 (file)
@@ -1,25 +1,15 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * 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.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)snd.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)snd.c      5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "main.h"
 #endif /* not lint */
 
 #include "main.h"