diff options
Diffstat (limited to 'ncurses/fifo_defs.h')
-rw-r--r-- | ncurses/fifo_defs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ncurses/fifo_defs.h b/ncurses/fifo_defs.h index d0e21fafe871d..ab9266d636bb3 100644 --- a/ncurses/fifo_defs.h +++ b/ncurses/fifo_defs.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2012,2016 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-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 @@ /* * Common macros for lib_getch.c, lib_ungetch.c * - * $Id: fifo_defs.h,v 1.8 2016/09/10 21:59:25 tom Exp $ + * $Id: fifo_defs.h,v 1.9 2020/02/02 23:34:34 tom Exp $ */ #ifndef FIFO_DEFS_H |