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:
authorLuca <41986129+obendev@users.noreply.github.com>2019-07-05 20:22:56 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-05 20:22:56 +0300
commitb16a791aa3650d85af829156129c2bd44c7cb075 (patch)
treebc97d823452ec39d84f7d7dc3aff3f2f22a941c3 /core/Updater
parent281c1369b7e8c49156d7df79c7e8bb8276be3763 (diff)
Update the link tag for all php files (#14635)
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
Diffstat (limited to 'core/Updater')
-rw-r--r--core/Updater/Migration.php2
-rw-r--r--core/Updater/Migration/Db.php2
-rw-r--r--core/Updater/Migration/Db/AddColumn.php2
-rw-r--r--core/Updater/Migration/Db/AddColumns.php2
-rw-r--r--core/Updater/Migration/Db/AddIndex.php2
-rw-r--r--core/Updater/Migration/Db/AddPrimaryKey.php2
-rw-r--r--core/Updater/Migration/Db/AddUniqueKey.php2
-rw-r--r--core/Updater/Migration/Db/BatchInsert.php2
-rw-r--r--core/Updater/Migration/Db/BoundSql.php2
-rw-r--r--core/Updater/Migration/Db/ChangeColumn.php2
-rw-r--r--core/Updater/Migration/Db/ChangeColumnType.php2
-rw-r--r--core/Updater/Migration/Db/ChangeColumnTypes.php2
-rw-r--r--core/Updater/Migration/Db/CreateTable.php2
-rw-r--r--core/Updater/Migration/Db/DropColumn.php2
-rw-r--r--core/Updater/Migration/Db/DropIndex.php2
-rw-r--r--core/Updater/Migration/Db/DropPrimaryKey.php2
-rw-r--r--core/Updater/Migration/Db/DropTable.php2
-rw-r--r--core/Updater/Migration/Db/Factory.php2
-rw-r--r--core/Updater/Migration/Db/Insert.php2
-rw-r--r--core/Updater/Migration/Db/Sql.php2
-rw-r--r--core/Updater/Migration/Factory.php2
-rw-r--r--core/Updater/Migration/Plugin/Activate.php2
-rw-r--r--core/Updater/Migration/Plugin/Deactivate.php2
-rw-r--r--core/Updater/Migration/Plugin/Factory.php2
-rw-r--r--core/Updater/UpdateObserver.php2
25 files changed, 25 insertions, 25 deletions
diff --git a/core/Updater/Migration.php b/core/Updater/Migration.php
index dd1887eddb..6a6fa3a8e2 100644
--- a/core/Updater/Migration.php
+++ b/core/Updater/Migration.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater;
diff --git a/core/Updater/Migration/Db.php b/core/Updater/Migration/Db.php
index e6cbd1e6fe..2cda50accb 100644
--- a/core/Updater/Migration/Db.php
+++ b/core/Updater/Migration/Db.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration;
diff --git a/core/Updater/Migration/Db/AddColumn.php b/core/Updater/Migration/Db/AddColumn.php
index 3e655fb433..375184b937 100644
--- a/core/Updater/Migration/Db/AddColumn.php
+++ b/core/Updater/Migration/Db/AddColumn.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/AddColumns.php b/core/Updater/Migration/Db/AddColumns.php
index 7bbc2276da..36e85408ad 100644
--- a/core/Updater/Migration/Db/AddColumns.php
+++ b/core/Updater/Migration/Db/AddColumns.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/AddIndex.php b/core/Updater/Migration/Db/AddIndex.php
index f2e411b926..2cd9f3e6f8 100644
--- a/core/Updater/Migration/Db/AddIndex.php
+++ b/core/Updater/Migration/Db/AddIndex.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/AddPrimaryKey.php b/core/Updater/Migration/Db/AddPrimaryKey.php
index ceeecd750e..c0430fec82 100644
--- a/core/Updater/Migration/Db/AddPrimaryKey.php
+++ b/core/Updater/Migration/Db/AddPrimaryKey.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/AddUniqueKey.php b/core/Updater/Migration/Db/AddUniqueKey.php
index 06e89d3551..8bb4161067 100644
--- a/core/Updater/Migration/Db/AddUniqueKey.php
+++ b/core/Updater/Migration/Db/AddUniqueKey.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/BatchInsert.php b/core/Updater/Migration/Db/BatchInsert.php
index 3cd61c99ca..d814167512 100644
--- a/core/Updater/Migration/Db/BatchInsert.php
+++ b/core/Updater/Migration/Db/BatchInsert.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/BoundSql.php b/core/Updater/Migration/Db/BoundSql.php
index b33a3d74a5..51486490cf 100644
--- a/core/Updater/Migration/Db/BoundSql.php
+++ b/core/Updater/Migration/Db/BoundSql.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/ChangeColumn.php b/core/Updater/Migration/Db/ChangeColumn.php
index 4426bda56a..418bad629b 100644
--- a/core/Updater/Migration/Db/ChangeColumn.php
+++ b/core/Updater/Migration/Db/ChangeColumn.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/ChangeColumnType.php b/core/Updater/Migration/Db/ChangeColumnType.php
index 7f61ca8b3b..d1cf4dde7c 100644
--- a/core/Updater/Migration/Db/ChangeColumnType.php
+++ b/core/Updater/Migration/Db/ChangeColumnType.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/ChangeColumnTypes.php b/core/Updater/Migration/Db/ChangeColumnTypes.php
index 43cb0b903f..ff74fd84dd 100644
--- a/core/Updater/Migration/Db/ChangeColumnTypes.php
+++ b/core/Updater/Migration/Db/ChangeColumnTypes.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/CreateTable.php b/core/Updater/Migration/Db/CreateTable.php
index 25881b85cd..53ec91946e 100644
--- a/core/Updater/Migration/Db/CreateTable.php
+++ b/core/Updater/Migration/Db/CreateTable.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/DropColumn.php b/core/Updater/Migration/Db/DropColumn.php
index 942df1802b..94ee865f8c 100644
--- a/core/Updater/Migration/Db/DropColumn.php
+++ b/core/Updater/Migration/Db/DropColumn.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/DropIndex.php b/core/Updater/Migration/Db/DropIndex.php
index 88476a4a99..5f6c98ebff 100644
--- a/core/Updater/Migration/Db/DropIndex.php
+++ b/core/Updater/Migration/Db/DropIndex.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/DropPrimaryKey.php b/core/Updater/Migration/Db/DropPrimaryKey.php
index c1fa601b4f..f5b1fd7e14 100644
--- a/core/Updater/Migration/Db/DropPrimaryKey.php
+++ b/core/Updater/Migration/Db/DropPrimaryKey.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/DropTable.php b/core/Updater/Migration/Db/DropTable.php
index 727360d76c..63c6567390 100644
--- a/core/Updater/Migration/Db/DropTable.php
+++ b/core/Updater/Migration/Db/DropTable.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/Factory.php b/core/Updater/Migration/Db/Factory.php
index f6141ac817..94e5a690c6 100644
--- a/core/Updater/Migration/Db/Factory.php
+++ b/core/Updater/Migration/Db/Factory.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/Insert.php b/core/Updater/Migration/Db/Insert.php
index ecadabf9b0..0867129227 100644
--- a/core/Updater/Migration/Db/Insert.php
+++ b/core/Updater/Migration/Db/Insert.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Db/Sql.php b/core/Updater/Migration/Db/Sql.php
index 6c4d175107..4510075008 100644
--- a/core/Updater/Migration/Db/Sql.php
+++ b/core/Updater/Migration/Db/Sql.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Db;
diff --git a/core/Updater/Migration/Factory.php b/core/Updater/Migration/Factory.php
index 82ab0efb9c..776e889bee 100644
--- a/core/Updater/Migration/Factory.php
+++ b/core/Updater/Migration/Factory.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration;
diff --git a/core/Updater/Migration/Plugin/Activate.php b/core/Updater/Migration/Plugin/Activate.php
index 0c2c0b6afa..0656e88e27 100644
--- a/core/Updater/Migration/Plugin/Activate.php
+++ b/core/Updater/Migration/Plugin/Activate.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Plugin;
diff --git a/core/Updater/Migration/Plugin/Deactivate.php b/core/Updater/Migration/Plugin/Deactivate.php
index 906e919080..219dcc26de 100644
--- a/core/Updater/Migration/Plugin/Deactivate.php
+++ b/core/Updater/Migration/Plugin/Deactivate.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Plugin;
diff --git a/core/Updater/Migration/Plugin/Factory.php b/core/Updater/Migration/Plugin/Factory.php
index 9b36ca9f4c..b6e97b8cd1 100644
--- a/core/Updater/Migration/Plugin/Factory.php
+++ b/core/Updater/Migration/Plugin/Factory.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater\Migration\Plugin;
diff --git a/core/Updater/UpdateObserver.php b/core/Updater/UpdateObserver.php
index d107eb90cb..7a68855963 100644
--- a/core/Updater/UpdateObserver.php
+++ b/core/Updater/UpdateObserver.php
@@ -2,7 +2,7 @@
/**
* Piwik - 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\Updater;