diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-02-26 00:59:53 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-02-26 00:59:53 +0000 |
commit | ae4f61f0d7b35651852723f8e57d33366ab9b27f (patch) | |
tree | 7581d4e4d4b1ec1f1f0e3c6649ccbbd27fbf62c4 /sys/libkern/strdup.c | |
parent | b8e39e3ad3d454543bee9aef94a3db39fc31041c (diff) |
Replace license with two-clause BSD; an old license template with three
clauses was used by mistake.
Notes
Notes:
svn path=/head/; revision=111517
Diffstat (limited to 'sys/libkern/strdup.c')
-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 82cece0c1d24..e042599e5623 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 |