···11-.\" $OpenBSD: rpc.yppasswdd.8,v 1.18 2003/06/02 14:20:33 jmc Exp $
11+.\" $OpenBSD: rpc.yppasswdd.8,v 1.19 2003/06/02 21:08:26 maja Exp $
22.\"
33.\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
44.\" All rights reserved.
···1111.\" 2. Redistributions in binary form must reproduce the above copyright
1212.\" notice, this list of conditions and the following disclaimer in the
1313.\" documentation and/or other materials provided with the distribution.
1414-.\" 3. All advertising materials mentioning features or use of this software
1515-.\" must display the following acknowledgement:
1616-.\" This product includes software developed by Mats O Jansson
1717-.\" 4. The name of the author may not be used to endorse or promote products
1818-.\" derived from this software without specific prior written permission.
1914.\"
2015.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2116.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+2-7
libexec/rpc.yppasswdd/rpc.yppasswdd.c
···11-/* $OpenBSD: rpc.yppasswdd.c,v 1.12 2002/06/20 03:43:41 deraadt Exp $ */
11+/* $OpenBSD: rpc.yppasswdd.c,v 1.13 2003/06/02 21:08:26 maja Exp $ */
2233/*
44 * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
···1212 * 2. Redistributions in binary form must reproduce the above copyright
1313 * notice, this list of conditions and the following disclaimer in the
1414 * documentation and/or other materials provided with the distribution.
1515- * 3. All advertising materials mentioning features or use of this software
1616- * must display the following acknowledgement:
1717- * This product includes software developed by Mats O Jansson
1818- * 4. The name of the author may not be used to endorse or promote products
1919- * derived from this software without specific prior written permission.
2015 *
2116 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2217 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
···3227 */
33283429#ifndef LINT
3535-static char rcsid[] = "$OpenBSD: rpc.yppasswdd.c,v 1.12 2002/06/20 03:43:41 deraadt Exp $";
3030+static char rcsid[] = "$OpenBSD: rpc.yppasswdd.c,v 1.13 2003/06/02 21:08:26 maja Exp $";
3631#endif
37323833#include <sys/types.h>
+1-6
libexec/rpc.yppasswdd/yppasswd.h
···11-/* $OpenBSD: yppasswd.h,v 1.5 2002/02/19 19:39:38 millert Exp $*/
11+/* $OpenBSD: yppasswd.h,v 1.6 2003/06/02 21:08:26 maja Exp $*/
2233/*
44 * Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se>
···1212 * 2. Redistributions in binary form must reproduce the above copyright
1313 * notice, this list of conditions and the following disclaimer in the
1414 * documentation and/or other materials provided with the distribution.
1515- * 3. All advertising materials mentioning features or use of this software
1616- * must display the following acknowledgement:
1717- * This product includes software developed by Mats O Jansson
1818- * 4. The name of the author may not be used to endorse or promote products
1919- * derived from this software without specific prior written permission.
2015 *
2116 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2217 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+2-7
libexec/rpc.yppasswdd/yppasswdd_mkpw.c
···11-/* $OpenBSD: yppasswdd_mkpw.c,v 1.24 2003/04/26 18:28:25 pvalchev Exp $ */
11+/* $OpenBSD: yppasswdd_mkpw.c,v 1.25 2003/06/02 21:08:26 maja Exp $ */
2233/*
44 * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
···1212 * 2. Redistributions in binary form must reproduce the above copyright
1313 * notice, this list of conditions and the following disclaimer in the
1414 * documentation and/or other materials provided with the distribution.
1515- * 3. All advertising materials mentioning features or use of this software
1616- * must display the following acknowledgement:
1717- * This product includes software developed by Mats O Jansson
1818- * 4. The name of the author may not be used to endorse or promote products
1919- * derived from this software without specific prior written permission.
2015 *
2116 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2217 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
···3227 */
33283429#ifndef LINT
3535-static char rcsid[] = "$OpenBSD: yppasswdd_mkpw.c,v 1.24 2003/04/26 18:28:25 pvalchev Exp $";
3030+static char rcsid[] = "$OpenBSD: yppasswdd_mkpw.c,v 1.25 2003/06/02 21:08:26 maja Exp $";
3631#endif
37323833#include <sys/param.h>
+2-7
libexec/rpc.yppasswdd/yppasswdd_proc.c
···11-/* $OpenBSD: yppasswdd_proc.c,v 1.8 2002/06/20 03:43:41 deraadt Exp $ */
11+/* $OpenBSD: yppasswdd_proc.c,v 1.9 2003/06/02 21:08:26 maja Exp $ */
2233/*
44 * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
···1212 * 2. Redistributions in binary form must reproduce the above copyright
1313 * notice, this list of conditions and the following disclaimer in the
1414 * documentation and/or other materials provided with the distribution.
1515- * 3. All advertising materials mentioning features or use of this software
1616- * must display the following acknowledgement:
1717- * This product includes software developed by Mats O Jansson
1818- * 4. The name of the author may not be used to endorse or promote products
1919- * derived from this software without specific prior written permission.
2015 *
2116 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2217 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
···3227 */
33283429#ifndef LINT
3535-static char rcsid[] = "$OpenBSD: yppasswdd_proc.c,v 1.8 2002/06/20 03:43:41 deraadt Exp $";
3030+static char rcsid[] = "$OpenBSD: yppasswdd_proc.c,v 1.9 2003/06/02 21:08:26 maja Exp $";
3631#endif
37323833#include <sys/types.h>
+1-6
sbin/kbd/kbd_wscons.c
···11-/* $OpenBSD: kbd_wscons.c,v 1.12 2003/03/30 19:10:00 jsyn Exp $ */
11+/* $OpenBSD: kbd_wscons.c,v 1.13 2003/06/02 21:10:37 maja Exp $ */
2233/*
44 * Copyright (c) 2001 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+1-7
sys/kern/subr_userconf.c
···11-/* $OpenBSD: subr_userconf.c,v 1.32 2003/05/03 21:14:59 deraadt Exp $ */
11+/* $OpenBSD: subr_userconf.c,v 1.33 2003/06/02 21:14:47 maja Exp $ */
2233/*
44 * Copyright (c) 1996-2001 Mats O Jansson <moj@stacken.kth.se>
···1212 * 2. Redistributions in binary form must reproduce the above copyright
1313 * notice, this list of conditions and the following disclaimer in the
1414 * documentation and/or other materials provided with the distribution.
1515- * 3. All advertising materials mentioning features or use of this software
1616- * must display the following acknowledgement:
1717- * This product includes software developed by Mats O Jansson.
1818- * 4. The name of the author may not be used to endorse or promote
1919- * products derived from this software without specific prior written
2020- * permission.
2115 *
2216 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2317 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+2-7
usr.sbin/config/cmd.c
···11-/* $OpenBSD: cmd.c,v 1.9 2002/06/01 20:16:15 deraadt Exp $ */
11+/* $OpenBSD: cmd.c,v 1.10 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: cmd.c,v 1.9 2002/06/01 20:16:15 deraadt Exp $";
2828+static char rcsid[] = "$OpenBSD: cmd.c,v 1.10 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <sys/types.h>
+2-7
usr.sbin/config/exec.c
···11-/* $OpenBSD: exec.c,v 1.4 2002/09/06 21:10:20 henning Exp $ */
11+/* $OpenBSD: exec.c,v 1.5 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3429#include <stdio.h>
35303631#ifndef LINT
3737-static char rcsid[] = "$OpenBSD: exec.c,v 1.4 2002/09/06 21:10:20 henning Exp $";
3232+static char rcsid[] = "$OpenBSD: exec.c,v 1.5 2003/06/02 21:19:03 maja Exp $";
3833#endif
39344035#ifdef AOUT_SUPPORT
+1-6
usr.sbin/config/exec.h
···11-/* $OpenBSD: exec.h,v 1.3 2002/02/16 21:28:01 millert Exp $ */
11+/* $OpenBSD: exec.h,v 1.4 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+2-7
usr.sbin/config/exec_aout.c
···11-/* $OpenBSD: exec_aout.c,v 1.5 2003/03/12 21:04:04 miod Exp $ */
11+/* $OpenBSD: exec_aout.c,v 1.6 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: exec_aout.c,v 1.5 2003/03/12 21:04:04 miod Exp $";
2828+static char rcsid[] = "$OpenBSD: exec_aout.c,v 1.6 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <err.h>
+2-7
usr.sbin/config/exec_ecoff.c
···11-/* $OpenBSD: exec_ecoff.c,v 1.6 2002/03/14 06:51:42 mpech Exp $ */
11+/* $OpenBSD: exec_ecoff.c,v 1.7 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: exec_ecoff.c,v 1.6 2002/03/14 06:51:42 mpech Exp $";
2828+static char rcsid[] = "$OpenBSD: exec_ecoff.c,v 1.7 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <err.h>
+2-7
usr.sbin/config/exec_elf.c
···11-/* $OpenBSD: exec_elf.c,v 1.6 2002/08/05 00:26:56 art Exp $ */
11+/* $OpenBSD: exec_elf.c,v 1.7 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: exec_elf.c,v 1.6 2002/08/05 00:26:56 art Exp $";
2828+static char rcsid[] = "$OpenBSD: exec_elf.c,v 1.7 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <err.h>
+2-7
usr.sbin/config/ukc.c
···11-/* $OpenBSD: ukc.c,v 1.9 2002/03/23 13:30:24 espie Exp $ */
11+/* $OpenBSD: ukc.c,v 1.10 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: ukc.c,v 1.9 2002/03/23 13:30:24 espie Exp $";
2828+static char rcsid[] = "$OpenBSD: ukc.c,v 1.10 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <sys/types.h>
+1-6
usr.sbin/config/ukc.h
···11-/* $OpenBSD: ukc.h,v 1.9 2002/03/23 13:30:24 espie Exp $ */
11+/* $OpenBSD: ukc.h,v 1.10 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+2-7
usr.sbin/config/ukcutil.c
···11-/* $OpenBSD: ukcutil.c,v 1.12 2002/09/06 21:10:20 henning Exp $ */
11+/* $OpenBSD: ukcutil.c,v 1.13 2003/06/02 21:19:03 maja Exp $ */
2233/*
44 * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved.
···1111 * 2. Redistributions in binary form must reproduce the above copyright
1212 * notice, this list of conditions and the following disclaimer in the
1313 * documentation and/or other materials provided with the distribution.
1414- * 3. All advertising materials mentioning features or use of this software
1515- * must display the following acknowledgement:
1616- * This product includes software developed by Mats O Jansson.
1717- * 4. The name of the author may not be used to endorse or promote products
1818- * derived from this software without specific prior written permission.
1914 *
2015 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2116 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
···3025 */
31263227#ifndef LINT
3333-static char rcsid[] = "$OpenBSD: ukcutil.c,v 1.12 2002/09/06 21:10:20 henning Exp $";
2828+static char rcsid[] = "$OpenBSD: ukcutil.c,v 1.13 2003/06/02 21:19:03 maja Exp $";
3429#endif
35303631#include <sys/types.h>