diff --git a/tests/lib/libcurses/director/director.c b/tests/lib/libcurses/director/director.c index 830871f81cad..d6b541ee0bbf 100644 --- a/tests/lib/libcurses/director/director.c +++ b/tests/lib/libcurses/director/director.c @@ -1,4 +1,4 @@ -/* $NetBSD: director.c,v 1.16 2021/02/08 19:04:37 rillig Exp $ */ +/* $NetBSD: director.c,v 1.17 2021/02/08 19:15:20 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/director/director.h b/tests/lib/libcurses/director/director.h index 8b8cbdc69473..10a0f23d626d 100644 --- a/tests/lib/libcurses/director/director.h +++ b/tests/lib/libcurses/director/director.h @@ -1,4 +1,4 @@ -/* $NetBSD: director.h,v 1.1 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: director.h,v 1.2 2021/02/08 19:15:20 rillig Exp $ */ /*- * Copyright 2020 Naman Jain , this code was @@ -14,7 +14,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/director/returns.h b/tests/lib/libcurses/director/returns.h index 8d0e642bca01..6c2d54c195c1 100644 --- a/tests/lib/libcurses/director/returns.h +++ b/tests/lib/libcurses/director/returns.h @@ -1,4 +1,4 @@ -/* $NetBSD: returns.h,v 1.4 2021/02/07 19:28:07 rillig Exp $ */ +/* $NetBSD: returns.h,v 1.5 2021/02/08 19:15:20 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/director/testlang_conf.l b/tests/lib/libcurses/director/testlang_conf.l index 97bf840919b0..b12ead5672c8 100644 --- a/tests/lib/libcurses/director/testlang_conf.l +++ b/tests/lib/libcurses/director/testlang_conf.l @@ -1,5 +1,5 @@ %{ -/* $NetBSD: testlang_conf.l,v 1.16 2021/02/07 20:40:05 rillig Exp $ */ +/* $NetBSD: testlang_conf.l,v 1.17 2021/02/08 19:15:20 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -14,7 +14,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/director/testlang_parse.y b/tests/lib/libcurses/director/testlang_parse.y index 228e1383a8a3..2760c38d3ead 100644 --- a/tests/lib/libcurses/director/testlang_parse.y +++ b/tests/lib/libcurses/director/testlang_parse.y @@ -1,5 +1,5 @@ %{ -/* $NetBSD: testlang_parse.y,v 1.35 2021/02/08 19:09:59 rillig Exp $ */ +/* $NetBSD: testlang_parse.y,v 1.36 2021/02/08 19:15:20 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -14,7 +14,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/command_table.h b/tests/lib/libcurses/slave/command_table.h index 098844780f27..0c656cfd4c6e 100644 --- a/tests/lib/libcurses/slave/command_table.h +++ b/tests/lib/libcurses/slave/command_table.h @@ -1,4 +1,4 @@ -/* $NetBSD: command_table.h,v 1.4 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: command_table.h,v 1.5 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/commands.c b/tests/lib/libcurses/slave/commands.c index 4d2db493073f..9815afb87c70 100644 --- a/tests/lib/libcurses/slave/commands.c +++ b/tests/lib/libcurses/slave/commands.c @@ -1,4 +1,4 @@ -/* $NetBSD: commands.c,v 1.6 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: commands.c,v 1.7 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/curses_commands.c b/tests/lib/libcurses/slave/curses_commands.c index 0aa130a01f37..5f0cb16d1a4c 100644 --- a/tests/lib/libcurses/slave/curses_commands.c +++ b/tests/lib/libcurses/slave/curses_commands.c @@ -1,4 +1,4 @@ -/* $NetBSD: curses_commands.c,v 1.11 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: curses_commands.c,v 1.12 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/curses_commands.h b/tests/lib/libcurses/slave/curses_commands.h index 5021641fb177..ff58b201bea5 100644 --- a/tests/lib/libcurses/slave/curses_commands.h +++ b/tests/lib/libcurses/slave/curses_commands.h @@ -1,4 +1,4 @@ -/* $NetBSD: curses_commands.h,v 1.4 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: curses_commands.h,v 1.5 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/slave.c b/tests/lib/libcurses/slave/slave.c index 6031c42f4e77..7ca547865aeb 100644 --- a/tests/lib/libcurses/slave/slave.c +++ b/tests/lib/libcurses/slave/slave.c @@ -1,4 +1,4 @@ -/* $NetBSD: slave.c,v 1.8 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: slave.c,v 1.9 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES diff --git a/tests/lib/libcurses/slave/slave.h b/tests/lib/libcurses/slave/slave.h index 347126b7cd85..7a73eb27fa16 100644 --- a/tests/lib/libcurses/slave/slave.h +++ b/tests/lib/libcurses/slave/slave.h @@ -1,4 +1,4 @@ -/* $NetBSD: slave.h,v 1.4 2020/10/24 04:46:17 blymn Exp $ */ +/* $NetBSD: slave.h,v 1.5 2021/02/08 19:15:21 rillig Exp $ */ /*- * Copyright 2009 Brett Lymn @@ -13,7 +13,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * 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 WARRANTIES