Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses tests/libcurses: fix typo in license text



details:   https://anonhg.NetBSD.org/src/rev/861f427eddba
branches:  trunk
changeset: 959339:861f427eddba
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Feb 08 19:15:20 2021 +0000

description:
tests/libcurses: fix typo in license text

diffstat:

 tests/lib/libcurses/director/director.c       |  4 ++--
 tests/lib/libcurses/director/director.h       |  4 ++--
 tests/lib/libcurses/director/returns.h        |  4 ++--
 tests/lib/libcurses/director/testlang_conf.l  |  4 ++--
 tests/lib/libcurses/director/testlang_parse.y |  4 ++--
 tests/lib/libcurses/slave/command_table.h     |  4 ++--
 tests/lib/libcurses/slave/commands.c          |  4 ++--
 tests/lib/libcurses/slave/curses_commands.c   |  4 ++--
 tests/lib/libcurses/slave/curses_commands.h   |  4 ++--
 tests/lib/libcurses/slave/slave.c             |  4 ++--
 tests/lib/libcurses/slave/slave.h             |  4 ++--
 11 files changed, 22 insertions(+), 22 deletions(-)

diffs (200 lines):

diff -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/director/director.c
--- a/tests/lib/libcurses/director/director.c   Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/director/director.c   Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/director/director.h
--- a/tests/lib/libcurses/director/director.h   Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/director/director.h   Mon Feb 08 19:15:20 2021 +0000
@@ -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 <jnaman806%gmail.com@localhost>, 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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/director/returns.h
--- a/tests/lib/libcurses/director/returns.h    Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/director/returns.h    Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/director/testlang_conf.l
--- a/tests/lib/libcurses/director/testlang_conf.l      Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/director/testlang_conf.l      Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/director/testlang_parse.y
--- a/tests/lib/libcurses/director/testlang_parse.y     Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/director/testlang_parse.y     Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/command_table.h
--- a/tests/lib/libcurses/slave/command_table.h Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/command_table.h Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/commands.c
--- a/tests/lib/libcurses/slave/commands.c      Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/commands.c      Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/curses_commands.c
--- a/tests/lib/libcurses/slave/curses_commands.c       Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.c       Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/curses_commands.h
--- a/tests/lib/libcurses/slave/curses_commands.h       Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.h       Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/slave.c
--- a/tests/lib/libcurses/slave/slave.c Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/slave.c Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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 -r d09b7e350f2a -r 861f427eddba tests/lib/libcurses/slave/slave.h
--- a/tests/lib/libcurses/slave/slave.h Mon Feb 08 19:11:41 2021 +0000
+++ b/tests/lib/libcurses/slave/slave.h Mon Feb 08 19:15:20 2021 +0000
@@ -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 <blymn%NetBSD.org@localhost>
@@ -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



Home | Main Index | Thread Index | Old Index