]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-18 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Wed, 18 Nov 2009 22:59:40 +0000 (22:59 +0000)
committerRobert Millan <rmh@aybabtu.com>
Wed, 18 Nov 2009 22:59:40 +0000 (22:59 +0000)
        * 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
util/mkisofs/eltorito.c
util/mkisofs/hash.c
util/mkisofs/iso9660.h
util/mkisofs/joliet.c
util/mkisofs/mkisofs.c
util/mkisofs/mkisofs.h
util/mkisofs/name.c
util/mkisofs/rock.c
util/mkisofs/tree.c
util/mkisofs/write.c

index a66631f066aee447c76bba9d86886ec4539b53dc..94191ae0d579c7558ed9cbb999f9ebc28acd33d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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
index 65fbfe646d4338809984f470545d1aa063a795bd..91235bd6c4ba29e40f4e3088b3f409e18aa59851 100644 (file)
 
    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>
index eb673393e65969797a1b3edc2f0e2aefcf3bc8ab..4d26e4dba5494724ee36a894e6f90fb72d164dbf 100644 (file)
@@ -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 <stdlib.h>
 #include "config.h"
 #include "mkisofs.h"
index 3ba0faaac97d1c42669897ca051aa6b79ea8df1d..5818ee81cd005acfdfb7f46a0b454a46e90c116c 100644 (file)
@@ -20,7 +20,7 @@
 
    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 $
index 0f207ec2d325da88b18ea107db7a3138e8295520..505a54bc76bb58d775bb92ffd97e80c71fc91b49 100644 (file)
 
    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
index 4d1132cc8963f62593322fd1e27ca460e5986083..1f55703cb08b496b75a3949961d3cc57ab21b6ff 100644 (file)
@@ -20,7 +20,7 @@
 
    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";
 
index 79266e08af0af91625a1bf09ed25543ad843adc2..cd818cc2ff406f4c62fb3f1ea91c295749b0e052 100644 (file)
@@ -19,7 +19,7 @@
 
    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 $
index 5d4597ae67eb59dc381bd59c1d9b3f264fc2f5c0..13f81870af4191804e6fa0c6559d8ddf5aa2e4d0 100644 (file)
@@ -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"
 
index f2b34fe1bd409d1448faeba528b31f071fb2c292..b3b109a2a117707dfb06007cd88647defdf2edec 100644 (file)
@@ -19,9 +19,7 @@
 
    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>
 
index 355dd9873478f1ed864c3eab45a4ed398f940ce4..d2abda2580f913fdc5200a22629c183b55240129 100644 (file)
@@ -20,9 +20,7 @@
 
    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 */
 
index 45b630693bd60aaab5bc20351ebd5d1c95b5dfb0..fed00185058515d8dd125f9045c6b3fefe0799fe 100644 (file)
@@ -19,9 +19,7 @@
 
    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>