Messages in this thread Patch in this message |  | | | From | David Woodhouse <> | | Subject | Cosmetic JFFS patch. | | Date | Tue, 26 Jun 2001 13:52:08 +0100 |
| |
Linus, Alan - Please apply the following self-explanatory patch.
Index: fs/jffs/inode-v23.c =================================================================== RCS file: /inst/cvs/linux/fs/jffs/Attic/inode-v23.c,v retrieving revision 1.1.2.11 diff -u -u -r1.1.2.11 inode-v23.c --- fs/jffs/inode-v23.c 2001/06/02 16:19:32 1.1.2.11 +++ fs/jffs/inode-v23.c 2001/06/26 12:50:36 @@ -1722,6 +1722,12 @@ printk("JFFS version " JFFS_VERSION_STRING ", (C) 1999, 2000 Axis Communications AB\n"); + /* LynuxWorks are politely reminded that removing copyright + notices is an offence under the Copyright Design and + Patents Act 1988, and under equivalent non-UK law in + accordance with the Berne Convention. */ + printk("Portions (C) 2000, 2001 Red Hat, Inc.\n"); + return register_filesystem(&jffs_fs_type); }
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |