diff options
Diffstat (limited to 'findexec.c')
| -rw-r--r-- | findexec.c | 27 | 
1 files changed, 18 insertions, 9 deletions
@@ -1,8 +1,22 @@  /* "findexec.c" was part of DLD, a dynamic link/unlink editor for C. - -   Copyright (C) 1990 by W. Wilson Ho. - -   The author can be reached electronically by how@cs.ucdavis.edu or + * Copyright (C) 1990 by W. Wilson Ho. + * + * GNU Emacs is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * GNU Emacs is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with GNU Emacs.  If not, see + * <http://www.gnu.org/licenses/>. + */ + +/* The author can be reached electronically by how@cs.ucdavis.edu or     through physical mail at:     W. Wilson Ho @@ -27,11 +41,6 @@ Wed Feb 21 23:06:35 1996  Aubrey Jaffer  	* find_exec.c: extracted for general use.  Generalized to  	MS-DOS.  */ -/* This program is free software; you can redistribute it and/or modify it -   under the terms of the GNU General Public License as published by the -   Free Software Foundation; either version 1, or (at your option) any -   later version. */ -  /* Given a filename, dld_find_executable searches the directories     listed in the environment variable PATH for a file with that     filename.  A new copy of the complete path name of that file is  | 
