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.
			
			
This commit is contained in:
		
							parent
							
								
									1dabbc77cf
								
							
						
					
					
						commit
						5ce77c6e7e
					
				
					 11 changed files with 27 additions and 23 deletions
				
			
		
							
								
								
									
										19
									
								
								ChangeLog
									
										
									
									
									
								
							
							
						
						
									
										19
									
								
								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 | ||||
|  |  | |||
|  | @ -23,11 +23,9 @@ | |||
| 
 | ||||
|    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> | ||||
| #include <sys/stat.h> | ||||
|  |  | |||
|  | @ -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" | ||||
|  |  | |||
|  | @ -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 $ | ||||
|  |  | |||
|  | @ -17,10 +17,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: joliet.c,v 1.14 1999/03/07 17:41:19 eric Exp $"; | ||||
| 
 | ||||
|  */ | ||||
| 
 | ||||
| /*
 | ||||
|  * Joliet extensions for ISO9660.  These are spottily documented by | ||||
|  |  | |||
|  | @ -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"; | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 $ | ||||
|  |  | |||
|  | @ -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" | ||||
| 
 | ||||
|  |  | |||
|  | @ -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> | ||||
| 
 | ||||
|  |  | |||
|  | @ -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 */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue