diff options
Diffstat (limited to 'test/redraw.c')
-rw-r--r-- | test/redraw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/redraw.c b/test/redraw.c index 7d06cad8aca35..569c2769a98dd 100644 --- a/test/redraw.c +++ b/test/redraw.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2006-2012,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2006-2012,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 * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: redraw.c,v 1.10 2017/06/24 14:04:57 tom Exp $ + * $Id: redraw.c,v 1.11 2020/02/02 23:34:34 tom Exp $ * * Demonstrate the redrawwin() and wredrawln() functions. * Thomas Dickey - 2006/11/4 |