Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18136 программистов и 1806 роботов. Сейчас ищут 959 программистов ...
<license>
Вернуться к: Detailed Tag Reference for package.xml version 2.0
<license>
<license> – specifying software license and optional reference to license text
In package.xml 1.0, the license tag only contained the name of the license. In package.xml 2.0, there are two optional attributes, "uri" and "filesource". "uri" contains a uri that identifies the text of a license, such as "http://www.php.net/license/" for the PHP License. "filesource" can be used to specify a LICENSE file within an actual package that contains the text of the license.
Вернуться к: Detailed Tag Reference for package.xml version 2.0