diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 22:26:27 +0000 | 
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 22:26:27 +0000 | 
| commit | 66cdbc28d05df05a546dec9df3b2e4166e5fa4c4 (patch) | |
| tree | 1b774ee0f3325bf56bf84aecba365445e19db9f3 | |
| parent | 7ec538840c31b7d902124824cf6bbaffbcc6c3f9 (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_conf.c | 15 | 
1 files changed, 4 insertions, 11 deletions
| diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index 2c546750bb7b..1fbe8130622b 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -1,6 +1,5 @@  /*- - * Parts Copyright (c) 1995 Terrence R. Lambert - * Copyright (c) 1995 Julian R. Elischer + * Copyright (c) 1999-2002 Poul-Henning Kamp   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -11,17 +10,11 @@   * 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 Terrence R. Lambert. - * 4. The name Terrence R. Lambert may not be used to endorse or promote - *    products derived from this software without specific prior written - *    permission.   * - * THIS SOFTWARE IS PROVIDED BY Julian R. Elischer ``AS IS'' AND ANY - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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 THE TERRENCE R. LAMBERT BE LIABLE + * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
