From 50f96225e3d5d80aaba24f30323badfdea00412c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 1 Jul 2019 02:53:16 -0700 Subject: [PATCH] Update License for POM generation (#42) Summary: Fixes https://github.com/facebook/SoLoader/issues/41 Pull Request resolved: https://github.com/facebook/SoLoader/pull/42 Reviewed By: danielbuechele Differential Revision: D16048278 Pulled By: passy fbshipit-source-id: a48e445ace75926563a73e2fb42c26098df2d747 --- PROJECT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECT b/PROJECT index c7fe03b..524245f 100644 --- a/PROJECT +++ b/PROJECT @@ -9,7 +9,7 @@ URL = 'https://github.com/facebook/soloader' LICENSES = [ { - 'name' : 'BSD License', + 'name' : 'Apache-2', 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' } ]