Skip to content

Commit a9426cc

Browse files
committed
use license name recognized by packagist
1 parent 8803337 commit a9426cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"include-path": [
3636
"./"
3737
],
38-
"license": "Modified BSD license",
38+
"license": "BSD-3-Clause",
3939
"name": "pear/html_template_it",
4040
"support": {
4141
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Template_IT",

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
4646
<release>stable</release>
4747
<api>stable</api>
4848
</stability>
49-
<license>Modified BSD license</license>
49+
<license>BSD-3-Clause</license>
5050
<notes>
5151
- PR #2: Fixes for deprecated code
5252
</notes>
@@ -325,7 +325,7 @@ Changes since last stable release (1.2.1):
325325
<api>stable</api>
326326
</stability>
327327
<date>2018-01-22</date>
328-
<license>Modified BSD license</license>
328+
<license>BSD-3-Clause</license>
329329
<notes>
330330
- PR #2: Fixes for deprecated code
331331
</notes>

0 commit comments

Comments
 (0)