From 90889a692076f2c62486607d0354e0fca52364bc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:40 -0800 Subject: Import Upstream version 5e5 --- findexec.c | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'findexec.c') diff --git a/findexec.c b/findexec.c index 8edc6fc..a562077 100644 --- a/findexec.c +++ b/findexec.c @@ -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 + * . + */ + +/* 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 -- cgit v1.2.3