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:
authorStefan Giehl <stefan@matomo.org>2020-04-24 17:59:05 +0300
committerGitHub <noreply@github.com>2020-04-24 17:59:05 +0300
commit115527353a9e75e01aa4d263408956ae45403bea (patch)
treeb391f654ddf7c8d5d2e9d0c9285cdc6fc17710f2 /plugins/Live
parenta8d917778e75346eab9509ac9707f7e6e2e6c58d (diff)
Update doc blocks with new name (#15857)
* update doc blocks with new name * submodule updates * updates expected UI files
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/API.php2
-rw-r--r--plugins/Live/Categories/LiveCategory.php2
-rw-r--r--plugins/Live/Categories/RealTimeVisitorsSubcategory.php2
-rw-r--r--plugins/Live/Categories/VisitorLogSubcategory.php2
-rw-r--r--plugins/Live/Controller.php2
-rw-r--r--plugins/Live/Exception/MaxExecutionTimeExceededException.php2
-rw-r--r--plugins/Live/Live.php4
-rw-r--r--plugins/Live/Model.php2
-rw-r--r--plugins/Live/ProfileSummary/ImportantVisits.php4
-rw-r--r--plugins/Live/ProfileSummary/ProfileSummaryAbstract.php4
-rw-r--r--plugins/Live/ProfileSummary/Summary.php4
-rw-r--r--plugins/Live/ProfileSummaryProvider.php4
-rw-r--r--plugins/Live/Reports/Base.php2
-rw-r--r--plugins/Live/Reports/GetLastVisits.php2
-rw-r--r--plugins/Live/Reports/GetLastVisitsDetails.php2
-rw-r--r--plugins/Live/Reports/GetSimpleLastVisitCount.php2
-rw-r--r--plugins/Live/Visitor.php2
-rw-r--r--plugins/Live/VisitorDetails.php4
-rw-r--r--plugins/Live/VisitorDetailsAbstract.php4
-rw-r--r--plugins/Live/VisitorFactory.php2
-rw-r--r--plugins/Live/VisitorInterface.php2
-rw-r--r--plugins/Live/VisitorProfile.php4
-rw-r--r--plugins/Live/Visualizations/VisitorLog.php2
-rw-r--r--plugins/Live/Visualizations/VisitorLog/Config.php2
-rw-r--r--plugins/Live/Widgets/GetVisitorProfilePopup.php2
-rw-r--r--plugins/Live/Widgets/Widget.php2
-rw-r--r--plugins/Live/angularjs/live-widget-refresh/live-widget-refresh.directive.js4
-rw-r--r--plugins/Live/javascripts/live.js4
-rw-r--r--plugins/Live/javascripts/rowaction.js4
-rw-r--r--plugins/Live/javascripts/visitorActions.js4
-rw-r--r--plugins/Live/javascripts/visitorLog.js4
-rw-r--r--plugins/Live/javascripts/visitorProfile.js4
-rw-r--r--plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php4
-rw-r--r--plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php4
-rw-r--r--plugins/Live/tests/Integration/ModelTest.php2
-rw-r--r--plugins/Live/tests/System/ApiCounterTest.php2
-rw-r--r--plugins/Live/tests/System/ApiTest.php2
-rw-r--r--plugins/Live/tests/UI/Live_spec.js4
38 files changed, 55 insertions, 55 deletions
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index 952dc8ec41..883cab4c76 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.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/plugins/Live/Categories/LiveCategory.php b/plugins/Live/Categories/LiveCategory.php
index 54303f3abe..62fe58d0c4 100644
--- a/plugins/Live/Categories/LiveCategory.php
+++ b/plugins/Live/Categories/LiveCategory.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/plugins/Live/Categories/RealTimeVisitorsSubcategory.php b/plugins/Live/Categories/RealTimeVisitorsSubcategory.php
index 7207443226..822d1bf268 100644
--- a/plugins/Live/Categories/RealTimeVisitorsSubcategory.php
+++ b/plugins/Live/Categories/RealTimeVisitorsSubcategory.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/plugins/Live/Categories/VisitorLogSubcategory.php b/plugins/Live/Categories/VisitorLogSubcategory.php
index 01e6e1b35b..0fcd02223d 100644
--- a/plugins/Live/Categories/VisitorLogSubcategory.php
+++ b/plugins/Live/Categories/VisitorLogSubcategory.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/plugins/Live/Controller.php b/plugins/Live/Controller.php
index b69b5e658d..6e77b49552 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.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/plugins/Live/Exception/MaxExecutionTimeExceededException.php b/plugins/Live/Exception/MaxExecutionTimeExceededException.php
index 26555dc313..61f42a8fc2 100644
--- a/plugins/Live/Exception/MaxExecutionTimeExceededException.php
+++ b/plugins/Live/Exception/MaxExecutionTimeExceededException.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/plugins/Live/Live.php b/plugins/Live/Live.php
index e1bf4f828f..f5f7cb1c4e 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/Model.php b/plugins/Live/Model.php
index fe167fcf33..9590cf00e3 100644
--- a/plugins/Live/Model.php
+++ b/plugins/Live/Model.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/plugins/Live/ProfileSummary/ImportantVisits.php b/plugins/Live/ProfileSummary/ImportantVisits.php
index afb290b505..41eae570dc 100644
--- a/plugins/Live/ProfileSummary/ImportantVisits.php
+++ b/plugins/Live/ProfileSummary/ImportantVisits.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/ProfileSummary/ProfileSummaryAbstract.php b/plugins/Live/ProfileSummary/ProfileSummaryAbstract.php
index e1e0f7d0bb..0190dc63d8 100644
--- a/plugins/Live/ProfileSummary/ProfileSummaryAbstract.php
+++ b/plugins/Live/ProfileSummary/ProfileSummaryAbstract.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/ProfileSummary/Summary.php b/plugins/Live/ProfileSummary/Summary.php
index 5f001ae819..0b7a423328 100644
--- a/plugins/Live/ProfileSummary/Summary.php
+++ b/plugins/Live/ProfileSummary/Summary.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/ProfileSummaryProvider.php b/plugins/Live/ProfileSummaryProvider.php
index 6e78ae3204..2b7b089316 100644
--- a/plugins/Live/ProfileSummaryProvider.php
+++ b/plugins/Live/ProfileSummaryProvider.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/Reports/Base.php b/plugins/Live/Reports/Base.php
index eaf578851f..8234740a5d 100644
--- a/plugins/Live/Reports/Base.php
+++ b/plugins/Live/Reports/Base.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/plugins/Live/Reports/GetLastVisits.php b/plugins/Live/Reports/GetLastVisits.php
index 96af61c0cd..5ee90f988b 100644
--- a/plugins/Live/Reports/GetLastVisits.php
+++ b/plugins/Live/Reports/GetLastVisits.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/plugins/Live/Reports/GetLastVisitsDetails.php b/plugins/Live/Reports/GetLastVisitsDetails.php
index defd6eccbd..a21c8ca4c2 100644
--- a/plugins/Live/Reports/GetLastVisitsDetails.php
+++ b/plugins/Live/Reports/GetLastVisitsDetails.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/plugins/Live/Reports/GetSimpleLastVisitCount.php b/plugins/Live/Reports/GetSimpleLastVisitCount.php
index 27db6c918d..469618f900 100644
--- a/plugins/Live/Reports/GetSimpleLastVisitCount.php
+++ b/plugins/Live/Reports/GetSimpleLastVisitCount.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/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index fc2d29b3b0..8892ab94b7 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.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/plugins/Live/VisitorDetails.php b/plugins/Live/VisitorDetails.php
index b6d51c0be7..ae1b6ebc64 100644
--- a/plugins/Live/VisitorDetails.php
+++ b/plugins/Live/VisitorDetails.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/VisitorDetailsAbstract.php b/plugins/Live/VisitorDetailsAbstract.php
index 429f9518e6..507fde4769 100644
--- a/plugins/Live/VisitorDetailsAbstract.php
+++ b/plugins/Live/VisitorDetailsAbstract.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/VisitorFactory.php b/plugins/Live/VisitorFactory.php
index 2ebada941a..0ad1dc915f 100644
--- a/plugins/Live/VisitorFactory.php
+++ b/plugins/Live/VisitorFactory.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/plugins/Live/VisitorInterface.php b/plugins/Live/VisitorInterface.php
index 9d718b8ce3..42b0c1aab9 100644
--- a/plugins/Live/VisitorInterface.php
+++ b/plugins/Live/VisitorInterface.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/plugins/Live/VisitorProfile.php b/plugins/Live/VisitorProfile.php
index 1a7236a157..12b99d72c8 100644
--- a/plugins/Live/VisitorProfile.php
+++ b/plugins/Live/VisitorProfile.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
diff --git a/plugins/Live/Visualizations/VisitorLog.php b/plugins/Live/Visualizations/VisitorLog.php
index 407e5df69a..6b8c415696 100644
--- a/plugins/Live/Visualizations/VisitorLog.php
+++ b/plugins/Live/Visualizations/VisitorLog.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/plugins/Live/Visualizations/VisitorLog/Config.php b/plugins/Live/Visualizations/VisitorLog/Config.php
index 48d1e72a40..e676bf91af 100644
--- a/plugins/Live/Visualizations/VisitorLog/Config.php
+++ b/plugins/Live/Visualizations/VisitorLog/Config.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/plugins/Live/Widgets/GetVisitorProfilePopup.php b/plugins/Live/Widgets/GetVisitorProfilePopup.php
index 15552893ed..3530edc37c 100644
--- a/plugins/Live/Widgets/GetVisitorProfilePopup.php
+++ b/plugins/Live/Widgets/GetVisitorProfilePopup.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/plugins/Live/Widgets/Widget.php b/plugins/Live/Widgets/Widget.php
index 5fc4c89d76..74b7553180 100644
--- a/plugins/Live/Widgets/Widget.php
+++ b/plugins/Live/Widgets/Widget.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/plugins/Live/angularjs/live-widget-refresh/live-widget-refresh.directive.js b/plugins/Live/angularjs/live-widget-refresh/live-widget-refresh.directive.js
index e0b3fce4aa..2d220d7db0 100644
--- a/plugins/Live/angularjs/live-widget-refresh/live-widget-refresh.directive.js
+++ b/plugins/Live/angularjs/live-widget-refresh/live-widget-refresh.directive.js
@@ -1,7 +1,7 @@
/*!
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/javascripts/live.js b/plugins/Live/javascripts/live.js
index 839c902f1d..3e329e8183 100644
--- a/plugins/Live/javascripts/live.js
+++ b/plugins/Live/javascripts/live.js
@@ -1,7 +1,7 @@
/*!
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/javascripts/rowaction.js b/plugins/Live/javascripts/rowaction.js
index ebaed67b0c..82befa46a5 100644
--- a/plugins/Live/javascripts/rowaction.js
+++ b/plugins/Live/javascripts/rowaction.js
@@ -1,7 +1,7 @@
/*!
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/javascripts/visitorActions.js b/plugins/Live/javascripts/visitorActions.js
index d85476c86a..027a061b24 100644
--- a/plugins/Live/javascripts/visitorActions.js
+++ b/plugins/Live/javascripts/visitorActions.js
@@ -1,9 +1,9 @@
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* Actions list in Visitor Log and Profile
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/javascripts/visitorLog.js b/plugins/Live/javascripts/visitorLog.js
index 5bfe0be122..102f46ff3a 100644
--- a/plugins/Live/javascripts/visitorLog.js
+++ b/plugins/Live/javascripts/visitorLog.js
@@ -1,9 +1,9 @@
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* Visitor profile popup control.
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/javascripts/visitorProfile.js b/plugins/Live/javascripts/visitorProfile.js
index c533561887..4825a95f81 100644
--- a/plugins/Live/javascripts/visitorProfile.js
+++ b/plugins/Live/javascripts/visitorProfile.js
@@ -1,9 +1,9 @@
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* Visitor profile popup control.
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
diff --git a/plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php b/plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php
index 1d1da7a55c..b59fb49216 100644
--- a/plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php
+++ b/plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\Live\tests\Fixtures;
diff --git a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
index 144646070e..f49fd37bcb 100644
--- a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
+++ b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\Live\tests\Fixtures;
diff --git a/plugins/Live/tests/Integration/ModelTest.php b/plugins/Live/tests/Integration/ModelTest.php
index d66872e44d..de9545fad1 100644
--- a/plugins/Live/tests/Integration/ModelTest.php
+++ b/plugins/Live/tests/Integration/ModelTest.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/plugins/Live/tests/System/ApiCounterTest.php b/plugins/Live/tests/System/ApiCounterTest.php
index 58cf83fbb1..730187a6e2 100644
--- a/plugins/Live/tests/System/ApiCounterTest.php
+++ b/plugins/Live/tests/System/ApiCounterTest.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/plugins/Live/tests/System/ApiTest.php b/plugins/Live/tests/System/ApiTest.php
index ac27aea4ed..f06380aca0 100644
--- a/plugins/Live/tests/System/ApiTest.php
+++ b/plugins/Live/tests/System/ApiTest.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/plugins/Live/tests/UI/Live_spec.js b/plugins/Live/tests/UI/Live_spec.js
index 9fbe17e9ef..9e0ba37874 100644
--- a/plugins/Live/tests/UI/Live_spec.js
+++ b/plugins/Live/tests/UI/Live_spec.js
@@ -1,9 +1,9 @@
/*!
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* Screenshot integration tests.
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/