From 84b23a3eb5cc1f8aa82a85af40ca86be1a7f83cb Mon Sep 17 00:00:00 2001 From: hakre Date: Tue, 7 Aug 2012 18:51:11 +0300 Subject: [PATCH] Change to SPDX License Identifier (BSD-3-Clause) for composer The composer validate command is now supporting SPDX license identifers. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ad827d..e6df59f 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A PHP parser written in PHP", "keywords": ["php", "parser"], "type": "library", - "license": "BSD", + "license": "BSD-3-Clause", "authors": [ { "name": "Nikita Popov"