diff options
-rw-r--r-- | sys/kern/tty_pts.c | 2 | ||||
-rw-r--r-- | sys/kern/uipc_socket.c | 3 | ||||
-rw-r--r-- | sys/kern/uipc_usrreq.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/sys/kern/tty_pts.c b/sys/kern/tty_pts.c index 205cf57..658d307 100644 --- a/sys/kern/tty_pts.c +++ b/sys/kern/tty_pts.c @@ -1,7 +1,7 @@ /* + * Copyright (c) 2003 Networks Associates Technology, Inc. * Copyright (c) 2006 Robert N. M. Watson * Copyright (c) 2006 Olivier Houchard - * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed for the FreeBSD Project in part by Network diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 275e267..a87d04f 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -1,8 +1,9 @@ /*- * Copyright (c) 1982, 1986, 1988, 1990, 1993 - * The Regents of the University of California. All rights reserved. + * The Regents of the University of California. * Copyright (c) 2004 The FreeBSD Foundation * Copyright (c) 2004-2006 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 diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 9645c81..ded4214 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -1,7 +1,7 @@ /*- * Copyright (c) 1982, 1986, 1989, 1991, 1993 * The Regents of the University of California. - * Copyright 2004-2006 Robert N. M. Watson + * Copyright (c) 2004-2006 Robert N. M. Watson * All rights reserved. * * Redistribution and use in source and binary forms, with or without |