diff options
author | bmilekic <bmilekic@FreeBSD.org> | 2005-02-01 03:17:52 +0000 |
---|---|---|
committer | bmilekic <bmilekic@FreeBSD.org> | 2005-02-01 03:17:52 +0000 |
commit | 5cdce7d092c590283670e8aeb583d2a91d9b1441 (patch) | |
tree | 82e9b3958044bb60653ba4f9d5d829a4584dc323 /sys/kern | |
parent | 41b0884fdce4a75b86cfa44a6211235d62e07225 (diff) | |
download | FreeBSD-src-5cdce7d092c590283670e8aeb583d2a91d9b1441.zip FreeBSD-src-5cdce7d092c590283670e8aeb583d2a91d9b1441.tar.gz |
Update copyright, remove "all rights reserved" (since they are not
all reserved, as the lisence makes clear), and strike the third clause
(now this is a 2-clause liberal BSDL as are the rest of files I hold
copyright over).
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_mbuf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c index cfbc9d5..0b81b32 100644 --- a/sys/kern/kern_mbuf.c +++ b/sys/kern/kern_mbuf.c @@ -1,7 +1,6 @@ /*- - * Copyright (c) 2004 + * Copyright (c) 2004, 2005 * Bosko Milekic <bmilekic@FreeBSD.org>. - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -12,9 +11,6 @@ * 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. Neither the name of the author nor the names of contributors may be - * used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |