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:
Diffstat (limited to 'core/Columns')
-rw-r--r--core/Columns/ComputedMetricFactory.php2
-rw-r--r--core/Columns/Dimension.php2
-rw-r--r--core/Columns/DimensionMetricFactory.php2
-rw-r--r--core/Columns/DimensionSegmentFactory.php2
-rw-r--r--core/Columns/DimensionsProvider.php2
-rw-r--r--core/Columns/Discriminator.php2
-rw-r--r--core/Columns/Join.php2
-rw-r--r--core/Columns/Join/ActionNameJoin.php2
-rw-r--r--core/Columns/Join/GoalNameJoin.php2
-rw-r--r--core/Columns/Join/SiteNameJoin.php2
-rw-r--r--core/Columns/MetricsList.php2
-rw-r--r--core/Columns/Updater.php2
12 files changed, 12 insertions, 12 deletions
diff --git a/core/Columns/ComputedMetricFactory.php b/core/Columns/ComputedMetricFactory.php
index 7bc12598cf..63633146a4 100644
--- a/core/Columns/ComputedMetricFactory.php
+++ b/core/Columns/ComputedMetricFactory.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Dimension.php b/core/Columns/Dimension.php
index 714fe50c9b..970e91aa59 100644
--- a/core/Columns/Dimension.php
+++ b/core/Columns/Dimension.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/DimensionMetricFactory.php b/core/Columns/DimensionMetricFactory.php
index 08f5bde847..bc04c9df4b 100644
--- a/core/Columns/DimensionMetricFactory.php
+++ b/core/Columns/DimensionMetricFactory.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/DimensionSegmentFactory.php b/core/Columns/DimensionSegmentFactory.php
index 1c29123a25..789737b014 100644
--- a/core/Columns/DimensionSegmentFactory.php
+++ b/core/Columns/DimensionSegmentFactory.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/DimensionsProvider.php b/core/Columns/DimensionsProvider.php
index 9e8e1a86d4..36b344c9ce 100644
--- a/core/Columns/DimensionsProvider.php
+++ b/core/Columns/DimensionsProvider.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Discriminator.php b/core/Columns/Discriminator.php
index 8483217c1b..7f85684986 100644
--- a/core/Columns/Discriminator.php
+++ b/core/Columns/Discriminator.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Join.php b/core/Columns/Join.php
index cd5f19dd08..1e6ef0b4fa 100644
--- a/core/Columns/Join.php
+++ b/core/Columns/Join.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Join/ActionNameJoin.php b/core/Columns/Join/ActionNameJoin.php
index 473cf34e5c..8c877d4f82 100644
--- a/core/Columns/Join/ActionNameJoin.php
+++ b/core/Columns/Join/ActionNameJoin.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Join/GoalNameJoin.php b/core/Columns/Join/GoalNameJoin.php
index a874576246..292b10dd89 100644
--- a/core/Columns/Join/GoalNameJoin.php
+++ b/core/Columns/Join/GoalNameJoin.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Join/SiteNameJoin.php b/core/Columns/Join/SiteNameJoin.php
index 96eb694ae6..ed735980c2 100644
--- a/core/Columns/Join/SiteNameJoin.php
+++ b/core/Columns/Join/SiteNameJoin.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/MetricsList.php b/core/Columns/MetricsList.php
index 88dd780b9a..6500cdb232 100644
--- a/core/Columns/MetricsList.php
+++ b/core/Columns/MetricsList.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
diff --git a/core/Columns/Updater.php b/core/Columns/Updater.php
index 85daa9fd5f..8dfaa61b17 100644
--- a/core/Columns/Updater.php
+++ b/core/Columns/Updater.php
@@ -1,6 +1,6 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later