From 5ce77c6e7e18ae04714faf1fdc38ca0b553e1dc6 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 18 Nov 2009 22:59:40 +0000 Subject: [PATCH] 2009-11-18 Robert Millan * 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. --- ChangeLog | 19 +++++++++++++++++++ util/mkisofs/eltorito.c | 4 +--- util/mkisofs/hash.c | 2 -- util/mkisofs/iso9660.h | 2 +- util/mkisofs/joliet.c | 5 +---- util/mkisofs/mkisofs.c | 2 +- util/mkisofs/mkisofs.h | 2 +- util/mkisofs/name.c | 2 -- util/mkisofs/rock.c | 4 +--- util/mkisofs/tree.c | 4 +--- util/mkisofs/write.c | 4 +--- 11 files changed, 27 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index a66631f06..94191ae0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2009-11-18 Robert Millan + + * 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 * util/mkisofs/match.c: Rewrite from scratch, using a linked list diff --git a/util/mkisofs/eltorito.c b/util/mkisofs/eltorito.c index 65fbfe646..91235bd6c 100644 --- a/util/mkisofs/eltorito.c +++ b/util/mkisofs/eltorito.c @@ -23,11 +23,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - 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 #include #include diff --git a/util/mkisofs/hash.c b/util/mkisofs/hash.c index eb673393e..4d26e4dba 100644 --- a/util/mkisofs/hash.c +++ b/util/mkisofs/hash.c @@ -19,8 +19,6 @@ 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 #include "config.h" #include "mkisofs.h" diff --git a/util/mkisofs/iso9660.h b/util/mkisofs/iso9660.h index 3ba0faaac..5818ee81c 100644 --- a/util/mkisofs/iso9660.h +++ b/util/mkisofs/iso9660.h @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + */ /* * $Id: iso9660.h,v 1.2 1997/05/17 15:46:44 eric Exp $ diff --git a/util/mkisofs/joliet.c b/util/mkisofs/joliet.c index 0f207ec2d..505a54bc7 100644 --- a/util/mkisofs/joliet.c +++ b/util/mkisofs/joliet.c @@ -17,10 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - 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 diff --git a/util/mkisofs/mkisofs.c b/util/mkisofs/mkisofs.c index 4d1132cc8..1f55703cb 100644 --- a/util/mkisofs/mkisofs.c +++ b/util/mkisofs/mkisofs.c @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + */ const char *program_name = "grub-mkisofs"; diff --git a/util/mkisofs/mkisofs.h b/util/mkisofs/mkisofs.h index 79266e08a..cd818cc2f 100644 --- a/util/mkisofs/mkisofs.h +++ b/util/mkisofs/mkisofs.h @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + */ /* * $Id: mkisofs.h,v 1.20 1999/03/02 04:16:41 eric Exp $ diff --git a/util/mkisofs/name.c b/util/mkisofs/name.c index 5d4597ae6..13f81870a 100644 --- a/util/mkisofs/name.c +++ b/util/mkisofs/name.c @@ -21,8 +21,6 @@ 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" diff --git a/util/mkisofs/rock.c b/util/mkisofs/rock.c index f2b34fe1b..b3b109a2a 100644 --- a/util/mkisofs/rock.c +++ b/util/mkisofs/rock.c @@ -19,9 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - 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 diff --git a/util/mkisofs/tree.c b/util/mkisofs/tree.c index 355dd9873..d2abda258 100644 --- a/util/mkisofs/tree.c +++ b/util/mkisofs/tree.c @@ -20,9 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - 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 */ diff --git a/util/mkisofs/write.c b/util/mkisofs/write.c index 45b630693..fed001850 100644 --- a/util/mkisofs/write.c +++ b/util/mkisofs/write.c @@ -19,9 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - 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 #include