summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2001-12-23 21:32:09 +0000
committerTomas V.V.Cox <cox@php.net>2001-12-23 21:32:09 +0000
commitbda81affd2274644278975bdfa86ad779a71e2dd (patch)
tree9d336d111b2e6e09637666a91b54abbf1d786635 /pear
parent04999445d72196ef0700d649695a4f09b59d5f30 (diff)
downloadphp-git-bda81affd2274644278975bdfa86ad779a71e2dd.tar.gz
added the <license> tag under <release> for the package.xml file
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR/Common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php
index e25fcc3511..5f02913bd9 100644
--- a/pear/PEAR/Common.php
+++ b/pear/PEAR/Common.php
@@ -316,7 +316,8 @@ class PEAR_Common extends PEAR
$this->pkginfo['release_state'] = $data;
}
break;
- case 'dir':
+ case 'license':
+ $this->pkginfo['release_license'] = trim($data);
break;
case 'file':
$this->current_file = trim($data);