diff options
| author | Paul Richards <paul@FreeBSD.org> | 2000-03-20 00:53:46 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 2000-03-20 00:53:46 +0000 |
| commit | c4bf272b860ae504ac011c2339f1c365a84c03a4 (patch) | |
| tree | 0c1cc36f4e0e8a29e7881e554fc37ad939eba681 /sys/dev | |
| parent | 7dfa5832e9d54e6ec3ff4ca7a4e3dd6ddc5a8940 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 9acef11066c0..baa9aca642c6 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1994-1998 + * Copyright (c) 1994-2000 * Paul Richards. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -12,10 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * 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 Paul Richards. - * 4. The name Paul Richards may not be used to endorse or promote products + * 3. The name Paul Richards may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY PAUL RICHARDS ``AS IS'' AND |
