From 528bb5897d6aade43385301b74658cfc0733211d Mon Sep 17 00:00:00 2001 From: Thomas Hernandez Date: Wed, 12 Feb 2014 16:41:05 -0500 Subject: [PATCH] Added: license to composer file --- CONTRIBUTING.md | 0 composer.json | 1 + 2 files changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e69de29b diff --git a/composer.json b/composer.json index 5c461e6c..78a06bd6 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "cpigroup/php-amazon-mws", "type": "library", "description": "An open-source library to connect to Amazon's MWS web services in an object-oriented manner, with a focus on intuitive usage.", + "license": "Apache-2.0", "keywords": ["API", "Amazon", "PHP"], "require":{ "php": "~5.4",