]> code.delx.au - gnu-emacs/blobdiff - msdos/is_exec.c
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.2.
[gnu-emacs] / msdos / is_exec.c
index 4da0ec35c56e17f8f83b09a72785dbc54a5432f8..493db79790e4b4fe04ec1e920ee477828a3274ea 100644 (file)
@@ -1,5 +1,25 @@
-/* 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 of the License, 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.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Commentary:
  *
  * Given a filename or a file handle, and the extension of the file,
  * determine if the file is executable.
@@ -8,11 +28,6 @@
  * two bytes of the file are tested for known signatures of executable
  * files.
  *
- * Copyright (c) 1994 Eli Zaretskii <eliz@is.elta.co.il>
- *
- * This software may be used freely so long as this copyright notice is
- * left intact.  There is no warranty on this software.
- *
  */
 
 #include <libc/stubs.h>