From 3596204025e34c05df2b2eabac9bb0eb04552588 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 9 Jul 1988 20:48:26 -0800 Subject: [PATCH] install approved copyright notice SCCS-vsn: sys/vax/uba/uda.c 7.19 SCCS-vsn: sys/vax/vax/mscp.c 7.3 SCCS-vsn: sys/vax/vax/mscp.h 7.4 SCCS-vsn: sys/vax/vax/mscpvar.h 7.2 SCCS-vsn: sys/vax/bi/bi.c 7.2 SCCS-vsn: sys/vax/bi/bireg.h 7.2 SCCS-vsn: sys/vax/bi/bivar.h 7.2 SCCS-vsn: sys/vax/bi/kdb.c 7.6 SCCS-vsn: sys/vax/bi/kdbreg.h 7.2 SCCS-vsn: sys/vax/bi/nireg.h 7.2 SCCS-vsn: sys/vax/vax/ka820.c 7.2 SCCS-vsn: sys/vax/vax/ka820.h 7.2 SCCS-vsn: bin/Makefile 5.28 --- usr/src/bin/Makefile | 19 +++++++++++++++---- usr/src/sys/vax/bi/bi.c | 22 +++++++++++++++++++++- usr/src/sys/vax/bi/bireg.h | 22 +++++++++++++++++++++- usr/src/sys/vax/bi/bivar.h | 20 +++++++++++++++++++- usr/src/sys/vax/bi/kdb.c | 22 +++++++++++++++++++++- usr/src/sys/vax/bi/kdbreg.h | 21 ++++++++++++++++++++- usr/src/sys/vax/bi/nireg.h | 22 ++++++++++++++++++++++ usr/src/sys/vax/uba/uda.c | 21 +++++++++++++++++---- usr/src/sys/vax/vax/ka820.c | 20 +++++++++++++++++++- usr/src/sys/vax/vax/ka820.h | 22 +++++++++++++++++++++- usr/src/sys/vax/vax/mscp.c | 22 ++++++++++++++++++---- usr/src/sys/vax/vax/mscp.h | 23 +++++++++++++++++++---- usr/src/sys/vax/vax/mscpvar.h | 22 ++++++++++++++++++---- 13 files changed, 251 insertions(+), 27 deletions(-) diff --git a/usr/src/bin/Makefile b/usr/src/bin/Makefile index 4864f3f645..e435f3eb07 100644 --- a/usr/src/bin/Makefile +++ b/usr/src/bin/Makefile @@ -1,9 +1,20 @@ # -# Copyright (c) 1980 Regents of the University of California. -# All rights reserved. The Berkeley software License Agreement -# specifies the terms and conditions for redistribution. +# Copyright (c) 1980, 1988 Regents of the University of California. +# All rights reserved. # -# @(#)Makefile 5.27 (Berkeley) %G% +# 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# +# @(#)Makefile 5.28 (Berkeley) %G% # DESTDIR= CFLAGS= -O diff --git a/usr/src/sys/vax/bi/bi.c b/usr/src/sys/vax/bi/bi.c index 1c5582fd3c..f71322da0b 100644 --- a/usr/src/sys/vax/bi/bi.c +++ b/usr/src/sys/vax/bi/bi.c @@ -1,6 +1,26 @@ /* - * @(#)bi.c 7.1 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)bi.c 7.2 (Berkeley) %G% + */ + +/* * VAXBI specific routines. */ diff --git a/usr/src/sys/vax/bi/bireg.h b/usr/src/sys/vax/bi/bireg.h index 1a3c4602ff..be51905db0 100644 --- a/usr/src/sys/vax/bi/bireg.h +++ b/usr/src/sys/vax/bi/bireg.h @@ -1,6 +1,26 @@ /* - * @(#)bireg.h 7.1 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)bireg.h 7.2 (Berkeley) %G% + */ + +/* * VAXBI node definitions. */ diff --git a/usr/src/sys/vax/bi/bivar.h b/usr/src/sys/vax/bi/bivar.h index c5cdb63473..ed20ccc905 100644 --- a/usr/src/sys/vax/bi/bivar.h +++ b/usr/src/sys/vax/bi/bivar.h @@ -1,5 +1,23 @@ /* - * @(#)bivar.h 7.1 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)bivar.h 7.2 (Berkeley) %G% */ /* diff --git a/usr/src/sys/vax/bi/kdb.c b/usr/src/sys/vax/bi/kdb.c index 1c6f1e1ccf..46d220f2d9 100644 --- a/usr/src/sys/vax/bi/kdb.c +++ b/usr/src/sys/vax/bi/kdb.c @@ -1,6 +1,26 @@ /* - * @(#)kdb.c 7.5 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)kdb.c 7.6 (Berkeley) %G% + */ + +/* * KDB50/MSCP device driver */ diff --git a/usr/src/sys/vax/bi/kdbreg.h b/usr/src/sys/vax/bi/kdbreg.h index 2c90ab92f1..39520824af 100644 --- a/usr/src/sys/vax/bi/kdbreg.h +++ b/usr/src/sys/vax/bi/kdbreg.h @@ -1,6 +1,25 @@ /* - * @(#)kdbreg.h 7.1 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)kdbreg.h 7.2 (Berkeley) %G% */ + /* * The KDB50 registers are embedded inside the bi interface * general-purpose registers. diff --git a/usr/src/sys/vax/bi/nireg.h b/usr/src/sys/vax/bi/nireg.h index 57b86c7d92..27dfffe354 100644 --- a/usr/src/sys/vax/bi/nireg.h +++ b/usr/src/sys/vax/bi/nireg.h @@ -1,3 +1,25 @@ +/* + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)nireg.h 7.2 (Berkeley) %G% + */ + /* * Registers for the DEBNA and DEBNK Ethernet interfaces * (DEC calls these Network Interfaces, hence nireg.h) diff --git a/usr/src/sys/vax/uba/uda.c b/usr/src/sys/vax/uba/uda.c index 826d29936f..4c7518e4af 100644 --- a/usr/src/sys/vax/uba/uda.c +++ b/usr/src/sys/vax/uba/uda.c @@ -1,10 +1,23 @@ /* - * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * - * @(#)uda.c 7.18 (Berkeley) %G% + * This code is derived from software contributed to Berkeley by + * Chris Torek. * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)uda.c 7.19 (Berkeley) %G% */ /* diff --git a/usr/src/sys/vax/vax/ka820.c b/usr/src/sys/vax/vax/ka820.c index b1d6fe3821..d43235d8b7 100644 --- a/usr/src/sys/vax/vax/ka820.c +++ b/usr/src/sys/vax/vax/ka820.c @@ -1,5 +1,23 @@ /* - * @(#)ka820.c 7.1 (UofMD/Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)ka820.c 7.2 (Berkeley) %G% */ #if VAX8200 diff --git a/usr/src/sys/vax/vax/ka820.h b/usr/src/sys/vax/vax/ka820.h index 25060c848f..baa64e12bb 100644 --- a/usr/src/sys/vax/vax/ka820.h +++ b/usr/src/sys/vax/vax/ka820.h @@ -1,6 +1,26 @@ /* - * @(#)ka820.h 7.1 (Berkeley) %G% + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)ka820.h 7.2 (Berkeley) %G% + */ + +/* * Definitions specific to the ka820 cpu. */ diff --git a/usr/src/sys/vax/vax/mscp.c b/usr/src/sys/vax/vax/mscp.c index 3a9c3731a1..9f2c961910 100644 --- a/usr/src/sys/vax/vax/mscp.c +++ b/usr/src/sys/vax/vax/mscp.c @@ -1,9 +1,23 @@ /* - * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * - * @(#)mscp.c 7.2 (Berkeley) %G% + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)mscp.c 7.3 (Berkeley) %G% */ /* diff --git a/usr/src/sys/vax/vax/mscp.h b/usr/src/sys/vax/vax/mscp.h index c2263debae..1556c5d963 100644 --- a/usr/src/sys/vax/vax/mscp.h +++ b/usr/src/sys/vax/vax/mscp.h @@ -1,10 +1,25 @@ /* - * Copyright (c) 1982, 1986, 1988 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * - * @(#)mscp.h 7.3 (Berkeley) %G% + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)mscp.h 7.4 (Berkeley) %G% */ + /* * Definitions for the Mass Storage Control Protocol * I WISH I KNEW WHAT MORE OF THESE WERE. IT SURE WOULD BE NICE diff --git a/usr/src/sys/vax/vax/mscpvar.h b/usr/src/sys/vax/vax/mscpvar.h index 1a75751085..53357201eb 100644 --- a/usr/src/sys/vax/vax/mscpvar.h +++ b/usr/src/sys/vax/vax/mscpvar.h @@ -1,9 +1,23 @@ /* - * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1988 Regents of the University of California. + * All rights reserved. * - * @(#)mscpvar.h 7.1 (Berkeley) %G% + * This code is derived from software contributed to Berkeley by + * Chris Torek. + * + * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * @(#)mscpvar.h 7.2 (Berkeley) %G% */ /* -- 2.20.1