diff options
Diffstat (limited to 'ncurses/tty/hashmap.c')
-rw-r--r-- | ncurses/tty/hashmap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ncurses/tty/hashmap.c b/ncurses/tty/hashmap.c index 75f6004d4510..9d1e482b00eb 100644 --- a/ncurses/tty/hashmap.c +++ b/ncurses/tty/hashmap.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2015,2016 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 * @@ -73,7 +74,7 @@ AUTHOR #define CUR SP_TERMTYPE #endif -MODULE_ID("$Id: hashmap.c,v 1.67 2019/12/15 00:57:15 tom Exp $") +MODULE_ID("$Id: hashmap.c,v 1.68 2020/02/02 23:34:34 tom Exp $") #ifdef HASHDEBUG |