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 /core/Access
parenta8d917778e75346eab9509ac9707f7e6e2e6c58d (diff)
Update doc blocks with new name (#15857)
* update doc blocks with new name * submodule updates * updates expected UI files
Diffstat (limited to 'core/Access')
-rw-r--r--core/Access/CapabilitiesProvider.php2
-rw-r--r--core/Access/Capability.php2
-rw-r--r--core/Access/Role.php2
-rw-r--r--core/Access/Role/Admin.php2
-rw-r--r--core/Access/Role/View.php2
-rw-r--r--core/Access/Role/Write.php2
-rw-r--r--core/Access/RolesProvider.php2
7 files changed, 7 insertions, 7 deletions
diff --git a/core/Access/CapabilitiesProvider.php b/core/Access/CapabilitiesProvider.php
index 850ca6d81e..066bb28834 100644
--- a/core/Access/CapabilitiesProvider.php
+++ b/core/Access/CapabilitiesProvider.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/Access/Capability.php b/core/Access/Capability.php
index 8018169f52..6840c1b2b5 100644
--- a/core/Access/Capability.php
+++ b/core/Access/Capability.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/Access/Role.php b/core/Access/Role.php
index d69a45c1fc..86ed757c88 100644
--- a/core/Access/Role.php
+++ b/core/Access/Role.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/Access/Role/Admin.php b/core/Access/Role/Admin.php
index e5f1992d34..eddc7ba9de 100644
--- a/core/Access/Role/Admin.php
+++ b/core/Access/Role/Admin.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/Access/Role/View.php b/core/Access/Role/View.php
index 3767f9793c..d295504cce 100644
--- a/core/Access/Role/View.php
+++ b/core/Access/Role/View.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/Access/Role/Write.php b/core/Access/Role/Write.php
index 25c7796fcf..0e7eacc7d9 100644
--- a/core/Access/Role/Write.php
+++ b/core/Access/Role/Write.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/Access/RolesProvider.php b/core/Access/RolesProvider.php
index 32bc6e5c18..f9f171b06f 100644
--- a/core/Access/RolesProvider.php
+++ b/core/Access/RolesProvider.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