* util/mkisofs/eltorito.c: Fix minor mistake in license text.
* util/mkisofs/iso9660.h: Likewise.
* util/mkisofs/joliet.c: Likewise.
* util/mkisofs/mkisofs.c: Likewise.
* util/mkisofs/mkisofs.h: Likewise.
* util/mkisofs/rock.c: Likewise.
* util/mkisofs/tree.c: Likewise.
* util/mkisofs/write.c: Likewise.
* util/mkisofs/eltorito.c (rcsid): Remove.
* util/mkisofs/hash.c: Likewise.
* util/mkisofs/joliet.c: Likewise.
* util/mkisofs/name.c: Likewise.
* util/mkisofs/rock.c: Likewise.
* util/mkisofs/tree.c: Likewise.
* util/mkisofs/write.c: Likewise.
+2009-11-18 Robert Millan <rmh.grub@aybabtu.com>
+
+ * util/mkisofs/eltorito.c: Fix minor mistake in license text.
+ * util/mkisofs/iso9660.h: Likewise.
+ * util/mkisofs/joliet.c: Likewise.
+ * util/mkisofs/mkisofs.c: Likewise.
+ * util/mkisofs/mkisofs.h: Likewise.
+ * util/mkisofs/rock.c: Likewise.
+ * util/mkisofs/tree.c: Likewise.
+ * util/mkisofs/write.c: Likewise.
+
+ * util/mkisofs/eltorito.c (rcsid): Remove.
+ * util/mkisofs/hash.c: Likewise.
+ * util/mkisofs/joliet.c: Likewise.
+ * util/mkisofs/name.c: Likewise.
+ * util/mkisofs/rock.c: Likewise.
+ * util/mkisofs/tree.c: Likewise.
+ * util/mkisofs/write.c: Likewise.
+
2009-11-18 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/match.c: Rewrite from scratch, using a linked list
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
+ */
-static char rcsid[] ="$Id: eltorito.c,v 1.13 1999/03/02 03:41:25 eric Exp $";
#include <stdio.h>
#include <sys/types.h>
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-static char rcsid[] ="$Id: hash.c,v 1.4 1997/12/06 21:05:04 eric Exp $";
-
#include <stdlib.h>
#include "config.h"
#include "mkisofs.h"
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ */
/*
* $Id: iso9660.h,v 1.2 1997/05/17 15:46:44 eric Exp $
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-static char rcsid[] ="$Id: joliet.c,v 1.14 1999/03/07 17:41:19 eric Exp $";
-
+ */
/*
* Joliet extensions for ISO9660. These are spottily documented by
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ */
const char *program_name = "grub-mkisofs";
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ */
/*
* $Id: mkisofs.h,v 1.20 1999/03/02 04:16:41 eric Exp $
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-static char rcsid[] ="$Id: name.c,v 1.11 1999/03/02 03:41:26 eric Exp $";
-
#include "config.h"
#include "mkisofs.h"
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-static char rcsid[] ="$Id: rock.c,v 1.8 1999/03/02 03:41:26 eric Exp $";
+ */
#include <stdlib.h>
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-static char rcsid[] ="$Id: tree.c,v 1.29 1999/03/07 17:41:19 eric Exp $";
+ */
/* ADD_FILES changes made by Ross Biro biro@yggdrasil.com 2/23/95 */
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-static char rcsid[] ="$Id: write.c,v 1.21 1999/03/07 17:41:19 eric Exp $";
+ */
#include <string.h>
#include <stdlib.h>