X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9ee365d565205366d61d9b50dd2a15ef903be983..886bae77f01a92cb2f40425197e48ea40582c1be:/msdos/is_exec.c diff --git a/msdos/is_exec.c b/msdos/is_exec.c index c8bb7dcf4f..16b01c59a0 100644 --- a/msdos/is_exec.c +++ b/msdos/is_exec.c @@ -6,10 +6,10 @@ * (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 + * 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 2, or (at your option) - * any later version. + * 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 @@ -17,9 +17,7 @@ * 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. + * along with this file. If not, see . * * Commentary: * @@ -238,5 +236,3 @@ _is_executable(const char *filename, int fhandle, const char *extension) return 0; } -/* arch-tag: b0965811-8c3e-4bc4-8d81-4447a3594785 - (do not change this comment) */