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:
authormattab <matthieu.aubry@gmail.com>2014-06-10 04:36:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-10 04:37:02 +0400
commita8fbaf86abc13de414f1e2ceb855a49bb28de593 (patch)
treeeb564999b8fad36e5e74771bec82ff13f164f03c /plugins/ExampleUI
parent3174a75fdd06403853fd744631d6f19cdc252241 (diff)
Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/API.php2
-rw-r--r--plugins/ExampleUI/Controller.php2
-rw-r--r--plugins/ExampleUI/Menu.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 9d46d77269..7b6e0c508a 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - Open source web analytics
+ * Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index 5dd0e9bb52..9bfd517aa0 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - Open source web analytics
+ * Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/plugins/ExampleUI/Menu.php b/plugins/ExampleUI/Menu.php
index c2b61f6e2d..dade4ad9a6 100644
--- a/plugins/ExampleUI/Menu.php
+++ b/plugins/ExampleUI/Menu.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - Open source web analytics
+ * Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later