diff options
author | rrs <rrs@FreeBSD.org> | 2007-05-08 17:01:12 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2007-05-08 17:01:12 +0000 |
commit | ffa53534cf6e2aeba7a7d7282d5f70d1cbff4b58 (patch) | |
tree | be8f38e535b898dc09b17b224609f9948067d5f2 /sys/netinet/sctputil.c | |
parent | 8b8ad155c530dd9a4bac8ade13e4c32936248c56 (diff) | |
download | FreeBSD-src-ffa53534cf6e2aeba7a7d7282d5f70d1cbff4b58.zip FreeBSD-src-ffa53534cf6e2aeba7a7d7282d5f70d1cbff4b58.tar.gz |
- Copyright change, cisco's silly tool wants it to say:
"Copyright (c) 2001-2007, by Cisco Systems,"
instead of
*Copyright (c) 2001-2007, Cisco Systems,"
- Also fix a few straglers that were still in 2006.
Diffstat (limited to 'sys/netinet/sctputil.c')
-rw-r--r-- | sys/netinet/sctputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index 3127fc7..58064da 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001-2007, Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: |