diff options
Diffstat (limited to 'progs/tset.c')
| -rw-r--r-- | progs/tset.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/tset.c b/progs/tset.c index 10696e9da2d9e..ca0520e215a1d 100644 --- a/progs/tset.c +++ b/progs/tset.c @@ -1,5 +1,6 @@  /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc.              * + * Copyright 2020 Thomas E. Dickey                                          * + * Copyright 1998-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            * @@ -97,7 +98,7 @@  char *ttyname(int fd);  #endif -MODULE_ID("$Id: tset.c,v 1.120 2017/10/08 00:01:29 tom Exp $") +MODULE_ID("$Id: tset.c,v 1.121 2020/02/02 23:34:34 tom Exp $")  #ifndef environ  extern char **environ;  | 
