]> code.delx.au - gnu-emacs/blobdiff - msdos/is_exec.c
(iso-translate-conventions): Doc fix.
[gnu-emacs] / msdos / is_exec.c
index 1c3a00daa01fb718b2d3a61606627eb9be42d19b..ab627956cb728946830593f28a2187d0a4732d1c 100644 (file)
@@ -1,5 +1,27 @@
-/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 /* IS_EXEC.C
+ *
+ * Copyright (C) 1995 DJ Delorie
+ * Copyright (C) 1994 Eli Zaretskii <eliz@is.elta.co.il>
+ *
+ * (See the README file in this directory for the copyright and license
+ * history of this file.)
+ *
+ * This file 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, or (at your option)
+ * any later version.
+ *
+ * This file 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 this file; see the file COPYING.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ * Commentary:
  *
  * Given a filename or a file handle, and the extension of the file,
  * determine if the file is executable.