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 /core/Settings
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/Settings')
-rw-r--r--core/Settings/Manager.php2
-rw-r--r--core/Settings/Setting.php2
-rw-r--r--core/Settings/SystemSetting.php2
-rw-r--r--core/Settings/UserSetting.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/Settings/Manager.php b/core/Settings/Manager.php
index 730f62f3d6..fbda2c9b94 100644
--- a/core/Settings/Manager.php
+++ b/core/Settings/Manager.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/Settings/Setting.php b/core/Settings/Setting.php
index 3e0d5d0d63..41cffbe526 100644
--- a/core/Settings/Setting.php
+++ b/core/Settings/Setting.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/Settings/SystemSetting.php b/core/Settings/SystemSetting.php
index 8ca6a347cc..c7e1c93ad1 100644
--- a/core/Settings/SystemSetting.php
+++ b/core/Settings/SystemSetting.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/Settings/UserSetting.php b/core/Settings/UserSetting.php
index 5d23a5bd51..8f56f7104d 100644
--- a/core/Settings/UserSetting.php
+++ b/core/Settings/UserSetting.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