X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftput.c;fp=progs%2Ftput.c;h=295b83fb8161513a83697cf0ee9da2ff8c135af2;hp=da90dcf07be2b5a564b5e5468583f053d96cedfd;hb=47d2fb4537d9ad5bb14f4810561a327930ca4280;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 diff --git a/progs/tput.c b/progs/tput.c index da90dcf0..295b83fb 100644 --- a/progs/tput.c +++ b/progs/tput.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,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 * @@ -50,7 +51,7 @@ #include #include -MODULE_ID("$Id: tput.c,v 1.80 2019/07/28 18:18:41 tom Exp $") +MODULE_ID("$Id: tput.c,v 1.81 2020/02/02 23:34:34 tom Exp $") #define PUTS(s) fputs(s, stdout)