From 1a89248e42d3018748c06b4a852ad91bb053ddec Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 31 Jul 1999 16:19:51 +0000 Subject: [PATCH] add 4th term to license similar to term 5 in the apache license --- emul/search.h | 7 +++++++ emul/utime.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/emul/search.h b/emul/search.h index b7e1f831b..5d3ea21a8 100644 --- a/emul/search.h +++ b/emul/search.h @@ -5,14 +5,21 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. + * * 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 name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * + * 4. Products derived from this software may not be called "Sudo" nor + * may "Sudo" appear in their names without specific prior written + * permission from the author. + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL diff --git a/emul/utime.h b/emul/utime.h index 2e9c80f97..be03349d7 100644 --- a/emul/utime.h +++ b/emul/utime.h @@ -5,14 +5,21 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. + * * 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 name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * + * 4. Products derived from this software may not be called "Sudo" nor + * may "Sudo" appear in their names without specific prior written + * permission from the author. + * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -- 2.40.0