X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Ftset.c;h=ca0520e215a1df49b9bf1c8134bdb855724825bd;hb=refs%2Ftags%2Fv6.2;hp=10696e9da2d9e6bfc39d43c785cc0217446a50a2;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;p=ncurses.git diff --git a/progs/tset.c b/progs/tset.c index 10696e9d..ca0520e2 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;