X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ffoldkeys.c;h=1a5aac0d97fce1ee224f49a5722eb934a51efed9;hp=98e72b0450a51ad8a03c4539b9a86160304f038a;hb=3e91848cbe3dad23fdb60962fa9b678592591c34;hpb=efa78d11c3ea7f51c7078b64a34c98b44ecb0e1a diff --git a/test/foldkeys.c b/test/foldkeys.c index 98e72b04..1a5aac0d 100644 --- a/test/foldkeys.c +++ b/test/foldkeys.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2006-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2006-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, 2006 * - * $Id: foldkeys.c,v 1.8 2019/08/24 23:11:01 tom Exp $ + * $Id: foldkeys.c,v 1.9 2020/02/02 23:34:34 tom Exp $ * * Demonstrate a method for altering key definitions at runtime. *