diff options
author | jhb <jhb@FreeBSD.org> | 2007-10-31 16:14:30 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-10-31 16:14:30 +0000 |
commit | 56dbd98cc8f1ab5f0e3a9a6ae613cd9599a4cd68 (patch) | |
tree | ca42c8b62350bf0eb57ade7cdfef8fd99d2f6eeb | |
parent | c8eb6d2af6307ad0399d355cae0b8b592256e012 (diff) | |
download | FreeBSD-src-56dbd98cc8f1ab5f0e3a9a6ae613cd9599a4cd68.zip FreeBSD-src-56dbd98cc8f1ab5f0e3a9a6ae613cd9599a4cd68.tar.gz |
Update copyright attribution.
MFC after: 3 days
-rw-r--r-- | usr.sbin/pciconf/cap.c | 3 | ||||
-rw-r--r-- | usr.sbin/pciconf/pciconf.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pciconf/cap.c b/usr.sbin/pciconf/cap.c index 80c7e97..1ccb8f8 100644 --- a/usr.sbin/pciconf/cap.c +++ b/usr.sbin/pciconf/cap.c @@ -1,6 +1,7 @@ /*- - * Copyright (c) 2007 John Baldwin <jhb@FreeBSD.org> + * Copyright (c) 2007 Yahoo!, Inc. * All rights reserved. + * Written by: John Baldwin <jhb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.sbin/pciconf/pciconf.h b/usr.sbin/pciconf/pciconf.h index 81d94f5..2e87c63 100644 --- a/usr.sbin/pciconf/pciconf.h +++ b/usr.sbin/pciconf/pciconf.h @@ -1,6 +1,7 @@ /*- - * Copyright (c) 2007 John Baldwin <jhb@FreeBSD.org> + * Copyright (c) 2007 Yahoo!, Inc. * All rights reserved. + * Written by: John Baldwin <jhb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |