diff options
Diffstat (limited to 'progs/dump_entry.c')
| -rw-r--r-- | progs/dump_entry.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/dump_entry.c b/progs/dump_entry.c index 8a47084a28bf9..85d56eb92c2dd 100644 --- a/progs/dump_entry.c +++ b/progs/dump_entry.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            * @@ -39,7 +40,7 @@  #include "termsort.c"		/* this C file is generated */  #include <parametrized.h>	/* so is this */ -MODULE_ID("$Id: dump_entry.c,v 1.175 2019/10/12 15:59:07 tom Exp $") +MODULE_ID("$Id: dump_entry.c,v 1.176 2020/02/02 23:34:34 tom Exp $")  #define DISCARD(string) string = ABSENT_STRING  #define PRINTF (void) printf  | 
