X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Freiserfs%2Fmode_string.c;h=ec18dc16e9071480f5a05d1322f34dedb85fc6a1;hb=ac7eef716e6298feea81a927904b25efe1f492ac;hp=ae98834df48709e8260d62bbbd9f649ae71f08f3;hpb=b23b547597ff2375ad13a9ab04e5257a3ad76c99;p=u-boot diff --git a/fs/reiserfs/mode_string.c b/fs/reiserfs/mode_string.c index ae98834df4..ec18dc16e9 100644 --- a/fs/reiserfs/mode_string.c +++ b/fs/reiserfs/mode_string.c @@ -1,23 +1,9 @@ -/* vi: set sw=4 ts=4: */ /* * mode_string implementation for busybox * * Copyright (C) 2003 Manuel Novoa III * - * 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 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 - * 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 program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * SPDX-License-Identifier: GPL-2.0+ */ /* Aug 13, 2003 @@ -26,7 +12,6 @@ #include -#if defined(CONFIG_CMD_REISER) #include #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \ @@ -138,5 +123,3 @@ const char *bb_mode_string(int mode) } #endif - -#endif