diff options
Diffstat (limited to 'test/view.c')
-rw-r--r-- | test/view.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/view.c b/test/view.c index eb7786e1a36d1..e4d746f4d6c5a 100644 --- a/test/view.c +++ b/test/view.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 * @@ -51,7 +52,7 @@ * scroll operation worked, and the refresh() code only had to do a * partial repaint. * - * $Id: view.c,v 1.137 2019/12/07 19:03:07 tom Exp $ + * $Id: view.c,v 1.138 2020/02/02 23:34:34 tom Exp $ */ #include <test.priv.h> |