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)
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]

similarity index 100%
rename from MODULE_LICENSE_BSD_LIKE
rename to MODULE_LICENSE_MIT