diff options
Diffstat (limited to 'contrib/ncurses/form/fty_generic.c')
| -rw-r--r-- | contrib/ncurses/form/fty_generic.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/ncurses/form/fty_generic.c b/contrib/ncurses/form/fty_generic.c index 83d18f0302ce..159d30596dbb 100644 --- a/contrib/ncurses/form/fty_generic.c +++ b/contrib/ncurses/form/fty_generic.c @@ -1,5 +1,6 @@  /**************************************************************************** - * Copyright (c) 2008-2018,2020 Free Software Foundation, Inc.              * + * Copyright 2018,2020 Thomas E. Dickey                                     * + * Copyright 2008-2012,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            * @@ -34,7 +35,7 @@  #include "form.priv.h" -MODULE_ID("$Id: fty_generic.c,v 1.9 2020/01/18 17:08:04 tom Exp $") +MODULE_ID("$Id: fty_generic.c,v 1.10 2020/02/02 23:34:34 tom Exp $")  /*   * This is not a full implementation of a field type, but adds some  | 
