]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
LICENSES: Rename other to deprecated
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Apr 2019 10:51:30 +0000 (06:51 -0400)
committerJonathan Corbet <corbet@lwn.net>
Fri, 3 May 2019 12:34:32 +0000 (06:34 -0600)
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>
Documentation/process/license-rules.rst
LICENSES/deprecated/GPL-1.0 [moved from LICENSES/other/GPL-1.0 with 100% similarity]
LICENSES/deprecated/ISC [moved from LICENSES/other/ISC with 100% similarity]
LICENSES/deprecated/Linux-OpenIB [moved from LICENSES/other/Linux-OpenIB with 100% similarity]
LICENSES/deprecated/X11 [moved from LICENSES/other/X11 with 100% similarity]

index 507b695fa9da16bdae94f347ee1fca5c0e980598..2ef44ada3f119562c2f955077c6713fab599535f 100644 (file)
@@ -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
    code from a different project.  These licenses are available from the
    directory::
 
-      LICENSES/other/
+      LICENSES/deprecated/
 
    in the kernel source tree.
 
@@ -250,12 +250,12 @@ kernel, can be broken down into:
 
    Examples::
 
-      LICENSES/other/ISC
+      LICENSES/deprecated/ISC
 
    Contains the Internet Systems Consortium license text and the required
    metatags::
 
-      LICENSES/other/GPL-1.0
+      LICENSES/deprecated/GPL-1.0
 
    Contains the GPL version 1 license text and the required metatags.
 
similarity index 100%
rename from LICENSES/other/ISC
rename to LICENSES/deprecated/ISC
similarity index 100%
rename from LICENSES/other/X11
rename to LICENSES/deprecated/X11