diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-27 01:12:58 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-27 01:12:58 +0000 |
| commit | 1322b45c3d65f550645d5ccb7fd021d24d0604e1 (patch) | |
| tree | 141dd89774b790d2437405baeb5949a15b5d1f60 /sys/netipx | |
| parent | 8a50f51b1b4f3b458940aa114084ef6d24531de9 (diff) | |
Notes
Diffstat (limited to 'sys/netipx')
| -rw-r--r-- | sys/netipx/ipx_input.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index eb892c2a8cfd6..4c489532eeadb 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -1,8 +1,9 @@ /*- - * Copyright (c) 2004-2005 Robert N. M. Watson - * Copyright (c) 1995, Mike Mitchell * Copyright (c) 1984, 1985, 1986, 1987, 1993 - * The Regents of the University of California. All rights reserved. + * The Regents of the University of California. + * Copyright (c) 1995, Mike Mitchell + * Copyright (c) 2004-2005 Robert N. M. Watson + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
