aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_usrreq.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2012-05-23 11:26:28 +0000
commit807aad636f325a152aa41c104fbbc438fce684f6 (patch)
tree9c8148ab77bdffafeaeac4f92d5ed4c05a957f26 /sys/netinet6/sctp6_usrreq.c
parent43dc9e2f41269299faece9279893ec60ceca8510 (diff)
downloadsrc-807aad636f325a152aa41c104fbbc438fce684f6.tar.gz
src-807aad636f325a152aa41c104fbbc438fce684f6.zip
Use consistent text at the begining of the files.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=235828
Diffstat (limited to 'sys/netinet6/sctp6_usrreq.c')
-rw-r--r--sys/netinet6/sctp6_usrreq.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c
index e731d7ba0f9c..dc68b8382f33 100644
--- a/sys/netinet6/sctp6_usrreq.c
+++ b/sys/netinet6/sctp6_usrreq.c
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
- * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
- * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved.
+ * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
+ * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -29,7 +29,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $KAME: sctp6_usrreq.c,v 1.38 2005/08/24 08:08:56 suz Exp $ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");