LICENSES: Rename other to deprecated
Make it clear in the directory name that these are not intended for new code. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
8ea8814fcd
commit
62be257e98
|
@ -234,13 +234,13 @@ kernel, can be broken down into:
|
||||||
|
|
||||||
|
|
|
|
||||||
|
|
||||||
2. Not recommended licenses:
|
2. Deprecated licenses:
|
||||||
|
|
||||||
These licenses should only be used for existing code or for importing
|
These licenses should only be used for existing code or for importing
|
||||||
code from a different project. These licenses are available from the
|
code from a different project. These licenses are available from the
|
||||||
directory::
|
directory::
|
||||||
|
|
||||||
LICENSES/other/
|
LICENSES/deprecated/
|
||||||
|
|
||||||
in the kernel source tree.
|
in the kernel source tree.
|
||||||
|
|
||||||
|
@ -250,12 +250,12 @@ kernel, can be broken down into:
|
||||||
|
|
||||||
Examples::
|
Examples::
|
||||||
|
|
||||||
LICENSES/other/ISC
|
LICENSES/deprecated/ISC
|
||||||
|
|
||||||
Contains the Internet Systems Consortium license text and the required
|
Contains the Internet Systems Consortium license text and the required
|
||||||
metatags::
|
metatags::
|
||||||
|
|
||||||
LICENSES/other/GPL-1.0
|
LICENSES/deprecated/GPL-1.0
|
||||||
|
|
||||||
Contains the GPL version 1 license text and the required metatags.
|
Contains the GPL version 1 license text and the required metatags.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue