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/Feedback
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/Feedback')
-rw-r--r--plugins/Feedback/API.php2
-rw-r--r--plugins/Feedback/Controller.php2
-rw-r--r--plugins/Feedback/Feedback.php2
-rw-r--r--plugins/Feedback/Menu.php2
-rw-r--r--plugins/Feedback/angularjs/ratefeature/ratefeature-model.service.js4
-rw-r--r--plugins/Feedback/angularjs/ratefeature/ratefeature.controller.js4
-rw-r--r--plugins/Feedback/angularjs/ratefeature/ratefeature.directive.js4
7 files changed, 10 insertions, 10 deletions
diff --git a/plugins/Feedback/API.php b/plugins/Feedback/API.php
index de32971f16..e390beadfa 100644
--- a/plugins/Feedback/API.php
+++ b/plugins/Feedback/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/Feedback/Controller.php b/plugins/Feedback/Controller.php
index 97c5469d9d..73fa5e346a 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/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/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index f129597d64..a03153ea1b 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.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/Feedback/Menu.php b/plugins/Feedback/Menu.php
index ad1b409f9b..d68a4f26e2 100644
--- a/plugins/Feedback/Menu.php
+++ b/plugins/Feedback/Menu.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/Feedback/angularjs/ratefeature/ratefeature-model.service.js b/plugins/Feedback/angularjs/ratefeature/ratefeature-model.service.js
index de8ff7b88d..6483282f4f 100644
--- a/plugins/Feedback/angularjs/ratefeature/ratefeature-model.service.js
+++ b/plugins/Feedback/angularjs/ratefeature/ratefeature-model.service.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/Feedback/angularjs/ratefeature/ratefeature.controller.js b/plugins/Feedback/angularjs/ratefeature/ratefeature.controller.js
index ab9631bae4..15b6988a49 100644
--- a/plugins/Feedback/angularjs/ratefeature/ratefeature.controller.js
+++ b/plugins/Feedback/angularjs/ratefeature/ratefeature.controller.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
*/
(function () {
diff --git a/plugins/Feedback/angularjs/ratefeature/ratefeature.directive.js b/plugins/Feedback/angularjs/ratefeature/ratefeature.directive.js
index 0981a64a45..8b4e5316fe 100644
--- a/plugins/Feedback/angularjs/ratefeature/ratefeature.directive.js
+++ b/plugins/Feedback/angularjs/ratefeature/ratefeature.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
*/