diff options
Diffstat (limited to 'test/demo_defkey.c')
-rw-r--r-- | test/demo_defkey.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/demo_defkey.c b/test/demo_defkey.c index e5bb9c2680e0..ea6c5222d188 100644 --- a/test/demo_defkey.c +++ b/test/demo_defkey.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2002-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2002-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 * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: demo_defkey.c,v 1.29 2019/08/17 21:49:19 tom Exp $ + * $Id: demo_defkey.c,v 1.30 2020/02/02 23:34:34 tom Exp $ * * Demonstrate the define_key() function. * Thomas Dickey - 2002/11/23 |