linux: license files hashes are only valid for latest known version
authorMarkus Mayer <mmayer@broadcom.com>
Wed, 5 Feb 2020 14:48:38 +0000 (15:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Feb 2020 10:46:46 +0000 (11:46 +0100)
commitaf33b1c29388b6fb6c6fc68c578b6c2315f1aaf3
treef6f37048c9082a2bcd3e52187622a5a94c6d5ed5
parentf201ca9d0d25b491ec5e1ed4e1d02fd52d027997
linux: license files hashes are only valid for latest known version

The content of COPYING changed between v4.16 and v4.17. Since kernels
before and after the change are supported, storing the hash for this
file will cause an error during "make legal-info" when a kernel with the
respective other hash is being used.

So, for the kernel, we do like we did for ATF: the license file is only
listed for the latest version.

In the process, add the missing license files referenced from COPYING
and align the fields to the new spacing convention.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
[yann.morin.1998@free.fr:
  - only list the licenses files for the latest version
  - restore the hash for COPYING
  - introduce hashes for the two new license files
  - expand commit log accordingly
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.hash
linux/linux.mk