diff options
Diffstat (limited to 'progs/clear.c')
-rw-r--r-- | progs/clear.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/clear.c b/progs/clear.c index 2ffdf9530948..85a5ea541b68 100644 --- a/progs/clear.c +++ b/progs/clear.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 * @@ -40,7 +41,7 @@ #include <clear_cmd.h> #include <tty_settings.h> -MODULE_ID("$Id: clear.c,v 1.22 2017/10/07 21:48:32 tom Exp $") +MODULE_ID("$Id: clear.c,v 1.23 2020/02/02 23:34:34 tom Exp $") const char *_nc_progname = "clear"; |