|
136 | 136 | </copy> |
137 | 137 |
|
138 | 138 | <!-- AMAZON AWS --> |
139 | | - <copy file="${basedir}/vendor/aws/aws-sdk-php/LICENSE.md" tofile="${basedir}/build/phar/lib/aws-sdk/LICENSE"/> |
| 139 | + <copy file="${basedir}/vendor/aws/aws-sdk-php/LICENSE" tofile="${basedir}/build/phar/lib/aws-sdk/LICENSE"/> |
140 | 140 | <copy todir="${basedir}/build/phar/lib/aws-sdk"> |
141 | 141 | <fileset dir="${basedir}/vendor/aws/aws-sdk-php/src"> |
142 | 142 | <include name="**/*.php"/> |
|
413 | 413 | <include name="**/*.php"/> |
414 | 414 | </fileset> |
415 | 415 | </copy> |
416 | | - <copy file="${basedir}/vendor/psr/log/LICENSE" |
417 | | - tofile="${basedir}/build/phar/lib/psr/log/LICENSE"/> |
418 | | - <copy todir="${basedir}/build/phar/lib/psr/log"> |
419 | | - <fileset dir="${basedir}/vendor/psr/log/Psr"> |
420 | | - <include name="**/*.php"/> |
421 | | - </fileset> |
422 | | - </copy> |
423 | | - |
424 | 416 |
|
425 | 417 | <!-- PHPSECLIB --> |
426 | 418 | <copy file="${basedir}/vendor/phpseclib/phpseclib/LICENSE" tofile="${basedir}/build/phar/lib/phpseclib/LICENSE"/> |
|
468 | 460 | </fileset> |
469 | 461 | </copy> |
470 | 462 |
|
471 | | - <!-- OPENSTACK --> |
472 | | - <copy file="${basedir}/vendor/php-opencloud/openstack/LICENSE" |
473 | | - tofile="${basedir}/build/phar/lib/php-opencloud/openstack/LICENSE"/> |
474 | | - <copy todir="${basedir}/build/phar/lib/php-opencloud/openstack"> |
475 | | - <fileset dir="${basedir}/vendor/php-opencloud/openstack/src"> |
476 | | - <include name="**/*.php"/> |
477 | | - <exclude name="**/Test*"/> |
478 | | - </fileset> |
479 | | - </copy> |
480 | | - |
481 | | - <copy file="${basedir}/vendor/justinrainbow/json-schema/LICENSE" |
482 | | - tofile="${basedir}/build/phar/lib/justinrainbow/json-schema/LICENSE"/> |
483 | | - <copy todir="${basedir}/build/phar/lib/justinrainbow/json-schema"> |
484 | | - <fileset dir="${basedir}/vendor/justinrainbow/json-schema/src"> |
485 | | - <include name="**/*.php"/> |
486 | | - <exclude name="**/Test*"/> |
487 | | - </fileset> |
488 | | - </copy> |
489 | | - |
490 | 463 | <!-- PHP-HTTP --> |
491 | 464 | <copy file="${basedir}/vendor/php-http/httplug/LICENSE" |
492 | 465 | tofile="${basedir}/build/phar/lib/php-http/httplug/LICENSE"/> |
|
545 | 518 | </fileset> |
546 | 519 | </copy> |
547 | 520 |
|
548 | | - <copy file="${basedir}/vendor/zendframework/zend-diactoros/LICENSE.md" |
549 | | - tofile="${basedir}/build/phar/lib/zendframework/zend-diactoros/LICENSE"/> |
550 | | - <copy todir="${basedir}/build/phar/lib/zendframework/zend-diactoros"> |
551 | | - <fileset dir="${basedir}/vendor/zendframework/zend-diactoros/src"> |
552 | | - <include name="**/*.php"/> |
553 | | - </fileset> |
554 | | - </copy> |
555 | | - |
556 | | - <copy file="${basedir}/vendor/league/event/LICENCE" |
| 521 | + <copy file="${basedir}/vendor/league/event/LICENSE" |
557 | 522 | tofile="${basedir}/build/phar/lib/league/event/LICENSE"/> |
558 | 523 | <copy todir="${basedir}/build/phar/lib/league/event"> |
559 | 524 | <fileset dir="${basedir}/vendor/league/event/src"> |
|
0 commit comments