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
path: root/core/Menu
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 /core/Menu
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 'core/Menu')
-rw-r--r--core/Menu/MenuAbstract.php2
-rw-r--r--core/Menu/MenuAdmin.php2
-rw-r--r--core/Menu/MenuMain.php2
-rw-r--r--core/Menu/MenuReporting.php2
-rw-r--r--core/Menu/MenuTop.php2
-rwxr-xr-xcore/Menu/MenuUser.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php
index 06d972f064..3f624b117f 100644
--- a/core/Menu/MenuAbstract.php
+++ b/core/Menu/MenuAbstract.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/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php
index 792905cf9b..5c997e1566 100644
--- a/core/Menu/MenuAdmin.php
+++ b/core/Menu/MenuAdmin.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/core/Menu/MenuMain.php b/core/Menu/MenuMain.php
index 4738562f58..aed7760752 100644
--- a/core/Menu/MenuMain.php
+++ b/core/Menu/MenuMain.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/core/Menu/MenuReporting.php b/core/Menu/MenuReporting.php
index 2c5ae297da..737674d3eb 100644
--- a/core/Menu/MenuReporting.php
+++ b/core/Menu/MenuReporting.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/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index 7a860ef7d6..c8f8723fea 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.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/core/Menu/MenuUser.php b/core/Menu/MenuUser.php
index b3d140e6ae..25048a8682 100755
--- a/core/Menu/MenuUser.php
+++ b/core/Menu/MenuUser.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