diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-06-21 21:37:38 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-06-21 21:37:38 +0000 |
commit | 4809941d301253e084c694c799d75e4fec01f647 (patch) | |
tree | cd65ca47b390b4a4c6b388f9bfec5a97ba987572 /sys/dev | |
parent | 97eb648a6646bb046903e68bef52489dc4366c27 (diff) |
use correct copyright
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_en_pci.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/if_en_pci.c b/sys/dev/pci/if_en_pci.c index 9672b438b8a..bc11a05719d 100644 --- a/sys/dev/pci/if_en_pci.c +++ b/sys/dev/pci/if_en_pci.c @@ -1,8 +1,8 @@ -/* $OpenBSD: if_en_pci.c,v 1.1 1996/06/21 15:36:34 chuck Exp $ */ +/* $OpenBSD: if_en_pci.c,v 1.2 1996/06/21 21:37:37 chuck Exp $ */ /* * - * Copyright (c) 1996 Charles D. Cranor + * Copyright (c) 1996 Charles D. Cranor and Washington University. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -15,7 +15,8 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Charles D. Cranor. + * This product includes software developed by Charles D. Cranor and + * Washington University. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * |