diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-02-26 00:59:53 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-02-26 00:59:53 +0000 |
commit | c3c42ca3e7928be500f6ba47d782dedb7a51cb8f (patch) | |
tree | 7581d4e4d4b1ec1f1f0e3c6649ccbbd27fbf62c4 /sys/libkern | |
parent | 1ef4bb7dc7aa066423a39f04b07ddec225f31aab (diff) | |
download | FreeBSD-src-c3c42ca3e7928be500f6ba47d782dedb7a51cb8f.zip FreeBSD-src-c3c42ca3e7928be500f6ba47d782dedb7a51cb8f.tar.gz |
Replace license with two-clause BSD; an old license template with three
clauses was used by mistake.
Diffstat (limited to 'sys/libkern')
-rw-r--r-- | sys/libkern/strdup.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index 82cece0..e042599 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -2,10 +2,10 @@ * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * - * This software was developed for the FreeBSD Project by NAI Labs, - * the Security Research Division of Network Associates, Inc. under - * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA - * CHATS research program. + * This software was developed for the FreeBSD Project by Network + * Associates Laboratories, the Security Research Division of Network + * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 + * ("CBOSS"), as part of the DARPA CHATS research program. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -15,9 +15,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. The names of the authors may not 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 |