diff options
Diffstat (limited to 'progs/toe.c')
-rw-r--r-- | progs/toe.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/toe.c b/progs/toe.c index 7b9f79ad6d8d5..f3856f049c112 100644 --- a/progs/toe.c +++ b/progs/toe.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 1998-2013,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 * @@ -44,7 +45,7 @@ #include <hashed_db.h> #endif -MODULE_ID("$Id: toe.c,v 1.78 2018/11/17 22:41:46 tom Exp $") +MODULE_ID("$Id: toe.c,v 1.79 2020/02/02 23:34:34 tom Exp $") #define isDotname(name) (!strcmp(name, ".") || !strcmp(name, "..")) |