diff options
Diffstat (limited to 'test/filter.c')
-rw-r--r-- | test/filter.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/filter.c b/test/filter.c index e9c0ee99b7327..1ecf28155a192 100644 --- a/test/filter.c +++ b/test/filter.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -29,7 +30,7 @@ /* * Author: Thomas E. Dickey 1998 * - * $Id: filter.c,v 1.33 2019/08/24 23:11:01 tom Exp $ + * $Id: filter.c,v 1.34 2020/02/02 23:34:34 tom Exp $ * * An example of the 'filter()' function in ncurses, this program prompts * for commands and executes them (like a command shell). It illustrates |