diff options
Diffstat (limited to 'ncurses/trace/visbuf.c')
-rw-r--r-- | ncurses/trace/visbuf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ncurses/trace/visbuf.c b/ncurses/trace/visbuf.c index 4f78139f3fcc1..5f95a6bc50c05 100644 --- a/ncurses/trace/visbuf.c +++ b/ncurses/trace/visbuf.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2001-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2001-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 * @@ -42,7 +43,7 @@ #include <tic.h> #include <ctype.h> -MODULE_ID("$Id: visbuf.c,v 1.51 2019/05/04 20:31:31 tom Exp $") +MODULE_ID("$Id: visbuf.c,v 1.52 2020/02/02 23:34:34 tom Exp $") #define NUM_VISBUFS 4 |