X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_iso.c;h=6f301592dc88182c8ec0496ed3a49c0fb2ed27f2;hp=2fe3df1a01d9fe8f8651ce3fb67b55bedf9c7d37;hb=7c27bb06784a2663d15bda607e4a8314a2995212;hpb=0ef1539b6f680ba09c88be5bb94a821fd2599931 diff --git a/second/fs_iso.c b/second/fs_iso.c index 2fe3df1..6f30159 100644 --- a/second/fs_iso.c +++ b/second/fs_iso.c @@ -1,20 +1,22 @@ -/* iso9660 filesystem (placeholder) - - Copyright (C) 1999 Benjamin Herrenschnidt - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* + * fs_iso.c - a non-implementation for the ISO9660 filesystem + * + * Copyright (C) 1999 Benjamin Herrenschnidt + * + * 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. + */ #include "ctype.h" #include "types.h" @@ -78,7 +80,7 @@ iso_close( struct boot_file_t* file) /* * Local variables: - * c-file-style: "K&R" + * c-file-style: "k&r" * c-basic-offset: 5 * End: */