X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffile-type.c;h=32718c54348a4046ac4798d5c8608fce57117927;hb=e16561484b19d960cbb07bd82033155b2979c4f0;hp=93fff71b18a07f7e6c63eb8ac7a7b81e2f18c660;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/lib/file-type.c b/lib/file-type.c index 93fff71b1..32718c543 100644 --- a/lib/file-type.c +++ b/lib/file-type.c @@ -1,12 +1,12 @@ /* Return a string describing the type of a file. - Copyright (C) 1993, 1994, 2001, 2002, 2004, 2005 Free Software + Copyright (C) 1993-1994, 2001-2002, 2004-2006, 2009-2012 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 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 program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,19 +14,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "file-type.h" -#include "stat-macros.h" - #include #define _(text) gettext (text)