From a822b641655e3d0d6199511ada56e752dccdd0c2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 21 May 2015 08:38:25 +0000 Subject: [PATCH] Remove clause 3 and 4 from the license Obtained from: NetBSD --- include/stringlist.h | 5 ----- lib/libc/gen/stringlist.c | 2 -- 2 files changed, 7 deletions(-) diff --git a/include/stringlist.h b/include/stringlist.h index d3154b3453c..7222b31c36e 100644 --- a/include/stringlist.h +++ b/include/stringlist.h @@ -12,11 +12,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 Christos Zoulas. - * 4. The name of the author 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 ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/lib/libc/gen/stringlist.c b/lib/libc/gen/stringlist.c index a09a8e705e3..236af17516d 100644 --- a/lib/libc/gen/stringlist.c +++ b/lib/libc/gen/stringlist.c @@ -10,8 +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. - * 4. The name of the author 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 ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED