diff options
author | joel <joel@FreeBSD.org> | 2010-04-07 16:50:38 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-04-07 16:50:38 +0000 |
commit | e0860804e322ed1830f015980d1f4eab0a26c320 (patch) | |
tree | f60377c733fa2f86827bf369dfa917a8ff8f66d7 /sys/libkern/iconv.c | |
parent | e05c4d0c1934ff38b793f490a5246763041e81d5 (diff) | |
download | FreeBSD-src-e0860804e322ed1830f015980d1f4eab0a26c320.zip FreeBSD-src-e0860804e322ed1830f015980d1f4eab0a26c320.tar.gz |
Switch to our preferred 2-clause BSD license.
Approved by: bp
Diffstat (limited to 'sys/libkern/iconv.c')
-rw-r--r-- | sys/libkern/iconv.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c index 7e0d2c0..7700937 100644 --- a/sys/libkern/iconv.c +++ b/sys/libkern/iconv.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000-2001, Boris Popov + * Copyright (c) 2000-2001 Boris Popov * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -10,12 +10,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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Boris Popov. - * 4. Neither the name of the author nor the names of any co-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 |