diff options
| author | elad <elad@NetBSD.org> | 2007-01-09 12:57:56 +0000 |
|---|---|---|
| committer | elad <elad@NetBSD.org> | 2007-01-09 12:57:56 +0000 |
| commit | 76f1c03beb90bd472dcb0cbdf3fd55f795f52c04 (patch) | |
| tree | c1dc948d70cfbaa617d17d00c567851c3151e2e2 /sys/secmodel | |
| parent | 8e90b036221b9ff1922933c633fc2a6c447976b6 (diff) | |
Remove advertising clause from all of my stuff.
Diffstat (limited to 'sys/secmodel')
| -rw-r--r-- | sys/secmodel/bsd44/bsd44.h | 7 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/secmodel_bsd44.c | 9 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/secmodel_bsd44_logic.c | 9 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/secmodel_bsd44_securelevel.c | 9 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/secmodel_bsd44_suser.c | 9 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/securelevel.h | 7 | ||||
| -rw-r--r-- | sys/secmodel/bsd44/suser.h | 7 | ||||
| -rw-r--r-- | sys/secmodel/overlay/overlay.h | 7 | ||||
| -rw-r--r-- | sys/secmodel/overlay/secmodel_overlay.c | 9 | ||||
| -rw-r--r-- | sys/secmodel/secmodel.h | 7 |
10 files changed, 25 insertions, 55 deletions
diff --git a/sys/secmodel/bsd44/bsd44.h b/sys/secmodel/bsd44/bsd44.h index 26dab6de1d1..ce061aa8eb5 100644 --- a/sys/secmodel/bsd44/bsd44.h +++ b/sys/secmodel/bsd44/bsd44.h @@ -1,4 +1,4 @@ -/* $NetBSD: bsd44.h,v 1.2 2007/01/02 23:35:37 elad Exp $ */ +/* $NetBSD: bsd44.h,v 1.3 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 diff --git a/sys/secmodel/bsd44/secmodel_bsd44.c b/sys/secmodel/bsd44/secmodel_bsd44.c index 3b3792b0035..00e7d12c656 100644 --- a/sys/secmodel/bsd44/secmodel_bsd44.c +++ b/sys/secmodel/bsd44/secmodel_bsd44.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_bsd44.c,v 1.7 2007/01/02 23:47:09 elad Exp $ */ +/* $NetBSD: secmodel_bsd44.c,v 1.8 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 @@ -30,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44.c,v 1.7 2007/01/02 23:47:09 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44.c,v 1.8 2007/01/09 12:57:56 elad Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/secmodel/bsd44/secmodel_bsd44_logic.c b/sys/secmodel/bsd44/secmodel_bsd44_logic.c index 4edfe78a9d1..d447294ded6 100644 --- a/sys/secmodel/bsd44/secmodel_bsd44_logic.c +++ b/sys/secmodel/bsd44/secmodel_bsd44_logic.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_bsd44_logic.c,v 1.2 2006/09/08 21:57:38 elad Exp $ */ +/* $NetBSD: secmodel_bsd44_logic.c,v 1.3 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 @@ -30,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_logic.c,v 1.2 2006/09/08 21:57:38 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_logic.c,v 1.3 2007/01/09 12:57:56 elad Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c b/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c index 7af4df2e4e9..a867ea5fea7 100644 --- a/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c +++ b/sys/secmodel/bsd44/secmodel_bsd44_securelevel.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_bsd44_securelevel.c,v 1.27 2007/01/02 23:58:20 elad Exp $ */ +/* $NetBSD: secmodel_bsd44_securelevel.c,v 1.28 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 @@ -38,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_securelevel.c,v 1.27 2007/01/02 23:58:20 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_securelevel.c,v 1.28 2007/01/09 12:57:56 elad Exp $"); #ifdef _KERNEL_OPT #include "opt_insecure.h" diff --git a/sys/secmodel/bsd44/secmodel_bsd44_suser.c b/sys/secmodel/bsd44/secmodel_bsd44_suser.c index 21611a3d07b..976e24cf087 100644 --- a/sys/secmodel/bsd44/secmodel_bsd44_suser.c +++ b/sys/secmodel/bsd44/secmodel_bsd44_suser.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_bsd44_suser.c,v 1.29 2007/01/05 13:21:53 elad Exp $ */ +/* $NetBSD: secmodel_bsd44_suser.c,v 1.30 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 @@ -41,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_suser.c,v 1.29 2007/01/05 13:21:53 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_bsd44_suser.c,v 1.30 2007/01/09 12:57:56 elad Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/secmodel/bsd44/securelevel.h b/sys/secmodel/bsd44/securelevel.h index f69ac300b7f..e3162652b7b 100644 --- a/sys/secmodel/bsd44/securelevel.h +++ b/sys/secmodel/bsd44/securelevel.h @@ -1,4 +1,4 @@ -/* $NetBSD: securelevel.h,v 1.4 2007/01/02 23:58:20 elad Exp $ */ +/* $NetBSD: securelevel.h,v 1.5 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 diff --git a/sys/secmodel/bsd44/suser.h b/sys/secmodel/bsd44/suser.h index 765710c5a44..6124fd5b6ad 100644 --- a/sys/secmodel/bsd44/suser.h +++ b/sys/secmodel/bsd44/suser.h @@ -1,4 +1,4 @@ -/* $NetBSD: suser.h,v 1.3 2007/01/02 23:58:20 elad Exp $ */ +/* $NetBSD: suser.h,v 1.4 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 diff --git a/sys/secmodel/overlay/overlay.h b/sys/secmodel/overlay/overlay.h index 183c6da9be9..ac4f1109642 100644 --- a/sys/secmodel/overlay/overlay.h +++ b/sys/secmodel/overlay/overlay.h @@ -1,4 +1,4 @@ -/* $NetBSD: overlay.h,v 1.2 2006/12/29 18:34:28 elad Exp $ */ +/* $NetBSD: overlay.h,v 1.3 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 diff --git a/sys/secmodel/overlay/secmodel_overlay.c b/sys/secmodel/overlay/secmodel_overlay.c index 46153186120..ef6566fc20f 100644 --- a/sys/secmodel/overlay/secmodel_overlay.c +++ b/sys/secmodel/overlay/secmodel_overlay.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_overlay.c,v 1.4 2006/12/29 18:34:28 elad Exp $ */ +/* $NetBSD: secmodel_overlay.c,v 1.5 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 @@ -30,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_overlay.c,v 1.4 2006/12/29 18:34:28 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_overlay.c,v 1.5 2007/01/09 12:57:56 elad Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/secmodel/secmodel.h b/sys/secmodel/secmodel.h index 3cfb3d5d253..4bf4a4703a8 100644 --- a/sys/secmodel/secmodel.h +++ b/sys/secmodel/secmodel.h @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel.h,v 1.1 2006/09/08 20:58:56 elad Exp $ */ +/* $NetBSD: secmodel.h,v 1.2 2007/01/09 12:57:56 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> * All rights reserved. @@ -11,10 +11,7 @@ * 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 Elad Efrat. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 |
