X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftoe.c;h=f3856f049c112d43c69cf330290b4e57ab2dd9a8;hp=7b9f79ad6d8d55717ffb821b557fde1278be4e60;hb=84cf9f63bf604413fa5714ef91f83076ac8f236b;hpb=bf5877fb3d0985dcde0e71f52be87d865f76a7ca diff --git a/progs/toe.c b/progs/toe.c index 7b9f79ad..f3856f04 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 #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, ".."))