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/View
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/View
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/View')
-rw-r--r--core/View/OneClickDone.php2
-rw-r--r--core/View/RenderTokenParser.php2
-rw-r--r--core/View/ReportsByDimension.php2
-rw-r--r--core/View/UIControl.php2
-rw-r--r--core/View/ViewInterface.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index afb4b05f40..e07c2c3bdd 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.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/View/RenderTokenParser.php b/core/View/RenderTokenParser.php
index 6acd3a8fe0..60547d4d99 100644
--- a/core/View/RenderTokenParser.php
+++ b/core/View/RenderTokenParser.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/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index f75e240a92..e520f382f9 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.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/View/UIControl.php b/core/View/UIControl.php
index d0032ade07..98310413f9 100644
--- a/core/View/UIControl.php
+++ b/core/View/UIControl.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/View/ViewInterface.php b/core/View/ViewInterface.php
index b1e6133903..9c8d01ee0c 100644
--- a/core/View/ViewInterface.php
+++ b/core/View/ViewInterface.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