Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
chore(*): fix inconsistent licence in plugins page of GLPI
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 13, 2017
1 parent ad9dd6d commit ef10f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function plugin_version_storkmdm() {
return array ('name' => __s('Stork Mobile Device Management', "storkmdm"),
'version' => PLUGIN_STORKMDM_VERSION,
'author' => $author,
'license' => 'GPLv2+',
'license' => 'AGPLv3+',
'homepage' => '',
'minGlpiVersion' => PLUGIN_STORKMDM_GLPI_MIN_VERSION);
}
Expand Down

0 comments on commit ef10f23

Please sign in to comment.