diff options
Diffstat (limited to 'ncurses/report_offsets.c')
-rw-r--r-- | ncurses/report_offsets.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ncurses/report_offsets.c b/ncurses/report_offsets.c index a0b5ba5e1860c..2e7083a1e43d9 100644 --- a/ncurses/report_offsets.c +++ b/ncurses/report_offsets.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 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 * @@ -32,7 +33,7 @@ #include <curses.priv.h> -MODULE_ID("$Id: report_offsets.c,v 1.20 2018/07/07 19:25:40 tom Exp $") +MODULE_ID("$Id: report_offsets.c,v 1.21 2020/02/02 23:34:34 tom Exp $") #define show_size(type) \ flag = 0; \ |