diff options
author | Wolfgang Denk <wd@denx.de> | 2010-01-15 11:10:33 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-01-15 11:16:47 +0100 |
commit | f098337152ca48e135448f5e7836cce938e12bc0 (patch) | |
tree | 3035f5896ddf0f18fe059543eb145bc7c9c56e73 /fs/jffs2/LICENCE | |
parent | 2ff6922280025c1315c53fa2eb4ab33f0c9591de (diff) | |
download | u-boot-imx-f098337152ca48e135448f5e7836cce938e12bc0.zip u-boot-imx-f098337152ca48e135448f5e7836cce938e12bc0.tar.gz u-boot-imx-f098337152ca48e135448f5e7836cce938e12bc0.tar.bz2 |
JFFS2: drop support for LZARI compression mode
Support for LZARI compression mode was added based on a MTD CVS
snapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c contains
contradictory licensing terms: the original copyright clause says "All
rights reserved. Permission granted for non-commercial use.", but
later reference to the file 'LICENCE' in the jffs2 directory was added
which says GPL v2 or later.
As no boards ever used LZARI compression, and this file is also not
present in recent MTD code, we resolve this conflict by removing the
conflicting file and references to it.
Also copy the referenced but missing file 'LICENCE' from the current
MTD source tree.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'fs/jffs2/LICENCE')
-rw-r--r-- | fs/jffs2/LICENCE | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/fs/jffs2/LICENCE b/fs/jffs2/LICENCE new file mode 100644 index 0000000..5628859 --- /dev/null +++ b/fs/jffs2/LICENCE @@ -0,0 +1,30 @@ +The files in this directory and elsewhere which refer to this LICENCE +file are part of JFFS2, the Journalling Flash File System v2. + + Copyright © 2001-2007 Red Hat, Inc. and others + +JFFS2 is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 or (at your option) any later +version. + +JFFS2 is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License along +with JFFS2; if not, write to the Free Software Foundation, Inc., +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + +As a special exception, if other files instantiate templates or use +macros or inline functions from these files, or you compile these +files and link them with other works to produce a work based on these +files, these files do not by themselves cause the resulting work to be +covered by the GNU General Public License. However the source code for +these files must still be made available in accordance with section (3) +of the GNU General Public License. + +This exception does not invalidate any other reasons why a work based on +this file might be covered by the GNU General Public License. + |