diff --git a/README.md b/README.md index 4269df4..0e400e5 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,6 @@ It also uses Glide and SDWebImage, but didn't have some features I needed (prior ## Licenses -* FastImage [MIT] -* SDWebImage (included) [MIT] -* Glide (included via gradle) [Apache 2.0 License] +* FastImage - `MIT` +* SDWebImage - `MIT` +* Glide - `Apache-2.0` diff --git a/package.json b/package.json index 1ccb5ad..6679cc7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bugs": { "url": "https://github.com/DylanVann/react-native-fast-image/issues" }, - "license": "MIT", + "license": "(MIT AND Apache-2.0)", "author": "Dylan Vann (http://dylanvann.com)", "files": [ "ios/FastImage",