add License

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@175 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
remicollet
2011-11-08 08:34:40 +00:00
parent 77bf306f67
commit bb4866548a
2 changed files with 340 additions and 0 deletions

View File

@ -167,6 +167,7 @@ function plugin_version_example() {
return array('name' => 'Plugin Example',
'version' => '5.0',
'author' => 'Julien Dombre',
'license' => 'GPLv2+',
'homepage' => 'https://forge.indepnet.net/projects/example',
'minGlpiVersion' => '0.83');// For compatibility / no install in version < 0.80
}