Mercurial > yaffs-ecoscentric
diff utils/mkyaffsimage.c @ 174:7d11ae6795e4
normalise licence headers and attributions
| author | wookey |
|---|---|
| date | Mon, 12 Feb 2007 16:55:27 +0000 |
| parents | b2372a63adc0 |
| children | 0f915f7c1d45 |
line wrap: on
line diff
--- a/utils/mkyaffsimage.c +++ b/utils/mkyaffsimage.c @@ -1,25 +1,23 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. + * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * makeyaffsimage.c - * - * Makes a YAFFS file system image that can be used to load up a file system. - * - * Copyright (C) 2002 Aleph One Ltd. + * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> + * Nick Bane modifications flagged NCB + * Endian handling patches by James Ng * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * - * - * Nick Bane modifications flagged NCB + */ + +/* + * makeyaffsimage.c * - * Endian handling patches by James Ng. - * - * + * Makes a YAFFS file system image that can be used to load up a file system. */ #include <stdlib.h>
