From a9426cc9d3f24a9e6057411b4eac2bc974f8dc22 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Mon, 22 Jan 2018 08:16:18 -0600 Subject: [PATCH] use license name recognized by packagist --- composer.json | 2 +- package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 697e1f3..72ade2f 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "include-path": [ "./" ], - "license": "Modified BSD license", + "license": "BSD-3-Clause", "name": "pear/html_template_it", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Template_IT", diff --git a/package.xml b/package.xml index 3f239b3..c34a0d6 100644 --- a/package.xml +++ b/package.xml @@ -46,7 +46,7 @@ There are two classes to use for templating. HTML_Template_IT is used for basic stable stable - Modified BSD license + BSD-3-Clause - PR #2: Fixes for deprecated code @@ -325,7 +325,7 @@ Changes since last stable release (1.2.1): stable 2018-01-22 - Modified BSD license + BSD-3-Clause - PR #2: Fixes for deprecated code