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/Login
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/Login')
-rw-r--r--plugins/Login/Auth.php2
-rw-r--r--plugins/Login/Controller.php2
-rw-r--r--plugins/Login/FormLogin.php2
-rw-r--r--plugins/Login/FormResetPassword.php2
-rw-r--r--plugins/Login/Login.php2
-rw-r--r--plugins/Login/PasswordResetter.php2
-rw-r--r--plugins/Login/SessionInitializer.php2
-rw-r--r--plugins/Login/SystemSettings.php2
-rw-r--r--plugins/Login/Tasks.php2
-rw-r--r--plugins/Login/javascripts/bruteforcelog.js4
-rw-r--r--plugins/Login/javascripts/login.js4
-rw-r--r--plugins/Login/tests/Integration/APITest.php2
-rw-r--r--plugins/Login/tests/Integration/LoginTest.php2
-rw-r--r--plugins/Login/tests/Integration/PasswordResetterTest.php2
-rw-r--r--plugins/Login/tests/Integration/SessionInitializerTest.php2
-rw-r--r--plugins/Login/tests/UI/Login_spec.js4
16 files changed, 19 insertions, 19 deletions
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index 618db8f86b..9ee44e3642 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.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/Login/Controller.php b/plugins/Login/Controller.php
index 8704b3c1ac..aa26ed0406 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/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/Login/FormLogin.php b/plugins/Login/FormLogin.php
index 2cc7e210eb..91a4feea76 100644
--- a/plugins/Login/FormLogin.php
+++ b/plugins/Login/FormLogin.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/Login/FormResetPassword.php b/plugins/Login/FormResetPassword.php
index 6451f0a0fd..db29233a8f 100644
--- a/plugins/Login/FormResetPassword.php
+++ b/plugins/Login/FormResetPassword.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/Login/Login.php b/plugins/Login/Login.php
index 9f6ed6f820..a3bad430ba 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.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/Login/PasswordResetter.php b/plugins/Login/PasswordResetter.php
index 0c12a92065..f1e07716ac 100644
--- a/plugins/Login/PasswordResetter.php
+++ b/plugins/Login/PasswordResetter.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/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php
index b997358a4b..d8d304dc4b 100644
--- a/plugins/Login/SessionInitializer.php
+++ b/plugins/Login/SessionInitializer.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/Login/SystemSettings.php b/plugins/Login/SystemSettings.php
index 93c1f799e5..faaa6acd58 100644
--- a/plugins/Login/SystemSettings.php
+++ b/plugins/Login/SystemSettings.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/Login/Tasks.php b/plugins/Login/Tasks.php
index eb198badf0..8da0204e09 100644
--- a/plugins/Login/Tasks.php
+++ b/plugins/Login/Tasks.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/Login/javascripts/bruteforcelog.js b/plugins/Login/javascripts/bruteforcelog.js
index 079ed27277..443f9efc8f 100644
--- a/plugins/Login/javascripts/bruteforcelog.js
+++ b/plugins/Login/javascripts/bruteforcelog.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/Login/javascripts/login.js b/plugins/Login/javascripts/login.js
index a2d5c2f482..65c7366a2f 100644
--- a/plugins/Login/javascripts/login.js
+++ b/plugins/Login/javascripts/login.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/Login/tests/Integration/APITest.php b/plugins/Login/tests/Integration/APITest.php
index c250abfa46..01b2ee175e 100644
--- a/plugins/Login/tests/Integration/APITest.php
+++ b/plugins/Login/tests/Integration/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/Login/tests/Integration/LoginTest.php b/plugins/Login/tests/Integration/LoginTest.php
index 7e42fb442d..24d9c31306 100644
--- a/plugins/Login/tests/Integration/LoginTest.php
+++ b/plugins/Login/tests/Integration/LoginTest.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/Login/tests/Integration/PasswordResetterTest.php b/plugins/Login/tests/Integration/PasswordResetterTest.php
index 89abe3ee8d..5d9ed18acf 100644
--- a/plugins/Login/tests/Integration/PasswordResetterTest.php
+++ b/plugins/Login/tests/Integration/PasswordResetterTest.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/Login/tests/Integration/SessionInitializerTest.php b/plugins/Login/tests/Integration/SessionInitializerTest.php
index 7be28c174c..64f06ffe11 100644
--- a/plugins/Login/tests/Integration/SessionInitializerTest.php
+++ b/plugins/Login/tests/Integration/SessionInitializerTest.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/Login/tests/UI/Login_spec.js b/plugins/Login/tests/UI/Login_spec.js
index 855973dbc4..28f4020b20 100644
--- a/plugins/Login/tests/UI/Login_spec.js
+++ b/plugins/Login/tests/UI/Login_spec.js
@@ -1,9 +1,9 @@
/*!
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
* login & password reset screenshot tests.
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/