OSDN Git Service

cheets: Fix the cheets-libffi MODULE_LICENSE type
authorLloyd Pique <lpique@google.com>
Mon, 16 Nov 2015 21:10:12 +0000 (13:10 -0800)
committerLloyd Pique <lpique@google.com>
Mon, 16 Nov 2015 21:28:43 +0000 (13:28 -0800)
commit27e0a5876f78176ac41fa4d61e9fd69baa69d273
tree8d5dfaf6aa57e51436b80b9ad911ffca89e7d135
parent457ba79995d512b9e8c07061fe10d4cd88273b23
cheets: Fix the cheets-libffi MODULE_LICENSE type

The AOSP repo identifies the libffi license to be a BSD-like license,
and since I started with it (but updated to a more recent version), I
inherited the MODULE_LICENSE_BSD_LIKE file.

https://android.googlesource.com/platform/external/libffi/+/master

However the actual license type is MIT.

https://opensource.org/licenses/BSD-2-Clause
https://opensource.org/licenses/MIT

(compare with the LICENSE and NOTICE files)

I realized in checking over a change landed on the Chrome side where it
was added fresh that this needed to be fixed here.

This patch renames the file to MODULE_LICENSE_MIT to correctly set the
license that applies.

Change-Id: If59ebd66ba9c2eb1d7c3f9488eb3a42075334ebe
MODULE_LICENSE_MIT [moved from MODULE_LICENSE_BSD_LIKE with 100% similarity]