mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
add License
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@175 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user