Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-10 22:45:18 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-10 23:05:20 +0400
commit1d47ddeeaeb7813e68f7d4973802ee7176855dd8 (patch)
tree275daaf2aaf974c46dccef3ef01f1cbcabffc86a /core/Plugin/MetadataLoader.php
parent126d6f62aeb688ea1dc930ffbda0db4543a0106d (diff)
Fixes #4367, remove version column and move version to name column and make version strings consistent in plugins admin.
Diffstat (limited to 'core/Plugin/MetadataLoader.php')
-rw-r--r--core/Plugin/MetadataLoader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php
index a0d17115b8..c626c75b11 100644
--- a/core/Plugin/MetadataLoader.php
+++ b/core/Plugin/MetadataLoader.php
@@ -73,7 +73,7 @@ class MetadataLoader
'homepage' => 'http://piwik.org/',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
- 'license' => 'GPL v3 or later',
+ 'license' => 'GPL v3+',
'license_homepage' => 'http://www.gnu.org/licenses/gpl.html',
'version' => Version::VERSION,
'theme' => false,