From 1a012e8017dc33a26b5cb219a65fb07fd0058293 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 28 Jan 2007 21:40:03 +0000 Subject: [PATCH] Revert previous change while we figure out if it was correct. --- msdos/is_exec.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/msdos/is_exec.c b/msdos/is_exec.c index 1c3a00daa01..4da0ec35c56 100644 --- a/msdos/is_exec.c +++ b/msdos/is_exec.c @@ -8,6 +8,11 @@ * two bytes of the file are tested for known signatures of executable * files. * + * Copyright (c) 1994 Eli Zaretskii + * + * This software may be used freely so long as this copyright notice is + * left intact. There is no warranty on this software. + * */ #include -- 2.11.4.GIT