From b16a791aa3650d85af829156129c2bd44c7cb075 Mon Sep 17 00:00:00 2001 From: Luca <41986129+obendev@users.noreply.github.com> Date: Fri, 5 Jul 2019 19:22:56 +0200 Subject: 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(?) --- plugins/API/API.php | 2 +- plugins/API/Controller.php | 2 +- plugins/API/DataTable/MergeDataTables.php | 2 +- plugins/API/Glossary.php | 2 +- plugins/API/Menu.php | 2 +- plugins/API/ProcessedReport.php | 2 +- plugins/API/Renderer/Console.php | 2 +- plugins/API/Renderer/Csv.php | 2 +- plugins/API/Renderer/Html.php | 2 +- plugins/API/Renderer/Json.php | 2 +- plugins/API/Renderer/Json2.php | 2 +- plugins/API/Renderer/Original.php | 2 +- plugins/API/Renderer/Php.php | 2 +- plugins/API/Renderer/Rss.php | 2 +- plugins/API/Renderer/Tsv.php | 2 +- plugins/API/Renderer/Xml.php | 2 +- plugins/API/Reports/Get.php | 2 +- plugins/API/RowEvolution.php | 2 +- plugins/API/SegmentMetadata.php | 2 +- plugins/API/WidgetMetadata.php | 2 +- plugins/API/tests/Integration/APITest.php | 2 +- plugins/API/tests/Integration/RowEvolutionTest.php | 2 +- plugins/API/tests/Integration/RssRendererTest.php | 2 +- plugins/API/tests/Unit/ConsoleRendererTest.php | 2 +- plugins/API/tests/Unit/CsvRendererTest.php | 2 +- plugins/API/tests/Unit/HtmlRendererTest.php | 2 +- plugins/API/tests/Unit/JsonRendererTest.php | 2 +- plugins/API/tests/Unit/OriginalRendererTest.php | 2 +- plugins/API/tests/Unit/PhpRendererTest.php | 2 +- plugins/API/tests/Unit/WidgetMetadataTest.php | 2 +- plugins/API/tests/Unit/XmlRendererTest.php | 2 +- plugins/Actions/API.php | 2 +- plugins/Actions/Actions.php | 2 +- plugins/Actions/Actions/ActionClickUrl.php | 2 +- plugins/Actions/Actions/ActionDownloadUrl.php | 2 +- plugins/Actions/Actions/ActionSiteSearch.php | 2 +- plugins/Actions/Archiver.php | 2 +- plugins/Actions/ArchivingHelper.php | 2 +- plugins/Actions/Categories/DownloadsSubcategory.php | 2 +- plugins/Actions/Categories/EntryPagesSubcategory.php | 2 +- plugins/Actions/Categories/ExitPagesSubcategory.php | 2 +- plugins/Actions/Categories/OutlinksSubcategory.php | 2 +- plugins/Actions/Categories/PageTitlesSubcategory.php | 2 +- plugins/Actions/Categories/PagesSubcategory.php | 2 +- plugins/Actions/Categories/SiteSearchSubcategory.php | 2 +- plugins/Actions/Columns/ActionType.php | 2 +- plugins/Actions/Columns/ActionUrl.php | 2 +- plugins/Actions/Columns/ClickedUrl.php | 2 +- plugins/Actions/Columns/DestinationPage.php | 2 +- plugins/Actions/Columns/DownloadUrl.php | 2 +- plugins/Actions/Columns/EntryPageTitle.php | 2 +- plugins/Actions/Columns/EntryPageUrl.php | 2 +- plugins/Actions/Columns/ExitPageTitle.php | 2 +- plugins/Actions/Columns/ExitPageUrl.php | 2 +- plugins/Actions/Columns/IdPageview.php | 2 +- plugins/Actions/Columns/InteractionPosition.php | 2 +- plugins/Actions/Columns/Keyword.php | 2 +- plugins/Actions/Columns/KeywordwithNoSearchResult.php | 2 +- plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php | 2 +- plugins/Actions/Columns/Metrics/AverageTimeOnPage.php | 2 +- plugins/Actions/Columns/Metrics/BounceRate.php | 2 +- plugins/Actions/Columns/Metrics/ExitRate.php | 2 +- plugins/Actions/Columns/PageGenerationTime.php | 2 +- plugins/Actions/Columns/PageTitle.php | 2 +- plugins/Actions/Columns/PageUrl.php | 2 +- plugins/Actions/Columns/SearchCategory.php | 2 +- plugins/Actions/Columns/SearchDestinationPage.php | 2 +- plugins/Actions/Columns/SearchKeyword.php | 2 +- plugins/Actions/Columns/SearchNoResultKeyword.php | 2 +- plugins/Actions/Columns/TimeSpentRefAction.php | 2 +- plugins/Actions/Columns/VisitTotalActions.php | 2 +- plugins/Actions/Columns/VisitTotalInteractions.php | 2 +- plugins/Actions/Columns/VisitTotalSearches.php | 2 +- plugins/Actions/DataTable/Filter/Actions.php | 2 +- plugins/Actions/Metrics.php | 2 +- plugins/Actions/Reports/Base.php | 2 +- plugins/Actions/Reports/Get.php | 2 +- plugins/Actions/Reports/GetDownloads.php | 2 +- plugins/Actions/Reports/GetEntryPageTitles.php | 2 +- plugins/Actions/Reports/GetEntryPageUrls.php | 2 +- plugins/Actions/Reports/GetExitPageTitles.php | 2 +- plugins/Actions/Reports/GetExitPageUrls.php | 2 +- plugins/Actions/Reports/GetOutlinks.php | 2 +- plugins/Actions/Reports/GetPageTitles.php | 2 +- plugins/Actions/Reports/GetPageTitlesFollowingSiteSearch.php | 2 +- plugins/Actions/Reports/GetPageUrls.php | 2 +- plugins/Actions/Reports/GetPageUrlsFollowingSiteSearch.php | 2 +- plugins/Actions/Reports/GetSiteSearchCategories.php | 2 +- plugins/Actions/Reports/GetSiteSearchKeywords.php | 2 +- plugins/Actions/Reports/GetSiteSearchNoResultKeywords.php | 2 +- plugins/Actions/Reports/SiteSearchBase.php | 2 +- plugins/Actions/Segment.php | 2 +- plugins/Actions/Tracker/ActionsRequestProcessor.php | 2 +- plugins/Annotations/API.php | 2 +- plugins/Annotations/AnnotationList.php | 2 +- plugins/Annotations/Annotations.php | 2 +- plugins/Annotations/Controller.php | 2 +- plugins/BulkTracking/BulkTracking.php | 2 +- plugins/BulkTracking/Tracker/Handler.php | 2 +- plugins/BulkTracking/Tracker/Requests.php | 2 +- plugins/BulkTracking/Tracker/Response.php | 2 +- plugins/BulkTracking/tests/Framework/Mock/Tracker/Requests.php | 2 +- plugins/BulkTracking/tests/Framework/Mock/Tracker/Response.php | 2 +- plugins/BulkTracking/tests/Framework/TestCase/BulkTrackingTestCase.php | 2 +- plugins/BulkTracking/tests/Integration/BulkTrackingTest.php | 2 +- plugins/BulkTracking/tests/Integration/HandlerTest.php | 2 +- plugins/BulkTracking/tests/Integration/RequestsTest.php | 2 +- plugins/BulkTracking/tests/Integration/TrackerTest.php | 2 +- plugins/BulkTracking/tests/Mock/TrackerResponse.php | 2 +- plugins/BulkTracking/tests/System/TrackerTest.php | 2 +- plugins/BulkTracking/tests/Unit/RequestsTest.php | 2 +- plugins/BulkTracking/tests/Unit/ResponseTest.php | 2 +- plugins/Contents/API.php | 2 +- plugins/Contents/Actions/ActionContent.php | 2 +- plugins/Contents/Archiver.php | 2 +- plugins/Contents/Categories/ContentsSubcategory.php | 2 +- plugins/Contents/Columns/ContentInteraction.php | 2 +- plugins/Contents/Columns/ContentName.php | 2 +- plugins/Contents/Columns/ContentPiece.php | 2 +- plugins/Contents/Columns/ContentTarget.php | 2 +- plugins/Contents/Columns/Metrics/InteractionRate.php | 2 +- plugins/Contents/Contents.php | 2 +- plugins/Contents/DataArray.php | 2 +- plugins/Contents/Dimensions.php | 2 +- plugins/Contents/Reports/Base.php | 2 +- plugins/Contents/Reports/GetContentNames.php | 2 +- plugins/Contents/Reports/GetContentPieces.php | 2 +- plugins/Contents/Widgets/ContentsByDimension.php | 2 +- plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php | 2 +- plugins/CoreAdminHome/API.php | 2 +- plugins/CoreAdminHome/Commands/DeleteLogsData.php | 2 +- plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php | 2 +- plugins/CoreAdminHome/Commands/InvalidateReportData.php | 2 +- plugins/CoreAdminHome/Commands/OptimizeArchiveTables.php | 2 +- plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php | 2 +- plugins/CoreAdminHome/Commands/RunScheduledTasks.php | 2 +- plugins/CoreAdminHome/Commands/SetConfig.php | 2 +- plugins/CoreAdminHome/Commands/SetConfig/ConfigSettingManipulation.php | 2 +- plugins/CoreAdminHome/Controller.php | 2 +- plugins/CoreAdminHome/CoreAdminHome.php | 2 +- plugins/CoreAdminHome/CustomLogo.php | 2 +- plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php | 2 +- plugins/CoreAdminHome/Menu.php | 2 +- plugins/CoreAdminHome/Model/DuplicateActionRemover.php | 2 +- plugins/CoreAdminHome/OptOutManager.php | 2 +- plugins/CoreAdminHome/SystemSettings.php | 2 +- plugins/CoreAdminHome/Tasks.php | 2 +- plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.php | 2 +- plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php | 2 +- plugins/CoreAdminHome/tests/Framework/Mock/API.php | 2 +- .../tests/Integration/ArchivesToPurgeDistributedListTest.php | 2 +- plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php | 2 +- .../tests/Integration/Commands/InvalidateReportDataTest.php | 2 +- .../tests/Integration/Commands/OptimizeArchiveTablesTest.php | 2 +- .../tests/Integration/Commands/PurgeOldArchiveDataTest.php | 2 +- plugins/CoreAdminHome/tests/Integration/FixDuplicateActionsTest.php | 2 +- .../tests/Integration/Model/DuplicateActionRemoverTest.php | 2 +- plugins/CoreAdminHome/tests/Integration/SetConfigTest.php | 2 +- plugins/CoreAdminHome/tests/Integration/TasksTest.php | 2 +- .../tests/Unit/SetConfig/ConfigSettingManipulationTest.php | 2 +- plugins/CoreConsole/Commands/ClearCaches.php | 2 +- plugins/CoreConsole/Commands/CoreArchiver.php | 2 +- plugins/CoreConsole/Commands/DevelopmentEnable.php | 2 +- plugins/CoreConsole/Commands/DevelopmentManageTestFiles.php | 2 +- plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php | 2 +- plugins/CoreConsole/Commands/GenerateAngularComponent.php | 2 +- plugins/CoreConsole/Commands/GenerateAngularConstructBase.php | 2 +- plugins/CoreConsole/Commands/GenerateAngularDirective.php | 2 +- plugins/CoreConsole/Commands/GenerateApi.php | 2 +- plugins/CoreConsole/Commands/GenerateArchiver.php | 2 +- plugins/CoreConsole/Commands/GenerateCommand.php | 2 +- plugins/CoreConsole/Commands/GenerateController.php | 2 +- plugins/CoreConsole/Commands/GenerateDimension.php | 2 +- plugins/CoreConsole/Commands/GenerateMenu.php | 2 +- plugins/CoreConsole/Commands/GeneratePlugin.php | 2 +- plugins/CoreConsole/Commands/GeneratePluginBase.php | 2 +- plugins/CoreConsole/Commands/GenerateReport.php | 2 +- plugins/CoreConsole/Commands/GenerateScheduledTask.php | 2 +- plugins/CoreConsole/Commands/GenerateSettings.php | 2 +- plugins/CoreConsole/Commands/GenerateTest.php | 2 +- plugins/CoreConsole/Commands/GenerateUpdate.php | 2 +- plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php | 2 +- plugins/CoreConsole/Commands/GenerateWidget.php | 2 +- plugins/CoreConsole/Commands/GitCommit.php | 2 +- plugins/CoreConsole/Commands/GitPull.php | 2 +- plugins/CoreConsole/Commands/GitPush.php | 2 +- plugins/CoreConsole/Commands/WatchLog.php | 2 +- plugins/CoreHome/Categories/ActionsCategory.php | 2 +- plugins/CoreHome/Categories/DevicesSubcategory.php | 2 +- plugins/CoreHome/Categories/EngagementSubcategory.php | 2 +- plugins/CoreHome/Categories/GenericCategory.php | 2 +- plugins/CoreHome/Categories/SoftwareSubcategory.php | 2 +- plugins/CoreHome/Categories/VisitorsCategory.php | 2 +- plugins/CoreHome/Categories/VisitorsOverviewSubcategory.php | 2 +- plugins/CoreHome/Columns/IdSite.php | 2 +- plugins/CoreHome/Columns/LinkVisitActionId.php | 2 +- plugins/CoreHome/Columns/LinkVisitActionIdPages.php | 2 +- plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php | 2 +- plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php | 2 +- plugins/CoreHome/Columns/Metrics/BounceRate.php | 2 +- plugins/CoreHome/Columns/Metrics/CallableProcessedMetric.php | 2 +- plugins/CoreHome/Columns/Metrics/ConversionRate.php | 2 +- plugins/CoreHome/Columns/Metrics/EvolutionMetric.php | 2 +- plugins/CoreHome/Columns/Metrics/VisitsPercent.php | 2 +- plugins/CoreHome/Columns/ServerMinute.php | 2 +- plugins/CoreHome/Columns/ServerTime.php | 2 +- plugins/CoreHome/Columns/UserId.php | 2 +- plugins/CoreHome/Columns/VisitFirstActionMinute.php | 2 +- plugins/CoreHome/Columns/VisitFirstActionTime.php | 2 +- plugins/CoreHome/Columns/VisitGoalBuyer.php | 2 +- plugins/CoreHome/Columns/VisitGoalConverted.php | 2 +- plugins/CoreHome/Columns/VisitId.php | 2 +- plugins/CoreHome/Columns/VisitIp.php | 2 +- plugins/CoreHome/Columns/VisitLastActionDate.php | 2 +- plugins/CoreHome/Columns/VisitLastActionDayOfMonth.php | 2 +- plugins/CoreHome/Columns/VisitLastActionDayOfWeek.php | 2 +- plugins/CoreHome/Columns/VisitLastActionDayOfYear.php | 2 +- plugins/CoreHome/Columns/VisitLastActionMinute.php | 2 +- plugins/CoreHome/Columns/VisitLastActionMonth.php | 2 +- plugins/CoreHome/Columns/VisitLastActionQuarter.php | 2 +- plugins/CoreHome/Columns/VisitLastActionSecond.php | 2 +- plugins/CoreHome/Columns/VisitLastActionTime.php | 2 +- plugins/CoreHome/Columns/VisitLastActionWeekOfYear.php | 2 +- plugins/CoreHome/Columns/VisitLastActionYear.php | 2 +- plugins/CoreHome/Columns/VisitTotalTime.php | 2 +- plugins/CoreHome/Columns/VisitorDaysSinceFirst.php | 2 +- plugins/CoreHome/Columns/VisitorDaysSinceOrder.php | 2 +- plugins/CoreHome/Columns/VisitorId.php | 2 +- plugins/CoreHome/Columns/VisitorReturning.php | 2 +- plugins/CoreHome/Columns/VisitsCount.php | 2 +- plugins/CoreHome/Controller.php | 2 +- plugins/CoreHome/CoreHome.php | 2 +- plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php | 2 +- plugins/CoreHome/DataTableRowAction/RowEvolution.php | 2 +- plugins/CoreHome/LoginWhitelist.php | 2 +- plugins/CoreHome/Menu.php | 2 +- plugins/CoreHome/Segment.php | 2 +- plugins/CoreHome/SystemSummary/Item.php | 2 +- plugins/CoreHome/Tracker/LogTable/Action.php | 2 +- plugins/CoreHome/Tracker/LogTable/Conversion.php | 2 +- plugins/CoreHome/Tracker/LogTable/ConversionItem.php | 2 +- plugins/CoreHome/Tracker/LogTable/LinkVisitAction.php | 2 +- plugins/CoreHome/Tracker/LogTable/Visit.php | 2 +- plugins/CoreHome/Tracker/VisitRequestProcessor.php | 2 +- plugins/CoreHome/Widgets/GetDonateForm.php | 2 +- plugins/CoreHome/Widgets/GetPromoVideo.php | 2 +- plugins/CoreHome/Widgets/GetSystemSummary.php | 2 +- plugins/CoreHome/tests/Integration/Column/UserIdTest.php | 2 +- plugins/CoreHome/tests/Integration/CoreHomeTest.php | 2 +- plugins/CoreHome/tests/Integration/LoginWhitelistTest.php | 2 +- .../CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.php | 2 +- plugins/CoreHome/tests/Unit/CoreHomeTest.php | 2 +- plugins/CorePluginsAdmin/API.php | 2 +- plugins/CorePluginsAdmin/Commands/ActivatePlugin.php | 2 +- plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php | 2 +- plugins/CorePluginsAdmin/Commands/ListPlugins.php | 2 +- plugins/CorePluginsAdmin/Controller.php | 2 +- plugins/CorePluginsAdmin/CorePluginsAdmin.php | 2 +- plugins/CorePluginsAdmin/Menu.php | 2 +- plugins/CorePluginsAdmin/PluginInstaller.php | 2 +- plugins/CorePluginsAdmin/PluginInstallerException.php | 2 +- plugins/CorePluginsAdmin/SettingsMetadata.php | 2 +- plugins/CoreUpdater/ArchiveDownloadException.php | 2 +- plugins/CoreUpdater/Commands/Update.php | 2 +- plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php | 2 +- plugins/CoreUpdater/Controller.php | 2 +- plugins/CoreUpdater/CoreUpdater.php | 2 +- plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php | 2 +- plugins/CoreUpdater/Model.php | 2 +- plugins/CoreUpdater/NoUpdatesFoundException.php | 2 +- plugins/CoreUpdater/ReleaseChannel.php | 2 +- plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php | 2 +- plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php | 2 +- plugins/CoreUpdater/ReleaseChannel/LatestBeta.php | 2 +- plugins/CoreUpdater/ReleaseChannel/LatestStable.php | 2 +- plugins/CoreUpdater/SystemSettings.php | 2 +- plugins/CoreUpdater/Tasks.php | 2 +- plugins/CoreUpdater/UpdateCommunication.php | 2 +- plugins/CoreUpdater/Updater.php | 2 +- plugins/CoreUpdater/UpdaterException.php | 2 +- plugins/CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.php | 2 +- plugins/CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.php | 2 +- plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php | 2 +- plugins/CoreUpdater/tests/Integration/ReleaseChannelTest.php | 2 +- plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php | 2 +- plugins/CoreUpdater/tests/Mock/UpdaterMock.php | 2 +- plugins/CoreUpdater/tests/Unit/ModelTest.php | 2 +- plugins/CoreVisualizations/CoreVisualizations.php | 2 +- plugins/CoreVisualizations/JqplotDataGenerator.php | 2 +- plugins/CoreVisualizations/JqplotDataGenerator/Chart.php | 2 +- plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php | 2 +- plugins/CoreVisualizations/Metrics/Formatter/Numeric.php | 2 +- plugins/CoreVisualizations/Visualizations/Cloud.php | 2 +- plugins/CoreVisualizations/Visualizations/Cloud/Config.php | 2 +- plugins/CoreVisualizations/Visualizations/Graph.php | 2 +- plugins/CoreVisualizations/Visualizations/Graph/Config.php | 2 +- plugins/CoreVisualizations/Visualizations/HtmlTable.php | 2 +- plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php | 2 +- plugins/CoreVisualizations/Visualizations/HtmlTable/Config.php | 2 +- plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.php | 2 +- plugins/CoreVisualizations/Visualizations/JqplotGraph.php | 2 +- plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php | 2 +- plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.php | 2 +- plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.php | 2 +- .../CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php | 2 +- plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php | 2 +- plugins/CoreVisualizations/Visualizations/Sparkline.php | 2 +- plugins/CoreVisualizations/Visualizations/Sparklines.php | 2 +- plugins/CoreVisualizations/Visualizations/Sparklines/Config.php | 2 +- plugins/CoreVisualizations/Widgets/SingleMetricView.php | 2 +- plugins/CoreVisualizations/tests/Integration/SparklinesConfigTest.php | 2 +- plugins/CoreVisualizations/tests/Unit/SparklinesConfigTest.php | 2 +- plugins/CustomPiwikJs/API.php | 2 +- plugins/CustomPiwikJs/Commands/UpdateTracker.php | 2 +- plugins/CustomPiwikJs/Diagnostic/PiwikJsCheck.php | 2 +- plugins/CustomPiwikJs/Exception/AccessDeniedException.php | 2 +- plugins/CustomPiwikJs/Tasks.php | 2 +- plugins/CustomPiwikJs/tests/System/PiwikJsContentTest.php | 2 +- plugins/CustomVariables/API.php | 2 +- plugins/CustomVariables/Archiver.php | 2 +- plugins/CustomVariables/Categories/CustomVariablesCategory.php | 2 +- plugins/CustomVariables/Categories/CustomVariablesSubcategory.php | 2 +- plugins/CustomVariables/Columns/Base.php | 2 +- plugins/CustomVariables/Columns/CustomVariableName.php | 2 +- plugins/CustomVariables/Columns/CustomVariableValue.php | 2 +- plugins/CustomVariables/Columns/SearchCategory.php | 2 +- plugins/CustomVariables/Commands/Info.php | 2 +- plugins/CustomVariables/Commands/SetNumberOfCustomVariables.php | 2 +- plugins/CustomVariables/Controller.php | 2 +- plugins/CustomVariables/CustomDimension.php | 2 +- plugins/CustomVariables/CustomVariables.php | 2 +- .../DataTable/Filter/CustomVariablesValuesFromNameId.php | 2 +- plugins/CustomVariables/Menu.php | 2 +- plugins/CustomVariables/Model.php | 2 +- plugins/CustomVariables/Reports/Base.php | 2 +- plugins/CustomVariables/Reports/GetCustomVariables.php | 2 +- plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php | 2 +- plugins/CustomVariables/Segment.php | 2 +- plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php | 2 +- plugins/CustomVariables/tests/Commands/InfoTest.php | 2 +- .../CustomVariables/tests/Commands/SetNumberOfCustomVariablesTest.php | 2 +- plugins/CustomVariables/tests/Fixtures/VisitWithManyCustomVariables.php | 2 +- plugins/CustomVariables/tests/Integration/CustomVariablesTest.php | 2 +- plugins/CustomVariables/tests/Integration/ModelTest.php | 2 +- plugins/CustomVariables/tests/System/CustomVariablesSystemTest.php | 2 +- plugins/DBStats/API.php | 2 +- plugins/DBStats/Controller.php | 2 +- plugins/DBStats/DBStats.php | 2 +- plugins/DBStats/Menu.php | 2 +- plugins/DBStats/MySQLMetadataDataAccess.php | 2 +- plugins/DBStats/MySQLMetadataProvider.php | 2 +- plugins/DBStats/Reports/Base.php | 2 +- plugins/DBStats/Reports/GetAdminDataSummary.php | 2 +- plugins/DBStats/Reports/GetDatabaseUsageSummary.php | 2 +- plugins/DBStats/Reports/GetIndividualMetricsSummary.php | 2 +- plugins/DBStats/Reports/GetIndividualReportsSummary.php | 2 +- plugins/DBStats/Reports/GetMetricDataSummary.php | 2 +- plugins/DBStats/Reports/GetMetricDataSummaryByYear.php | 2 +- plugins/DBStats/Reports/GetReportDataSummary.php | 2 +- plugins/DBStats/Reports/GetReportDataSummaryByYear.php | 2 +- plugins/DBStats/Reports/GetTrackerDataSummary.php | 2 +- plugins/DBStats/Tasks.php | 2 +- plugins/DBStats/tests/Mocks/MockDataAccess.php | 2 +- plugins/Dashboard/Categories/DashboardCategory.php | 2 +- plugins/Dashboard/Dashboard.php | 2 +- plugins/Dashboard/Menu.php | 2 +- plugins/Dashboard/tests/Integration/APITest.php | 2 +- plugins/DevicePlugins/API.php | 2 +- plugins/DevicePlugins/Archiver.php | 2 +- plugins/DevicePlugins/Columns/DevicePluginColumn.php | 2 +- plugins/DevicePlugins/Columns/Plugin.php | 2 +- plugins/DevicePlugins/Columns/PluginCookie.php | 2 +- plugins/DevicePlugins/Columns/PluginDirector.php | 2 +- plugins/DevicePlugins/Columns/PluginFlash.php | 2 +- plugins/DevicePlugins/Columns/PluginGears.php | 2 +- plugins/DevicePlugins/Columns/PluginJava.php | 2 +- plugins/DevicePlugins/Columns/PluginPdf.php | 2 +- plugins/DevicePlugins/Columns/PluginQuickTime.php | 2 +- plugins/DevicePlugins/Columns/PluginRealPlayer.php | 2 +- plugins/DevicePlugins/Columns/PluginSilverlight.php | 2 +- plugins/DevicePlugins/Columns/PluginWindowsMedia.php | 2 +- plugins/DevicePlugins/DevicePlugins.php | 2 +- plugins/DevicePlugins/Reports/Base.php | 2 +- plugins/DevicePlugins/Reports/GetPlugin.php | 2 +- plugins/DevicePlugins/functions.php | 2 +- plugins/DevicesDetection/API.php | 2 +- plugins/DevicesDetection/Archiver.php | 2 +- plugins/DevicesDetection/Columns/Base.php | 2 +- plugins/DevicesDetection/Columns/BrowserEngine.php | 2 +- plugins/DevicesDetection/Columns/BrowserName.php | 2 +- plugins/DevicesDetection/Columns/BrowserVersion.php | 2 +- plugins/DevicesDetection/Columns/DeviceBrand.php | 2 +- plugins/DevicesDetection/Columns/DeviceModel.php | 2 +- plugins/DevicesDetection/Columns/DeviceType.php | 2 +- plugins/DevicesDetection/Columns/Os.php | 2 +- plugins/DevicesDetection/Columns/OsVersion.php | 2 +- plugins/DevicesDetection/Controller.php | 2 +- plugins/DevicesDetection/DevicesDetection.php | 2 +- plugins/DevicesDetection/Menu.php | 2 +- plugins/DevicesDetection/Reports/Base.php | 2 +- plugins/DevicesDetection/Reports/GetBrand.php | 2 +- plugins/DevicesDetection/Reports/GetBrowserEngines.php | 2 +- plugins/DevicesDetection/Reports/GetBrowserVersions.php | 2 +- plugins/DevicesDetection/Reports/GetBrowsers.php | 2 +- plugins/DevicesDetection/Reports/GetModel.php | 2 +- plugins/DevicesDetection/Reports/GetOsFamilies.php | 2 +- plugins/DevicesDetection/Reports/GetOsVersions.php | 2 +- plugins/DevicesDetection/Reports/GetType.php | 2 +- plugins/DevicesDetection/Updates/1.14.php | 2 +- plugins/DevicesDetection/functions.php | 2 +- plugins/DevicesDetection/tests/Fixtures/MultiDeviceGoalConversions.php | 2 +- plugins/DevicesDetection/tests/System/GoalReportForDevicesTest.php | 2 +- plugins/Diagnostics/Commands/AnalyzeArchiveTable.php | 2 +- plugins/Diagnostics/Commands/Run.php | 2 +- plugins/Diagnostics/ConfigReader.php | 2 +- plugins/Diagnostics/Controller.php | 2 +- plugins/Diagnostics/Diagnostic/CronArchivingCheck.php | 2 +- plugins/Diagnostics/Diagnostic/CronArchivingLastRunCheck.php | 2 +- plugins/Diagnostics/Diagnostic/DbAdapterCheck.php | 2 +- plugins/Diagnostics/Diagnostic/Diagnostic.php | 2 +- plugins/Diagnostics/Diagnostic/DiagnosticResult.php | 2 +- plugins/Diagnostics/Diagnostic/DiagnosticResultItem.php | 2 +- plugins/Diagnostics/Diagnostic/FileIntegrityCheck.php | 2 +- plugins/Diagnostics/Diagnostic/ForceSSLCheck.php | 2 +- plugins/Diagnostics/Diagnostic/GdExtensionCheck.php | 2 +- plugins/Diagnostics/Diagnostic/HttpClientCheck.php | 2 +- plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.php | 2 +- plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php | 2 +- plugins/Diagnostics/Diagnostic/NfsDiskCheck.php | 2 +- plugins/Diagnostics/Diagnostic/PageSpeedCheck.php | 2 +- plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.php | 2 +- plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php | 2 +- plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php | 2 +- plugins/Diagnostics/Diagnostic/PhpVersionCheck.php | 2 +- plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php | 2 +- plugins/Diagnostics/Diagnostic/RecommendedFunctionsCheck.php | 2 +- plugins/Diagnostics/Diagnostic/TimezoneCheck.php | 2 +- plugins/Diagnostics/Diagnostic/TrackerCheck.php | 2 +- plugins/Diagnostics/Diagnostic/WriteAccessCheck.php | 2 +- plugins/Diagnostics/DiagnosticReport.php | 2 +- plugins/Diagnostics/DiagnosticService.php | 2 +- plugins/Diagnostics/Diagnostics.php | 2 +- plugins/Diagnostics/Menu.php | 2 +- .../Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php | 2 +- plugins/Diagnostics/tests/Integration/ConfigReaderTest.php | 2 +- plugins/Diagnostics/tests/Mock/DiagnosticWithError.php | 2 +- plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.php | 2 +- plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.php | 2 +- plugins/Diagnostics/tests/Unit/Diagnostic/DiagnosticResultTest.php | 2 +- plugins/Diagnostics/tests/Unit/DiagnosticReportTest.php | 2 +- plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.php | 2 +- plugins/Ecommerce/Categories/EcommerceCategory.php | 2 +- plugins/Ecommerce/Categories/EcommerceLogSubcategory.php | 2 +- plugins/Ecommerce/Categories/EcommerceOverviewSubcategory.php | 2 +- plugins/Ecommerce/Categories/ProductSubcategory.php | 2 +- plugins/Ecommerce/Categories/SalesSubcategory.php | 2 +- plugins/Ecommerce/Columns/BaseConversion.php | 2 +- plugins/Ecommerce/Columns/Items.php | 2 +- plugins/Ecommerce/Columns/Order.php | 2 +- plugins/Ecommerce/Columns/ProductCategory.php | 2 +- plugins/Ecommerce/Columns/ProductName.php | 2 +- plugins/Ecommerce/Columns/ProductPrice.php | 2 +- plugins/Ecommerce/Columns/ProductQuantity.php | 2 +- plugins/Ecommerce/Columns/ProductSku.php | 2 +- plugins/Ecommerce/Columns/Revenue.php | 2 +- plugins/Ecommerce/Columns/RevenueDiscount.php | 2 +- plugins/Ecommerce/Columns/RevenueShipping.php | 2 +- plugins/Ecommerce/Columns/RevenueSubtotal.php | 2 +- plugins/Ecommerce/Columns/RevenueTax.php | 2 +- plugins/Ecommerce/Controller.php | 2 +- plugins/Ecommerce/Ecommerce.php | 2 +- plugins/Ecommerce/Reports/Base.php | 2 +- plugins/Ecommerce/Reports/BaseItem.php | 2 +- plugins/Ecommerce/Reports/GetDaysToConversionAbandonedCart.php | 2 +- plugins/Ecommerce/Reports/GetDaysToConversionEcommerceOrder.php | 2 +- plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.php | 2 +- plugins/Ecommerce/Reports/GetEcommerceOrder.php | 2 +- plugins/Ecommerce/Reports/GetItemsCategory.php | 2 +- plugins/Ecommerce/Reports/GetItemsName.php | 2 +- plugins/Ecommerce/Reports/GetItemsSku.php | 2 +- plugins/Ecommerce/Reports/GetVisitsUntilConversionAbandonedCart.php | 2 +- plugins/Ecommerce/Reports/GetVisitsUntilConversionEcommerceOrder.php | 2 +- plugins/Ecommerce/Tracker/EcommerceRequestProcessor.php | 2 +- plugins/Ecommerce/Widgets/GetEcommerceLog.php | 2 +- plugins/Ecommerce/Widgets/ProductsByDimension.php | 2 +- plugins/Events/API.php | 2 +- plugins/Events/Actions/ActionEvent.php | 2 +- plugins/Events/Archiver.php | 2 +- plugins/Events/Categories/EventsCategory.php | 2 +- plugins/Events/Categories/EventsSubcategory.php | 2 +- plugins/Events/Columns/EventAction.php | 2 +- plugins/Events/Columns/EventCategory.php | 2 +- plugins/Events/Columns/EventName.php | 2 +- plugins/Events/Columns/EventUrl.php | 2 +- plugins/Events/Columns/EventValue.php | 2 +- plugins/Events/Columns/Metrics/AverageEventValue.php | 2 +- plugins/Events/Columns/TotalEvents.php | 2 +- plugins/Events/DataTable/Filter/ReplaceEventNameNotSet.php | 2 +- plugins/Events/Events.php | 2 +- plugins/Events/Reports/Base.php | 2 +- plugins/Events/Reports/GetAction.php | 2 +- plugins/Events/Reports/GetActionFromCategoryId.php | 2 +- plugins/Events/Reports/GetActionFromNameId.php | 2 +- plugins/Events/Reports/GetCategory.php | 2 +- plugins/Events/Reports/GetCategoryFromActionId.php | 2 +- plugins/Events/Reports/GetCategoryFromNameId.php | 2 +- plugins/Events/Reports/GetName.php | 2 +- plugins/Events/Reports/GetNameFromActionId.php | 2 +- plugins/Events/Reports/GetNameFromCategoryId.php | 2 +- plugins/Events/Widgets/EventsByDimension.php | 2 +- plugins/ExampleAPI/API.php | 2 +- plugins/ExampleAPI/ExampleAPI.php | 2 +- plugins/ExampleCommand/Commands/HelloWorld.php | 2 +- plugins/ExamplePlugin/API.php | 2 +- plugins/ExamplePlugin/Archiver.php | 2 +- plugins/ExamplePlugin/Controller.php | 2 +- plugins/ExamplePlugin/ExamplePlugin.php | 2 +- plugins/ExamplePlugin/Menu.php | 2 +- plugins/ExamplePlugin/Tasks.php | 2 +- plugins/ExamplePlugin/Updates/0.0.2.php | 2 +- plugins/ExamplePlugin/Widgets/MyExampleWidget.php | 2 +- plugins/ExamplePlugin/tests/Integration/SimpleTest.php | 2 +- plugins/ExamplePlugin/tests/System/SimpleSystemTest.php | 2 +- plugins/ExamplePlugin/tests/Unit/SimpleTest.php | 2 +- plugins/ExampleReport/API.php | 2 +- plugins/ExampleReport/ExampleReport.php | 2 +- plugins/ExampleReport/Reports/Base.php | 2 +- plugins/ExampleReport/Reports/GetExampleReport.php | 2 +- plugins/ExampleSettingsPlugin/MeasurableSettings.php | 2 +- plugins/ExampleSettingsPlugin/SystemSettings.php | 2 +- plugins/ExampleSettingsPlugin/UserSettings.php | 2 +- plugins/ExampleTheme/ExampleTheme.php | 2 +- plugins/ExampleTracker/Columns/ExampleActionDimension.php | 2 +- plugins/ExampleTracker/Columns/ExampleConversionDimension.php | 2 +- plugins/ExampleTracker/Columns/ExampleDimension.php | 2 +- plugins/ExampleTracker/Columns/ExampleVisitDimension.php | 2 +- plugins/ExampleTracker/ExampleTracker.php | 2 +- plugins/ExampleUI/API.php | 2 +- plugins/ExampleUI/Categories/ExampleUiCategory.php | 2 +- plugins/ExampleUI/Controller.php | 2 +- plugins/ExampleUI/Menu.php | 2 +- plugins/ExampleUI/Reports/Base.php | 2 +- plugins/ExampleUI/Reports/GetPlanetRatios.php | 2 +- plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php | 2 +- plugins/ExampleUI/Reports/GetTemperatures.php | 2 +- plugins/ExampleUI/Reports/GetTemperaturesEvolution.php | 2 +- plugins/ExampleVisualization/ExampleVisualization.php | 2 +- plugins/ExampleVisualization/Visualizations/SimpleTable.php | 2 +- plugins/Feedback/API.php | 2 +- plugins/Feedback/Controller.php | 2 +- plugins/Feedback/Feedback.php | 2 +- plugins/Feedback/Menu.php | 2 +- plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php | 2 +- plugins/GeoIp2/tests/Integration/LocationProviderTest.php | 2 +- plugins/GeoIp2/tests/Integration/UpdateTest.php | 2 +- plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php | 2 +- plugins/Goals/API.php | 2 +- plugins/Goals/Archiver.php | 2 +- plugins/Goals/Categories/AddANewGoalSubcategory.php | 2 +- plugins/Goals/Categories/GoalsCategory.php | 2 +- plugins/Goals/Categories/GoalsOverviewSubcategory.php | 2 +- plugins/Goals/Categories/ManageGoalsSubcategory.php | 2 +- plugins/Goals/Columns/DaysToConversion.php | 2 +- plugins/Goals/Columns/IdGoal.php | 2 +- plugins/Goals/Columns/Metrics/AverageOrderRevenue.php | 2 +- plugins/Goals/Columns/Metrics/AveragePrice.php | 2 +- plugins/Goals/Columns/Metrics/AverageQuantity.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/AverageOrderRevenue.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/ConversionRate.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/Conversions.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/RevenuePerVisit.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecificProcessedMetric.php | 2 +- plugins/Goals/Columns/Metrics/ProductConversionRate.php | 2 +- plugins/Goals/Columns/Metrics/RevenuePerVisit.php | 2 +- plugins/Goals/Columns/Revenue.php | 2 +- plugins/Goals/Columns/VisitsUntilConversion.php | 2 +- plugins/Goals/Controller.php | 2 +- plugins/Goals/Conversions.php | 2 +- plugins/Goals/DataTable/Filter/AppendNameToColumnNames.php | 2 +- plugins/Goals/GoalDimension.php | 2 +- plugins/Goals/Goals.php | 2 +- plugins/Goals/Menu.php | 2 +- plugins/Goals/Model.php | 2 +- plugins/Goals/Pages.php | 2 +- plugins/Goals/Reports/Base.php | 2 +- plugins/Goals/Reports/Get.php | 2 +- plugins/Goals/Reports/GetDaysToConversion.php | 2 +- plugins/Goals/Reports/GetMetrics.php | 2 +- plugins/Goals/Reports/GetVisitsUntilConversion.php | 2 +- plugins/Goals/Tracker/GoalsRequestProcessor.php | 2 +- plugins/Goals/TranslationHelper.php | 2 +- plugins/Goals/Updates/3.0.0-b1.php | 2 +- plugins/Goals/Visualizations/Goals.php | 2 +- plugins/Goals/Widgets/AddNewGoal.php | 2 +- plugins/Goals/Widgets/EditGoals.php | 2 +- plugins/Goals/tests/Integration/APITest.php | 2 +- plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.php | 2 +- plugins/Heartbeat/Heartbeat.php | 2 +- plugins/Heartbeat/Tracker/PingRequestProcessor.php | 2 +- plugins/ImageGraph/API.php | 2 +- plugins/ImageGraph/Controller.php | 2 +- plugins/ImageGraph/ImageGraph.php | 2 +- plugins/ImageGraph/StaticGraph.php | 2 +- plugins/ImageGraph/StaticGraph/Evolution.php | 2 +- plugins/ImageGraph/StaticGraph/Exception.php | 2 +- plugins/ImageGraph/StaticGraph/GridGraph.php | 2 +- plugins/ImageGraph/StaticGraph/HorizontalBar.php | 2 +- plugins/ImageGraph/StaticGraph/Pie.php | 2 +- plugins/ImageGraph/StaticGraph/Pie3D.php | 2 +- plugins/ImageGraph/StaticGraph/PieGraph.php | 2 +- plugins/ImageGraph/StaticGraph/VerticalBar.php | 2 +- plugins/Insights/API.php | 2 +- plugins/Insights/Controller.php | 2 +- plugins/Insights/DataTable/Filter/ExcludeLowValue.php | 2 +- plugins/Insights/DataTable/Filter/Insight.php | 2 +- plugins/Insights/DataTable/Filter/Limit.php | 2 +- plugins/Insights/DataTable/Filter/MinGrowth.php | 2 +- plugins/Insights/DataTable/Filter/OrderBy.php | 2 +- plugins/Insights/InsightReport.php | 2 +- plugins/Insights/Insights.php | 2 +- plugins/Insights/Model.php | 2 +- plugins/Insights/Visualizations/Insight.php | 2 +- plugins/Insights/Visualizations/Insight/RequestConfig.php | 2 +- plugins/Insights/Widgets/GetInsightsOverview.php | 2 +- plugins/Insights/Widgets/GetOverallMoversAndShakers.php | 2 +- plugins/Insights/tests/Integration/ApiTest.php | 2 +- plugins/Insights/tests/Integration/ModelTest.php | 2 +- plugins/Insights/tests/Unit/BaseUnitTest.php | 2 +- plugins/Insights/tests/Unit/FilterExcludeLowValueTest.php | 2 +- plugins/Insights/tests/Unit/FilterInsightTest.php | 2 +- plugins/Insights/tests/Unit/FilterLimitTest.php | 2 +- plugins/Insights/tests/Unit/FilterMinGrowthTest.php | 2 +- plugins/Insights/tests/Unit/FilterOrderByTest.php | 2 +- plugins/Insights/tests/Unit/InsightReportTest.php | 2 +- plugins/Installation/Controller.php | 2 +- plugins/Installation/Exception/DatabaseConnectionFailedException.php | 2 +- plugins/Installation/FormDatabaseSetup.php | 2 +- plugins/Installation/FormDefaultSettings.php | 2 +- plugins/Installation/FormFirstWebsiteSetup.php | 2 +- plugins/Installation/FormSuperUser.php | 2 +- plugins/Installation/Installation.php | 2 +- plugins/Installation/Menu.php | 2 +- plugins/Installation/ServerFilesGenerator.php | 2 +- plugins/Installation/View.php | 2 +- plugins/Installation/Widgets/GetSystemCheck.php | 2 +- plugins/Installation/tests/System/APITest.php | 2 +- plugins/Intl/Commands/GenerateIntl.php | 2 +- plugins/Intl/DateTimeFormatProvider.php | 2 +- plugins/Intl/Intl.php | 2 +- plugins/IntranetMeasurable/tests/System/TrackingTest.php | 2 +- plugins/LanguagesManager/API.php | 2 +- plugins/LanguagesManager/Commands/FetchTranslations.php | 2 +- plugins/LanguagesManager/Commands/LanguageCodes.php | 2 +- plugins/LanguagesManager/Commands/LanguageNames.php | 2 +- plugins/LanguagesManager/Commands/PluginsWithTranslations.php | 2 +- plugins/LanguagesManager/Commands/SetTranslations.php | 2 +- plugins/LanguagesManager/Controller.php | 2 +- plugins/LanguagesManager/LanguagesManager.php | 2 +- plugins/LanguagesManager/Menu.php | 2 +- plugins/LanguagesManager/Model.php | 2 +- .../LanguagesManager/TranslationWriter/Filter/ByBaseTranslations.php | 2 +- plugins/LanguagesManager/TranslationWriter/Filter/ByParameterCount.php | 2 +- plugins/LanguagesManager/TranslationWriter/Filter/EmptyTranslations.php | 2 +- plugins/LanguagesManager/TranslationWriter/Filter/EncodedEntities.php | 2 +- plugins/LanguagesManager/TranslationWriter/Filter/FilterAbstract.php | 2 +- .../TranslationWriter/Filter/UnnecassaryWhitespaces.php | 2 +- .../LanguagesManager/TranslationWriter/Validate/CoreTranslations.php | 2 +- plugins/LanguagesManager/TranslationWriter/Validate/NoScripts.php | 2 +- .../LanguagesManager/TranslationWriter/Validate/ValidateAbstract.php | 2 +- plugins/LanguagesManager/TranslationWriter/Writer.php | 2 +- plugins/LanguagesManager/Updates/2.15.1-b1.php | 2 +- plugins/LanguagesManager/tests/Integration/ModelTest.php | 2 +- .../tests/Unit/TranslationWriter/Filter/ByBaseTranslationsTest.php | 2 +- .../tests/Unit/TranslationWriter/Filter/ByParameterCountTest.php | 2 +- .../tests/Unit/TranslationWriter/Filter/EmptyTranslationsTest.php | 2 +- .../tests/Unit/TranslationWriter/Filter/EncodedEntitiesTest.php | 2 +- .../tests/Unit/TranslationWriter/Filter/UnnecassaryWhitespacesTest.php | 2 +- .../tests/Unit/TranslationWriter/Validate/CoreTranslationsTest.php | 2 +- .../tests/Unit/TranslationWriter/Validate/NoScriptsTest.php | 2 +- plugins/LanguagesManager/tests/Unit/TranslationWriter/WriterTest.php | 2 +- plugins/Live/API.php | 2 +- plugins/Live/Categories/LiveCategory.php | 2 +- plugins/Live/Categories/RealTimeVisitorsSubcategory.php | 2 +- plugins/Live/Categories/VisitorLogSubcategory.php | 2 +- plugins/Live/Controller.php | 2 +- plugins/Live/Model.php | 2 +- plugins/Live/Reports/Base.php | 2 +- plugins/Live/Reports/GetLastVisits.php | 2 +- plugins/Live/Reports/GetLastVisitsDetails.php | 2 +- plugins/Live/Reports/GetSimpleLastVisitCount.php | 2 +- plugins/Live/Visitor.php | 2 +- plugins/Live/VisitorFactory.php | 2 +- plugins/Live/VisitorInterface.php | 2 +- plugins/Live/Visualizations/VisitorLog.php | 2 +- plugins/Live/Visualizations/VisitorLog/Config.php | 2 +- plugins/Live/Widgets/GetVisitorProfilePopup.php | 2 +- plugins/Live/Widgets/Widget.php | 2 +- plugins/Live/tests/Integration/ModelTest.php | 2 +- plugins/Live/tests/System/ApiCounterTest.php | 2 +- plugins/Live/tests/System/ApiTest.php | 2 +- plugins/Login/Auth.php | 2 +- plugins/Login/Controller.php | 2 +- plugins/Login/FormLogin.php | 2 +- plugins/Login/FormResetPassword.php | 2 +- plugins/Login/Login.php | 2 +- plugins/Login/PasswordResetter.php | 2 +- plugins/Login/SessionInitializer.php | 2 +- plugins/Login/SystemSettings.php | 2 +- plugins/Login/Tasks.php | 2 +- plugins/Login/tests/Integration/APITest.php | 2 +- plugins/Login/tests/Integration/LoginTest.php | 2 +- plugins/Login/tests/Integration/PasswordResetterTest.php | 2 +- plugins/Login/tests/Integration/SessionInitializerTest.php | 2 +- plugins/Marketplace/API.php | 2 +- plugins/Marketplace/Api/Client.php | 2 +- plugins/Marketplace/Api/Exception.php | 2 +- plugins/Marketplace/Api/Service.php | 2 +- plugins/Marketplace/Api/Service/Exception.php | 2 +- plugins/Marketplace/Consumer.php | 2 +- plugins/Marketplace/Controller.php | 2 +- plugins/Marketplace/Environment.php | 2 +- plugins/Marketplace/Input/Mode.php | 2 +- plugins/Marketplace/Input/PluginName.php | 2 +- plugins/Marketplace/Input/PurchaseType.php | 2 +- plugins/Marketplace/Input/Sort.php | 2 +- plugins/Marketplace/LicenseKey.php | 2 +- plugins/Marketplace/Marketplace.php | 2 +- plugins/Marketplace/Menu.php | 2 +- plugins/Marketplace/Plugins.php | 2 +- plugins/Marketplace/Plugins/InvalidLicenses.php | 2 +- plugins/Marketplace/Tasks.php | 2 +- plugins/Marketplace/UpdateCommunication.php | 2 +- plugins/Marketplace/Widgets/GetNewPlugins.php | 2 +- plugins/Marketplace/Widgets/GetPremiumFeatures.php | 2 +- plugins/Marketplace/tests/Framework/Mock/Client.php | 2 +- plugins/Marketplace/tests/Framework/Mock/Consumer.php | 2 +- plugins/Marketplace/tests/Framework/Mock/Environment.php | 2 +- plugins/Marketplace/tests/Framework/Mock/Service.php | 2 +- plugins/Marketplace/tests/Integration/ApiTest.php | 2 +- plugins/Marketplace/tests/Integration/ClientTest.php | 2 +- plugins/Marketplace/tests/Integration/EnvironmentTest.php | 2 +- plugins/Marketplace/tests/Integration/Input/PluginNameTest.php | 2 +- plugins/Marketplace/tests/Integration/LicenseKeyTest.php | 2 +- plugins/Marketplace/tests/Integration/Plugins/InvalidLicensesTest.php | 2 +- plugins/Marketplace/tests/Integration/PluginsTest.php | 2 +- plugins/Marketplace/tests/Integration/ServiceTest.php | 2 +- plugins/Marketplace/tests/Integration/UpdateCommunicationTest.php | 2 +- plugins/Marketplace/tests/System/Api/ClientTest.php | 2 +- plugins/Marketplace/tests/System/Api/ServiceTest.php | 2 +- plugins/Marketplace/tests/Unit/ConsumerTest.php | 2 +- plugins/MobileAppMeasurable/MeasurableSettings.php | 2 +- plugins/MobileAppMeasurable/MobileAppMeasurable.php | 2 +- plugins/MobileAppMeasurable/Type.php | 2 +- plugins/MobileMessaging/API.php | 2 +- plugins/MobileMessaging/APIException.php | 2 +- plugins/MobileMessaging/Controller.php | 2 +- plugins/MobileMessaging/CountryCallingCodes.php | 2 +- plugins/MobileMessaging/GSMCharset.php | 2 +- plugins/MobileMessaging/Menu.php | 2 +- plugins/MobileMessaging/MobileMessaging.php | 2 +- plugins/MobileMessaging/ReportRenderer/ReportRendererException.php | 2 +- plugins/MobileMessaging/ReportRenderer/Sms.php | 2 +- plugins/MobileMessaging/SMSProvider.php | 2 +- plugins/MobileMessaging/SMSProvider/ASPSMS.php | 2 +- plugins/MobileMessaging/SMSProvider/Clockwork.php | 2 +- plugins/MobileMessaging/SMSProvider/Development.php | 2 +- plugins/MobileMessaging/SMSProvider/StubbedProvider.php | 2 +- plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php | 2 +- plugins/Monolog/Formatter/LineMessageFormatter.php | 2 +- plugins/Monolog/Handler/DatabaseHandler.php | 2 +- plugins/Monolog/Handler/EchoHandler.php | 2 +- plugins/Monolog/Handler/FailureLogMessageDetector.php | 2 +- plugins/Monolog/Handler/FileHandler.php | 2 +- plugins/Monolog/Handler/LogCaptureHandler.php | 2 +- plugins/Monolog/Handler/WebNotificationHandler.php | 2 +- plugins/Monolog/Monolog.php | 2 +- plugins/Monolog/Processor/ClassNameProcessor.php | 2 +- plugins/Monolog/Processor/ExceptionToTextProcessor.php | 2 +- plugins/Monolog/Processor/RequestIdProcessor.php | 2 +- plugins/Monolog/Processor/SprintfProcessor.php | 2 +- plugins/Monolog/Processor/TokenProcessor.php | 2 +- plugins/Monolog/tests/Integration/Fixture/LoggerWrapper.php | 2 +- plugins/Monolog/tests/Integration/LogTest.php | 2 +- plugins/Monolog/tests/System/TrackerLoggingTest.php | 2 +- plugins/Monolog/tests/Unit/Formatter/LineMessageFormatterTest.php | 2 +- plugins/Monolog/tests/Unit/Processor/ClassNameProcessorTest.php | 2 +- plugins/Monolog/tests/Unit/Processor/ExceptionToTextProcessorTest.php | 2 +- plugins/Monolog/tests/Unit/Processor/RequestIdProcessorTest.php | 2 +- plugins/Monolog/tests/Unit/Processor/SprintfProcessorTest.php | 2 +- plugins/Monolog/tests/Unit/Processor/TokenProcessorTest.php | 2 +- plugins/Morpheus/Controller.php | 2 +- plugins/Morpheus/Menu.php | 2 +- plugins/MultiSites/API.php | 2 +- plugins/MultiSites/Categories/MultiSitesCategory.php | 2 +- plugins/MultiSites/Columns/Metrics/EcommerceOnlyEvolutionMetric.php | 2 +- plugins/MultiSites/Columns/Website.php | 2 +- plugins/MultiSites/Controller.php | 2 +- plugins/MultiSites/Dashboard.php | 2 +- plugins/MultiSites/DataTable/Filter/NestedSitesLimiter.php | 2 +- plugins/MultiSites/Menu.php | 2 +- plugins/MultiSites/MultiSites.php | 2 +- plugins/MultiSites/Reports/Base.php | 2 +- plugins/MultiSites/Reports/GetAll.php | 2 +- plugins/MultiSites/Reports/GetOne.php | 2 +- plugins/MultiSites/tests/Integration/ControllerTest.php | 2 +- plugins/MultiSites/tests/Integration/DashboardTest.php | 2 +- plugins/MultiSites/tests/Integration/MultiSitesTest.php | 2 +- plugins/Overlay/API.php | 2 +- plugins/Overlay/Controller.php | 2 +- plugins/Overlay/Overlay.php | 2 +- plugins/PrivacyManager/API.php | 2 +- plugins/PrivacyManager/Commands/AnonymizeRawData.php | 2 +- plugins/PrivacyManager/Config.php | 2 +- plugins/PrivacyManager/Controller.php | 2 +- plugins/PrivacyManager/DoNotTrackHeaderChecker.php | 2 +- plugins/PrivacyManager/IPAnonymizer.php | 2 +- plugins/PrivacyManager/LogDataPurger.php | 2 +- plugins/PrivacyManager/Menu.php | 2 +- plugins/PrivacyManager/PrivacyManager.php | 2 +- plugins/PrivacyManager/ReportsPurger.php | 2 +- plugins/PrivacyManager/SystemSettings.php | 2 +- plugins/PrivacyManager/Tasks.php | 2 +- plugins/PrivacyManager/Tracker/RequestProcessor.php | 2 +- plugins/PrivacyManager/Validators/VisitsDataSubject.php | 2 +- plugins/PrivacyManager/tests/Framework/Mock/Config.php | 2 +- plugins/PrivacyManager/tests/Integration/Dao/LogDataAnonymizerTest.php | 2 +- plugins/PrivacyManager/tests/Integration/DataPurgingTest.php | 2 +- plugins/PrivacyManager/tests/Integration/Model/DataSubjectsTest.php | 2 +- .../tests/Integration/Model/LogDataAnonymizationsTest.php | 2 +- plugins/PrivacyManager/tests/Integration/PrivacyManagerConfigTest.php | 2 +- plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php | 2 +- .../PrivacyManager/tests/Integration/Tracker/RequestProcessorTest.php | 2 +- plugins/PrivacyManager/tests/System/APITest.php | 2 +- plugins/PrivacyManager/tests/System/AnonymizationTest.php | 2 +- plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.php | 2 +- plugins/PrivacyManager/tests/Unit/DoNotTrackHeaderCheckerTest.php | 2 +- plugins/ProfessionalServices/ProfessionalServices.php | 2 +- plugins/ProfessionalServices/Promo.php | 2 +- plugins/ProfessionalServices/Widgets/PromoServices.php | 2 +- plugins/ProfessionalServices/Widgets/Rss.php | 2 +- plugins/ProfessionalServices/tests/Framework/Mock/Promo.php | 2 +- plugins/Provider/API.php | 2 +- plugins/Provider/Archiver.php | 2 +- plugins/Provider/Columns/Provider.php | 2 +- plugins/Provider/Controller.php | 2 +- plugins/Provider/Provider.php | 2 +- plugins/Provider/Reports/GetProvider.php | 2 +- plugins/Provider/Updates/3.0.0-b1.php | 2 +- plugins/Provider/functions.php | 2 +- plugins/Proxy/Controller.php | 2 +- plugins/Proxy/Proxy.php | 2 +- plugins/Proxy/tests/Unit/ProxyTest.php | 2 +- plugins/Referrers/API.php | 2 +- plugins/Referrers/Archiver.php | 2 +- plugins/Referrers/Categories/AllReferrersSubcategory.php | 2 +- plugins/Referrers/Categories/CampaignsSubcategory.php | 2 +- plugins/Referrers/Categories/ReferrersCategory.php | 2 +- plugins/Referrers/Categories/ReferrersOverviewSubcategory.php | 2 +- plugins/Referrers/Categories/SearchEnginesSubcategory.php | 2 +- plugins/Referrers/Categories/SocialsSubcategory.php | 2 +- plugins/Referrers/Categories/WebsitesSubcategory.php | 2 +- plugins/Referrers/Columns/Base.php | 2 +- plugins/Referrers/Columns/Campaign.php | 2 +- plugins/Referrers/Columns/Keyword.php | 2 +- plugins/Referrers/Columns/Referrer.php | 2 +- plugins/Referrers/Columns/ReferrerName.php | 2 +- plugins/Referrers/Columns/ReferrerType.php | 2 +- plugins/Referrers/Columns/ReferrerUrl.php | 2 +- plugins/Referrers/Columns/SearchEngine.php | 2 +- plugins/Referrers/Columns/SocialNetwork.php | 2 +- plugins/Referrers/Columns/Website.php | 2 +- plugins/Referrers/Columns/WebsitePage.php | 2 +- plugins/Referrers/Controller.php | 2 +- plugins/Referrers/DataTable/Filter/GroupDifferentSocialWritings.php | 2 +- plugins/Referrers/DataTable/Filter/KeywordNotDefined.php | 2 +- plugins/Referrers/DataTable/Filter/KeywordsFromSearchEngineId.php | 2 +- plugins/Referrers/DataTable/Filter/SearchEnginesFromKeywordId.php | 2 +- plugins/Referrers/DataTable/Filter/SetGetReferrerTypeSubtables.php | 2 +- plugins/Referrers/DataTable/Filter/UrlsForSocial.php | 2 +- plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.php | 2 +- plugins/Referrers/Referrers.php | 2 +- plugins/Referrers/Reports/Base.php | 2 +- plugins/Referrers/Reports/GetAll.php | 2 +- plugins/Referrers/Reports/GetCampaigns.php | 2 +- plugins/Referrers/Reports/GetKeywords.php | 2 +- plugins/Referrers/Reports/GetKeywordsFromCampaignId.php | 2 +- plugins/Referrers/Reports/GetKeywordsFromSearchEngineId.php | 2 +- plugins/Referrers/Reports/GetReferrerType.php | 2 +- plugins/Referrers/Reports/GetSearchEngines.php | 2 +- plugins/Referrers/Reports/GetSearchEnginesFromKeywordId.php | 2 +- plugins/Referrers/Reports/GetSocials.php | 2 +- plugins/Referrers/Reports/GetUrlsForSocial.php | 2 +- plugins/Referrers/Reports/GetUrlsFromWebsiteId.php | 2 +- plugins/Referrers/Reports/GetWebsites.php | 2 +- plugins/Referrers/SearchEngine.php | 2 +- plugins/Referrers/Social.php | 2 +- plugins/Referrers/Tasks.php | 2 +- plugins/Referrers/functions.php | 2 +- plugins/Referrers/tests/Integration/Columns/ReferrerKeywordTest.php | 2 +- plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php | 2 +- plugins/Referrers/tests/Integration/Columns/ReferrerTypeTest.php | 2 +- plugins/Referrers/tests/System/ApiTest.php | 2 +- plugins/Referrers/tests/Unit/GroupDifferentSocialWritingsTest.php | 2 +- plugins/Referrers/tests/Unit/ReferrersTest.php | 2 +- plugins/Referrers/tests/Unit/SearchEngineTest.php | 2 +- plugins/Referrers/tests/Unit/SocialTest.php | 2 +- plugins/Resolution/API.php | 2 +- plugins/Resolution/Archiver.php | 2 +- plugins/Resolution/Columns/Configuration.php | 2 +- plugins/Resolution/Columns/Resolution.php | 2 +- plugins/Resolution/Reports/Base.php | 2 +- plugins/Resolution/Reports/GetConfiguration.php | 2 +- plugins/Resolution/Reports/GetResolution.php | 2 +- plugins/Resolution/Resolution.php | 2 +- plugins/Resolution/functions.php | 2 +- plugins/RssWidget/RssRenderer.php | 2 +- plugins/RssWidget/RssWidget.php | 2 +- plugins/RssWidget/Widgets/RssChangelog.php | 2 +- plugins/RssWidget/Widgets/RssPiwik.php | 2 +- plugins/SEO/API.php | 2 +- plugins/SEO/Metric/Aggregator.php | 2 +- plugins/SEO/Metric/Alexa.php | 2 +- plugins/SEO/Metric/Bing.php | 2 +- plugins/SEO/Metric/DomainAge.php | 2 +- plugins/SEO/Metric/Google.php | 2 +- plugins/SEO/Metric/Metric.php | 2 +- plugins/SEO/Metric/MetricsProvider.php | 2 +- plugins/SEO/Metric/ProviderCache.php | 2 +- plugins/SEO/SEO.php | 2 +- plugins/SEO/Widgets/GetRank.php | 2 +- plugins/SEO/tests/Integration/SEOTest.php | 2 +- plugins/ScheduledReports/API.php | 2 +- plugins/ScheduledReports/Controller.php | 2 +- plugins/ScheduledReports/GeneratedReport.php | 2 +- plugins/ScheduledReports/Menu.php | 2 +- plugins/ScheduledReports/Model.php | 2 +- plugins/ScheduledReports/ReportEmailGenerator.php | 2 +- .../ReportEmailGenerator/AttachedFileReportEmailGenerator.php | 2 +- .../ScheduledReports/ReportEmailGenerator/HtmlReportEmailGenerator.php | 2 +- plugins/ScheduledReports/ScheduledReports.php | 2 +- plugins/ScheduledReports/SubscriptionModel.php | 2 +- plugins/ScheduledReports/Tasks.php | 2 +- plugins/ScheduledReports/config/config.php | 2 +- plugins/ScheduledReports/config/tcpdf_config.php | 2 +- plugins/ScheduledReports/tests/Integration/ApiTest.php | 2 +- .../ReportEmailGenerator/AttachedFileReportEmailGeneratorTest.php | 2 +- .../Integration/ReportEmailGenerator/HtmlReportEmailGeneratorTest.php | 2 +- plugins/ScheduledReports/tests/Integration/ScheduledReportsTest.php | 2 +- plugins/ScheduledReports/tests/Integration/SubscriptionModelTest.php | 2 +- plugins/SegmentEditor/API.php | 2 +- plugins/SegmentEditor/Model.php | 2 +- plugins/SegmentEditor/SegmentEditor.php | 2 +- plugins/SegmentEditor/SegmentFormatter.php | 2 +- plugins/SegmentEditor/SegmentList.php | 2 +- plugins/SegmentEditor/SegmentQueryDecorator.php | 2 +- plugins/SegmentEditor/SegmentSelectorControl.php | 2 +- plugins/SegmentEditor/Services/StoredSegmentService.php | 2 +- plugins/SegmentEditor/UnprocessedSegmentException.php | 2 +- plugins/SegmentEditor/tests/Integration/ApiTest.php | 2 +- plugins/SegmentEditor/tests/Integration/SegmentEditorTest.php | 2 +- plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php | 2 +- plugins/SegmentEditor/tests/Integration/SegmentListTest.php | 2 +- plugins/SegmentEditor/tests/Integration/SegmentQueryDecoratorTest.php | 2 +- plugins/SegmentEditor/tests/System/UnprocessedSegmentsTest.php | 2 +- plugins/SegmentEditor/tests/Unit/SegmentQueryDecoratorTest.php | 2 +- plugins/SitesManager/API.php | 2 +- plugins/SitesManager/Controller.php | 2 +- plugins/SitesManager/Menu.php | 2 +- plugins/SitesManager/Model.php | 2 +- plugins/SitesManager/SiteUrls.php | 2 +- plugins/SitesManager/SitesManager.php | 2 +- plugins/SitesManager/Tracker/SitesManagerRequestProcessor.php | 2 +- plugins/SitesManager/tests/Fixtures/ManySites.php | 2 +- plugins/SitesManager/tests/Integration/ApiTest.php | 2 +- plugins/SitesManager/tests/Integration/ModelTest.php | 2 +- plugins/SitesManager/tests/Integration/SiteUrlsTest.php | 2 +- plugins/SitesManager/tests/Integration/SitesManagerTest.php | 2 +- plugins/SitesManager/tests/Integration/TrackingTest.php | 2 +- plugins/SitesManager/tests/System/ApiTest.php | 2 +- plugins/SitesManager/tests/Unit/APITest.php | 2 +- plugins/TestRunner/Aws/CloudWatch.php | 2 +- plugins/TestRunner/Aws/Config.php | 2 +- plugins/TestRunner/Aws/Instance.php | 2 +- plugins/TestRunner/Aws/Ssh.php | 2 +- plugins/TestRunner/Aws/Tags.php | 2 +- plugins/TestRunner/Commands/CodeCoverage.php | 2 +- plugins/TestRunner/Commands/GenerateTravisYmlFile.php | 2 +- plugins/TestRunner/Commands/SyncScreenshots.php | 2 +- plugins/TestRunner/Commands/TestsRun.php | 2 +- plugins/TestRunner/Commands/TestsRunOnAws.php | 2 +- plugins/TestRunner/Commands/TestsRunUI.php | 2 +- plugins/TestRunner/Commands/TestsSetupFixture.php | 2 +- plugins/TestRunner/Controller.php | 2 +- plugins/TestRunner/Runner/InstanceLauncher.php | 2 +- plugins/TestRunner/Runner/Remote.php | 2 +- plugins/TestRunner/TestRunner.php | 2 +- plugins/Transitions/API.php | 2 +- plugins/Transitions/Controller.php | 2 +- plugins/Transitions/Transitions.php | 2 +- plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.php | 2 +- plugins/UserCountry/API.php | 2 +- plugins/UserCountry/Archiver.php | 2 +- plugins/UserCountry/Categories/LocationsCategory.php | 2 +- plugins/UserCountry/Categories/LocationsSubcategory.php | 2 +- plugins/UserCountry/Columns/Base.php | 2 +- plugins/UserCountry/Columns/City.php | 2 +- plugins/UserCountry/Columns/Continent.php | 2 +- plugins/UserCountry/Columns/Country.php | 2 +- plugins/UserCountry/Columns/Latitude.php | 2 +- plugins/UserCountry/Columns/Longitude.php | 2 +- plugins/UserCountry/Columns/Provider.php | 2 +- plugins/UserCountry/Columns/Region.php | 2 +- plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php | 2 +- plugins/UserCountry/Controller.php | 2 +- plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php | 2 +- plugins/UserCountry/GeoIPAutoUpdater.php | 2 +- plugins/UserCountry/LocationProvider.php | 2 +- plugins/UserCountry/LocationProvider/DefaultProvider.php | 2 +- plugins/UserCountry/LocationProvider/GeoIp.php | 2 +- plugins/UserCountry/LocationProvider/GeoIp/Pecl.php | 2 +- plugins/UserCountry/LocationProvider/GeoIp/Php.php | 2 +- plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php | 2 +- plugins/UserCountry/Menu.php | 2 +- plugins/UserCountry/Reports/Base.php | 2 +- plugins/UserCountry/Reports/GetCity.php | 2 +- plugins/UserCountry/Reports/GetContinent.php | 2 +- plugins/UserCountry/Reports/GetCountry.php | 2 +- plugins/UserCountry/Reports/GetRegion.php | 2 +- plugins/UserCountry/Tasks.php | 2 +- plugins/UserCountry/UserCountry.php | 2 +- plugins/UserCountry/VisitorGeolocator.php | 2 +- plugins/UserCountry/functions.php | 2 +- plugins/UserCountry/tests/Integration/APITest.php | 2 +- plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php | 2 +- .../tests/System/AttributeHistoricalDataWithLocationsTest.php | 2 +- plugins/UserCountry/tests/System/StaticAPITest.php | 2 +- plugins/UserCountry/tests/Unit/UserCountryTest.php | 2 +- plugins/UserCountryMap/Categories/RealTimeMapSubcategory.php | 2 +- plugins/UserCountryMap/Controller.php | 2 +- plugins/UserCountryMap/UserCountryMap.php | 2 +- plugins/UserCountryMap/Widgets/GetRealtimeMap.php | 2 +- plugins/UserCountryMap/Widgets/GetVisitorMap.php | 2 +- plugins/UserId/API.php | 2 +- plugins/UserId/Archiver.php | 2 +- plugins/UserId/Categories/VisitorsUserSubcategory.php | 2 +- plugins/UserId/Columns/UserId.php | 2 +- plugins/UserId/Reports/Base.php | 2 +- plugins/UserId/Reports/GetUsers.php | 2 +- plugins/UserId/UserId.php | 2 +- plugins/UserId/tests/System/ApiTest.php | 2 +- plugins/UserLanguage/API.php | 2 +- plugins/UserLanguage/Archiver.php | 2 +- plugins/UserLanguage/Columns/Language.php | 2 +- plugins/UserLanguage/Reports/Base.php | 2 +- plugins/UserLanguage/Reports/GetLanguage.php | 2 +- plugins/UserLanguage/Reports/GetLanguageCode.php | 2 +- plugins/UserLanguage/UserLanguage.php | 2 +- plugins/UserLanguage/functions.php | 2 +- plugins/UsersManager/API.php | 2 +- plugins/UsersManager/Controller.php | 2 +- plugins/UsersManager/LastSeenTimeLogger.php | 2 +- plugins/UsersManager/Menu.php | 2 +- plugins/UsersManager/Model.php | 2 +- plugins/UsersManager/Sql/SiteAccessFilter.php | 2 +- plugins/UsersManager/Sql/UserTableFilter.php | 2 +- plugins/UsersManager/Tasks.php | 2 +- plugins/UsersManager/UserAccessFilter.php | 2 +- plugins/UsersManager/UserPreferences.php | 2 +- plugins/UsersManager/UserUpdater.php | 2 +- plugins/UsersManager/UsersManager.php | 2 +- plugins/UsersManager/tests/Integration/APITest.php | 2 +- plugins/UsersManager/tests/Integration/ModelTest.php | 2 +- plugins/UsersManager/tests/Integration/UserAccessFilterTest.php | 2 +- plugins/UsersManager/tests/Integration/UserPreferencesTest.php | 2 +- plugins/UsersManager/tests/Integration/UsersManagerTest.php | 2 +- plugins/UsersManager/tests/System/ApiTest.php | 2 +- plugins/VisitFrequency/API.php | 2 +- plugins/VisitFrequency/Columns/Metrics/ReturningMetric.php | 2 +- plugins/VisitFrequency/Controller.php | 2 +- plugins/VisitFrequency/Reports/Get.php | 2 +- plugins/VisitFrequency/VisitFrequency.php | 2 +- plugins/VisitTime/API.php | 2 +- plugins/VisitTime/Archiver.php | 2 +- plugins/VisitTime/Categories/TimesSubcategory.php | 2 +- plugins/VisitTime/Columns/DayOfTheWeek.php | 2 +- plugins/VisitTime/Columns/LocalMinute.php | 2 +- plugins/VisitTime/Columns/LocalTime.php | 2 +- plugins/VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.php | 2 +- plugins/VisitTime/Reports/Base.php | 2 +- plugins/VisitTime/Reports/GetByDayOfWeek.php | 2 +- plugins/VisitTime/Reports/GetVisitInformationPerLocalTime.php | 2 +- plugins/VisitTime/Reports/GetVisitInformationPerServerTime.php | 2 +- plugins/VisitTime/VisitTime.php | 2 +- plugins/VisitTime/functions.php | 2 +- plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php | 2 +- plugins/VisitorInterest/API.php | 2 +- plugins/VisitorInterest/Archiver.php | 2 +- plugins/VisitorInterest/Columns/PagesPerVisit.php | 2 +- plugins/VisitorInterest/Columns/VisitDuration.php | 2 +- plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.php | 2 +- plugins/VisitorInterest/Columns/VisitsbyVisitNumber.php | 2 +- plugins/VisitorInterest/Reports/Base.php | 2 +- plugins/VisitorInterest/Reports/GetNumberOfVisitsByDaysSinceLast.php | 2 +- plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php | 2 +- plugins/VisitorInterest/Reports/GetNumberOfVisitsPerPage.php | 2 +- plugins/VisitorInterest/Reports/GetNumberOfVisitsPerVisitDuration.php | 2 +- plugins/VisitorInterest/VisitorInterest.php | 2 +- plugins/VisitsSummary/API.php | 2 +- plugins/VisitsSummary/Controller.php | 2 +- plugins/VisitsSummary/Reports/Get.php | 2 +- plugins/VisitsSummary/VisitsSummary.php | 2 +- plugins/VisitsSummary/Widgets/Index.php | 2 +- plugins/VisitsSummary/tests/Integration/VisitsSummaryTest.php | 2 +- plugins/VisitsSummary/tests/Unit/Reports/GetTest.php | 2 +- plugins/WebsiteMeasurable/MeasurableSettings.php | 2 +- plugins/WebsiteMeasurable/Settings/Urls.php | 2 +- plugins/WebsiteMeasurable/Type.php | 2 +- plugins/WebsiteMeasurable/WebsiteMeasurable.php | 2 +- plugins/Widgetize/Controller.php | 2 +- plugins/Widgetize/Menu.php | 2 +- plugins/Widgetize/Widgetize.php | 2 +- plugins/Widgetize/tests/System/WidgetTest.php | 2 +- 1124 files changed, 1124 insertions(+), 1124 deletions(-) (limited to 'plugins') diff --git a/plugins/API/API.php b/plugins/API/API.php index a303827daa..cfdbe92985 100644 --- a/plugins/API/API.php +++ b/plugins/API/API.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 * */ diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php index f7b5c4a02f..326b048926 100644 --- a/plugins/API/Controller.php +++ b/plugins/API/Controller.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 * */ diff --git a/plugins/API/DataTable/MergeDataTables.php b/plugins/API/DataTable/MergeDataTables.php index 7aebca3460..b26f153c53 100644 --- a/plugins/API/DataTable/MergeDataTables.php +++ b/plugins/API/DataTable/MergeDataTables.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 * */ diff --git a/plugins/API/Glossary.php b/plugins/API/Glossary.php index 3d999b4a8b..68a6ecf3fa 100644 --- a/plugins/API/Glossary.php +++ b/plugins/API/Glossary.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 * */ diff --git a/plugins/API/Menu.php b/plugins/API/Menu.php index 7226821228..67e2029926 100644 --- a/plugins/API/Menu.php +++ b/plugins/API/Menu.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 * */ diff --git a/plugins/API/ProcessedReport.php b/plugins/API/ProcessedReport.php index e0b85f3ccc..79e01da316 100644 --- a/plugins/API/ProcessedReport.php +++ b/plugins/API/ProcessedReport.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 * */ diff --git a/plugins/API/Renderer/Console.php b/plugins/API/Renderer/Console.php index 90dc03928e..d86907295e 100644 --- a/plugins/API/Renderer/Console.php +++ b/plugins/API/Renderer/Console.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 * */ diff --git a/plugins/API/Renderer/Csv.php b/plugins/API/Renderer/Csv.php index 1a01134b56..e2d7baa0dc 100644 --- a/plugins/API/Renderer/Csv.php +++ b/plugins/API/Renderer/Csv.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 * */ diff --git a/plugins/API/Renderer/Html.php b/plugins/API/Renderer/Html.php index 6a2add0613..eb45b0cfda 100644 --- a/plugins/API/Renderer/Html.php +++ b/plugins/API/Renderer/Html.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 * */ diff --git a/plugins/API/Renderer/Json.php b/plugins/API/Renderer/Json.php index 37427969e3..e33b8b7ff9 100644 --- a/plugins/API/Renderer/Json.php +++ b/plugins/API/Renderer/Json.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 * */ diff --git a/plugins/API/Renderer/Json2.php b/plugins/API/Renderer/Json2.php index 23f6effe0b..e015febbfb 100644 --- a/plugins/API/Renderer/Json2.php +++ b/plugins/API/Renderer/Json2.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 * */ diff --git a/plugins/API/Renderer/Original.php b/plugins/API/Renderer/Original.php index 2db1ae2e71..fa6091686c 100644 --- a/plugins/API/Renderer/Original.php +++ b/plugins/API/Renderer/Original.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 * */ diff --git a/plugins/API/Renderer/Php.php b/plugins/API/Renderer/Php.php index c237074541..50836abea7 100644 --- a/plugins/API/Renderer/Php.php +++ b/plugins/API/Renderer/Php.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 * */ diff --git a/plugins/API/Renderer/Rss.php b/plugins/API/Renderer/Rss.php index f5ac883b40..3be4726b21 100644 --- a/plugins/API/Renderer/Rss.php +++ b/plugins/API/Renderer/Rss.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 * */ diff --git a/plugins/API/Renderer/Tsv.php b/plugins/API/Renderer/Tsv.php index 85304d29dd..df69cc2549 100644 --- a/plugins/API/Renderer/Tsv.php +++ b/plugins/API/Renderer/Tsv.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 * */ diff --git a/plugins/API/Renderer/Xml.php b/plugins/API/Renderer/Xml.php index dc1a527057..9769b56e0a 100644 --- a/plugins/API/Renderer/Xml.php +++ b/plugins/API/Renderer/Xml.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 * */ diff --git a/plugins/API/Reports/Get.php b/plugins/API/Reports/Get.php index 445ec3cbc3..b3e654400c 100644 --- a/plugins/API/Reports/Get.php +++ b/plugins/API/Reports/Get.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 * */ diff --git a/plugins/API/RowEvolution.php b/plugins/API/RowEvolution.php index 9fd489f7e4..9025eb3436 100644 --- a/plugins/API/RowEvolution.php +++ b/plugins/API/RowEvolution.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 * */ diff --git a/plugins/API/SegmentMetadata.php b/plugins/API/SegmentMetadata.php index 03f6f64336..6f2bfda932 100644 --- a/plugins/API/SegmentMetadata.php +++ b/plugins/API/SegmentMetadata.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 * */ diff --git a/plugins/API/WidgetMetadata.php b/plugins/API/WidgetMetadata.php index 0bbb823f14..ef1c6e51d2 100644 --- a/plugins/API/WidgetMetadata.php +++ b/plugins/API/WidgetMetadata.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 * */ diff --git a/plugins/API/tests/Integration/APITest.php b/plugins/API/tests/Integration/APITest.php index c60f1769ab..0c401827c6 100644 --- a/plugins/API/tests/Integration/APITest.php +++ b/plugins/API/tests/Integration/APITest.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 */ diff --git a/plugins/API/tests/Integration/RowEvolutionTest.php b/plugins/API/tests/Integration/RowEvolutionTest.php index d96bb0efac..d7354a3d8d 100644 --- a/plugins/API/tests/Integration/RowEvolutionTest.php +++ b/plugins/API/tests/Integration/RowEvolutionTest.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 */ diff --git a/plugins/API/tests/Integration/RssRendererTest.php b/plugins/API/tests/Integration/RssRendererTest.php index 826bc1262d..8210919118 100644 --- a/plugins/API/tests/Integration/RssRendererTest.php +++ b/plugins/API/tests/Integration/RssRendererTest.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 */ diff --git a/plugins/API/tests/Unit/ConsoleRendererTest.php b/plugins/API/tests/Unit/ConsoleRendererTest.php index a1757b34ec..70e3a2113b 100644 --- a/plugins/API/tests/Unit/ConsoleRendererTest.php +++ b/plugins/API/tests/Unit/ConsoleRendererTest.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 */ diff --git a/plugins/API/tests/Unit/CsvRendererTest.php b/plugins/API/tests/Unit/CsvRendererTest.php index 50a9822191..548de5c083 100644 --- a/plugins/API/tests/Unit/CsvRendererTest.php +++ b/plugins/API/tests/Unit/CsvRendererTest.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 */ diff --git a/plugins/API/tests/Unit/HtmlRendererTest.php b/plugins/API/tests/Unit/HtmlRendererTest.php index 098f9395cc..76af70b894 100644 --- a/plugins/API/tests/Unit/HtmlRendererTest.php +++ b/plugins/API/tests/Unit/HtmlRendererTest.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 */ diff --git a/plugins/API/tests/Unit/JsonRendererTest.php b/plugins/API/tests/Unit/JsonRendererTest.php index 388826da80..f7e0063c07 100644 --- a/plugins/API/tests/Unit/JsonRendererTest.php +++ b/plugins/API/tests/Unit/JsonRendererTest.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 */ diff --git a/plugins/API/tests/Unit/OriginalRendererTest.php b/plugins/API/tests/Unit/OriginalRendererTest.php index 1ea2d434d5..f21161305e 100644 --- a/plugins/API/tests/Unit/OriginalRendererTest.php +++ b/plugins/API/tests/Unit/OriginalRendererTest.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 */ diff --git a/plugins/API/tests/Unit/PhpRendererTest.php b/plugins/API/tests/Unit/PhpRendererTest.php index 77a5efa568..81d89cf7f2 100644 --- a/plugins/API/tests/Unit/PhpRendererTest.php +++ b/plugins/API/tests/Unit/PhpRendererTest.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 */ diff --git a/plugins/API/tests/Unit/WidgetMetadataTest.php b/plugins/API/tests/Unit/WidgetMetadataTest.php index 572f89407e..d9c57c5547 100644 --- a/plugins/API/tests/Unit/WidgetMetadataTest.php +++ b/plugins/API/tests/Unit/WidgetMetadataTest.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 */ diff --git a/plugins/API/tests/Unit/XmlRendererTest.php b/plugins/API/tests/Unit/XmlRendererTest.php index f3ca71a10d..833d303aac 100644 --- a/plugins/API/tests/Unit/XmlRendererTest.php +++ b/plugins/API/tests/Unit/XmlRendererTest.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 */ diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php index 16897a109c..c0f107b954 100644 --- a/plugins/Actions/API.php +++ b/plugins/Actions/API.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 * */ diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php index aadadca6ad..62c0755849 100644 --- a/plugins/Actions/Actions.php +++ b/plugins/Actions/Actions.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 * */ diff --git a/plugins/Actions/Actions/ActionClickUrl.php b/plugins/Actions/Actions/ActionClickUrl.php index df93d154a1..52b12dff23 100644 --- a/plugins/Actions/Actions/ActionClickUrl.php +++ b/plugins/Actions/Actions/ActionClickUrl.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 * */ diff --git a/plugins/Actions/Actions/ActionDownloadUrl.php b/plugins/Actions/Actions/ActionDownloadUrl.php index be24519bfb..6ce7880c9e 100644 --- a/plugins/Actions/Actions/ActionDownloadUrl.php +++ b/plugins/Actions/Actions/ActionDownloadUrl.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 * */ diff --git a/plugins/Actions/Actions/ActionSiteSearch.php b/plugins/Actions/Actions/ActionSiteSearch.php index d237ab5880..c8068f56ba 100644 --- a/plugins/Actions/Actions/ActionSiteSearch.php +++ b/plugins/Actions/Actions/ActionSiteSearch.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 * */ diff --git a/plugins/Actions/Archiver.php b/plugins/Actions/Archiver.php index 5bf1fa0ba6..f32e7854d2 100644 --- a/plugins/Actions/Archiver.php +++ b/plugins/Actions/Archiver.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 * */ diff --git a/plugins/Actions/ArchivingHelper.php b/plugins/Actions/ArchivingHelper.php index aa1aa3cbae..487495d7ad 100644 --- a/plugins/Actions/ArchivingHelper.php +++ b/plugins/Actions/ArchivingHelper.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 * */ diff --git a/plugins/Actions/Categories/DownloadsSubcategory.php b/plugins/Actions/Categories/DownloadsSubcategory.php index ac432b11d1..5babe2dbd9 100644 --- a/plugins/Actions/Categories/DownloadsSubcategory.php +++ b/plugins/Actions/Categories/DownloadsSubcategory.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 * */ diff --git a/plugins/Actions/Categories/EntryPagesSubcategory.php b/plugins/Actions/Categories/EntryPagesSubcategory.php index d4ee657b79..f81f92675c 100644 --- a/plugins/Actions/Categories/EntryPagesSubcategory.php +++ b/plugins/Actions/Categories/EntryPagesSubcategory.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 * */ diff --git a/plugins/Actions/Categories/ExitPagesSubcategory.php b/plugins/Actions/Categories/ExitPagesSubcategory.php index b1a5a636c6..d4129c44f5 100644 --- a/plugins/Actions/Categories/ExitPagesSubcategory.php +++ b/plugins/Actions/Categories/ExitPagesSubcategory.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 * */ diff --git a/plugins/Actions/Categories/OutlinksSubcategory.php b/plugins/Actions/Categories/OutlinksSubcategory.php index 975ca9003e..1a1ad02a76 100644 --- a/plugins/Actions/Categories/OutlinksSubcategory.php +++ b/plugins/Actions/Categories/OutlinksSubcategory.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 * */ diff --git a/plugins/Actions/Categories/PageTitlesSubcategory.php b/plugins/Actions/Categories/PageTitlesSubcategory.php index 1a88b6dbd2..e141bfd40b 100644 --- a/plugins/Actions/Categories/PageTitlesSubcategory.php +++ b/plugins/Actions/Categories/PageTitlesSubcategory.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 * */ diff --git a/plugins/Actions/Categories/PagesSubcategory.php b/plugins/Actions/Categories/PagesSubcategory.php index 5d407859b1..50cbf84b8b 100644 --- a/plugins/Actions/Categories/PagesSubcategory.php +++ b/plugins/Actions/Categories/PagesSubcategory.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 * */ diff --git a/plugins/Actions/Categories/SiteSearchSubcategory.php b/plugins/Actions/Categories/SiteSearchSubcategory.php index e915803679..475299e0c7 100644 --- a/plugins/Actions/Categories/SiteSearchSubcategory.php +++ b/plugins/Actions/Categories/SiteSearchSubcategory.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 * */ diff --git a/plugins/Actions/Columns/ActionType.php b/plugins/Actions/Columns/ActionType.php index d2dd02ec4c..f862faf80b 100644 --- a/plugins/Actions/Columns/ActionType.php +++ b/plugins/Actions/Columns/ActionType.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 * */ diff --git a/plugins/Actions/Columns/ActionUrl.php b/plugins/Actions/Columns/ActionUrl.php index 86478ac2c7..df6705be23 100644 --- a/plugins/Actions/Columns/ActionUrl.php +++ b/plugins/Actions/Columns/ActionUrl.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 * */ diff --git a/plugins/Actions/Columns/ClickedUrl.php b/plugins/Actions/Columns/ClickedUrl.php index 861b6d5202..cc74ad45f6 100644 --- a/plugins/Actions/Columns/ClickedUrl.php +++ b/plugins/Actions/Columns/ClickedUrl.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 * */ diff --git a/plugins/Actions/Columns/DestinationPage.php b/plugins/Actions/Columns/DestinationPage.php index 4b2b3eb184..7de679009a 100644 --- a/plugins/Actions/Columns/DestinationPage.php +++ b/plugins/Actions/Columns/DestinationPage.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 * */ diff --git a/plugins/Actions/Columns/DownloadUrl.php b/plugins/Actions/Columns/DownloadUrl.php index 6375bba69b..62a63157db 100644 --- a/plugins/Actions/Columns/DownloadUrl.php +++ b/plugins/Actions/Columns/DownloadUrl.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 * */ diff --git a/plugins/Actions/Columns/EntryPageTitle.php b/plugins/Actions/Columns/EntryPageTitle.php index 5034f72408..47741de58c 100644 --- a/plugins/Actions/Columns/EntryPageTitle.php +++ b/plugins/Actions/Columns/EntryPageTitle.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 * */ diff --git a/plugins/Actions/Columns/EntryPageUrl.php b/plugins/Actions/Columns/EntryPageUrl.php index 25750024da..a44a1df0bb 100644 --- a/plugins/Actions/Columns/EntryPageUrl.php +++ b/plugins/Actions/Columns/EntryPageUrl.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 * */ diff --git a/plugins/Actions/Columns/ExitPageTitle.php b/plugins/Actions/Columns/ExitPageTitle.php index 6207eff5fd..4cc417c968 100644 --- a/plugins/Actions/Columns/ExitPageTitle.php +++ b/plugins/Actions/Columns/ExitPageTitle.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 * */ diff --git a/plugins/Actions/Columns/ExitPageUrl.php b/plugins/Actions/Columns/ExitPageUrl.php index c9e35e9da4..42514a8bc2 100644 --- a/plugins/Actions/Columns/ExitPageUrl.php +++ b/plugins/Actions/Columns/ExitPageUrl.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 * */ diff --git a/plugins/Actions/Columns/IdPageview.php b/plugins/Actions/Columns/IdPageview.php index 219fa7cbc0..6ead66130e 100644 --- a/plugins/Actions/Columns/IdPageview.php +++ b/plugins/Actions/Columns/IdPageview.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 * */ diff --git a/plugins/Actions/Columns/InteractionPosition.php b/plugins/Actions/Columns/InteractionPosition.php index c825669450..ab4b8b0fa8 100644 --- a/plugins/Actions/Columns/InteractionPosition.php +++ b/plugins/Actions/Columns/InteractionPosition.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 * */ diff --git a/plugins/Actions/Columns/Keyword.php b/plugins/Actions/Columns/Keyword.php index 7c7a5aa915..93f0ed7ba2 100644 --- a/plugins/Actions/Columns/Keyword.php +++ b/plugins/Actions/Columns/Keyword.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 * */ diff --git a/plugins/Actions/Columns/KeywordwithNoSearchResult.php b/plugins/Actions/Columns/KeywordwithNoSearchResult.php index e96e50eaa3..1bb9709772 100644 --- a/plugins/Actions/Columns/KeywordwithNoSearchResult.php +++ b/plugins/Actions/Columns/KeywordwithNoSearchResult.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 * */ diff --git a/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php b/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php index ed89226ac0..03d8e4b3dc 100644 --- a/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php +++ b/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.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\Plugins\Actions\Columns\Metrics; diff --git a/plugins/Actions/Columns/Metrics/AverageTimeOnPage.php b/plugins/Actions/Columns/Metrics/AverageTimeOnPage.php index 934ee987b1..9fdaa790f3 100644 --- a/plugins/Actions/Columns/Metrics/AverageTimeOnPage.php +++ b/plugins/Actions/Columns/Metrics/AverageTimeOnPage.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\Plugins\Actions\Columns\Metrics; diff --git a/plugins/Actions/Columns/Metrics/BounceRate.php b/plugins/Actions/Columns/Metrics/BounceRate.php index da748b5ea6..c494394988 100644 --- a/plugins/Actions/Columns/Metrics/BounceRate.php +++ b/plugins/Actions/Columns/Metrics/BounceRate.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\Plugins\Actions\Columns\Metrics; diff --git a/plugins/Actions/Columns/Metrics/ExitRate.php b/plugins/Actions/Columns/Metrics/ExitRate.php index 4f78b2482f..c02cfe1b27 100644 --- a/plugins/Actions/Columns/Metrics/ExitRate.php +++ b/plugins/Actions/Columns/Metrics/ExitRate.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\Plugins\Actions\Columns\Metrics; diff --git a/plugins/Actions/Columns/PageGenerationTime.php b/plugins/Actions/Columns/PageGenerationTime.php index d7c8344db4..008597bbad 100644 --- a/plugins/Actions/Columns/PageGenerationTime.php +++ b/plugins/Actions/Columns/PageGenerationTime.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 * */ diff --git a/plugins/Actions/Columns/PageTitle.php b/plugins/Actions/Columns/PageTitle.php index 77bdac1099..502744126d 100644 --- a/plugins/Actions/Columns/PageTitle.php +++ b/plugins/Actions/Columns/PageTitle.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 * */ diff --git a/plugins/Actions/Columns/PageUrl.php b/plugins/Actions/Columns/PageUrl.php index a236f0e28e..7728a49a5a 100644 --- a/plugins/Actions/Columns/PageUrl.php +++ b/plugins/Actions/Columns/PageUrl.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 * */ diff --git a/plugins/Actions/Columns/SearchCategory.php b/plugins/Actions/Columns/SearchCategory.php index e61ac25136..09b6a836b0 100644 --- a/plugins/Actions/Columns/SearchCategory.php +++ b/plugins/Actions/Columns/SearchCategory.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 * */ diff --git a/plugins/Actions/Columns/SearchDestinationPage.php b/plugins/Actions/Columns/SearchDestinationPage.php index 4e3271892d..c6132f2f92 100644 --- a/plugins/Actions/Columns/SearchDestinationPage.php +++ b/plugins/Actions/Columns/SearchDestinationPage.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 * */ diff --git a/plugins/Actions/Columns/SearchKeyword.php b/plugins/Actions/Columns/SearchKeyword.php index 48283eae02..3ab52bb355 100644 --- a/plugins/Actions/Columns/SearchKeyword.php +++ b/plugins/Actions/Columns/SearchKeyword.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 * */ diff --git a/plugins/Actions/Columns/SearchNoResultKeyword.php b/plugins/Actions/Columns/SearchNoResultKeyword.php index 3245d31efc..b95f2ced2f 100644 --- a/plugins/Actions/Columns/SearchNoResultKeyword.php +++ b/plugins/Actions/Columns/SearchNoResultKeyword.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 * */ diff --git a/plugins/Actions/Columns/TimeSpentRefAction.php b/plugins/Actions/Columns/TimeSpentRefAction.php index 2b0a8c2526..6a861b292c 100644 --- a/plugins/Actions/Columns/TimeSpentRefAction.php +++ b/plugins/Actions/Columns/TimeSpentRefAction.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 * */ diff --git a/plugins/Actions/Columns/VisitTotalActions.php b/plugins/Actions/Columns/VisitTotalActions.php index 85ddc9336d..58aacab839 100644 --- a/plugins/Actions/Columns/VisitTotalActions.php +++ b/plugins/Actions/Columns/VisitTotalActions.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 * */ diff --git a/plugins/Actions/Columns/VisitTotalInteractions.php b/plugins/Actions/Columns/VisitTotalInteractions.php index a41244211c..566e30951c 100644 --- a/plugins/Actions/Columns/VisitTotalInteractions.php +++ b/plugins/Actions/Columns/VisitTotalInteractions.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 * */ diff --git a/plugins/Actions/Columns/VisitTotalSearches.php b/plugins/Actions/Columns/VisitTotalSearches.php index 559b8090bf..5145bad618 100644 --- a/plugins/Actions/Columns/VisitTotalSearches.php +++ b/plugins/Actions/Columns/VisitTotalSearches.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 * */ diff --git a/plugins/Actions/DataTable/Filter/Actions.php b/plugins/Actions/DataTable/Filter/Actions.php index 88b05585d0..c45716a98b 100644 --- a/plugins/Actions/DataTable/Filter/Actions.php +++ b/plugins/Actions/DataTable/Filter/Actions.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 * */ diff --git a/plugins/Actions/Metrics.php b/plugins/Actions/Metrics.php index d7aa94fc80..56a0298c34 100644 --- a/plugins/Actions/Metrics.php +++ b/plugins/Actions/Metrics.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 * */ diff --git a/plugins/Actions/Reports/Base.php b/plugins/Actions/Reports/Base.php index 20e35593d8..2e8e9f6fd6 100644 --- a/plugins/Actions/Reports/Base.php +++ b/plugins/Actions/Reports/Base.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 * */ diff --git a/plugins/Actions/Reports/Get.php b/plugins/Actions/Reports/Get.php index cc97e91c6d..8628aec938 100644 --- a/plugins/Actions/Reports/Get.php +++ b/plugins/Actions/Reports/Get.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 * */ diff --git a/plugins/Actions/Reports/GetDownloads.php b/plugins/Actions/Reports/GetDownloads.php index 92975b969e..6b1f7180f0 100644 --- a/plugins/Actions/Reports/GetDownloads.php +++ b/plugins/Actions/Reports/GetDownloads.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 * */ diff --git a/plugins/Actions/Reports/GetEntryPageTitles.php b/plugins/Actions/Reports/GetEntryPageTitles.php index 6316983984..12bd9d5307 100644 --- a/plugins/Actions/Reports/GetEntryPageTitles.php +++ b/plugins/Actions/Reports/GetEntryPageTitles.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 * */ diff --git a/plugins/Actions/Reports/GetEntryPageUrls.php b/plugins/Actions/Reports/GetEntryPageUrls.php index 4714b31a6b..1a634e3895 100644 --- a/plugins/Actions/Reports/GetEntryPageUrls.php +++ b/plugins/Actions/Reports/GetEntryPageUrls.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 * */ diff --git a/plugins/Actions/Reports/GetExitPageTitles.php b/plugins/Actions/Reports/GetExitPageTitles.php index 1a61166170..a16d8e61a1 100644 --- a/plugins/Actions/Reports/GetExitPageTitles.php +++ b/plugins/Actions/Reports/GetExitPageTitles.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 * */ diff --git a/plugins/Actions/Reports/GetExitPageUrls.php b/plugins/Actions/Reports/GetExitPageUrls.php index 6ad6865c6c..e30cb2ab36 100644 --- a/plugins/Actions/Reports/GetExitPageUrls.php +++ b/plugins/Actions/Reports/GetExitPageUrls.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 * */ diff --git a/plugins/Actions/Reports/GetOutlinks.php b/plugins/Actions/Reports/GetOutlinks.php index fb5e13e831..b1d55db0c3 100644 --- a/plugins/Actions/Reports/GetOutlinks.php +++ b/plugins/Actions/Reports/GetOutlinks.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 * */ diff --git a/plugins/Actions/Reports/GetPageTitles.php b/plugins/Actions/Reports/GetPageTitles.php index ddddb2e0ae..8df56a8b55 100644 --- a/plugins/Actions/Reports/GetPageTitles.php +++ b/plugins/Actions/Reports/GetPageTitles.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 * */ diff --git a/plugins/Actions/Reports/GetPageTitlesFollowingSiteSearch.php b/plugins/Actions/Reports/GetPageTitlesFollowingSiteSearch.php index cd8a6e4d75..6b30cee296 100644 --- a/plugins/Actions/Reports/GetPageTitlesFollowingSiteSearch.php +++ b/plugins/Actions/Reports/GetPageTitlesFollowingSiteSearch.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 * */ diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php index 004d11ba88..3b0f8103ef 100644 --- a/plugins/Actions/Reports/GetPageUrls.php +++ b/plugins/Actions/Reports/GetPageUrls.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 * */ diff --git a/plugins/Actions/Reports/GetPageUrlsFollowingSiteSearch.php b/plugins/Actions/Reports/GetPageUrlsFollowingSiteSearch.php index ae1bb8927d..2788ff3507 100644 --- a/plugins/Actions/Reports/GetPageUrlsFollowingSiteSearch.php +++ b/plugins/Actions/Reports/GetPageUrlsFollowingSiteSearch.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 * */ diff --git a/plugins/Actions/Reports/GetSiteSearchCategories.php b/plugins/Actions/Reports/GetSiteSearchCategories.php index 5388ff9198..7115f725d0 100644 --- a/plugins/Actions/Reports/GetSiteSearchCategories.php +++ b/plugins/Actions/Reports/GetSiteSearchCategories.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 * */ diff --git a/plugins/Actions/Reports/GetSiteSearchKeywords.php b/plugins/Actions/Reports/GetSiteSearchKeywords.php index abb8b70b64..eed6b1a9b0 100644 --- a/plugins/Actions/Reports/GetSiteSearchKeywords.php +++ b/plugins/Actions/Reports/GetSiteSearchKeywords.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 * */ diff --git a/plugins/Actions/Reports/GetSiteSearchNoResultKeywords.php b/plugins/Actions/Reports/GetSiteSearchNoResultKeywords.php index c1c01ca504..c0dd721421 100644 --- a/plugins/Actions/Reports/GetSiteSearchNoResultKeywords.php +++ b/plugins/Actions/Reports/GetSiteSearchNoResultKeywords.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 * */ diff --git a/plugins/Actions/Reports/SiteSearchBase.php b/plugins/Actions/Reports/SiteSearchBase.php index 787ce89fe6..4896caa3ac 100644 --- a/plugins/Actions/Reports/SiteSearchBase.php +++ b/plugins/Actions/Reports/SiteSearchBase.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 * */ diff --git a/plugins/Actions/Segment.php b/plugins/Actions/Segment.php index 36745dd508..70b367285b 100644 --- a/plugins/Actions/Segment.php +++ b/plugins/Actions/Segment.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 * */ diff --git a/plugins/Actions/Tracker/ActionsRequestProcessor.php b/plugins/Actions/Tracker/ActionsRequestProcessor.php index 0117afa452..58b78c28ec 100644 --- a/plugins/Actions/Tracker/ActionsRequestProcessor.php +++ b/plugins/Actions/Tracker/ActionsRequestProcessor.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 */ diff --git a/plugins/Annotations/API.php b/plugins/Annotations/API.php index 9889ff7349..a0d2d5b276 100644 --- a/plugins/Annotations/API.php +++ b/plugins/Annotations/API.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 * */ diff --git a/plugins/Annotations/AnnotationList.php b/plugins/Annotations/AnnotationList.php index 845cbfe9ae..b2d6c91cb4 100644 --- a/plugins/Annotations/AnnotationList.php +++ b/plugins/Annotations/AnnotationList.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 * */ diff --git a/plugins/Annotations/Annotations.php b/plugins/Annotations/Annotations.php index 84fe6134a8..228761de2f 100644 --- a/plugins/Annotations/Annotations.php +++ b/plugins/Annotations/Annotations.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 * */ diff --git a/plugins/Annotations/Controller.php b/plugins/Annotations/Controller.php index b93e5c94e9..a7fac4d75c 100644 --- a/plugins/Annotations/Controller.php +++ b/plugins/Annotations/Controller.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 * */ diff --git a/plugins/BulkTracking/BulkTracking.php b/plugins/BulkTracking/BulkTracking.php index c05f5dc513..89379e38f5 100644 --- a/plugins/BulkTracking/BulkTracking.php +++ b/plugins/BulkTracking/BulkTracking.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 * */ diff --git a/plugins/BulkTracking/Tracker/Handler.php b/plugins/BulkTracking/Tracker/Handler.php index c68667f062..a2ca69f3f3 100644 --- a/plugins/BulkTracking/Tracker/Handler.php +++ b/plugins/BulkTracking/Tracker/Handler.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 * */ diff --git a/plugins/BulkTracking/Tracker/Requests.php b/plugins/BulkTracking/Tracker/Requests.php index 5baf6bbd4d..333333c083 100644 --- a/plugins/BulkTracking/Tracker/Requests.php +++ b/plugins/BulkTracking/Tracker/Requests.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 * */ diff --git a/plugins/BulkTracking/Tracker/Response.php b/plugins/BulkTracking/Tracker/Response.php index e8d3667eec..e1ce250b23 100644 --- a/plugins/BulkTracking/Tracker/Response.php +++ b/plugins/BulkTracking/Tracker/Response.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 * */ diff --git a/plugins/BulkTracking/tests/Framework/Mock/Tracker/Requests.php b/plugins/BulkTracking/tests/Framework/Mock/Tracker/Requests.php index c6c39c4ee9..9dc17713c9 100644 --- a/plugins/BulkTracking/tests/Framework/Mock/Tracker/Requests.php +++ b/plugins/BulkTracking/tests/Framework/Mock/Tracker/Requests.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 */ diff --git a/plugins/BulkTracking/tests/Framework/Mock/Tracker/Response.php b/plugins/BulkTracking/tests/Framework/Mock/Tracker/Response.php index c595a278c6..7a69229fe3 100644 --- a/plugins/BulkTracking/tests/Framework/Mock/Tracker/Response.php +++ b/plugins/BulkTracking/tests/Framework/Mock/Tracker/Response.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 */ diff --git a/plugins/BulkTracking/tests/Framework/TestCase/BulkTrackingTestCase.php b/plugins/BulkTracking/tests/Framework/TestCase/BulkTrackingTestCase.php index 19788b64ab..54eec6e57d 100644 --- a/plugins/BulkTracking/tests/Framework/TestCase/BulkTrackingTestCase.php +++ b/plugins/BulkTracking/tests/Framework/TestCase/BulkTrackingTestCase.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 */ diff --git a/plugins/BulkTracking/tests/Integration/BulkTrackingTest.php b/plugins/BulkTracking/tests/Integration/BulkTrackingTest.php index 3c3366ea9d..58c1e0e89e 100644 --- a/plugins/BulkTracking/tests/Integration/BulkTrackingTest.php +++ b/plugins/BulkTracking/tests/Integration/BulkTrackingTest.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 */ diff --git a/plugins/BulkTracking/tests/Integration/HandlerTest.php b/plugins/BulkTracking/tests/Integration/HandlerTest.php index a1992150ee..69aed7a910 100644 --- a/plugins/BulkTracking/tests/Integration/HandlerTest.php +++ b/plugins/BulkTracking/tests/Integration/HandlerTest.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 */ diff --git a/plugins/BulkTracking/tests/Integration/RequestsTest.php b/plugins/BulkTracking/tests/Integration/RequestsTest.php index e0832770d7..3f7e9672c1 100644 --- a/plugins/BulkTracking/tests/Integration/RequestsTest.php +++ b/plugins/BulkTracking/tests/Integration/RequestsTest.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 */ diff --git a/plugins/BulkTracking/tests/Integration/TrackerTest.php b/plugins/BulkTracking/tests/Integration/TrackerTest.php index cc51d0a851..1f2b25a0b4 100644 --- a/plugins/BulkTracking/tests/Integration/TrackerTest.php +++ b/plugins/BulkTracking/tests/Integration/TrackerTest.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 */ diff --git a/plugins/BulkTracking/tests/Mock/TrackerResponse.php b/plugins/BulkTracking/tests/Mock/TrackerResponse.php index 9b6f9564d8..42aef04129 100644 --- a/plugins/BulkTracking/tests/Mock/TrackerResponse.php +++ b/plugins/BulkTracking/tests/Mock/TrackerResponse.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 */ diff --git a/plugins/BulkTracking/tests/System/TrackerTest.php b/plugins/BulkTracking/tests/System/TrackerTest.php index d9dec9b6e9..4c3be14816 100644 --- a/plugins/BulkTracking/tests/System/TrackerTest.php +++ b/plugins/BulkTracking/tests/System/TrackerTest.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 */ diff --git a/plugins/BulkTracking/tests/Unit/RequestsTest.php b/plugins/BulkTracking/tests/Unit/RequestsTest.php index fe5bf08116..78a6b93ffb 100644 --- a/plugins/BulkTracking/tests/Unit/RequestsTest.php +++ b/plugins/BulkTracking/tests/Unit/RequestsTest.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 */ diff --git a/plugins/BulkTracking/tests/Unit/ResponseTest.php b/plugins/BulkTracking/tests/Unit/ResponseTest.php index 91dbfc2079..5cf26225b6 100644 --- a/plugins/BulkTracking/tests/Unit/ResponseTest.php +++ b/plugins/BulkTracking/tests/Unit/ResponseTest.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 */ diff --git a/plugins/Contents/API.php b/plugins/Contents/API.php index 926da47241..37754b881d 100644 --- a/plugins/Contents/API.php +++ b/plugins/Contents/API.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 * */ diff --git a/plugins/Contents/Actions/ActionContent.php b/plugins/Contents/Actions/ActionContent.php index b328ebcc6c..28bf4852cc 100644 --- a/plugins/Contents/Actions/ActionContent.php +++ b/plugins/Contents/Actions/ActionContent.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 * */ diff --git a/plugins/Contents/Archiver.php b/plugins/Contents/Archiver.php index 9a642e29bd..27ead44c37 100644 --- a/plugins/Contents/Archiver.php +++ b/plugins/Contents/Archiver.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 * */ diff --git a/plugins/Contents/Categories/ContentsSubcategory.php b/plugins/Contents/Categories/ContentsSubcategory.php index 735d376e4f..ae90b87444 100644 --- a/plugins/Contents/Categories/ContentsSubcategory.php +++ b/plugins/Contents/Categories/ContentsSubcategory.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 * */ diff --git a/plugins/Contents/Columns/ContentInteraction.php b/plugins/Contents/Columns/ContentInteraction.php index e188fab521..dd9728bb05 100644 --- a/plugins/Contents/Columns/ContentInteraction.php +++ b/plugins/Contents/Columns/ContentInteraction.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 * */ diff --git a/plugins/Contents/Columns/ContentName.php b/plugins/Contents/Columns/ContentName.php index 47255787d6..b327918a77 100644 --- a/plugins/Contents/Columns/ContentName.php +++ b/plugins/Contents/Columns/ContentName.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 * */ diff --git a/plugins/Contents/Columns/ContentPiece.php b/plugins/Contents/Columns/ContentPiece.php index 0bf5464611..35ac1df8cc 100644 --- a/plugins/Contents/Columns/ContentPiece.php +++ b/plugins/Contents/Columns/ContentPiece.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 * */ diff --git a/plugins/Contents/Columns/ContentTarget.php b/plugins/Contents/Columns/ContentTarget.php index 7448770749..00d80dd835 100644 --- a/plugins/Contents/Columns/ContentTarget.php +++ b/plugins/Contents/Columns/ContentTarget.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 * */ diff --git a/plugins/Contents/Columns/Metrics/InteractionRate.php b/plugins/Contents/Columns/Metrics/InteractionRate.php index 513f0efe35..d9efac5b90 100644 --- a/plugins/Contents/Columns/Metrics/InteractionRate.php +++ b/plugins/Contents/Columns/Metrics/InteractionRate.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 */ diff --git a/plugins/Contents/Contents.php b/plugins/Contents/Contents.php index 580b752a53..f13558c9f1 100644 --- a/plugins/Contents/Contents.php +++ b/plugins/Contents/Contents.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 * */ diff --git a/plugins/Contents/DataArray.php b/plugins/Contents/DataArray.php index 98e7b0543c..27f025f195 100644 --- a/plugins/Contents/DataArray.php +++ b/plugins/Contents/DataArray.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 * */ diff --git a/plugins/Contents/Dimensions.php b/plugins/Contents/Dimensions.php index ce74022924..0fdeeb718d 100644 --- a/plugins/Contents/Dimensions.php +++ b/plugins/Contents/Dimensions.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 * */ diff --git a/plugins/Contents/Reports/Base.php b/plugins/Contents/Reports/Base.php index e323bebdbe..ad3bba5f82 100644 --- a/plugins/Contents/Reports/Base.php +++ b/plugins/Contents/Reports/Base.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 * */ diff --git a/plugins/Contents/Reports/GetContentNames.php b/plugins/Contents/Reports/GetContentNames.php index 6afb8e071e..b8a1499829 100644 --- a/plugins/Contents/Reports/GetContentNames.php +++ b/plugins/Contents/Reports/GetContentNames.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 * */ diff --git a/plugins/Contents/Reports/GetContentPieces.php b/plugins/Contents/Reports/GetContentPieces.php index ede8da9405..026dce2f1c 100644 --- a/plugins/Contents/Reports/GetContentPieces.php +++ b/plugins/Contents/Reports/GetContentPieces.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 * */ diff --git a/plugins/Contents/Widgets/ContentsByDimension.php b/plugins/Contents/Widgets/ContentsByDimension.php index 3f2291e8d8..04621b0b4b 100644 --- a/plugins/Contents/Widgets/ContentsByDimension.php +++ b/plugins/Contents/Widgets/ContentsByDimension.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 * */ diff --git a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php index 9b6d831630..4285d3ee08 100644 --- a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php +++ b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.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\Plugins\Contents\tests\Fixtures; diff --git a/plugins/CoreAdminHome/API.php b/plugins/CoreAdminHome/API.php index 8446d76eff..9fd0ffaf25 100644 --- a/plugins/CoreAdminHome/API.php +++ b/plugins/CoreAdminHome/API.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 * */ diff --git a/plugins/CoreAdminHome/Commands/DeleteLogsData.php b/plugins/CoreAdminHome/Commands/DeleteLogsData.php index a504ed2c9c..b243dae9ac 100644 --- a/plugins/CoreAdminHome/Commands/DeleteLogsData.php +++ b/plugins/CoreAdminHome/Commands/DeleteLogsData.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 */ diff --git a/plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php b/plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php index cfbfdf82b1..7298f8b1e8 100644 --- a/plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php +++ b/plugins/CoreAdminHome/Commands/FixDuplicateLogActions.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 * */ diff --git a/plugins/CoreAdminHome/Commands/InvalidateReportData.php b/plugins/CoreAdminHome/Commands/InvalidateReportData.php index f424afc8e8..b8abd737f6 100644 --- a/plugins/CoreAdminHome/Commands/InvalidateReportData.php +++ b/plugins/CoreAdminHome/Commands/InvalidateReportData.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 */ diff --git a/plugins/CoreAdminHome/Commands/OptimizeArchiveTables.php b/plugins/CoreAdminHome/Commands/OptimizeArchiveTables.php index 0e3887b261..ec3692609f 100644 --- a/plugins/CoreAdminHome/Commands/OptimizeArchiveTables.php +++ b/plugins/CoreAdminHome/Commands/OptimizeArchiveTables.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 */ diff --git a/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php b/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php index a37c3ff153..8295633339 100644 --- a/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php +++ b/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.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 * */ diff --git a/plugins/CoreAdminHome/Commands/RunScheduledTasks.php b/plugins/CoreAdminHome/Commands/RunScheduledTasks.php index 4c231dd3f9..f94d9ca412 100644 --- a/plugins/CoreAdminHome/Commands/RunScheduledTasks.php +++ b/plugins/CoreAdminHome/Commands/RunScheduledTasks.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 * */ diff --git a/plugins/CoreAdminHome/Commands/SetConfig.php b/plugins/CoreAdminHome/Commands/SetConfig.php index 8b80c6905e..0f0a85e9d1 100644 --- a/plugins/CoreAdminHome/Commands/SetConfig.php +++ b/plugins/CoreAdminHome/Commands/SetConfig.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 */ diff --git a/plugins/CoreAdminHome/Commands/SetConfig/ConfigSettingManipulation.php b/plugins/CoreAdminHome/Commands/SetConfig/ConfigSettingManipulation.php index e13fa3baa6..4a2e883680 100644 --- a/plugins/CoreAdminHome/Commands/SetConfig/ConfigSettingManipulation.php +++ b/plugins/CoreAdminHome/Commands/SetConfig/ConfigSettingManipulation.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 */ diff --git a/plugins/CoreAdminHome/Controller.php b/plugins/CoreAdminHome/Controller.php index 9087b07803..e2b73c32ad 100644 --- a/plugins/CoreAdminHome/Controller.php +++ b/plugins/CoreAdminHome/Controller.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 * */ diff --git a/plugins/CoreAdminHome/CoreAdminHome.php b/plugins/CoreAdminHome/CoreAdminHome.php index 3e0d0e4912..a27d7a0fb5 100644 --- a/plugins/CoreAdminHome/CoreAdminHome.php +++ b/plugins/CoreAdminHome/CoreAdminHome.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 * */ diff --git a/plugins/CoreAdminHome/CustomLogo.php b/plugins/CoreAdminHome/CustomLogo.php index bace7bd42d..ba2ce811d9 100644 --- a/plugins/CoreAdminHome/CustomLogo.php +++ b/plugins/CoreAdminHome/CustomLogo.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 * */ diff --git a/plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php b/plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php index c48453e1ee..25ec12516b 100644 --- a/plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php +++ b/plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.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 * */ diff --git a/plugins/CoreAdminHome/Menu.php b/plugins/CoreAdminHome/Menu.php index 8ec288ec6c..c814b79933 100644 --- a/plugins/CoreAdminHome/Menu.php +++ b/plugins/CoreAdminHome/Menu.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 * */ diff --git a/plugins/CoreAdminHome/Model/DuplicateActionRemover.php b/plugins/CoreAdminHome/Model/DuplicateActionRemover.php index bd3f143b09..20505c3a45 100644 --- a/plugins/CoreAdminHome/Model/DuplicateActionRemover.php +++ b/plugins/CoreAdminHome/Model/DuplicateActionRemover.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\Plugins\CoreAdminHome\Model; diff --git a/plugins/CoreAdminHome/OptOutManager.php b/plugins/CoreAdminHome/OptOutManager.php index b47f8c2cdc..03ee4c7911 100644 --- a/plugins/CoreAdminHome/OptOutManager.php +++ b/plugins/CoreAdminHome/OptOutManager.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 * */ diff --git a/plugins/CoreAdminHome/SystemSettings.php b/plugins/CoreAdminHome/SystemSettings.php index ecf192645a..4fbcc81a8e 100644 --- a/plugins/CoreAdminHome/SystemSettings.php +++ b/plugins/CoreAdminHome/SystemSettings.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 */ diff --git a/plugins/CoreAdminHome/Tasks.php b/plugins/CoreAdminHome/Tasks.php index 251130d557..bab0f43ad1 100644 --- a/plugins/CoreAdminHome/Tasks.php +++ b/plugins/CoreAdminHome/Tasks.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 * */ diff --git a/plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.php b/plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.php index ef5c7f533c..d8817eb2d2 100644 --- a/plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.php +++ b/plugins/CoreAdminHome/Tasks/ArchivesToPurgeDistributedList.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\Plugins\CoreAdminHome\Tasks; diff --git a/plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php b/plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php index 7d98a57670..be2bcf4ca9 100644 --- a/plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php +++ b/plugins/CoreAdminHome/tests/Fixture/DuplicateActions.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\Plugins\CoreAdminHome\tests\Fixture; diff --git a/plugins/CoreAdminHome/tests/Framework/Mock/API.php b/plugins/CoreAdminHome/tests/Framework/Mock/API.php index 0fc3f106b0..2799601a95 100644 --- a/plugins/CoreAdminHome/tests/Framework/Mock/API.php +++ b/plugins/CoreAdminHome/tests/Framework/Mock/API.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 */ diff --git a/plugins/CoreAdminHome/tests/Integration/ArchivesToPurgeDistributedListTest.php b/plugins/CoreAdminHome/tests/Integration/ArchivesToPurgeDistributedListTest.php index 762e59a445..f739721f06 100644 --- a/plugins/CoreAdminHome/tests/Integration/ArchivesToPurgeDistributedListTest.php +++ b/plugins/CoreAdminHome/tests/Integration/ArchivesToPurgeDistributedListTest.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 */ diff --git a/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php b/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php index fa25544908..452b20c036 100644 --- a/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.php +++ b/plugins/CoreAdminHome/tests/Integration/Commands/DeleteLogsDataTest.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\Plugins\CoreAdminHome\tests\Integration\Commands; diff --git a/plugins/CoreAdminHome/tests/Integration/Commands/InvalidateReportDataTest.php b/plugins/CoreAdminHome/tests/Integration/Commands/InvalidateReportDataTest.php index b9f171b406..542b3117e5 100644 --- a/plugins/CoreAdminHome/tests/Integration/Commands/InvalidateReportDataTest.php +++ b/plugins/CoreAdminHome/tests/Integration/Commands/InvalidateReportDataTest.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 */ diff --git a/plugins/CoreAdminHome/tests/Integration/Commands/OptimizeArchiveTablesTest.php b/plugins/CoreAdminHome/tests/Integration/Commands/OptimizeArchiveTablesTest.php index c309650024..e6eca03727 100644 --- a/plugins/CoreAdminHome/tests/Integration/Commands/OptimizeArchiveTablesTest.php +++ b/plugins/CoreAdminHome/tests/Integration/Commands/OptimizeArchiveTablesTest.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 */ diff --git a/plugins/CoreAdminHome/tests/Integration/Commands/PurgeOldArchiveDataTest.php b/plugins/CoreAdminHome/tests/Integration/Commands/PurgeOldArchiveDataTest.php index ecb07aa438..63d8bfa527 100644 --- a/plugins/CoreAdminHome/tests/Integration/Commands/PurgeOldArchiveDataTest.php +++ b/plugins/CoreAdminHome/tests/Integration/Commands/PurgeOldArchiveDataTest.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\Plugins\CoreAdminHome\tests\Integration\Commands; diff --git a/plugins/CoreAdminHome/tests/Integration/FixDuplicateActionsTest.php b/plugins/CoreAdminHome/tests/Integration/FixDuplicateActionsTest.php index 05e07ea7f4..a17b709f03 100644 --- a/plugins/CoreAdminHome/tests/Integration/FixDuplicateActionsTest.php +++ b/plugins/CoreAdminHome/tests/Integration/FixDuplicateActionsTest.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\Plugins\CoreAdminHome\tests\Integration; diff --git a/plugins/CoreAdminHome/tests/Integration/Model/DuplicateActionRemoverTest.php b/plugins/CoreAdminHome/tests/Integration/Model/DuplicateActionRemoverTest.php index a898ef1616..0c3a89c6a4 100644 --- a/plugins/CoreAdminHome/tests/Integration/Model/DuplicateActionRemoverTest.php +++ b/plugins/CoreAdminHome/tests/Integration/Model/DuplicateActionRemoverTest.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\Plugins\CoreAdminHome\tests\Integration\Model; diff --git a/plugins/CoreAdminHome/tests/Integration/SetConfigTest.php b/plugins/CoreAdminHome/tests/Integration/SetConfigTest.php index afcd8bf91c..e849ddafa3 100644 --- a/plugins/CoreAdminHome/tests/Integration/SetConfigTest.php +++ b/plugins/CoreAdminHome/tests/Integration/SetConfigTest.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 */ diff --git a/plugins/CoreAdminHome/tests/Integration/TasksTest.php b/plugins/CoreAdminHome/tests/Integration/TasksTest.php index 446bf66b86..98765ab8cc 100644 --- a/plugins/CoreAdminHome/tests/Integration/TasksTest.php +++ b/plugins/CoreAdminHome/tests/Integration/TasksTest.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\Plugins\CoreAdminHome\tests\Integration; diff --git a/plugins/CoreAdminHome/tests/Unit/SetConfig/ConfigSettingManipulationTest.php b/plugins/CoreAdminHome/tests/Unit/SetConfig/ConfigSettingManipulationTest.php index 88a5d0c79c..df5b7fd080 100644 --- a/plugins/CoreAdminHome/tests/Unit/SetConfig/ConfigSettingManipulationTest.php +++ b/plugins/CoreAdminHome/tests/Unit/SetConfig/ConfigSettingManipulationTest.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 */ diff --git a/plugins/CoreConsole/Commands/ClearCaches.php b/plugins/CoreConsole/Commands/ClearCaches.php index 1e8439ca0b..4e5a582e0e 100644 --- a/plugins/CoreConsole/Commands/ClearCaches.php +++ b/plugins/CoreConsole/Commands/ClearCaches.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 * */ diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php index dae591750a..e1b3f21042 100644 --- a/plugins/CoreConsole/Commands/CoreArchiver.php +++ b/plugins/CoreConsole/Commands/CoreArchiver.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\Plugins\CoreConsole\Commands; diff --git a/plugins/CoreConsole/Commands/DevelopmentEnable.php b/plugins/CoreConsole/Commands/DevelopmentEnable.php index 51ae722662..99b497b266 100644 --- a/plugins/CoreConsole/Commands/DevelopmentEnable.php +++ b/plugins/CoreConsole/Commands/DevelopmentEnable.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 * */ diff --git a/plugins/CoreConsole/Commands/DevelopmentManageTestFiles.php b/plugins/CoreConsole/Commands/DevelopmentManageTestFiles.php index 30b5ac485f..15a869fc53 100644 --- a/plugins/CoreConsole/Commands/DevelopmentManageTestFiles.php +++ b/plugins/CoreConsole/Commands/DevelopmentManageTestFiles.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\Plugins\CoreConsole\Commands; diff --git a/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php b/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php index 4957e51b64..cd777e6e97 100644 --- a/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php +++ b/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateAngularComponent.php b/plugins/CoreConsole/Commands/GenerateAngularComponent.php index c5a7de2ef5..4ee8890828 100644 --- a/plugins/CoreConsole/Commands/GenerateAngularComponent.php +++ b/plugins/CoreConsole/Commands/GenerateAngularComponent.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateAngularConstructBase.php b/plugins/CoreConsole/Commands/GenerateAngularConstructBase.php index 41d8af385b..7ad35d3bc6 100644 --- a/plugins/CoreConsole/Commands/GenerateAngularConstructBase.php +++ b/plugins/CoreConsole/Commands/GenerateAngularConstructBase.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateAngularDirective.php b/plugins/CoreConsole/Commands/GenerateAngularDirective.php index 605f417dfd..1d16dee597 100644 --- a/plugins/CoreConsole/Commands/GenerateAngularDirective.php +++ b/plugins/CoreConsole/Commands/GenerateAngularDirective.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateApi.php b/plugins/CoreConsole/Commands/GenerateApi.php index cbaaa9cdc9..47d019713c 100644 --- a/plugins/CoreConsole/Commands/GenerateApi.php +++ b/plugins/CoreConsole/Commands/GenerateApi.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateArchiver.php b/plugins/CoreConsole/Commands/GenerateArchiver.php index 18e43c11e8..7cae97be23 100644 --- a/plugins/CoreConsole/Commands/GenerateArchiver.php +++ b/plugins/CoreConsole/Commands/GenerateArchiver.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateCommand.php b/plugins/CoreConsole/Commands/GenerateCommand.php index 243a61dc75..7066e4dffc 100644 --- a/plugins/CoreConsole/Commands/GenerateCommand.php +++ b/plugins/CoreConsole/Commands/GenerateCommand.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateController.php b/plugins/CoreConsole/Commands/GenerateController.php index 863c3fe867..e089d14033 100644 --- a/plugins/CoreConsole/Commands/GenerateController.php +++ b/plugins/CoreConsole/Commands/GenerateController.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateDimension.php b/plugins/CoreConsole/Commands/GenerateDimension.php index bc10670cde..bbc9263ea8 100644 --- a/plugins/CoreConsole/Commands/GenerateDimension.php +++ b/plugins/CoreConsole/Commands/GenerateDimension.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateMenu.php b/plugins/CoreConsole/Commands/GenerateMenu.php index e6539d7c9f..410c8e18de 100644 --- a/plugins/CoreConsole/Commands/GenerateMenu.php +++ b/plugins/CoreConsole/Commands/GenerateMenu.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 * */ diff --git a/plugins/CoreConsole/Commands/GeneratePlugin.php b/plugins/CoreConsole/Commands/GeneratePlugin.php index 16f736bdc5..47bbbbf383 100644 --- a/plugins/CoreConsole/Commands/GeneratePlugin.php +++ b/plugins/CoreConsole/Commands/GeneratePlugin.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 * */ diff --git a/plugins/CoreConsole/Commands/GeneratePluginBase.php b/plugins/CoreConsole/Commands/GeneratePluginBase.php index 6d99e13a7b..cf4b657c50 100644 --- a/plugins/CoreConsole/Commands/GeneratePluginBase.php +++ b/plugins/CoreConsole/Commands/GeneratePluginBase.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateReport.php b/plugins/CoreConsole/Commands/GenerateReport.php index af8111bc1c..a7e3af28d0 100644 --- a/plugins/CoreConsole/Commands/GenerateReport.php +++ b/plugins/CoreConsole/Commands/GenerateReport.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateScheduledTask.php b/plugins/CoreConsole/Commands/GenerateScheduledTask.php index 2317805aec..7ec0f0216d 100644 --- a/plugins/CoreConsole/Commands/GenerateScheduledTask.php +++ b/plugins/CoreConsole/Commands/GenerateScheduledTask.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateSettings.php b/plugins/CoreConsole/Commands/GenerateSettings.php index 245446fa6a..d2dbf47187 100644 --- a/plugins/CoreConsole/Commands/GenerateSettings.php +++ b/plugins/CoreConsole/Commands/GenerateSettings.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateTest.php b/plugins/CoreConsole/Commands/GenerateTest.php index b489c74d1d..0d231ecbeb 100644 --- a/plugins/CoreConsole/Commands/GenerateTest.php +++ b/plugins/CoreConsole/Commands/GenerateTest.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateUpdate.php b/plugins/CoreConsole/Commands/GenerateUpdate.php index 9dffe019f2..ea4a9de518 100644 --- a/plugins/CoreConsole/Commands/GenerateUpdate.php +++ b/plugins/CoreConsole/Commands/GenerateUpdate.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php b/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php index 807646b2c2..75df659f35 100644 --- a/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php +++ b/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.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 * */ diff --git a/plugins/CoreConsole/Commands/GenerateWidget.php b/plugins/CoreConsole/Commands/GenerateWidget.php index a66efba3c6..5968ea8a04 100644 --- a/plugins/CoreConsole/Commands/GenerateWidget.php +++ b/plugins/CoreConsole/Commands/GenerateWidget.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 * */ diff --git a/plugins/CoreConsole/Commands/GitCommit.php b/plugins/CoreConsole/Commands/GitCommit.php index 31d5e62bce..4c14aa1c17 100644 --- a/plugins/CoreConsole/Commands/GitCommit.php +++ b/plugins/CoreConsole/Commands/GitCommit.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 * */ diff --git a/plugins/CoreConsole/Commands/GitPull.php b/plugins/CoreConsole/Commands/GitPull.php index aefbd18d69..de71e06f6f 100644 --- a/plugins/CoreConsole/Commands/GitPull.php +++ b/plugins/CoreConsole/Commands/GitPull.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 * */ diff --git a/plugins/CoreConsole/Commands/GitPush.php b/plugins/CoreConsole/Commands/GitPush.php index 006becaa5c..18cf61e104 100644 --- a/plugins/CoreConsole/Commands/GitPush.php +++ b/plugins/CoreConsole/Commands/GitPush.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 * */ diff --git a/plugins/CoreConsole/Commands/WatchLog.php b/plugins/CoreConsole/Commands/WatchLog.php index 599c986ea7..558d7424ba 100644 --- a/plugins/CoreConsole/Commands/WatchLog.php +++ b/plugins/CoreConsole/Commands/WatchLog.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 * */ diff --git a/plugins/CoreHome/Categories/ActionsCategory.php b/plugins/CoreHome/Categories/ActionsCategory.php index d7e604d06c..be00f10ba7 100644 --- a/plugins/CoreHome/Categories/ActionsCategory.php +++ b/plugins/CoreHome/Categories/ActionsCategory.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 * */ diff --git a/plugins/CoreHome/Categories/DevicesSubcategory.php b/plugins/CoreHome/Categories/DevicesSubcategory.php index 9d68e5b30c..1ac10167c4 100644 --- a/plugins/CoreHome/Categories/DevicesSubcategory.php +++ b/plugins/CoreHome/Categories/DevicesSubcategory.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 * */ diff --git a/plugins/CoreHome/Categories/EngagementSubcategory.php b/plugins/CoreHome/Categories/EngagementSubcategory.php index 1a532f7cee..c2337673b4 100644 --- a/plugins/CoreHome/Categories/EngagementSubcategory.php +++ b/plugins/CoreHome/Categories/EngagementSubcategory.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 * */ diff --git a/plugins/CoreHome/Categories/GenericCategory.php b/plugins/CoreHome/Categories/GenericCategory.php index 13727cc51c..3d3cefe2d8 100644 --- a/plugins/CoreHome/Categories/GenericCategory.php +++ b/plugins/CoreHome/Categories/GenericCategory.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 * */ diff --git a/plugins/CoreHome/Categories/SoftwareSubcategory.php b/plugins/CoreHome/Categories/SoftwareSubcategory.php index 34188afe97..156ec14548 100644 --- a/plugins/CoreHome/Categories/SoftwareSubcategory.php +++ b/plugins/CoreHome/Categories/SoftwareSubcategory.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 * */ diff --git a/plugins/CoreHome/Categories/VisitorsCategory.php b/plugins/CoreHome/Categories/VisitorsCategory.php index 1327c7b955..2768664efd 100644 --- a/plugins/CoreHome/Categories/VisitorsCategory.php +++ b/plugins/CoreHome/Categories/VisitorsCategory.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 * */ diff --git a/plugins/CoreHome/Categories/VisitorsOverviewSubcategory.php b/plugins/CoreHome/Categories/VisitorsOverviewSubcategory.php index 3db3e260d2..694a8b5723 100644 --- a/plugins/CoreHome/Categories/VisitorsOverviewSubcategory.php +++ b/plugins/CoreHome/Categories/VisitorsOverviewSubcategory.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 * */ diff --git a/plugins/CoreHome/Columns/IdSite.php b/plugins/CoreHome/Columns/IdSite.php index 1192954b3b..71319eaa44 100644 --- a/plugins/CoreHome/Columns/IdSite.php +++ b/plugins/CoreHome/Columns/IdSite.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 * */ diff --git a/plugins/CoreHome/Columns/LinkVisitActionId.php b/plugins/CoreHome/Columns/LinkVisitActionId.php index 664bdeba83..265db1a892 100644 --- a/plugins/CoreHome/Columns/LinkVisitActionId.php +++ b/plugins/CoreHome/Columns/LinkVisitActionId.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 */ diff --git a/plugins/CoreHome/Columns/LinkVisitActionIdPages.php b/plugins/CoreHome/Columns/LinkVisitActionIdPages.php index de724df3c7..fe8355f2f8 100644 --- a/plugins/CoreHome/Columns/LinkVisitActionIdPages.php +++ b/plugins/CoreHome/Columns/LinkVisitActionIdPages.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 */ diff --git a/plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php b/plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php index ef2aaa1514..dd4a319533 100644 --- a/plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php +++ b/plugins/CoreHome/Columns/Metrics/ActionsPerVisit.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\Plugins\CoreHome\Columns\Metrics; diff --git a/plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php b/plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php index b56364aa7f..c90b7ff2d8 100644 --- a/plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php +++ b/plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.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\Plugins\CoreHome\Columns\Metrics; diff --git a/plugins/CoreHome/Columns/Metrics/BounceRate.php b/plugins/CoreHome/Columns/Metrics/BounceRate.php index 65d46fb435..a31b96dbb9 100644 --- a/plugins/CoreHome/Columns/Metrics/BounceRate.php +++ b/plugins/CoreHome/Columns/Metrics/BounceRate.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\Plugins\CoreHome\Columns\Metrics; diff --git a/plugins/CoreHome/Columns/Metrics/CallableProcessedMetric.php b/plugins/CoreHome/Columns/Metrics/CallableProcessedMetric.php index 646c48e862..dc6f39b508 100644 --- a/plugins/CoreHome/Columns/Metrics/CallableProcessedMetric.php +++ b/plugins/CoreHome/Columns/Metrics/CallableProcessedMetric.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\Plugins\CoreHome\Columns\Metrics; diff --git a/plugins/CoreHome/Columns/Metrics/ConversionRate.php b/plugins/CoreHome/Columns/Metrics/ConversionRate.php index 0865825238..86c2cd26ee 100644 --- a/plugins/CoreHome/Columns/Metrics/ConversionRate.php +++ b/plugins/CoreHome/Columns/Metrics/ConversionRate.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\Plugins\CoreHome\Columns\Metrics; diff --git a/plugins/CoreHome/Columns/Metrics/EvolutionMetric.php b/plugins/CoreHome/Columns/Metrics/EvolutionMetric.php index 2df4e93171..d9abe9bf9e 100644 --- a/plugins/CoreHome/Columns/Metrics/EvolutionMetric.php +++ b/plugins/CoreHome/Columns/Metrics/EvolutionMetric.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 */ diff --git a/plugins/CoreHome/Columns/Metrics/VisitsPercent.php b/plugins/CoreHome/Columns/Metrics/VisitsPercent.php index 70fd7d7d51..e8f0d7c56b 100644 --- a/plugins/CoreHome/Columns/Metrics/VisitsPercent.php +++ b/plugins/CoreHome/Columns/Metrics/VisitsPercent.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 */ diff --git a/plugins/CoreHome/Columns/ServerMinute.php b/plugins/CoreHome/Columns/ServerMinute.php index ee095dcb3c..27375428bb 100644 --- a/plugins/CoreHome/Columns/ServerMinute.php +++ b/plugins/CoreHome/Columns/ServerMinute.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 * */ diff --git a/plugins/CoreHome/Columns/ServerTime.php b/plugins/CoreHome/Columns/ServerTime.php index 4e308786f1..2e9accd741 100644 --- a/plugins/CoreHome/Columns/ServerTime.php +++ b/plugins/CoreHome/Columns/ServerTime.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 * */ diff --git a/plugins/CoreHome/Columns/UserId.php b/plugins/CoreHome/Columns/UserId.php index 8911ee8349..cf5b16db99 100644 --- a/plugins/CoreHome/Columns/UserId.php +++ b/plugins/CoreHome/Columns/UserId.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 * */ diff --git a/plugins/CoreHome/Columns/VisitFirstActionMinute.php b/plugins/CoreHome/Columns/VisitFirstActionMinute.php index c3e16a9215..545de365a8 100644 --- a/plugins/CoreHome/Columns/VisitFirstActionMinute.php +++ b/plugins/CoreHome/Columns/VisitFirstActionMinute.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 * */ diff --git a/plugins/CoreHome/Columns/VisitFirstActionTime.php b/plugins/CoreHome/Columns/VisitFirstActionTime.php index 280cb6e8a6..4943706e2b 100644 --- a/plugins/CoreHome/Columns/VisitFirstActionTime.php +++ b/plugins/CoreHome/Columns/VisitFirstActionTime.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 * */ diff --git a/plugins/CoreHome/Columns/VisitGoalBuyer.php b/plugins/CoreHome/Columns/VisitGoalBuyer.php index bd261c86ac..d76a7386da 100644 --- a/plugins/CoreHome/Columns/VisitGoalBuyer.php +++ b/plugins/CoreHome/Columns/VisitGoalBuyer.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 * */ diff --git a/plugins/CoreHome/Columns/VisitGoalConverted.php b/plugins/CoreHome/Columns/VisitGoalConverted.php index 26d87b7835..4066943dd2 100644 --- a/plugins/CoreHome/Columns/VisitGoalConverted.php +++ b/plugins/CoreHome/Columns/VisitGoalConverted.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 * */ diff --git a/plugins/CoreHome/Columns/VisitId.php b/plugins/CoreHome/Columns/VisitId.php index b87f1b58d4..b55501a9f2 100644 --- a/plugins/CoreHome/Columns/VisitId.php +++ b/plugins/CoreHome/Columns/VisitId.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 */ diff --git a/plugins/CoreHome/Columns/VisitIp.php b/plugins/CoreHome/Columns/VisitIp.php index ed8b196fd2..8875cd2149 100644 --- a/plugins/CoreHome/Columns/VisitIp.php +++ b/plugins/CoreHome/Columns/VisitIp.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 */ diff --git a/plugins/CoreHome/Columns/VisitLastActionDate.php b/plugins/CoreHome/Columns/VisitLastActionDate.php index 3ccaf5468d..d40ad5d4a1 100644 --- a/plugins/CoreHome/Columns/VisitLastActionDate.php +++ b/plugins/CoreHome/Columns/VisitLastActionDate.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionDayOfMonth.php b/plugins/CoreHome/Columns/VisitLastActionDayOfMonth.php index 3eae354f5e..48411b597c 100644 --- a/plugins/CoreHome/Columns/VisitLastActionDayOfMonth.php +++ b/plugins/CoreHome/Columns/VisitLastActionDayOfMonth.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionDayOfWeek.php b/plugins/CoreHome/Columns/VisitLastActionDayOfWeek.php index 86eac38898..eefe5fc4d4 100644 --- a/plugins/CoreHome/Columns/VisitLastActionDayOfWeek.php +++ b/plugins/CoreHome/Columns/VisitLastActionDayOfWeek.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionDayOfYear.php b/plugins/CoreHome/Columns/VisitLastActionDayOfYear.php index a54460b9be..64a905931b 100644 --- a/plugins/CoreHome/Columns/VisitLastActionDayOfYear.php +++ b/plugins/CoreHome/Columns/VisitLastActionDayOfYear.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionMinute.php b/plugins/CoreHome/Columns/VisitLastActionMinute.php index 06611fb2fc..faae45ccb5 100644 --- a/plugins/CoreHome/Columns/VisitLastActionMinute.php +++ b/plugins/CoreHome/Columns/VisitLastActionMinute.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionMonth.php b/plugins/CoreHome/Columns/VisitLastActionMonth.php index a1dbace2cc..470d4b498b 100644 --- a/plugins/CoreHome/Columns/VisitLastActionMonth.php +++ b/plugins/CoreHome/Columns/VisitLastActionMonth.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionQuarter.php b/plugins/CoreHome/Columns/VisitLastActionQuarter.php index 2a3896e881..8c677aaec5 100644 --- a/plugins/CoreHome/Columns/VisitLastActionQuarter.php +++ b/plugins/CoreHome/Columns/VisitLastActionQuarter.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionSecond.php b/plugins/CoreHome/Columns/VisitLastActionSecond.php index bc1cdded44..823782d999 100644 --- a/plugins/CoreHome/Columns/VisitLastActionSecond.php +++ b/plugins/CoreHome/Columns/VisitLastActionSecond.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionTime.php b/plugins/CoreHome/Columns/VisitLastActionTime.php index 3b297fb68b..ed341ec673 100644 --- a/plugins/CoreHome/Columns/VisitLastActionTime.php +++ b/plugins/CoreHome/Columns/VisitLastActionTime.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionWeekOfYear.php b/plugins/CoreHome/Columns/VisitLastActionWeekOfYear.php index fa1b779b1d..be613d761a 100644 --- a/plugins/CoreHome/Columns/VisitLastActionWeekOfYear.php +++ b/plugins/CoreHome/Columns/VisitLastActionWeekOfYear.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 * */ diff --git a/plugins/CoreHome/Columns/VisitLastActionYear.php b/plugins/CoreHome/Columns/VisitLastActionYear.php index 0f51b9a20d..0570f6c399 100644 --- a/plugins/CoreHome/Columns/VisitLastActionYear.php +++ b/plugins/CoreHome/Columns/VisitLastActionYear.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 * */ diff --git a/plugins/CoreHome/Columns/VisitTotalTime.php b/plugins/CoreHome/Columns/VisitTotalTime.php index 44bdc39958..98d3df177c 100644 --- a/plugins/CoreHome/Columns/VisitTotalTime.php +++ b/plugins/CoreHome/Columns/VisitTotalTime.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 * */ diff --git a/plugins/CoreHome/Columns/VisitorDaysSinceFirst.php b/plugins/CoreHome/Columns/VisitorDaysSinceFirst.php index 736b199979..b4d7120925 100644 --- a/plugins/CoreHome/Columns/VisitorDaysSinceFirst.php +++ b/plugins/CoreHome/Columns/VisitorDaysSinceFirst.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 * */ diff --git a/plugins/CoreHome/Columns/VisitorDaysSinceOrder.php b/plugins/CoreHome/Columns/VisitorDaysSinceOrder.php index ad6334e838..ad843d95bc 100644 --- a/plugins/CoreHome/Columns/VisitorDaysSinceOrder.php +++ b/plugins/CoreHome/Columns/VisitorDaysSinceOrder.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 * */ diff --git a/plugins/CoreHome/Columns/VisitorId.php b/plugins/CoreHome/Columns/VisitorId.php index 728e1e3d94..6461776122 100644 --- a/plugins/CoreHome/Columns/VisitorId.php +++ b/plugins/CoreHome/Columns/VisitorId.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 */ diff --git a/plugins/CoreHome/Columns/VisitorReturning.php b/plugins/CoreHome/Columns/VisitorReturning.php index 862fb12c6e..59e62cbbc2 100644 --- a/plugins/CoreHome/Columns/VisitorReturning.php +++ b/plugins/CoreHome/Columns/VisitorReturning.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 * */ diff --git a/plugins/CoreHome/Columns/VisitsCount.php b/plugins/CoreHome/Columns/VisitsCount.php index c334f175bb..7446400346 100644 --- a/plugins/CoreHome/Columns/VisitsCount.php +++ b/plugins/CoreHome/Columns/VisitsCount.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 * */ diff --git a/plugins/CoreHome/Controller.php b/plugins/CoreHome/Controller.php index 37fd63cc75..a6f12a139a 100644 --- a/plugins/CoreHome/Controller.php +++ b/plugins/CoreHome/Controller.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 * */ diff --git a/plugins/CoreHome/CoreHome.php b/plugins/CoreHome/CoreHome.php index 3c80765c77..db12b29606 100644 --- a/plugins/CoreHome/CoreHome.php +++ b/plugins/CoreHome/CoreHome.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 * */ diff --git a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php index 732c1267d5..f708515ebf 100644 --- a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php +++ b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.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 * */ diff --git a/plugins/CoreHome/DataTableRowAction/RowEvolution.php b/plugins/CoreHome/DataTableRowAction/RowEvolution.php index 4e33840894..68b490dee5 100644 --- a/plugins/CoreHome/DataTableRowAction/RowEvolution.php +++ b/plugins/CoreHome/DataTableRowAction/RowEvolution.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 * */ diff --git a/plugins/CoreHome/LoginWhitelist.php b/plugins/CoreHome/LoginWhitelist.php index 83a58fb4ea..677736a3c5 100644 --- a/plugins/CoreHome/LoginWhitelist.php +++ b/plugins/CoreHome/LoginWhitelist.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 * */ diff --git a/plugins/CoreHome/Menu.php b/plugins/CoreHome/Menu.php index 21bc6ac856..d2e3c81986 100644 --- a/plugins/CoreHome/Menu.php +++ b/plugins/CoreHome/Menu.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 * */ diff --git a/plugins/CoreHome/Segment.php b/plugins/CoreHome/Segment.php index 3751648eeb..c105061aa4 100644 --- a/plugins/CoreHome/Segment.php +++ b/plugins/CoreHome/Segment.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 * */ diff --git a/plugins/CoreHome/SystemSummary/Item.php b/plugins/CoreHome/SystemSummary/Item.php index 7664b84124..46613882f8 100644 --- a/plugins/CoreHome/SystemSummary/Item.php +++ b/plugins/CoreHome/SystemSummary/Item.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 * */ diff --git a/plugins/CoreHome/Tracker/LogTable/Action.php b/plugins/CoreHome/Tracker/LogTable/Action.php index 43060c2931..0cb7647b7e 100644 --- a/plugins/CoreHome/Tracker/LogTable/Action.php +++ b/plugins/CoreHome/Tracker/LogTable/Action.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 */ diff --git a/plugins/CoreHome/Tracker/LogTable/Conversion.php b/plugins/CoreHome/Tracker/LogTable/Conversion.php index 2a75d52c41..cdc3fa629d 100644 --- a/plugins/CoreHome/Tracker/LogTable/Conversion.php +++ b/plugins/CoreHome/Tracker/LogTable/Conversion.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 */ diff --git a/plugins/CoreHome/Tracker/LogTable/ConversionItem.php b/plugins/CoreHome/Tracker/LogTable/ConversionItem.php index 8423ff8010..0f187c3a74 100644 --- a/plugins/CoreHome/Tracker/LogTable/ConversionItem.php +++ b/plugins/CoreHome/Tracker/LogTable/ConversionItem.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 */ diff --git a/plugins/CoreHome/Tracker/LogTable/LinkVisitAction.php b/plugins/CoreHome/Tracker/LogTable/LinkVisitAction.php index c2090a1c8c..b09cd92c67 100644 --- a/plugins/CoreHome/Tracker/LogTable/LinkVisitAction.php +++ b/plugins/CoreHome/Tracker/LogTable/LinkVisitAction.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 */ diff --git a/plugins/CoreHome/Tracker/LogTable/Visit.php b/plugins/CoreHome/Tracker/LogTable/Visit.php index 62877f1cd1..9b2bf91080 100644 --- a/plugins/CoreHome/Tracker/LogTable/Visit.php +++ b/plugins/CoreHome/Tracker/LogTable/Visit.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 */ diff --git a/plugins/CoreHome/Tracker/VisitRequestProcessor.php b/plugins/CoreHome/Tracker/VisitRequestProcessor.php index 55d2938b7d..6c07b41033 100644 --- a/plugins/CoreHome/Tracker/VisitRequestProcessor.php +++ b/plugins/CoreHome/Tracker/VisitRequestProcessor.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 */ diff --git a/plugins/CoreHome/Widgets/GetDonateForm.php b/plugins/CoreHome/Widgets/GetDonateForm.php index f8188596f2..66701f53f0 100644 --- a/plugins/CoreHome/Widgets/GetDonateForm.php +++ b/plugins/CoreHome/Widgets/GetDonateForm.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 * */ diff --git a/plugins/CoreHome/Widgets/GetPromoVideo.php b/plugins/CoreHome/Widgets/GetPromoVideo.php index c3f94141fe..e5465a1e9a 100644 --- a/plugins/CoreHome/Widgets/GetPromoVideo.php +++ b/plugins/CoreHome/Widgets/GetPromoVideo.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 * */ diff --git a/plugins/CoreHome/Widgets/GetSystemSummary.php b/plugins/CoreHome/Widgets/GetSystemSummary.php index 6f5c065581..5413ecda8d 100644 --- a/plugins/CoreHome/Widgets/GetSystemSummary.php +++ b/plugins/CoreHome/Widgets/GetSystemSummary.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 * */ diff --git a/plugins/CoreHome/tests/Integration/Column/UserIdTest.php b/plugins/CoreHome/tests/Integration/Column/UserIdTest.php index 738a9f13f7..115fd76314 100644 --- a/plugins/CoreHome/tests/Integration/Column/UserIdTest.php +++ b/plugins/CoreHome/tests/Integration/Column/UserIdTest.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 */ diff --git a/plugins/CoreHome/tests/Integration/CoreHomeTest.php b/plugins/CoreHome/tests/Integration/CoreHomeTest.php index c93e6d129b..0ba8392ef6 100644 --- a/plugins/CoreHome/tests/Integration/CoreHomeTest.php +++ b/plugins/CoreHome/tests/Integration/CoreHomeTest.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 */ diff --git a/plugins/CoreHome/tests/Integration/LoginWhitelistTest.php b/plugins/CoreHome/tests/Integration/LoginWhitelistTest.php index e4b7d19010..0d394fa84f 100644 --- a/plugins/CoreHome/tests/Integration/LoginWhitelistTest.php +++ b/plugins/CoreHome/tests/Integration/LoginWhitelistTest.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 */ diff --git a/plugins/CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.php b/plugins/CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.php index 965317a5e4..cc43dd9337 100644 --- a/plugins/CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.php +++ b/plugins/CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.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 */ diff --git a/plugins/CoreHome/tests/Unit/CoreHomeTest.php b/plugins/CoreHome/tests/Unit/CoreHomeTest.php index 2936cd860d..32ecbc2423 100644 --- a/plugins/CoreHome/tests/Unit/CoreHomeTest.php +++ b/plugins/CoreHome/tests/Unit/CoreHomeTest.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 */ diff --git a/plugins/CorePluginsAdmin/API.php b/plugins/CorePluginsAdmin/API.php index d00c8c2ba9..b7254c1ced 100644 --- a/plugins/CorePluginsAdmin/API.php +++ b/plugins/CorePluginsAdmin/API.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 */ diff --git a/plugins/CorePluginsAdmin/Commands/ActivatePlugin.php b/plugins/CorePluginsAdmin/Commands/ActivatePlugin.php index a62f707c1d..3e10631e39 100644 --- a/plugins/CorePluginsAdmin/Commands/ActivatePlugin.php +++ b/plugins/CorePluginsAdmin/Commands/ActivatePlugin.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 */ diff --git a/plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php b/plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php index 451529368b..08e35d1b62 100644 --- a/plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php +++ b/plugins/CorePluginsAdmin/Commands/DeactivatePlugin.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 */ diff --git a/plugins/CorePluginsAdmin/Commands/ListPlugins.php b/plugins/CorePluginsAdmin/Commands/ListPlugins.php index aefbe126ed..b6c1280892 100644 --- a/plugins/CorePluginsAdmin/Commands/ListPlugins.php +++ b/plugins/CorePluginsAdmin/Commands/ListPlugins.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 */ diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php index 61fd7a105f..4d8c4a0e16 100644 --- a/plugins/CorePluginsAdmin/Controller.php +++ b/plugins/CorePluginsAdmin/Controller.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 * */ diff --git a/plugins/CorePluginsAdmin/CorePluginsAdmin.php b/plugins/CorePluginsAdmin/CorePluginsAdmin.php index b83efbbb83..4eaea2c283 100644 --- a/plugins/CorePluginsAdmin/CorePluginsAdmin.php +++ b/plugins/CorePluginsAdmin/CorePluginsAdmin.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 * */ diff --git a/plugins/CorePluginsAdmin/Menu.php b/plugins/CorePluginsAdmin/Menu.php index b858db7e8f..49703b89ee 100644 --- a/plugins/CorePluginsAdmin/Menu.php +++ b/plugins/CorePluginsAdmin/Menu.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 * */ diff --git a/plugins/CorePluginsAdmin/PluginInstaller.php b/plugins/CorePluginsAdmin/PluginInstaller.php index 8404165bb6..42c3cace3a 100644 --- a/plugins/CorePluginsAdmin/PluginInstaller.php +++ b/plugins/CorePluginsAdmin/PluginInstaller.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 * */ diff --git a/plugins/CorePluginsAdmin/PluginInstallerException.php b/plugins/CorePluginsAdmin/PluginInstallerException.php index 5ed8309c31..205f12f669 100644 --- a/plugins/CorePluginsAdmin/PluginInstallerException.php +++ b/plugins/CorePluginsAdmin/PluginInstallerException.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 * */ diff --git a/plugins/CorePluginsAdmin/SettingsMetadata.php b/plugins/CorePluginsAdmin/SettingsMetadata.php index 90531cda05..d77d9d82c2 100644 --- a/plugins/CorePluginsAdmin/SettingsMetadata.php +++ b/plugins/CorePluginsAdmin/SettingsMetadata.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 * */ diff --git a/plugins/CoreUpdater/ArchiveDownloadException.php b/plugins/CoreUpdater/ArchiveDownloadException.php index 0b68f30c18..618734495e 100644 --- a/plugins/CoreUpdater/ArchiveDownloadException.php +++ b/plugins/CoreUpdater/ArchiveDownloadException.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 */ diff --git a/plugins/CoreUpdater/Commands/Update.php b/plugins/CoreUpdater/Commands/Update.php index d1e5868e80..d5ae226d1e 100644 --- a/plugins/CoreUpdater/Commands/Update.php +++ b/plugins/CoreUpdater/Commands/Update.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 * */ diff --git a/plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php b/plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php index 427c5d77f4..7c7d6b889e 100644 --- a/plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php +++ b/plugins/CoreUpdater/Commands/Update/CliUpdateObserver.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 * */ diff --git a/plugins/CoreUpdater/Controller.php b/plugins/CoreUpdater/Controller.php index 0f0f0fa410..3fdcad5f0e 100644 --- a/plugins/CoreUpdater/Controller.php +++ b/plugins/CoreUpdater/Controller.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 * */ diff --git a/plugins/CoreUpdater/CoreUpdater.php b/plugins/CoreUpdater/CoreUpdater.php index 34f81fa77b..6d9696ac6a 100644 --- a/plugins/CoreUpdater/CoreUpdater.php +++ b/plugins/CoreUpdater/CoreUpdater.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 * */ diff --git a/plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php b/plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php index 5361526dee..181b501f05 100644 --- a/plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php +++ b/plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.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\Plugins\CoreUpdater\Diagnostic; diff --git a/plugins/CoreUpdater/Model.php b/plugins/CoreUpdater/Model.php index fa0ab59785..03a3858258 100644 --- a/plugins/CoreUpdater/Model.php +++ b/plugins/CoreUpdater/Model.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 * */ diff --git a/plugins/CoreUpdater/NoUpdatesFoundException.php b/plugins/CoreUpdater/NoUpdatesFoundException.php index 52fb6b69a0..a7638c97e3 100644 --- a/plugins/CoreUpdater/NoUpdatesFoundException.php +++ b/plugins/CoreUpdater/NoUpdatesFoundException.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 * */ diff --git a/plugins/CoreUpdater/ReleaseChannel.php b/plugins/CoreUpdater/ReleaseChannel.php index 815438ff08..8065ad26d7 100644 --- a/plugins/CoreUpdater/ReleaseChannel.php +++ b/plugins/CoreUpdater/ReleaseChannel.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 * */ diff --git a/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php b/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php index 102cf7b0dd..8c8afaeaec 100644 --- a/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php +++ b/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.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 * */ diff --git a/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php b/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php index e4c905d506..d68922e754 100644 --- a/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php +++ b/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.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 * */ diff --git a/plugins/CoreUpdater/ReleaseChannel/LatestBeta.php b/plugins/CoreUpdater/ReleaseChannel/LatestBeta.php index 572badac91..e49ebbb404 100644 --- a/plugins/CoreUpdater/ReleaseChannel/LatestBeta.php +++ b/plugins/CoreUpdater/ReleaseChannel/LatestBeta.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 * */ diff --git a/plugins/CoreUpdater/ReleaseChannel/LatestStable.php b/plugins/CoreUpdater/ReleaseChannel/LatestStable.php index 935da67da7..602d52c400 100644 --- a/plugins/CoreUpdater/ReleaseChannel/LatestStable.php +++ b/plugins/CoreUpdater/ReleaseChannel/LatestStable.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 * */ diff --git a/plugins/CoreUpdater/SystemSettings.php b/plugins/CoreUpdater/SystemSettings.php index 25f9abdcf8..ba769ca3ac 100644 --- a/plugins/CoreUpdater/SystemSettings.php +++ b/plugins/CoreUpdater/SystemSettings.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 */ diff --git a/plugins/CoreUpdater/Tasks.php b/plugins/CoreUpdater/Tasks.php index 06c2e70452..f75c5bc435 100644 --- a/plugins/CoreUpdater/Tasks.php +++ b/plugins/CoreUpdater/Tasks.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 * */ diff --git a/plugins/CoreUpdater/UpdateCommunication.php b/plugins/CoreUpdater/UpdateCommunication.php index 82dfca54fd..38d2d59e90 100644 --- a/plugins/CoreUpdater/UpdateCommunication.php +++ b/plugins/CoreUpdater/UpdateCommunication.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 * */ diff --git a/plugins/CoreUpdater/Updater.php b/plugins/CoreUpdater/Updater.php index 65e5aab713..951230a412 100644 --- a/plugins/CoreUpdater/Updater.php +++ b/plugins/CoreUpdater/Updater.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 */ diff --git a/plugins/CoreUpdater/UpdaterException.php b/plugins/CoreUpdater/UpdaterException.php index bd4599b111..c501d655e6 100644 --- a/plugins/CoreUpdater/UpdaterException.php +++ b/plugins/CoreUpdater/UpdaterException.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 */ diff --git a/plugins/CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.php b/plugins/CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.php index b429e8c3ba..990584f87b 100644 --- a/plugins/CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.php +++ b/plugins/CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.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 */ diff --git a/plugins/CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.php b/plugins/CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.php index 84e0cbb295..13f66ed919 100644 --- a/plugins/CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.php +++ b/plugins/CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.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 */ diff --git a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php index c67ae90f15..08cba25cb4 100644 --- a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php +++ b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.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\Plugins\CoreUpdater\tests\Integration\Commands; diff --git a/plugins/CoreUpdater/tests/Integration/ReleaseChannelTest.php b/plugins/CoreUpdater/tests/Integration/ReleaseChannelTest.php index ef44893a14..4e89187926 100644 --- a/plugins/CoreUpdater/tests/Integration/ReleaseChannelTest.php +++ b/plugins/CoreUpdater/tests/Integration/ReleaseChannelTest.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 */ diff --git a/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php b/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php index 4ca96d1c58..e1486b5ab0 100644 --- a/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php +++ b/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.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 */ diff --git a/plugins/CoreUpdater/tests/Mock/UpdaterMock.php b/plugins/CoreUpdater/tests/Mock/UpdaterMock.php index 9fc225c6a9..7d1458485b 100644 --- a/plugins/CoreUpdater/tests/Mock/UpdaterMock.php +++ b/plugins/CoreUpdater/tests/Mock/UpdaterMock.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 */ diff --git a/plugins/CoreUpdater/tests/Unit/ModelTest.php b/plugins/CoreUpdater/tests/Unit/ModelTest.php index e488c4ffb4..dd499b083b 100644 --- a/plugins/CoreUpdater/tests/Unit/ModelTest.php +++ b/plugins/CoreUpdater/tests/Unit/ModelTest.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 */ diff --git a/plugins/CoreVisualizations/CoreVisualizations.php b/plugins/CoreVisualizations/CoreVisualizations.php index 48117517a4..5177c358fc 100644 --- a/plugins/CoreVisualizations/CoreVisualizations.php +++ b/plugins/CoreVisualizations/CoreVisualizations.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 * */ diff --git a/plugins/CoreVisualizations/JqplotDataGenerator.php b/plugins/CoreVisualizations/JqplotDataGenerator.php index ee3f888062..d725d22b04 100644 --- a/plugins/CoreVisualizations/JqplotDataGenerator.php +++ b/plugins/CoreVisualizations/JqplotDataGenerator.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 * */ diff --git a/plugins/CoreVisualizations/JqplotDataGenerator/Chart.php b/plugins/CoreVisualizations/JqplotDataGenerator/Chart.php index 7ac153a509..44be4af356 100644 --- a/plugins/CoreVisualizations/JqplotDataGenerator/Chart.php +++ b/plugins/CoreVisualizations/JqplotDataGenerator/Chart.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 * */ diff --git a/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php b/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php index 3dbf7f4171..cae2577965 100644 --- a/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php +++ b/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.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 * */ diff --git a/plugins/CoreVisualizations/Metrics/Formatter/Numeric.php b/plugins/CoreVisualizations/Metrics/Formatter/Numeric.php index c1759735c2..17d9c02e56 100644 --- a/plugins/CoreVisualizations/Metrics/Formatter/Numeric.php +++ b/plugins/CoreVisualizations/Metrics/Formatter/Numeric.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\Plugins\CoreVisualizations\Metrics\Formatter; diff --git a/plugins/CoreVisualizations/Visualizations/Cloud.php b/plugins/CoreVisualizations/Visualizations/Cloud.php index f5c5543116..8146d00eb8 100644 --- a/plugins/CoreVisualizations/Visualizations/Cloud.php +++ b/plugins/CoreVisualizations/Visualizations/Cloud.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Cloud/Config.php b/plugins/CoreVisualizations/Visualizations/Cloud/Config.php index da8619a8c4..6f04480969 100644 --- a/plugins/CoreVisualizations/Visualizations/Cloud/Config.php +++ b/plugins/CoreVisualizations/Visualizations/Cloud/Config.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Graph.php b/plugins/CoreVisualizations/Visualizations/Graph.php index 18f5944511..f7767d9527 100644 --- a/plugins/CoreVisualizations/Visualizations/Graph.php +++ b/plugins/CoreVisualizations/Visualizations/Graph.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Graph/Config.php b/plugins/CoreVisualizations/Visualizations/Graph/Config.php index d5d31cee1b..feeaafa459 100644 --- a/plugins/CoreVisualizations/Visualizations/Graph/Config.php +++ b/plugins/CoreVisualizations/Visualizations/Graph/Config.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/HtmlTable.php b/plugins/CoreVisualizations/Visualizations/HtmlTable.php index a305c12538..4bf717fd1b 100644 --- a/plugins/CoreVisualizations/Visualizations/HtmlTable.php +++ b/plugins/CoreVisualizations/Visualizations/HtmlTable.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php b/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php index d3221acb8f..49877ad7dc 100644 --- a/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php +++ b/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/HtmlTable/Config.php b/plugins/CoreVisualizations/Visualizations/HtmlTable/Config.php index 94de8f18b3..10fe73f968 100644 --- a/plugins/CoreVisualizations/Visualizations/HtmlTable/Config.php +++ b/plugins/CoreVisualizations/Visualizations/HtmlTable/Config.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.php b/plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.php index 804568bf08..59614d875a 100644 --- a/plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.php +++ b/plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph.php index 695015ee7a..246ebe73e5 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php index 122920da2d..579016f122 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.php index d93d5b0cd9..61fca2aec3 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.php index ec6d4924cf..5de7fc5114 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php index 8b3745a390..0b56c5e402 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php index 32a2f2dfed..3fafdd5e7b 100644 --- a/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php +++ b/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Sparkline.php b/plugins/CoreVisualizations/Visualizations/Sparkline.php index 3c1dbf5a56..a2bdb09d2c 100644 --- a/plugins/CoreVisualizations/Visualizations/Sparkline.php +++ b/plugins/CoreVisualizations/Visualizations/Sparkline.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Sparklines.php b/plugins/CoreVisualizations/Visualizations/Sparklines.php index b0f8fbfcac..2d11723bef 100644 --- a/plugins/CoreVisualizations/Visualizations/Sparklines.php +++ b/plugins/CoreVisualizations/Visualizations/Sparklines.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 * */ diff --git a/plugins/CoreVisualizations/Visualizations/Sparklines/Config.php b/plugins/CoreVisualizations/Visualizations/Sparklines/Config.php index 09e687fd4a..86944ccc5a 100644 --- a/plugins/CoreVisualizations/Visualizations/Sparklines/Config.php +++ b/plugins/CoreVisualizations/Visualizations/Sparklines/Config.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 * */ diff --git a/plugins/CoreVisualizations/Widgets/SingleMetricView.php b/plugins/CoreVisualizations/Widgets/SingleMetricView.php index 4cc2f5eb7e..fa5bc910bf 100644 --- a/plugins/CoreVisualizations/Widgets/SingleMetricView.php +++ b/plugins/CoreVisualizations/Widgets/SingleMetricView.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 * */ diff --git a/plugins/CoreVisualizations/tests/Integration/SparklinesConfigTest.php b/plugins/CoreVisualizations/tests/Integration/SparklinesConfigTest.php index f3d00bc770..33fb6be6ab 100644 --- a/plugins/CoreVisualizations/tests/Integration/SparklinesConfigTest.php +++ b/plugins/CoreVisualizations/tests/Integration/SparklinesConfigTest.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 */ diff --git a/plugins/CoreVisualizations/tests/Unit/SparklinesConfigTest.php b/plugins/CoreVisualizations/tests/Unit/SparklinesConfigTest.php index 516f19f8e1..1134df2f5c 100644 --- a/plugins/CoreVisualizations/tests/Unit/SparklinesConfigTest.php +++ b/plugins/CoreVisualizations/tests/Unit/SparklinesConfigTest.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 */ diff --git a/plugins/CustomPiwikJs/API.php b/plugins/CustomPiwikJs/API.php index 78bfc0c09b..54cc728a79 100644 --- a/plugins/CustomPiwikJs/API.php +++ b/plugins/CustomPiwikJs/API.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 */ diff --git a/plugins/CustomPiwikJs/Commands/UpdateTracker.php b/plugins/CustomPiwikJs/Commands/UpdateTracker.php index c53b0ba0c2..e01d750808 100644 --- a/plugins/CustomPiwikJs/Commands/UpdateTracker.php +++ b/plugins/CustomPiwikJs/Commands/UpdateTracker.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 */ diff --git a/plugins/CustomPiwikJs/Diagnostic/PiwikJsCheck.php b/plugins/CustomPiwikJs/Diagnostic/PiwikJsCheck.php index b952214cd7..dc01934808 100644 --- a/plugins/CustomPiwikJs/Diagnostic/PiwikJsCheck.php +++ b/plugins/CustomPiwikJs/Diagnostic/PiwikJsCheck.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\Plugins\CustomPiwikJs\Diagnostic; diff --git a/plugins/CustomPiwikJs/Exception/AccessDeniedException.php b/plugins/CustomPiwikJs/Exception/AccessDeniedException.php index 356e63e7be..f3c89216f1 100644 --- a/plugins/CustomPiwikJs/Exception/AccessDeniedException.php +++ b/plugins/CustomPiwikJs/Exception/AccessDeniedException.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 */ diff --git a/plugins/CustomPiwikJs/Tasks.php b/plugins/CustomPiwikJs/Tasks.php index 4e9688937c..3957a4d823 100644 --- a/plugins/CustomPiwikJs/Tasks.php +++ b/plugins/CustomPiwikJs/Tasks.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 */ diff --git a/plugins/CustomPiwikJs/tests/System/PiwikJsContentTest.php b/plugins/CustomPiwikJs/tests/System/PiwikJsContentTest.php index a8ca3eb844..a08ecdb61e 100644 --- a/plugins/CustomPiwikJs/tests/System/PiwikJsContentTest.php +++ b/plugins/CustomPiwikJs/tests/System/PiwikJsContentTest.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 */ diff --git a/plugins/CustomVariables/API.php b/plugins/CustomVariables/API.php index c332060129..4e91daacb5 100644 --- a/plugins/CustomVariables/API.php +++ b/plugins/CustomVariables/API.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 * */ diff --git a/plugins/CustomVariables/Archiver.php b/plugins/CustomVariables/Archiver.php index 5c5fcdf8b6..221f916cf4 100644 --- a/plugins/CustomVariables/Archiver.php +++ b/plugins/CustomVariables/Archiver.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 * */ diff --git a/plugins/CustomVariables/Categories/CustomVariablesCategory.php b/plugins/CustomVariables/Categories/CustomVariablesCategory.php index ced9de0563..af4b0b6710 100644 --- a/plugins/CustomVariables/Categories/CustomVariablesCategory.php +++ b/plugins/CustomVariables/Categories/CustomVariablesCategory.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 * */ diff --git a/plugins/CustomVariables/Categories/CustomVariablesSubcategory.php b/plugins/CustomVariables/Categories/CustomVariablesSubcategory.php index 173680927c..e9c0d2b8dd 100644 --- a/plugins/CustomVariables/Categories/CustomVariablesSubcategory.php +++ b/plugins/CustomVariables/Categories/CustomVariablesSubcategory.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 * */ diff --git a/plugins/CustomVariables/Columns/Base.php b/plugins/CustomVariables/Columns/Base.php index 4cebcb0688..070aaeed98 100644 --- a/plugins/CustomVariables/Columns/Base.php +++ b/plugins/CustomVariables/Columns/Base.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 */ diff --git a/plugins/CustomVariables/Columns/CustomVariableName.php b/plugins/CustomVariables/Columns/CustomVariableName.php index 982ce1e264..d094bd0588 100644 --- a/plugins/CustomVariables/Columns/CustomVariableName.php +++ b/plugins/CustomVariables/Columns/CustomVariableName.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 * */ diff --git a/plugins/CustomVariables/Columns/CustomVariableValue.php b/plugins/CustomVariables/Columns/CustomVariableValue.php index 10c146f2e1..dafd3c87ba 100644 --- a/plugins/CustomVariables/Columns/CustomVariableValue.php +++ b/plugins/CustomVariables/Columns/CustomVariableValue.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 * */ diff --git a/plugins/CustomVariables/Columns/SearchCategory.php b/plugins/CustomVariables/Columns/SearchCategory.php index abeac9f865..deefc6b9c6 100644 --- a/plugins/CustomVariables/Columns/SearchCategory.php +++ b/plugins/CustomVariables/Columns/SearchCategory.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 * */ diff --git a/plugins/CustomVariables/Commands/Info.php b/plugins/CustomVariables/Commands/Info.php index e5dfce5d5b..8a97e6b3d2 100644 --- a/plugins/CustomVariables/Commands/Info.php +++ b/plugins/CustomVariables/Commands/Info.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 * */ diff --git a/plugins/CustomVariables/Commands/SetNumberOfCustomVariables.php b/plugins/CustomVariables/Commands/SetNumberOfCustomVariables.php index 2f2fd7e396..8f2d3f0420 100644 --- a/plugins/CustomVariables/Commands/SetNumberOfCustomVariables.php +++ b/plugins/CustomVariables/Commands/SetNumberOfCustomVariables.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 * */ diff --git a/plugins/CustomVariables/Controller.php b/plugins/CustomVariables/Controller.php index d9b8a76ef1..3465f6f532 100644 --- a/plugins/CustomVariables/Controller.php +++ b/plugins/CustomVariables/Controller.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 * */ diff --git a/plugins/CustomVariables/CustomDimension.php b/plugins/CustomVariables/CustomDimension.php index cd899503cf..c11784022a 100644 --- a/plugins/CustomVariables/CustomDimension.php +++ b/plugins/CustomVariables/CustomDimension.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 * */ diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php index c18eaf946c..90ea2672ad 100644 --- a/plugins/CustomVariables/CustomVariables.php +++ b/plugins/CustomVariables/CustomVariables.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 * */ diff --git a/plugins/CustomVariables/DataTable/Filter/CustomVariablesValuesFromNameId.php b/plugins/CustomVariables/DataTable/Filter/CustomVariablesValuesFromNameId.php index 394d7104ab..472aed3fa8 100644 --- a/plugins/CustomVariables/DataTable/Filter/CustomVariablesValuesFromNameId.php +++ b/plugins/CustomVariables/DataTable/Filter/CustomVariablesValuesFromNameId.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 * */ diff --git a/plugins/CustomVariables/Menu.php b/plugins/CustomVariables/Menu.php index 4158425088..255722c6f3 100644 --- a/plugins/CustomVariables/Menu.php +++ b/plugins/CustomVariables/Menu.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 */ diff --git a/plugins/CustomVariables/Model.php b/plugins/CustomVariables/Model.php index 7ab4605489..aedc90dae9 100644 --- a/plugins/CustomVariables/Model.php +++ b/plugins/CustomVariables/Model.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 * */ diff --git a/plugins/CustomVariables/Reports/Base.php b/plugins/CustomVariables/Reports/Base.php index 0c6bcbec0b..04c8d48095 100644 --- a/plugins/CustomVariables/Reports/Base.php +++ b/plugins/CustomVariables/Reports/Base.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 * */ diff --git a/plugins/CustomVariables/Reports/GetCustomVariables.php b/plugins/CustomVariables/Reports/GetCustomVariables.php index 62e3dbd5dd..7cf0c316e8 100644 --- a/plugins/CustomVariables/Reports/GetCustomVariables.php +++ b/plugins/CustomVariables/Reports/GetCustomVariables.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 * */ diff --git a/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php b/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php index 2e1171af37..e674ee0ff6 100644 --- a/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php +++ b/plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.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 * */ diff --git a/plugins/CustomVariables/Segment.php b/plugins/CustomVariables/Segment.php index fc1c3fd0a7..c885ff6708 100644 --- a/plugins/CustomVariables/Segment.php +++ b/plugins/CustomVariables/Segment.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 * */ diff --git a/plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php b/plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php index 2b068ba03e..42d2d48b7d 100644 --- a/plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.php +++ b/plugins/CustomVariables/Tracker/CustomVariablesRequestProcessor.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 */ diff --git a/plugins/CustomVariables/tests/Commands/InfoTest.php b/plugins/CustomVariables/tests/Commands/InfoTest.php index fe9e1cc7e6..64335fcb3b 100644 --- a/plugins/CustomVariables/tests/Commands/InfoTest.php +++ b/plugins/CustomVariables/tests/Commands/InfoTest.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 * */ diff --git a/plugins/CustomVariables/tests/Commands/SetNumberOfCustomVariablesTest.php b/plugins/CustomVariables/tests/Commands/SetNumberOfCustomVariablesTest.php index a17a0683a5..10f2f3f5d9 100644 --- a/plugins/CustomVariables/tests/Commands/SetNumberOfCustomVariablesTest.php +++ b/plugins/CustomVariables/tests/Commands/SetNumberOfCustomVariablesTest.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 * */ diff --git a/plugins/CustomVariables/tests/Fixtures/VisitWithManyCustomVariables.php b/plugins/CustomVariables/tests/Fixtures/VisitWithManyCustomVariables.php index c1a75e0b26..5cf92e75c8 100644 --- a/plugins/CustomVariables/tests/Fixtures/VisitWithManyCustomVariables.php +++ b/plugins/CustomVariables/tests/Fixtures/VisitWithManyCustomVariables.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\Plugins\CustomVariables\tests\Fixtures; diff --git a/plugins/CustomVariables/tests/Integration/CustomVariablesTest.php b/plugins/CustomVariables/tests/Integration/CustomVariablesTest.php index 421b19bd0d..aacee96665 100644 --- a/plugins/CustomVariables/tests/Integration/CustomVariablesTest.php +++ b/plugins/CustomVariables/tests/Integration/CustomVariablesTest.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 */ diff --git a/plugins/CustomVariables/tests/Integration/ModelTest.php b/plugins/CustomVariables/tests/Integration/ModelTest.php index 6f504f9525..5324cfdf22 100644 --- a/plugins/CustomVariables/tests/Integration/ModelTest.php +++ b/plugins/CustomVariables/tests/Integration/ModelTest.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 */ diff --git a/plugins/CustomVariables/tests/System/CustomVariablesSystemTest.php b/plugins/CustomVariables/tests/System/CustomVariablesSystemTest.php index cce902ef30..372bcedb62 100644 --- a/plugins/CustomVariables/tests/System/CustomVariablesSystemTest.php +++ b/plugins/CustomVariables/tests/System/CustomVariablesSystemTest.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 */ diff --git a/plugins/DBStats/API.php b/plugins/DBStats/API.php index 1eea1eb719..42a7fe4d21 100644 --- a/plugins/DBStats/API.php +++ b/plugins/DBStats/API.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 * */ diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php index b8bfebbffa..8eb61dcc52 100644 --- a/plugins/DBStats/Controller.php +++ b/plugins/DBStats/Controller.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 * */ diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php index 76da2ac82e..f75d4e8c95 100644 --- a/plugins/DBStats/DBStats.php +++ b/plugins/DBStats/DBStats.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 * */ diff --git a/plugins/DBStats/Menu.php b/plugins/DBStats/Menu.php index a52b9bd2fd..0f0c66b1c2 100644 --- a/plugins/DBStats/Menu.php +++ b/plugins/DBStats/Menu.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 * */ diff --git a/plugins/DBStats/MySQLMetadataDataAccess.php b/plugins/DBStats/MySQLMetadataDataAccess.php index 04f6a397a1..b2189a19e9 100644 --- a/plugins/DBStats/MySQLMetadataDataAccess.php +++ b/plugins/DBStats/MySQLMetadataDataAccess.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 * */ diff --git a/plugins/DBStats/MySQLMetadataProvider.php b/plugins/DBStats/MySQLMetadataProvider.php index 52a183011d..6d31318866 100644 --- a/plugins/DBStats/MySQLMetadataProvider.php +++ b/plugins/DBStats/MySQLMetadataProvider.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 * */ diff --git a/plugins/DBStats/Reports/Base.php b/plugins/DBStats/Reports/Base.php index 3c9b3a6b6e..c1a81a4f65 100644 --- a/plugins/DBStats/Reports/Base.php +++ b/plugins/DBStats/Reports/Base.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 * */ diff --git a/plugins/DBStats/Reports/GetAdminDataSummary.php b/plugins/DBStats/Reports/GetAdminDataSummary.php index 402b774480..92b272e3c5 100644 --- a/plugins/DBStats/Reports/GetAdminDataSummary.php +++ b/plugins/DBStats/Reports/GetAdminDataSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetDatabaseUsageSummary.php b/plugins/DBStats/Reports/GetDatabaseUsageSummary.php index cecabc0a04..66d4f6541a 100644 --- a/plugins/DBStats/Reports/GetDatabaseUsageSummary.php +++ b/plugins/DBStats/Reports/GetDatabaseUsageSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetIndividualMetricsSummary.php b/plugins/DBStats/Reports/GetIndividualMetricsSummary.php index be0cbb90db..78afa7a6eb 100644 --- a/plugins/DBStats/Reports/GetIndividualMetricsSummary.php +++ b/plugins/DBStats/Reports/GetIndividualMetricsSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetIndividualReportsSummary.php b/plugins/DBStats/Reports/GetIndividualReportsSummary.php index f589cbb094..1e66e1d2d1 100644 --- a/plugins/DBStats/Reports/GetIndividualReportsSummary.php +++ b/plugins/DBStats/Reports/GetIndividualReportsSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetMetricDataSummary.php b/plugins/DBStats/Reports/GetMetricDataSummary.php index 34b773531d..a2c6fa4257 100644 --- a/plugins/DBStats/Reports/GetMetricDataSummary.php +++ b/plugins/DBStats/Reports/GetMetricDataSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php b/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php index 55bc6f90e2..80ae69d04e 100644 --- a/plugins/DBStats/Reports/GetMetricDataSummaryByYear.php +++ b/plugins/DBStats/Reports/GetMetricDataSummaryByYear.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 * */ diff --git a/plugins/DBStats/Reports/GetReportDataSummary.php b/plugins/DBStats/Reports/GetReportDataSummary.php index 781b3988b9..0c3a6ba9af 100644 --- a/plugins/DBStats/Reports/GetReportDataSummary.php +++ b/plugins/DBStats/Reports/GetReportDataSummary.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 * */ diff --git a/plugins/DBStats/Reports/GetReportDataSummaryByYear.php b/plugins/DBStats/Reports/GetReportDataSummaryByYear.php index 228d4281b0..811970e5c2 100644 --- a/plugins/DBStats/Reports/GetReportDataSummaryByYear.php +++ b/plugins/DBStats/Reports/GetReportDataSummaryByYear.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 * */ diff --git a/plugins/DBStats/Reports/GetTrackerDataSummary.php b/plugins/DBStats/Reports/GetTrackerDataSummary.php index 5e94c90784..83383f3608 100644 --- a/plugins/DBStats/Reports/GetTrackerDataSummary.php +++ b/plugins/DBStats/Reports/GetTrackerDataSummary.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 * */ diff --git a/plugins/DBStats/Tasks.php b/plugins/DBStats/Tasks.php index 0d777760e5..7ec9498da2 100644 --- a/plugins/DBStats/Tasks.php +++ b/plugins/DBStats/Tasks.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 * */ diff --git a/plugins/DBStats/tests/Mocks/MockDataAccess.php b/plugins/DBStats/tests/Mocks/MockDataAccess.php index bceaca7470..f337eda60b 100644 --- a/plugins/DBStats/tests/Mocks/MockDataAccess.php +++ b/plugins/DBStats/tests/Mocks/MockDataAccess.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 * */ diff --git a/plugins/Dashboard/Categories/DashboardCategory.php b/plugins/Dashboard/Categories/DashboardCategory.php index 4fb9952385..a20acbac99 100644 --- a/plugins/Dashboard/Categories/DashboardCategory.php +++ b/plugins/Dashboard/Categories/DashboardCategory.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 * */ diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php index 5f62a36ca8..4f005c1562 100644 --- a/plugins/Dashboard/Dashboard.php +++ b/plugins/Dashboard/Dashboard.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 * */ diff --git a/plugins/Dashboard/Menu.php b/plugins/Dashboard/Menu.php index 7967635f97..4117e6513d 100644 --- a/plugins/Dashboard/Menu.php +++ b/plugins/Dashboard/Menu.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 * */ diff --git a/plugins/Dashboard/tests/Integration/APITest.php b/plugins/Dashboard/tests/Integration/APITest.php index b2fb0a758a..42e6a4b0db 100644 --- a/plugins/Dashboard/tests/Integration/APITest.php +++ b/plugins/Dashboard/tests/Integration/APITest.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 */ diff --git a/plugins/DevicePlugins/API.php b/plugins/DevicePlugins/API.php index b4b33b8db3..973179af42 100644 --- a/plugins/DevicePlugins/API.php +++ b/plugins/DevicePlugins/API.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 * */ diff --git a/plugins/DevicePlugins/Archiver.php b/plugins/DevicePlugins/Archiver.php index 1bc8cffa21..e5dc87e4fc 100644 --- a/plugins/DevicePlugins/Archiver.php +++ b/plugins/DevicePlugins/Archiver.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 * */ diff --git a/plugins/DevicePlugins/Columns/DevicePluginColumn.php b/plugins/DevicePlugins/Columns/DevicePluginColumn.php index 9dc34ac569..bba17da582 100644 --- a/plugins/DevicePlugins/Columns/DevicePluginColumn.php +++ b/plugins/DevicePlugins/Columns/DevicePluginColumn.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 * */ diff --git a/plugins/DevicePlugins/Columns/Plugin.php b/plugins/DevicePlugins/Columns/Plugin.php index a01d01c57c..ecc25e1437 100644 --- a/plugins/DevicePlugins/Columns/Plugin.php +++ b/plugins/DevicePlugins/Columns/Plugin.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginCookie.php b/plugins/DevicePlugins/Columns/PluginCookie.php index b07aad3587..c392dd657d 100644 --- a/plugins/DevicePlugins/Columns/PluginCookie.php +++ b/plugins/DevicePlugins/Columns/PluginCookie.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginDirector.php b/plugins/DevicePlugins/Columns/PluginDirector.php index 209e718c6e..382829791e 100644 --- a/plugins/DevicePlugins/Columns/PluginDirector.php +++ b/plugins/DevicePlugins/Columns/PluginDirector.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginFlash.php b/plugins/DevicePlugins/Columns/PluginFlash.php index 2b17c70681..da9c05c87c 100644 --- a/plugins/DevicePlugins/Columns/PluginFlash.php +++ b/plugins/DevicePlugins/Columns/PluginFlash.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginGears.php b/plugins/DevicePlugins/Columns/PluginGears.php index c8b40235f4..7994271ec3 100644 --- a/plugins/DevicePlugins/Columns/PluginGears.php +++ b/plugins/DevicePlugins/Columns/PluginGears.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginJava.php b/plugins/DevicePlugins/Columns/PluginJava.php index d23c3a3c3e..29e65cc096 100644 --- a/plugins/DevicePlugins/Columns/PluginJava.php +++ b/plugins/DevicePlugins/Columns/PluginJava.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginPdf.php b/plugins/DevicePlugins/Columns/PluginPdf.php index 69945b3d66..c1648a8f58 100644 --- a/plugins/DevicePlugins/Columns/PluginPdf.php +++ b/plugins/DevicePlugins/Columns/PluginPdf.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginQuickTime.php b/plugins/DevicePlugins/Columns/PluginQuickTime.php index 57e6bc754e..b5e9333f02 100644 --- a/plugins/DevicePlugins/Columns/PluginQuickTime.php +++ b/plugins/DevicePlugins/Columns/PluginQuickTime.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginRealPlayer.php b/plugins/DevicePlugins/Columns/PluginRealPlayer.php index 2de970caa4..bfc1911b8f 100644 --- a/plugins/DevicePlugins/Columns/PluginRealPlayer.php +++ b/plugins/DevicePlugins/Columns/PluginRealPlayer.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginSilverlight.php b/plugins/DevicePlugins/Columns/PluginSilverlight.php index 154aea8975..e6bec417ac 100644 --- a/plugins/DevicePlugins/Columns/PluginSilverlight.php +++ b/plugins/DevicePlugins/Columns/PluginSilverlight.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 * */ diff --git a/plugins/DevicePlugins/Columns/PluginWindowsMedia.php b/plugins/DevicePlugins/Columns/PluginWindowsMedia.php index 6318fd0f55..43c1212814 100644 --- a/plugins/DevicePlugins/Columns/PluginWindowsMedia.php +++ b/plugins/DevicePlugins/Columns/PluginWindowsMedia.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 * */ diff --git a/plugins/DevicePlugins/DevicePlugins.php b/plugins/DevicePlugins/DevicePlugins.php index 2d7bab595f..b783fbd5b3 100644 --- a/plugins/DevicePlugins/DevicePlugins.php +++ b/plugins/DevicePlugins/DevicePlugins.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 * */ diff --git a/plugins/DevicePlugins/Reports/Base.php b/plugins/DevicePlugins/Reports/Base.php index b6f8755b13..45fdf7b930 100644 --- a/plugins/DevicePlugins/Reports/Base.php +++ b/plugins/DevicePlugins/Reports/Base.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 * */ diff --git a/plugins/DevicePlugins/Reports/GetPlugin.php b/plugins/DevicePlugins/Reports/GetPlugin.php index a2c6dad79a..d50be4acd4 100644 --- a/plugins/DevicePlugins/Reports/GetPlugin.php +++ b/plugins/DevicePlugins/Reports/GetPlugin.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 * */ diff --git a/plugins/DevicePlugins/functions.php b/plugins/DevicePlugins/functions.php index 020736a89e..f2830cac8e 100644 --- a/plugins/DevicePlugins/functions.php +++ b/plugins/DevicePlugins/functions.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 * */ diff --git a/plugins/DevicesDetection/API.php b/plugins/DevicesDetection/API.php index 667affa57b..a04af1b929 100644 --- a/plugins/DevicesDetection/API.php +++ b/plugins/DevicesDetection/API.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 * */ diff --git a/plugins/DevicesDetection/Archiver.php b/plugins/DevicesDetection/Archiver.php index 9f268f85a0..f03c4e8403 100644 --- a/plugins/DevicesDetection/Archiver.php +++ b/plugins/DevicesDetection/Archiver.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 * */ diff --git a/plugins/DevicesDetection/Columns/Base.php b/plugins/DevicesDetection/Columns/Base.php index 7194527f6a..c837c2e0ba 100644 --- a/plugins/DevicesDetection/Columns/Base.php +++ b/plugins/DevicesDetection/Columns/Base.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 * */ diff --git a/plugins/DevicesDetection/Columns/BrowserEngine.php b/plugins/DevicesDetection/Columns/BrowserEngine.php index c9f60cd73e..6b6ff290fa 100644 --- a/plugins/DevicesDetection/Columns/BrowserEngine.php +++ b/plugins/DevicesDetection/Columns/BrowserEngine.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 * */ diff --git a/plugins/DevicesDetection/Columns/BrowserName.php b/plugins/DevicesDetection/Columns/BrowserName.php index 0f387923f7..2283db01e8 100644 --- a/plugins/DevicesDetection/Columns/BrowserName.php +++ b/plugins/DevicesDetection/Columns/BrowserName.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 * */ diff --git a/plugins/DevicesDetection/Columns/BrowserVersion.php b/plugins/DevicesDetection/Columns/BrowserVersion.php index 9fd4593aac..c67d057358 100644 --- a/plugins/DevicesDetection/Columns/BrowserVersion.php +++ b/plugins/DevicesDetection/Columns/BrowserVersion.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 * */ diff --git a/plugins/DevicesDetection/Columns/DeviceBrand.php b/plugins/DevicesDetection/Columns/DeviceBrand.php index ee4db69954..6f2fe2dde0 100644 --- a/plugins/DevicesDetection/Columns/DeviceBrand.php +++ b/plugins/DevicesDetection/Columns/DeviceBrand.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 * */ diff --git a/plugins/DevicesDetection/Columns/DeviceModel.php b/plugins/DevicesDetection/Columns/DeviceModel.php index 7fb1b9a015..7fe674c2ec 100644 --- a/plugins/DevicesDetection/Columns/DeviceModel.php +++ b/plugins/DevicesDetection/Columns/DeviceModel.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 * */ diff --git a/plugins/DevicesDetection/Columns/DeviceType.php b/plugins/DevicesDetection/Columns/DeviceType.php index 10233e7c92..c798370f95 100644 --- a/plugins/DevicesDetection/Columns/DeviceType.php +++ b/plugins/DevicesDetection/Columns/DeviceType.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 * */ diff --git a/plugins/DevicesDetection/Columns/Os.php b/plugins/DevicesDetection/Columns/Os.php index c795181bd3..947a35490c 100644 --- a/plugins/DevicesDetection/Columns/Os.php +++ b/plugins/DevicesDetection/Columns/Os.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 * */ diff --git a/plugins/DevicesDetection/Columns/OsVersion.php b/plugins/DevicesDetection/Columns/OsVersion.php index ef7d9b6dca..787a2b65a4 100644 --- a/plugins/DevicesDetection/Columns/OsVersion.php +++ b/plugins/DevicesDetection/Columns/OsVersion.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 * */ diff --git a/plugins/DevicesDetection/Controller.php b/plugins/DevicesDetection/Controller.php index c49b70bde0..a26964e034 100644 --- a/plugins/DevicesDetection/Controller.php +++ b/plugins/DevicesDetection/Controller.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 * */ diff --git a/plugins/DevicesDetection/DevicesDetection.php b/plugins/DevicesDetection/DevicesDetection.php index ab36c9fe2d..b4962cb1c8 100644 --- a/plugins/DevicesDetection/DevicesDetection.php +++ b/plugins/DevicesDetection/DevicesDetection.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 * */ diff --git a/plugins/DevicesDetection/Menu.php b/plugins/DevicesDetection/Menu.php index 067f8b9afa..0a3a099db1 100644 --- a/plugins/DevicesDetection/Menu.php +++ b/plugins/DevicesDetection/Menu.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 * */ diff --git a/plugins/DevicesDetection/Reports/Base.php b/plugins/DevicesDetection/Reports/Base.php index cb24a376e4..e0a52d085d 100644 --- a/plugins/DevicesDetection/Reports/Base.php +++ b/plugins/DevicesDetection/Reports/Base.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetBrand.php b/plugins/DevicesDetection/Reports/GetBrand.php index 1dc3f01c58..c3eb96e46c 100644 --- a/plugins/DevicesDetection/Reports/GetBrand.php +++ b/plugins/DevicesDetection/Reports/GetBrand.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetBrowserEngines.php b/plugins/DevicesDetection/Reports/GetBrowserEngines.php index 403955c66c..b6db7a46cd 100644 --- a/plugins/DevicesDetection/Reports/GetBrowserEngines.php +++ b/plugins/DevicesDetection/Reports/GetBrowserEngines.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetBrowserVersions.php b/plugins/DevicesDetection/Reports/GetBrowserVersions.php index 13c47984f5..e99e3da6f3 100644 --- a/plugins/DevicesDetection/Reports/GetBrowserVersions.php +++ b/plugins/DevicesDetection/Reports/GetBrowserVersions.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetBrowsers.php b/plugins/DevicesDetection/Reports/GetBrowsers.php index 7d8959d1e6..01045df62e 100644 --- a/plugins/DevicesDetection/Reports/GetBrowsers.php +++ b/plugins/DevicesDetection/Reports/GetBrowsers.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetModel.php b/plugins/DevicesDetection/Reports/GetModel.php index 0490549f7a..ce34cf99d1 100644 --- a/plugins/DevicesDetection/Reports/GetModel.php +++ b/plugins/DevicesDetection/Reports/GetModel.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetOsFamilies.php b/plugins/DevicesDetection/Reports/GetOsFamilies.php index ef0d056b9a..7529dd41b2 100644 --- a/plugins/DevicesDetection/Reports/GetOsFamilies.php +++ b/plugins/DevicesDetection/Reports/GetOsFamilies.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetOsVersions.php b/plugins/DevicesDetection/Reports/GetOsVersions.php index c100b2e39f..7868001e9f 100644 --- a/plugins/DevicesDetection/Reports/GetOsVersions.php +++ b/plugins/DevicesDetection/Reports/GetOsVersions.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 * */ diff --git a/plugins/DevicesDetection/Reports/GetType.php b/plugins/DevicesDetection/Reports/GetType.php index 7c77cff8e5..a2208e9c91 100644 --- a/plugins/DevicesDetection/Reports/GetType.php +++ b/plugins/DevicesDetection/Reports/GetType.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 * */ diff --git a/plugins/DevicesDetection/Updates/1.14.php b/plugins/DevicesDetection/Updates/1.14.php index e3978a151c..91e492ec82 100644 --- a/plugins/DevicesDetection/Updates/1.14.php +++ b/plugins/DevicesDetection/Updates/1.14.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 * */ diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php index deb384e921..92f2ebba4d 100644 --- a/plugins/DevicesDetection/functions.php +++ b/plugins/DevicesDetection/functions.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 * */ diff --git a/plugins/DevicesDetection/tests/Fixtures/MultiDeviceGoalConversions.php b/plugins/DevicesDetection/tests/Fixtures/MultiDeviceGoalConversions.php index e5c1a597c5..a1de38c6d4 100644 --- a/plugins/DevicesDetection/tests/Fixtures/MultiDeviceGoalConversions.php +++ b/plugins/DevicesDetection/tests/Fixtures/MultiDeviceGoalConversions.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\Plugins\DevicesDetection\tests\Fixtures; diff --git a/plugins/DevicesDetection/tests/System/GoalReportForDevicesTest.php b/plugins/DevicesDetection/tests/System/GoalReportForDevicesTest.php index 67024c1c7b..7d848db4f9 100644 --- a/plugins/DevicesDetection/tests/System/GoalReportForDevicesTest.php +++ b/plugins/DevicesDetection/tests/System/GoalReportForDevicesTest.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\Plugins\DevicesDetection\tests\System; diff --git a/plugins/Diagnostics/Commands/AnalyzeArchiveTable.php b/plugins/Diagnostics/Commands/AnalyzeArchiveTable.php index c579de3928..4e80716795 100644 --- a/plugins/Diagnostics/Commands/AnalyzeArchiveTable.php +++ b/plugins/Diagnostics/Commands/AnalyzeArchiveTable.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 */ diff --git a/plugins/Diagnostics/Commands/Run.php b/plugins/Diagnostics/Commands/Run.php index 0fde8bad41..078d62ba64 100644 --- a/plugins/Diagnostics/Commands/Run.php +++ b/plugins/Diagnostics/Commands/Run.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 */ diff --git a/plugins/Diagnostics/ConfigReader.php b/plugins/Diagnostics/ConfigReader.php index 3750184497..cc96b560b9 100644 --- a/plugins/Diagnostics/ConfigReader.php +++ b/plugins/Diagnostics/ConfigReader.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\Plugins\Diagnostics; diff --git a/plugins/Diagnostics/Controller.php b/plugins/Diagnostics/Controller.php index a350ff47a3..edce7f8c71 100644 --- a/plugins/Diagnostics/Controller.php +++ b/plugins/Diagnostics/Controller.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 */ diff --git a/plugins/Diagnostics/Diagnostic/CronArchivingCheck.php b/plugins/Diagnostics/Diagnostic/CronArchivingCheck.php index 24fd44840d..606bed2324 100644 --- a/plugins/Diagnostics/Diagnostic/CronArchivingCheck.php +++ b/plugins/Diagnostics/Diagnostic/CronArchivingCheck.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 * */ diff --git a/plugins/Diagnostics/Diagnostic/CronArchivingLastRunCheck.php b/plugins/Diagnostics/Diagnostic/CronArchivingLastRunCheck.php index 070b979c1c..7ba4151b27 100644 --- a/plugins/Diagnostics/Diagnostic/CronArchivingLastRunCheck.php +++ b/plugins/Diagnostics/Diagnostic/CronArchivingLastRunCheck.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 * */ diff --git a/plugins/Diagnostics/Diagnostic/DbAdapterCheck.php b/plugins/Diagnostics/Diagnostic/DbAdapterCheck.php index 9762bec245..3f398c4783 100644 --- a/plugins/Diagnostics/Diagnostic/DbAdapterCheck.php +++ b/plugins/Diagnostics/Diagnostic/DbAdapterCheck.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 * */ diff --git a/plugins/Diagnostics/Diagnostic/Diagnostic.php b/plugins/Diagnostics/Diagnostic/Diagnostic.php index 39c9be4c39..c46a9eae2d 100644 --- a/plugins/Diagnostics/Diagnostic/Diagnostic.php +++ b/plugins/Diagnostics/Diagnostic/Diagnostic.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 */ diff --git a/plugins/Diagnostics/Diagnostic/DiagnosticResult.php b/plugins/Diagnostics/Diagnostic/DiagnosticResult.php index 68c5436763..a561158056 100644 --- a/plugins/Diagnostics/Diagnostic/DiagnosticResult.php +++ b/plugins/Diagnostics/Diagnostic/DiagnosticResult.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 */ diff --git a/plugins/Diagnostics/Diagnostic/DiagnosticResultItem.php b/plugins/Diagnostics/Diagnostic/DiagnosticResultItem.php index a39cb6dac4..fcc921dfa9 100644 --- a/plugins/Diagnostics/Diagnostic/DiagnosticResultItem.php +++ b/plugins/Diagnostics/Diagnostic/DiagnosticResultItem.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 */ diff --git a/plugins/Diagnostics/Diagnostic/FileIntegrityCheck.php b/plugins/Diagnostics/Diagnostic/FileIntegrityCheck.php index e9e58fdd8b..505f43cb4c 100644 --- a/plugins/Diagnostics/Diagnostic/FileIntegrityCheck.php +++ b/plugins/Diagnostics/Diagnostic/FileIntegrityCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/ForceSSLCheck.php b/plugins/Diagnostics/Diagnostic/ForceSSLCheck.php index 2640917a95..1cbb3c2b98 100644 --- a/plugins/Diagnostics/Diagnostic/ForceSSLCheck.php +++ b/plugins/Diagnostics/Diagnostic/ForceSSLCheck.php @@ -2,7 +2,7 @@ /** * 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\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/GdExtensionCheck.php b/plugins/Diagnostics/Diagnostic/GdExtensionCheck.php index 3d79eb3bdc..62c342fa57 100644 --- a/plugins/Diagnostics/Diagnostic/GdExtensionCheck.php +++ b/plugins/Diagnostics/Diagnostic/GdExtensionCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/HttpClientCheck.php b/plugins/Diagnostics/Diagnostic/HttpClientCheck.php index 1a26f83713..215fafabf1 100644 --- a/plugins/Diagnostics/Diagnostic/HttpClientCheck.php +++ b/plugins/Diagnostics/Diagnostic/HttpClientCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.php b/plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.php index b8725b35a2..50a8674f8c 100644 --- a/plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.php +++ b/plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php b/plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php index ae51a9ccee..c58310f35a 100644 --- a/plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php +++ b/plugins/Diagnostics/Diagnostic/MemoryLimitCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/NfsDiskCheck.php b/plugins/Diagnostics/Diagnostic/NfsDiskCheck.php index f8680b07a9..91d0add35b 100644 --- a/plugins/Diagnostics/Diagnostic/NfsDiskCheck.php +++ b/plugins/Diagnostics/Diagnostic/NfsDiskCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php b/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php index 3e852a852c..2311c76753 100644 --- a/plugins/Diagnostics/Diagnostic/PageSpeedCheck.php +++ b/plugins/Diagnostics/Diagnostic/PageSpeedCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.php b/plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.php index 155f22aef8..73f6f599ae 100644 --- a/plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.php +++ b/plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.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 * */ diff --git a/plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php b/plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php index 736fc73877..7bbd9c3627 100644 --- a/plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php +++ b/plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php b/plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php index cf108ec12f..679167576e 100644 --- a/plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php +++ b/plugins/Diagnostics/Diagnostic/PhpSettingsCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/PhpVersionCheck.php b/plugins/Diagnostics/Diagnostic/PhpVersionCheck.php index 0900ba1b2e..85ac9b564b 100644 --- a/plugins/Diagnostics/Diagnostic/PhpVersionCheck.php +++ b/plugins/Diagnostics/Diagnostic/PhpVersionCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php b/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php index a3c0a2c933..26abb115e5 100644 --- a/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php +++ b/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/RecommendedFunctionsCheck.php b/plugins/Diagnostics/Diagnostic/RecommendedFunctionsCheck.php index 1a454de0d5..d346407294 100644 --- a/plugins/Diagnostics/Diagnostic/RecommendedFunctionsCheck.php +++ b/plugins/Diagnostics/Diagnostic/RecommendedFunctionsCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/TimezoneCheck.php b/plugins/Diagnostics/Diagnostic/TimezoneCheck.php index 5fcf6204bc..e7dcd09d88 100644 --- a/plugins/Diagnostics/Diagnostic/TimezoneCheck.php +++ b/plugins/Diagnostics/Diagnostic/TimezoneCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/TrackerCheck.php b/plugins/Diagnostics/Diagnostic/TrackerCheck.php index c74c63ec20..e972aadbc7 100644 --- a/plugins/Diagnostics/Diagnostic/TrackerCheck.php +++ b/plugins/Diagnostics/Diagnostic/TrackerCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/Diagnostic/WriteAccessCheck.php b/plugins/Diagnostics/Diagnostic/WriteAccessCheck.php index 78683c9982..9279b0e7a6 100644 --- a/plugins/Diagnostics/Diagnostic/WriteAccessCheck.php +++ b/plugins/Diagnostics/Diagnostic/WriteAccessCheck.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\Plugins\Diagnostics\Diagnostic; diff --git a/plugins/Diagnostics/DiagnosticReport.php b/plugins/Diagnostics/DiagnosticReport.php index 6e50e0bb86..c2dfb2c312 100644 --- a/plugins/Diagnostics/DiagnosticReport.php +++ b/plugins/Diagnostics/DiagnosticReport.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\Plugins\Diagnostics; diff --git a/plugins/Diagnostics/DiagnosticService.php b/plugins/Diagnostics/DiagnosticService.php index 34e26eb976..ff77d89d14 100644 --- a/plugins/Diagnostics/DiagnosticService.php +++ b/plugins/Diagnostics/DiagnosticService.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\Plugins\Diagnostics; diff --git a/plugins/Diagnostics/Diagnostics.php b/plugins/Diagnostics/Diagnostics.php index e588af1fbe..cdef33bb27 100644 --- a/plugins/Diagnostics/Diagnostics.php +++ b/plugins/Diagnostics/Diagnostics.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 */ diff --git a/plugins/Diagnostics/Menu.php b/plugins/Diagnostics/Menu.php index 52c28699b5..77961741a5 100644 --- a/plugins/Diagnostics/Menu.php +++ b/plugins/Diagnostics/Menu.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 */ diff --git a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php index 42833613df..7fdc477111 100644 --- a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php +++ b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.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 */ diff --git a/plugins/Diagnostics/tests/Integration/ConfigReaderTest.php b/plugins/Diagnostics/tests/Integration/ConfigReaderTest.php index 9bc90dd5e1..05b5f0af50 100644 --- a/plugins/Diagnostics/tests/Integration/ConfigReaderTest.php +++ b/plugins/Diagnostics/tests/Integration/ConfigReaderTest.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 */ diff --git a/plugins/Diagnostics/tests/Mock/DiagnosticWithError.php b/plugins/Diagnostics/tests/Mock/DiagnosticWithError.php index c5cc8e7b72..6ea3d4fea4 100644 --- a/plugins/Diagnostics/tests/Mock/DiagnosticWithError.php +++ b/plugins/Diagnostics/tests/Mock/DiagnosticWithError.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 */ diff --git a/plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.php b/plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.php index bc17f407ae..a8af3c1361 100644 --- a/plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.php +++ b/plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.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 */ diff --git a/plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.php b/plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.php index 0234c05ea4..b621497caf 100644 --- a/plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.php +++ b/plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.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 */ diff --git a/plugins/Diagnostics/tests/Unit/Diagnostic/DiagnosticResultTest.php b/plugins/Diagnostics/tests/Unit/Diagnostic/DiagnosticResultTest.php index 3e3178417b..8e02dc4f54 100644 --- a/plugins/Diagnostics/tests/Unit/Diagnostic/DiagnosticResultTest.php +++ b/plugins/Diagnostics/tests/Unit/Diagnostic/DiagnosticResultTest.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 */ diff --git a/plugins/Diagnostics/tests/Unit/DiagnosticReportTest.php b/plugins/Diagnostics/tests/Unit/DiagnosticReportTest.php index 2d89d792bb..c48b88e98c 100644 --- a/plugins/Diagnostics/tests/Unit/DiagnosticReportTest.php +++ b/plugins/Diagnostics/tests/Unit/DiagnosticReportTest.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 */ diff --git a/plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.php b/plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.php index 4faf8062e2..482296e66f 100644 --- a/plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.php +++ b/plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.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 */ diff --git a/plugins/Ecommerce/Categories/EcommerceCategory.php b/plugins/Ecommerce/Categories/EcommerceCategory.php index 0e14470cfb..a5f2b44ade 100644 --- a/plugins/Ecommerce/Categories/EcommerceCategory.php +++ b/plugins/Ecommerce/Categories/EcommerceCategory.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 * */ diff --git a/plugins/Ecommerce/Categories/EcommerceLogSubcategory.php b/plugins/Ecommerce/Categories/EcommerceLogSubcategory.php index f3999fda02..d47650495d 100644 --- a/plugins/Ecommerce/Categories/EcommerceLogSubcategory.php +++ b/plugins/Ecommerce/Categories/EcommerceLogSubcategory.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 * */ diff --git a/plugins/Ecommerce/Categories/EcommerceOverviewSubcategory.php b/plugins/Ecommerce/Categories/EcommerceOverviewSubcategory.php index b8560a8072..84519e0469 100644 --- a/plugins/Ecommerce/Categories/EcommerceOverviewSubcategory.php +++ b/plugins/Ecommerce/Categories/EcommerceOverviewSubcategory.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 * */ diff --git a/plugins/Ecommerce/Categories/ProductSubcategory.php b/plugins/Ecommerce/Categories/ProductSubcategory.php index d7d8e9a810..2045ec4541 100644 --- a/plugins/Ecommerce/Categories/ProductSubcategory.php +++ b/plugins/Ecommerce/Categories/ProductSubcategory.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 * */ diff --git a/plugins/Ecommerce/Categories/SalesSubcategory.php b/plugins/Ecommerce/Categories/SalesSubcategory.php index 0cb68d3d1c..41e6eeeed2 100644 --- a/plugins/Ecommerce/Categories/SalesSubcategory.php +++ b/plugins/Ecommerce/Categories/SalesSubcategory.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 * */ diff --git a/plugins/Ecommerce/Columns/BaseConversion.php b/plugins/Ecommerce/Columns/BaseConversion.php index 810f4c32a4..df2a3663c6 100644 --- a/plugins/Ecommerce/Columns/BaseConversion.php +++ b/plugins/Ecommerce/Columns/BaseConversion.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 * */ diff --git a/plugins/Ecommerce/Columns/Items.php b/plugins/Ecommerce/Columns/Items.php index 834b020577..5fdc9ff9ae 100644 --- a/plugins/Ecommerce/Columns/Items.php +++ b/plugins/Ecommerce/Columns/Items.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 * */ diff --git a/plugins/Ecommerce/Columns/Order.php b/plugins/Ecommerce/Columns/Order.php index 3fd1409a1f..2958f7b062 100644 --- a/plugins/Ecommerce/Columns/Order.php +++ b/plugins/Ecommerce/Columns/Order.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 * */ diff --git a/plugins/Ecommerce/Columns/ProductCategory.php b/plugins/Ecommerce/Columns/ProductCategory.php index c080dde65a..c745640b63 100644 --- a/plugins/Ecommerce/Columns/ProductCategory.php +++ b/plugins/Ecommerce/Columns/ProductCategory.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 * */ diff --git a/plugins/Ecommerce/Columns/ProductName.php b/plugins/Ecommerce/Columns/ProductName.php index ab7033a507..64e2efd108 100644 --- a/plugins/Ecommerce/Columns/ProductName.php +++ b/plugins/Ecommerce/Columns/ProductName.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 * */ diff --git a/plugins/Ecommerce/Columns/ProductPrice.php b/plugins/Ecommerce/Columns/ProductPrice.php index 9d935d8253..27a29405b9 100644 --- a/plugins/Ecommerce/Columns/ProductPrice.php +++ b/plugins/Ecommerce/Columns/ProductPrice.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 * */ diff --git a/plugins/Ecommerce/Columns/ProductQuantity.php b/plugins/Ecommerce/Columns/ProductQuantity.php index 18d50c94c2..45aee7a7fb 100644 --- a/plugins/Ecommerce/Columns/ProductQuantity.php +++ b/plugins/Ecommerce/Columns/ProductQuantity.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 * */ diff --git a/plugins/Ecommerce/Columns/ProductSku.php b/plugins/Ecommerce/Columns/ProductSku.php index 2bd97b4988..af09e765ca 100644 --- a/plugins/Ecommerce/Columns/ProductSku.php +++ b/plugins/Ecommerce/Columns/ProductSku.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 * */ diff --git a/plugins/Ecommerce/Columns/Revenue.php b/plugins/Ecommerce/Columns/Revenue.php index c5b39edd8c..91079ece9c 100644 --- a/plugins/Ecommerce/Columns/Revenue.php +++ b/plugins/Ecommerce/Columns/Revenue.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 * */ diff --git a/plugins/Ecommerce/Columns/RevenueDiscount.php b/plugins/Ecommerce/Columns/RevenueDiscount.php index b734be2235..d50d31365e 100644 --- a/plugins/Ecommerce/Columns/RevenueDiscount.php +++ b/plugins/Ecommerce/Columns/RevenueDiscount.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 * */ diff --git a/plugins/Ecommerce/Columns/RevenueShipping.php b/plugins/Ecommerce/Columns/RevenueShipping.php index c65a4ca174..742de467a0 100644 --- a/plugins/Ecommerce/Columns/RevenueShipping.php +++ b/plugins/Ecommerce/Columns/RevenueShipping.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 * */ diff --git a/plugins/Ecommerce/Columns/RevenueSubtotal.php b/plugins/Ecommerce/Columns/RevenueSubtotal.php index 86409dbb3d..d779ae8f2c 100644 --- a/plugins/Ecommerce/Columns/RevenueSubtotal.php +++ b/plugins/Ecommerce/Columns/RevenueSubtotal.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 * */ diff --git a/plugins/Ecommerce/Columns/RevenueTax.php b/plugins/Ecommerce/Columns/RevenueTax.php index 820ee95037..d381a0ac5a 100644 --- a/plugins/Ecommerce/Columns/RevenueTax.php +++ b/plugins/Ecommerce/Columns/RevenueTax.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 * */ diff --git a/plugins/Ecommerce/Controller.php b/plugins/Ecommerce/Controller.php index 64ace214d1..1a321c5a2d 100644 --- a/plugins/Ecommerce/Controller.php +++ b/plugins/Ecommerce/Controller.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 * */ diff --git a/plugins/Ecommerce/Ecommerce.php b/plugins/Ecommerce/Ecommerce.php index 922c51648b..418b2acf84 100644 --- a/plugins/Ecommerce/Ecommerce.php +++ b/plugins/Ecommerce/Ecommerce.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 * */ diff --git a/plugins/Ecommerce/Reports/Base.php b/plugins/Ecommerce/Reports/Base.php index 5fe49dd1e8..87506d6b64 100644 --- a/plugins/Ecommerce/Reports/Base.php +++ b/plugins/Ecommerce/Reports/Base.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 * */ diff --git a/plugins/Ecommerce/Reports/BaseItem.php b/plugins/Ecommerce/Reports/BaseItem.php index 5896710dc2..13190fedc5 100644 --- a/plugins/Ecommerce/Reports/BaseItem.php +++ b/plugins/Ecommerce/Reports/BaseItem.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 * */ diff --git a/plugins/Ecommerce/Reports/GetDaysToConversionAbandonedCart.php b/plugins/Ecommerce/Reports/GetDaysToConversionAbandonedCart.php index e68fbae2e6..417bf5b934 100644 --- a/plugins/Ecommerce/Reports/GetDaysToConversionAbandonedCart.php +++ b/plugins/Ecommerce/Reports/GetDaysToConversionAbandonedCart.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 * */ diff --git a/plugins/Ecommerce/Reports/GetDaysToConversionEcommerceOrder.php b/plugins/Ecommerce/Reports/GetDaysToConversionEcommerceOrder.php index 5e8bb66417..3476a744c4 100644 --- a/plugins/Ecommerce/Reports/GetDaysToConversionEcommerceOrder.php +++ b/plugins/Ecommerce/Reports/GetDaysToConversionEcommerceOrder.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 * */ diff --git a/plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.php b/plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.php index e37bb4e7e0..93b1670f9f 100644 --- a/plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.php +++ b/plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.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 * */ diff --git a/plugins/Ecommerce/Reports/GetEcommerceOrder.php b/plugins/Ecommerce/Reports/GetEcommerceOrder.php index e954b68724..7dd0c32ea5 100644 --- a/plugins/Ecommerce/Reports/GetEcommerceOrder.php +++ b/plugins/Ecommerce/Reports/GetEcommerceOrder.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 * */ diff --git a/plugins/Ecommerce/Reports/GetItemsCategory.php b/plugins/Ecommerce/Reports/GetItemsCategory.php index efd4a9489a..e6f78ffc15 100644 --- a/plugins/Ecommerce/Reports/GetItemsCategory.php +++ b/plugins/Ecommerce/Reports/GetItemsCategory.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 * */ diff --git a/plugins/Ecommerce/Reports/GetItemsName.php b/plugins/Ecommerce/Reports/GetItemsName.php index dfb1992ff1..f807c9cffb 100644 --- a/plugins/Ecommerce/Reports/GetItemsName.php +++ b/plugins/Ecommerce/Reports/GetItemsName.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 * */ diff --git a/plugins/Ecommerce/Reports/GetItemsSku.php b/plugins/Ecommerce/Reports/GetItemsSku.php index 63b69a7375..830a3df547 100644 --- a/plugins/Ecommerce/Reports/GetItemsSku.php +++ b/plugins/Ecommerce/Reports/GetItemsSku.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 * */ diff --git a/plugins/Ecommerce/Reports/GetVisitsUntilConversionAbandonedCart.php b/plugins/Ecommerce/Reports/GetVisitsUntilConversionAbandonedCart.php index d6d9512625..be43c48d35 100644 --- a/plugins/Ecommerce/Reports/GetVisitsUntilConversionAbandonedCart.php +++ b/plugins/Ecommerce/Reports/GetVisitsUntilConversionAbandonedCart.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 * */ diff --git a/plugins/Ecommerce/Reports/GetVisitsUntilConversionEcommerceOrder.php b/plugins/Ecommerce/Reports/GetVisitsUntilConversionEcommerceOrder.php index 7084805b44..f93b0f2488 100644 --- a/plugins/Ecommerce/Reports/GetVisitsUntilConversionEcommerceOrder.php +++ b/plugins/Ecommerce/Reports/GetVisitsUntilConversionEcommerceOrder.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 * */ diff --git a/plugins/Ecommerce/Tracker/EcommerceRequestProcessor.php b/plugins/Ecommerce/Tracker/EcommerceRequestProcessor.php index cc474d8df3..4bef2e20ea 100644 --- a/plugins/Ecommerce/Tracker/EcommerceRequestProcessor.php +++ b/plugins/Ecommerce/Tracker/EcommerceRequestProcessor.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 */ diff --git a/plugins/Ecommerce/Widgets/GetEcommerceLog.php b/plugins/Ecommerce/Widgets/GetEcommerceLog.php index 8780a0578b..da5091828e 100644 --- a/plugins/Ecommerce/Widgets/GetEcommerceLog.php +++ b/plugins/Ecommerce/Widgets/GetEcommerceLog.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 * */ diff --git a/plugins/Ecommerce/Widgets/ProductsByDimension.php b/plugins/Ecommerce/Widgets/ProductsByDimension.php index 2f25e23b76..3b40739662 100644 --- a/plugins/Ecommerce/Widgets/ProductsByDimension.php +++ b/plugins/Ecommerce/Widgets/ProductsByDimension.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 * */ diff --git a/plugins/Events/API.php b/plugins/Events/API.php index 20a644ca7e..a0741fd3a6 100644 --- a/plugins/Events/API.php +++ b/plugins/Events/API.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 * */ diff --git a/plugins/Events/Actions/ActionEvent.php b/plugins/Events/Actions/ActionEvent.php index e2acdf478e..f2c1afb679 100644 --- a/plugins/Events/Actions/ActionEvent.php +++ b/plugins/Events/Actions/ActionEvent.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 * */ diff --git a/plugins/Events/Archiver.php b/plugins/Events/Archiver.php index 0146fa738f..bfa4813e36 100644 --- a/plugins/Events/Archiver.php +++ b/plugins/Events/Archiver.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 * */ diff --git a/plugins/Events/Categories/EventsCategory.php b/plugins/Events/Categories/EventsCategory.php index 3e82e4887c..b842e3ea84 100644 --- a/plugins/Events/Categories/EventsCategory.php +++ b/plugins/Events/Categories/EventsCategory.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 * */ diff --git a/plugins/Events/Categories/EventsSubcategory.php b/plugins/Events/Categories/EventsSubcategory.php index e969029e13..0c00199fe3 100644 --- a/plugins/Events/Categories/EventsSubcategory.php +++ b/plugins/Events/Categories/EventsSubcategory.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 * */ diff --git a/plugins/Events/Columns/EventAction.php b/plugins/Events/Columns/EventAction.php index e08325e0b7..791a45e52e 100644 --- a/plugins/Events/Columns/EventAction.php +++ b/plugins/Events/Columns/EventAction.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 * */ diff --git a/plugins/Events/Columns/EventCategory.php b/plugins/Events/Columns/EventCategory.php index b10b1a8406..fe417d2db8 100644 --- a/plugins/Events/Columns/EventCategory.php +++ b/plugins/Events/Columns/EventCategory.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 * */ diff --git a/plugins/Events/Columns/EventName.php b/plugins/Events/Columns/EventName.php index 71876dfc28..720bb700c1 100644 --- a/plugins/Events/Columns/EventName.php +++ b/plugins/Events/Columns/EventName.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 * */ diff --git a/plugins/Events/Columns/EventUrl.php b/plugins/Events/Columns/EventUrl.php index 51d0e6caa8..56ddbf7cd0 100644 --- a/plugins/Events/Columns/EventUrl.php +++ b/plugins/Events/Columns/EventUrl.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 * */ diff --git a/plugins/Events/Columns/EventValue.php b/plugins/Events/Columns/EventValue.php index 2d8c5e491a..7c6e5d34a6 100644 --- a/plugins/Events/Columns/EventValue.php +++ b/plugins/Events/Columns/EventValue.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 * */ diff --git a/plugins/Events/Columns/Metrics/AverageEventValue.php b/plugins/Events/Columns/Metrics/AverageEventValue.php index 7efb513729..02b5073caa 100644 --- a/plugins/Events/Columns/Metrics/AverageEventValue.php +++ b/plugins/Events/Columns/Metrics/AverageEventValue.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\Plugins\Events\Columns\Metrics; diff --git a/plugins/Events/Columns/TotalEvents.php b/plugins/Events/Columns/TotalEvents.php index 17acdd235a..9b1e63426e 100644 --- a/plugins/Events/Columns/TotalEvents.php +++ b/plugins/Events/Columns/TotalEvents.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 * */ diff --git a/plugins/Events/DataTable/Filter/ReplaceEventNameNotSet.php b/plugins/Events/DataTable/Filter/ReplaceEventNameNotSet.php index a07695b5f8..81cec3bdab 100644 --- a/plugins/Events/DataTable/Filter/ReplaceEventNameNotSet.php +++ b/plugins/Events/DataTable/Filter/ReplaceEventNameNotSet.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 * */ diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php index 63192cf132..b7e993cce7 100644 --- a/plugins/Events/Events.php +++ b/plugins/Events/Events.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 * */ diff --git a/plugins/Events/Reports/Base.php b/plugins/Events/Reports/Base.php index 945dc219d6..a4723984fc 100644 --- a/plugins/Events/Reports/Base.php +++ b/plugins/Events/Reports/Base.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 * */ diff --git a/plugins/Events/Reports/GetAction.php b/plugins/Events/Reports/GetAction.php index bbdadd7ed4..f44a52093f 100644 --- a/plugins/Events/Reports/GetAction.php +++ b/plugins/Events/Reports/GetAction.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 * */ diff --git a/plugins/Events/Reports/GetActionFromCategoryId.php b/plugins/Events/Reports/GetActionFromCategoryId.php index 842e5e10b8..9bcc62e64a 100644 --- a/plugins/Events/Reports/GetActionFromCategoryId.php +++ b/plugins/Events/Reports/GetActionFromCategoryId.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 * */ diff --git a/plugins/Events/Reports/GetActionFromNameId.php b/plugins/Events/Reports/GetActionFromNameId.php index d82be65fb0..9799d0d330 100644 --- a/plugins/Events/Reports/GetActionFromNameId.php +++ b/plugins/Events/Reports/GetActionFromNameId.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 * */ diff --git a/plugins/Events/Reports/GetCategory.php b/plugins/Events/Reports/GetCategory.php index 2049868e7c..6bc52a0f52 100644 --- a/plugins/Events/Reports/GetCategory.php +++ b/plugins/Events/Reports/GetCategory.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 * */ diff --git a/plugins/Events/Reports/GetCategoryFromActionId.php b/plugins/Events/Reports/GetCategoryFromActionId.php index efa1607a15..dc5acad2b1 100644 --- a/plugins/Events/Reports/GetCategoryFromActionId.php +++ b/plugins/Events/Reports/GetCategoryFromActionId.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 * */ diff --git a/plugins/Events/Reports/GetCategoryFromNameId.php b/plugins/Events/Reports/GetCategoryFromNameId.php index b5a93009d8..ea2a1c697d 100644 --- a/plugins/Events/Reports/GetCategoryFromNameId.php +++ b/plugins/Events/Reports/GetCategoryFromNameId.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 * */ diff --git a/plugins/Events/Reports/GetName.php b/plugins/Events/Reports/GetName.php index 08d97b6ac4..1b7a092935 100644 --- a/plugins/Events/Reports/GetName.php +++ b/plugins/Events/Reports/GetName.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 * */ diff --git a/plugins/Events/Reports/GetNameFromActionId.php b/plugins/Events/Reports/GetNameFromActionId.php index e9a171a5c7..cd02bde60d 100644 --- a/plugins/Events/Reports/GetNameFromActionId.php +++ b/plugins/Events/Reports/GetNameFromActionId.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 * */ diff --git a/plugins/Events/Reports/GetNameFromCategoryId.php b/plugins/Events/Reports/GetNameFromCategoryId.php index 1f9e1b3318..2acea38066 100644 --- a/plugins/Events/Reports/GetNameFromCategoryId.php +++ b/plugins/Events/Reports/GetNameFromCategoryId.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 * */ diff --git a/plugins/Events/Widgets/EventsByDimension.php b/plugins/Events/Widgets/EventsByDimension.php index ef04e0d761..63977d6ee1 100644 --- a/plugins/Events/Widgets/EventsByDimension.php +++ b/plugins/Events/Widgets/EventsByDimension.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 * */ diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php index 6435de7e9a..9a13f3abad 100644 --- a/plugins/ExampleAPI/API.php +++ b/plugins/ExampleAPI/API.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 * */ diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php index 25676fd6c1..982c51e20a 100644 --- a/plugins/ExampleAPI/ExampleAPI.php +++ b/plugins/ExampleAPI/ExampleAPI.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 * */ diff --git a/plugins/ExampleCommand/Commands/HelloWorld.php b/plugins/ExampleCommand/Commands/HelloWorld.php index ef76f3e186..701fed32ca 100644 --- a/plugins/ExampleCommand/Commands/HelloWorld.php +++ b/plugins/ExampleCommand/Commands/HelloWorld.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 */ diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php index 6342545726..a1d4933e71 100644 --- a/plugins/ExamplePlugin/API.php +++ b/plugins/ExamplePlugin/API.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 */ diff --git a/plugins/ExamplePlugin/Archiver.php b/plugins/ExamplePlugin/Archiver.php index 3c95611940..f0fe56251b 100644 --- a/plugins/ExamplePlugin/Archiver.php +++ b/plugins/ExamplePlugin/Archiver.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 */ diff --git a/plugins/ExamplePlugin/Controller.php b/plugins/ExamplePlugin/Controller.php index a9be0048c0..67dd645581 100644 --- a/plugins/ExamplePlugin/Controller.php +++ b/plugins/ExamplePlugin/Controller.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 */ diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php index 137ede7358..28defbe7ca 100644 --- a/plugins/ExamplePlugin/ExamplePlugin.php +++ b/plugins/ExamplePlugin/ExamplePlugin.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 */ diff --git a/plugins/ExamplePlugin/Menu.php b/plugins/ExamplePlugin/Menu.php index 5f1bf12107..d825f53f47 100644 --- a/plugins/ExamplePlugin/Menu.php +++ b/plugins/ExamplePlugin/Menu.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 */ diff --git a/plugins/ExamplePlugin/Tasks.php b/plugins/ExamplePlugin/Tasks.php index 77cd6cfafe..d672898a6b 100644 --- a/plugins/ExamplePlugin/Tasks.php +++ b/plugins/ExamplePlugin/Tasks.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 */ diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php index 981ba86015..cff1000ffe 100644 --- a/plugins/ExamplePlugin/Updates/0.0.2.php +++ b/plugins/ExamplePlugin/Updates/0.0.2.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 * */ diff --git a/plugins/ExamplePlugin/Widgets/MyExampleWidget.php b/plugins/ExamplePlugin/Widgets/MyExampleWidget.php index 4d055cd0b6..a3d503fb37 100644 --- a/plugins/ExamplePlugin/Widgets/MyExampleWidget.php +++ b/plugins/ExamplePlugin/Widgets/MyExampleWidget.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 * */ diff --git a/plugins/ExamplePlugin/tests/Integration/SimpleTest.php b/plugins/ExamplePlugin/tests/Integration/SimpleTest.php index 5aa9d4c617..1ccc775838 100644 --- a/plugins/ExamplePlugin/tests/Integration/SimpleTest.php +++ b/plugins/ExamplePlugin/tests/Integration/SimpleTest.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 */ diff --git a/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php b/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php index 7bca3732cc..ab6fc6d131 100644 --- a/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php +++ b/plugins/ExamplePlugin/tests/System/SimpleSystemTest.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 */ diff --git a/plugins/ExamplePlugin/tests/Unit/SimpleTest.php b/plugins/ExamplePlugin/tests/Unit/SimpleTest.php index a40db2bac1..657e08ff46 100644 --- a/plugins/ExamplePlugin/tests/Unit/SimpleTest.php +++ b/plugins/ExamplePlugin/tests/Unit/SimpleTest.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 */ diff --git a/plugins/ExampleReport/API.php b/plugins/ExampleReport/API.php index 3c7c3866c4..ea4119d19e 100644 --- a/plugins/ExampleReport/API.php +++ b/plugins/ExampleReport/API.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 * */ diff --git a/plugins/ExampleReport/ExampleReport.php b/plugins/ExampleReport/ExampleReport.php index b1d2d1c708..f0c9d382c5 100644 --- a/plugins/ExampleReport/ExampleReport.php +++ b/plugins/ExampleReport/ExampleReport.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 * */ diff --git a/plugins/ExampleReport/Reports/Base.php b/plugins/ExampleReport/Reports/Base.php index 35af935d9e..f15143fd08 100644 --- a/plugins/ExampleReport/Reports/Base.php +++ b/plugins/ExampleReport/Reports/Base.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 * */ diff --git a/plugins/ExampleReport/Reports/GetExampleReport.php b/plugins/ExampleReport/Reports/GetExampleReport.php index 7e0fc66f9d..934eda24b3 100644 --- a/plugins/ExampleReport/Reports/GetExampleReport.php +++ b/plugins/ExampleReport/Reports/GetExampleReport.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 */ diff --git a/plugins/ExampleSettingsPlugin/MeasurableSettings.php b/plugins/ExampleSettingsPlugin/MeasurableSettings.php index be1879750b..52a76ecbcd 100644 --- a/plugins/ExampleSettingsPlugin/MeasurableSettings.php +++ b/plugins/ExampleSettingsPlugin/MeasurableSettings.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 */ diff --git a/plugins/ExampleSettingsPlugin/SystemSettings.php b/plugins/ExampleSettingsPlugin/SystemSettings.php index 0ab49fb0e6..1c442f4550 100644 --- a/plugins/ExampleSettingsPlugin/SystemSettings.php +++ b/plugins/ExampleSettingsPlugin/SystemSettings.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 */ diff --git a/plugins/ExampleSettingsPlugin/UserSettings.php b/plugins/ExampleSettingsPlugin/UserSettings.php index cffa88d16d..e50422ddf4 100644 --- a/plugins/ExampleSettingsPlugin/UserSettings.php +++ b/plugins/ExampleSettingsPlugin/UserSettings.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 */ diff --git a/plugins/ExampleTheme/ExampleTheme.php b/plugins/ExampleTheme/ExampleTheme.php index dd9711c64c..a391f0daca 100644 --- a/plugins/ExampleTheme/ExampleTheme.php +++ b/plugins/ExampleTheme/ExampleTheme.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 * */ diff --git a/plugins/ExampleTracker/Columns/ExampleActionDimension.php b/plugins/ExampleTracker/Columns/ExampleActionDimension.php index 3710659d6d..245b1f5e95 100644 --- a/plugins/ExampleTracker/Columns/ExampleActionDimension.php +++ b/plugins/ExampleTracker/Columns/ExampleActionDimension.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 * */ diff --git a/plugins/ExampleTracker/Columns/ExampleConversionDimension.php b/plugins/ExampleTracker/Columns/ExampleConversionDimension.php index 752104c1c8..21d380fdf0 100644 --- a/plugins/ExampleTracker/Columns/ExampleConversionDimension.php +++ b/plugins/ExampleTracker/Columns/ExampleConversionDimension.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 * */ diff --git a/plugins/ExampleTracker/Columns/ExampleDimension.php b/plugins/ExampleTracker/Columns/ExampleDimension.php index 25e48bb306..f2301f1dde 100644 --- a/plugins/ExampleTracker/Columns/ExampleDimension.php +++ b/plugins/ExampleTracker/Columns/ExampleDimension.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 * */ diff --git a/plugins/ExampleTracker/Columns/ExampleVisitDimension.php b/plugins/ExampleTracker/Columns/ExampleVisitDimension.php index 0997a18ee7..f153e4faca 100644 --- a/plugins/ExampleTracker/Columns/ExampleVisitDimension.php +++ b/plugins/ExampleTracker/Columns/ExampleVisitDimension.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 * */ diff --git a/plugins/ExampleTracker/ExampleTracker.php b/plugins/ExampleTracker/ExampleTracker.php index 66c2dd95b5..22af517aaa 100644 --- a/plugins/ExampleTracker/ExampleTracker.php +++ b/plugins/ExampleTracker/ExampleTracker.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 * */ diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php index 7f5e911ed7..528045221e 100644 --- a/plugins/ExampleUI/API.php +++ b/plugins/ExampleUI/API.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 * */ diff --git a/plugins/ExampleUI/Categories/ExampleUiCategory.php b/plugins/ExampleUI/Categories/ExampleUiCategory.php index cc7d2fd219..5adbf80c75 100644 --- a/plugins/ExampleUI/Categories/ExampleUiCategory.php +++ b/plugins/ExampleUI/Categories/ExampleUiCategory.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 * */ diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php index c032d449fa..b10f203e15 100644 --- a/plugins/ExampleUI/Controller.php +++ b/plugins/ExampleUI/Controller.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 * */ diff --git a/plugins/ExampleUI/Menu.php b/plugins/ExampleUI/Menu.php index 64e6b04c68..8367e2153f 100644 --- a/plugins/ExampleUI/Menu.php +++ b/plugins/ExampleUI/Menu.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 * */ diff --git a/plugins/ExampleUI/Reports/Base.php b/plugins/ExampleUI/Reports/Base.php index 88fa676754..d6ead5f31b 100644 --- a/plugins/ExampleUI/Reports/Base.php +++ b/plugins/ExampleUI/Reports/Base.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 * */ diff --git a/plugins/ExampleUI/Reports/GetPlanetRatios.php b/plugins/ExampleUI/Reports/GetPlanetRatios.php index 244e8f79c8..df18f9027c 100644 --- a/plugins/ExampleUI/Reports/GetPlanetRatios.php +++ b/plugins/ExampleUI/Reports/GetPlanetRatios.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 */ diff --git a/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php b/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php index d4d205e6c9..4cc1484fbd 100644 --- a/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php +++ b/plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.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 */ diff --git a/plugins/ExampleUI/Reports/GetTemperatures.php b/plugins/ExampleUI/Reports/GetTemperatures.php index 0449e8b3e2..cf14b0a2e6 100644 --- a/plugins/ExampleUI/Reports/GetTemperatures.php +++ b/plugins/ExampleUI/Reports/GetTemperatures.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 */ diff --git a/plugins/ExampleUI/Reports/GetTemperaturesEvolution.php b/plugins/ExampleUI/Reports/GetTemperaturesEvolution.php index ff8ea66e10..aa36155004 100644 --- a/plugins/ExampleUI/Reports/GetTemperaturesEvolution.php +++ b/plugins/ExampleUI/Reports/GetTemperaturesEvolution.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 */ diff --git a/plugins/ExampleVisualization/ExampleVisualization.php b/plugins/ExampleVisualization/ExampleVisualization.php index f0c42a9598..65face5528 100644 --- a/plugins/ExampleVisualization/ExampleVisualization.php +++ b/plugins/ExampleVisualization/ExampleVisualization.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 * */ diff --git a/plugins/ExampleVisualization/Visualizations/SimpleTable.php b/plugins/ExampleVisualization/Visualizations/SimpleTable.php index 8aeeec7f3b..fe36dc0848 100644 --- a/plugins/ExampleVisualization/Visualizations/SimpleTable.php +++ b/plugins/ExampleVisualization/Visualizations/SimpleTable.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 * */ diff --git a/plugins/Feedback/API.php b/plugins/Feedback/API.php index a5286c0fc7..fdfe0adc43 100644 --- a/plugins/Feedback/API.php +++ b/plugins/Feedback/API.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 * */ diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php index c7fc7960ea..a727542642 100644 --- a/plugins/Feedback/Controller.php +++ b/plugins/Feedback/Controller.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 * */ diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php index 96014b6263..83dd607fa8 100644 --- a/plugins/Feedback/Feedback.php +++ b/plugins/Feedback/Feedback.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 * */ diff --git a/plugins/Feedback/Menu.php b/plugins/Feedback/Menu.php index 5639f54ec7..ad1b409f9b 100644 --- a/plugins/Feedback/Menu.php +++ b/plugins/Feedback/Menu.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 * */ diff --git a/plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php b/plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php index 97a4454a9c..49be8fd1f5 100644 --- a/plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php +++ b/plugins/GeoIp2/Commands/ConvertRegionCodesToIso.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 * */ diff --git a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php b/plugins/GeoIp2/tests/Integration/LocationProviderTest.php index a127f91bb3..60c35c7438 100644 --- a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php +++ b/plugins/GeoIp2/tests/Integration/LocationProviderTest.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 * */ diff --git a/plugins/GeoIp2/tests/Integration/UpdateTest.php b/plugins/GeoIp2/tests/Integration/UpdateTest.php index 7f17364206..cec89a5526 100644 --- a/plugins/GeoIp2/tests/Integration/UpdateTest.php +++ b/plugins/GeoIp2/tests/Integration/UpdateTest.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 * */ diff --git a/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php b/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php index 66011b030b..06b0cc1d2f 100644 --- a/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php +++ b/plugins/GeoIp2/tests/System/ConvertRegionCodesToIsoTest.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 * */ diff --git a/plugins/Goals/API.php b/plugins/Goals/API.php index b5a76276cd..a793e15e97 100644 --- a/plugins/Goals/API.php +++ b/plugins/Goals/API.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 * */ diff --git a/plugins/Goals/Archiver.php b/plugins/Goals/Archiver.php index 00b53eca81..ff434aab3b 100644 --- a/plugins/Goals/Archiver.php +++ b/plugins/Goals/Archiver.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 * */ diff --git a/plugins/Goals/Categories/AddANewGoalSubcategory.php b/plugins/Goals/Categories/AddANewGoalSubcategory.php index 9b613f2e55..3f697aa35c 100644 --- a/plugins/Goals/Categories/AddANewGoalSubcategory.php +++ b/plugins/Goals/Categories/AddANewGoalSubcategory.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 * */ diff --git a/plugins/Goals/Categories/GoalsCategory.php b/plugins/Goals/Categories/GoalsCategory.php index 043a51fd0b..ca3caeba64 100644 --- a/plugins/Goals/Categories/GoalsCategory.php +++ b/plugins/Goals/Categories/GoalsCategory.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 * */ diff --git a/plugins/Goals/Categories/GoalsOverviewSubcategory.php b/plugins/Goals/Categories/GoalsOverviewSubcategory.php index 95f2d815c9..dd511677ba 100644 --- a/plugins/Goals/Categories/GoalsOverviewSubcategory.php +++ b/plugins/Goals/Categories/GoalsOverviewSubcategory.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 * */ diff --git a/plugins/Goals/Categories/ManageGoalsSubcategory.php b/plugins/Goals/Categories/ManageGoalsSubcategory.php index ef71697981..48bd41254e 100644 --- a/plugins/Goals/Categories/ManageGoalsSubcategory.php +++ b/plugins/Goals/Categories/ManageGoalsSubcategory.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 * */ diff --git a/plugins/Goals/Columns/DaysToConversion.php b/plugins/Goals/Columns/DaysToConversion.php index 576babb8d7..629d59b1c9 100644 --- a/plugins/Goals/Columns/DaysToConversion.php +++ b/plugins/Goals/Columns/DaysToConversion.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 * */ diff --git a/plugins/Goals/Columns/IdGoal.php b/plugins/Goals/Columns/IdGoal.php index a8ca5ac5b6..9c9d3c7d1d 100644 --- a/plugins/Goals/Columns/IdGoal.php +++ b/plugins/Goals/Columns/IdGoal.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 * */ diff --git a/plugins/Goals/Columns/Metrics/AverageOrderRevenue.php b/plugins/Goals/Columns/Metrics/AverageOrderRevenue.php index 053477bf60..4a81939dd1 100644 --- a/plugins/Goals/Columns/Metrics/AverageOrderRevenue.php +++ b/plugins/Goals/Columns/Metrics/AverageOrderRevenue.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\Plugins\Goals\Columns\Metrics; diff --git a/plugins/Goals/Columns/Metrics/AveragePrice.php b/plugins/Goals/Columns/Metrics/AveragePrice.php index 521ca15d17..20718fb80b 100644 --- a/plugins/Goals/Columns/Metrics/AveragePrice.php +++ b/plugins/Goals/Columns/Metrics/AveragePrice.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 */ diff --git a/plugins/Goals/Columns/Metrics/AverageQuantity.php b/plugins/Goals/Columns/Metrics/AverageQuantity.php index dd5de214fb..f17753b49a 100644 --- a/plugins/Goals/Columns/Metrics/AverageQuantity.php +++ b/plugins/Goals/Columns/Metrics/AverageQuantity.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 */ diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/AverageOrderRevenue.php b/plugins/Goals/Columns/Metrics/GoalSpecific/AverageOrderRevenue.php index 3adf911418..f0609ded5f 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/AverageOrderRevenue.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/AverageOrderRevenue.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/ConversionRate.php b/plugins/Goals/Columns/Metrics/GoalSpecific/ConversionRate.php index 75da8baa00..95595e3b9d 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/ConversionRate.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/ConversionRate.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/Conversions.php b/plugins/Goals/Columns/Metrics/GoalSpecific/Conversions.php index 8ae81b9dba..53cdea30d2 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/Conversions.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/Conversions.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.php b/plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.php index 787475ab49..c6e837d8a5 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.php b/plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.php index e8d6e06fa9..4d00394421 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecific/RevenuePerVisit.php b/plugins/Goals/Columns/Metrics/GoalSpecific/RevenuePerVisit.php index 2e8f05e9eb..4348b2625d 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecific/RevenuePerVisit.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecific/RevenuePerVisit.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\Plugins\Goals\Columns\Metrics\GoalSpecific; diff --git a/plugins/Goals/Columns/Metrics/GoalSpecificProcessedMetric.php b/plugins/Goals/Columns/Metrics/GoalSpecificProcessedMetric.php index 53f7b895a6..fb564dfd58 100644 --- a/plugins/Goals/Columns/Metrics/GoalSpecificProcessedMetric.php +++ b/plugins/Goals/Columns/Metrics/GoalSpecificProcessedMetric.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\Plugins\Goals\Columns\Metrics; diff --git a/plugins/Goals/Columns/Metrics/ProductConversionRate.php b/plugins/Goals/Columns/Metrics/ProductConversionRate.php index a0cf0b0436..4e91ad5c05 100644 --- a/plugins/Goals/Columns/Metrics/ProductConversionRate.php +++ b/plugins/Goals/Columns/Metrics/ProductConversionRate.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 */ diff --git a/plugins/Goals/Columns/Metrics/RevenuePerVisit.php b/plugins/Goals/Columns/Metrics/RevenuePerVisit.php index 488d65c20a..b33792e76e 100644 --- a/plugins/Goals/Columns/Metrics/RevenuePerVisit.php +++ b/plugins/Goals/Columns/Metrics/RevenuePerVisit.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\Plugins\Goals\Columns\Metrics; diff --git a/plugins/Goals/Columns/Revenue.php b/plugins/Goals/Columns/Revenue.php index d18af2eda9..3352dfe36f 100644 --- a/plugins/Goals/Columns/Revenue.php +++ b/plugins/Goals/Columns/Revenue.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 * */ diff --git a/plugins/Goals/Columns/VisitsUntilConversion.php b/plugins/Goals/Columns/VisitsUntilConversion.php index 05c988a479..c97bd67503 100644 --- a/plugins/Goals/Columns/VisitsUntilConversion.php +++ b/plugins/Goals/Columns/VisitsUntilConversion.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 * */ diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php index 16ad1f5358..9e089c00e4 100644 --- a/plugins/Goals/Controller.php +++ b/plugins/Goals/Controller.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 * */ diff --git a/plugins/Goals/Conversions.php b/plugins/Goals/Conversions.php index fbbbef0078..eeec462088 100644 --- a/plugins/Goals/Conversions.php +++ b/plugins/Goals/Conversions.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 * */ diff --git a/plugins/Goals/DataTable/Filter/AppendNameToColumnNames.php b/plugins/Goals/DataTable/Filter/AppendNameToColumnNames.php index 70c2542892..2a7f4971c0 100644 --- a/plugins/Goals/DataTable/Filter/AppendNameToColumnNames.php +++ b/plugins/Goals/DataTable/Filter/AppendNameToColumnNames.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 * */ diff --git a/plugins/Goals/GoalDimension.php b/plugins/Goals/GoalDimension.php index 91cbde16df..bc2c4b1f2b 100644 --- a/plugins/Goals/GoalDimension.php +++ b/plugins/Goals/GoalDimension.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 * */ diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php index 5cb133ee58..00da903bb3 100644 --- a/plugins/Goals/Goals.php +++ b/plugins/Goals/Goals.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 * */ diff --git a/plugins/Goals/Menu.php b/plugins/Goals/Menu.php index 36bc8bf6ec..6dadc9df73 100644 --- a/plugins/Goals/Menu.php +++ b/plugins/Goals/Menu.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 * */ diff --git a/plugins/Goals/Model.php b/plugins/Goals/Model.php index be27163037..e606c32bef 100644 --- a/plugins/Goals/Model.php +++ b/plugins/Goals/Model.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 * */ diff --git a/plugins/Goals/Pages.php b/plugins/Goals/Pages.php index 2373ea82cd..3447965631 100644 --- a/plugins/Goals/Pages.php +++ b/plugins/Goals/Pages.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 * */ diff --git a/plugins/Goals/Reports/Base.php b/plugins/Goals/Reports/Base.php index 0d18870c31..866977cb92 100644 --- a/plugins/Goals/Reports/Base.php +++ b/plugins/Goals/Reports/Base.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 * */ diff --git a/plugins/Goals/Reports/Get.php b/plugins/Goals/Reports/Get.php index f002e6a0d9..411e0f6271 100644 --- a/plugins/Goals/Reports/Get.php +++ b/plugins/Goals/Reports/Get.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 * */ diff --git a/plugins/Goals/Reports/GetDaysToConversion.php b/plugins/Goals/Reports/GetDaysToConversion.php index a6a5060782..8846c14f9c 100644 --- a/plugins/Goals/Reports/GetDaysToConversion.php +++ b/plugins/Goals/Reports/GetDaysToConversion.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 * */ diff --git a/plugins/Goals/Reports/GetMetrics.php b/plugins/Goals/Reports/GetMetrics.php index a2104823db..f8b86f90dd 100644 --- a/plugins/Goals/Reports/GetMetrics.php +++ b/plugins/Goals/Reports/GetMetrics.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 * */ diff --git a/plugins/Goals/Reports/GetVisitsUntilConversion.php b/plugins/Goals/Reports/GetVisitsUntilConversion.php index 649ffac17b..e78c0d15bf 100644 --- a/plugins/Goals/Reports/GetVisitsUntilConversion.php +++ b/plugins/Goals/Reports/GetVisitsUntilConversion.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 * */ diff --git a/plugins/Goals/Tracker/GoalsRequestProcessor.php b/plugins/Goals/Tracker/GoalsRequestProcessor.php index 900a6571d8..0e52ed5ee6 100644 --- a/plugins/Goals/Tracker/GoalsRequestProcessor.php +++ b/plugins/Goals/Tracker/GoalsRequestProcessor.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 */ diff --git a/plugins/Goals/TranslationHelper.php b/plugins/Goals/TranslationHelper.php index 1764c1dc0b..955a88366d 100644 --- a/plugins/Goals/TranslationHelper.php +++ b/plugins/Goals/TranslationHelper.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 * */ diff --git a/plugins/Goals/Updates/3.0.0-b1.php b/plugins/Goals/Updates/3.0.0-b1.php index 923c2acb7a..ce4cf6ebd2 100644 --- a/plugins/Goals/Updates/3.0.0-b1.php +++ b/plugins/Goals/Updates/3.0.0-b1.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 * */ diff --git a/plugins/Goals/Visualizations/Goals.php b/plugins/Goals/Visualizations/Goals.php index 715ab99799..030fd7192c 100644 --- a/plugins/Goals/Visualizations/Goals.php +++ b/plugins/Goals/Visualizations/Goals.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 */ diff --git a/plugins/Goals/Widgets/AddNewGoal.php b/plugins/Goals/Widgets/AddNewGoal.php index 50e5cf68b2..3f05a5da8c 100644 --- a/plugins/Goals/Widgets/AddNewGoal.php +++ b/plugins/Goals/Widgets/AddNewGoal.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 * */ diff --git a/plugins/Goals/Widgets/EditGoals.php b/plugins/Goals/Widgets/EditGoals.php index 9cdbae489b..0e2ebe1d55 100644 --- a/plugins/Goals/Widgets/EditGoals.php +++ b/plugins/Goals/Widgets/EditGoals.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 * */ diff --git a/plugins/Goals/tests/Integration/APITest.php b/plugins/Goals/tests/Integration/APITest.php index 0d7b3cccc0..0626a5a92c 100644 --- a/plugins/Goals/tests/Integration/APITest.php +++ b/plugins/Goals/tests/Integration/APITest.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 */ diff --git a/plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.php b/plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.php index 8058fd6ca7..59d500d208 100644 --- a/plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.php +++ b/plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.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 */ diff --git a/plugins/Heartbeat/Heartbeat.php b/plugins/Heartbeat/Heartbeat.php index 688ac72c65..cfc43f126b 100644 --- a/plugins/Heartbeat/Heartbeat.php +++ b/plugins/Heartbeat/Heartbeat.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 */ diff --git a/plugins/Heartbeat/Tracker/PingRequestProcessor.php b/plugins/Heartbeat/Tracker/PingRequestProcessor.php index 7f110b1d55..5e6bcb1704 100644 --- a/plugins/Heartbeat/Tracker/PingRequestProcessor.php +++ b/plugins/Heartbeat/Tracker/PingRequestProcessor.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\Plugins\Heartbeat\Tracker; diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php index 0f14e93e97..ae52f6d832 100644 --- a/plugins/ImageGraph/API.php +++ b/plugins/ImageGraph/API.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 * */ diff --git a/plugins/ImageGraph/Controller.php b/plugins/ImageGraph/Controller.php index 6ac25c6f97..a990eeffbc 100644 --- a/plugins/ImageGraph/Controller.php +++ b/plugins/ImageGraph/Controller.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 * */ diff --git a/plugins/ImageGraph/ImageGraph.php b/plugins/ImageGraph/ImageGraph.php index d822ccbf86..6706691b3e 100644 --- a/plugins/ImageGraph/ImageGraph.php +++ b/plugins/ImageGraph/ImageGraph.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 * */ diff --git a/plugins/ImageGraph/StaticGraph.php b/plugins/ImageGraph/StaticGraph.php index b07f197650..274929291f 100644 --- a/plugins/ImageGraph/StaticGraph.php +++ b/plugins/ImageGraph/StaticGraph.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/Evolution.php b/plugins/ImageGraph/StaticGraph/Evolution.php index 0b012fc6e9..1543b003b5 100644 --- a/plugins/ImageGraph/StaticGraph/Evolution.php +++ b/plugins/ImageGraph/StaticGraph/Evolution.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/Exception.php b/plugins/ImageGraph/StaticGraph/Exception.php index dd10193365..df5cfbf64a 100644 --- a/plugins/ImageGraph/StaticGraph/Exception.php +++ b/plugins/ImageGraph/StaticGraph/Exception.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/GridGraph.php b/plugins/ImageGraph/StaticGraph/GridGraph.php index 5d8365345a..05ced42693 100644 --- a/plugins/ImageGraph/StaticGraph/GridGraph.php +++ b/plugins/ImageGraph/StaticGraph/GridGraph.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/HorizontalBar.php b/plugins/ImageGraph/StaticGraph/HorizontalBar.php index 3739cb7afa..02e3a79a92 100644 --- a/plugins/ImageGraph/StaticGraph/HorizontalBar.php +++ b/plugins/ImageGraph/StaticGraph/HorizontalBar.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/Pie.php b/plugins/ImageGraph/StaticGraph/Pie.php index 1b6987fc74..63d7bf0752 100644 --- a/plugins/ImageGraph/StaticGraph/Pie.php +++ b/plugins/ImageGraph/StaticGraph/Pie.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/Pie3D.php b/plugins/ImageGraph/StaticGraph/Pie3D.php index 7e1c51ea63..bbafdd44cf 100644 --- a/plugins/ImageGraph/StaticGraph/Pie3D.php +++ b/plugins/ImageGraph/StaticGraph/Pie3D.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/PieGraph.php b/plugins/ImageGraph/StaticGraph/PieGraph.php index a43a6ff631..7e935eea47 100644 --- a/plugins/ImageGraph/StaticGraph/PieGraph.php +++ b/plugins/ImageGraph/StaticGraph/PieGraph.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 * */ diff --git a/plugins/ImageGraph/StaticGraph/VerticalBar.php b/plugins/ImageGraph/StaticGraph/VerticalBar.php index 375de0e969..26bafec183 100644 --- a/plugins/ImageGraph/StaticGraph/VerticalBar.php +++ b/plugins/ImageGraph/StaticGraph/VerticalBar.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 * */ diff --git a/plugins/Insights/API.php b/plugins/Insights/API.php index 7f4daebbe5..a32e2aeec5 100644 --- a/plugins/Insights/API.php +++ b/plugins/Insights/API.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 * */ diff --git a/plugins/Insights/Controller.php b/plugins/Insights/Controller.php index ace08c612a..ead30adbeb 100644 --- a/plugins/Insights/Controller.php +++ b/plugins/Insights/Controller.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 * */ diff --git a/plugins/Insights/DataTable/Filter/ExcludeLowValue.php b/plugins/Insights/DataTable/Filter/ExcludeLowValue.php index 116c33d127..2c61a845db 100644 --- a/plugins/Insights/DataTable/Filter/ExcludeLowValue.php +++ b/plugins/Insights/DataTable/Filter/ExcludeLowValue.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 * */ diff --git a/plugins/Insights/DataTable/Filter/Insight.php b/plugins/Insights/DataTable/Filter/Insight.php index 3c4677a5ee..3f9f4081c8 100644 --- a/plugins/Insights/DataTable/Filter/Insight.php +++ b/plugins/Insights/DataTable/Filter/Insight.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 * */ diff --git a/plugins/Insights/DataTable/Filter/Limit.php b/plugins/Insights/DataTable/Filter/Limit.php index afcff5b666..e22a92bf7c 100644 --- a/plugins/Insights/DataTable/Filter/Limit.php +++ b/plugins/Insights/DataTable/Filter/Limit.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 * */ diff --git a/plugins/Insights/DataTable/Filter/MinGrowth.php b/plugins/Insights/DataTable/Filter/MinGrowth.php index c69012250e..fc40f3e6ad 100644 --- a/plugins/Insights/DataTable/Filter/MinGrowth.php +++ b/plugins/Insights/DataTable/Filter/MinGrowth.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 * */ diff --git a/plugins/Insights/DataTable/Filter/OrderBy.php b/plugins/Insights/DataTable/Filter/OrderBy.php index d7329d5b44..5feb16920b 100644 --- a/plugins/Insights/DataTable/Filter/OrderBy.php +++ b/plugins/Insights/DataTable/Filter/OrderBy.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 * */ diff --git a/plugins/Insights/InsightReport.php b/plugins/Insights/InsightReport.php index cd4a7c2471..0619ea162f 100644 --- a/plugins/Insights/InsightReport.php +++ b/plugins/Insights/InsightReport.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 * */ diff --git a/plugins/Insights/Insights.php b/plugins/Insights/Insights.php index 9f02d7f17a..041ddee030 100644 --- a/plugins/Insights/Insights.php +++ b/plugins/Insights/Insights.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 * */ diff --git a/plugins/Insights/Model.php b/plugins/Insights/Model.php index 6e0e00f792..8ee6d61239 100644 --- a/plugins/Insights/Model.php +++ b/plugins/Insights/Model.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 * */ diff --git a/plugins/Insights/Visualizations/Insight.php b/plugins/Insights/Visualizations/Insight.php index 21d5ed476e..36b260b7ee 100644 --- a/plugins/Insights/Visualizations/Insight.php +++ b/plugins/Insights/Visualizations/Insight.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 * */ diff --git a/plugins/Insights/Visualizations/Insight/RequestConfig.php b/plugins/Insights/Visualizations/Insight/RequestConfig.php index 5e390218e5..e48d38fb2d 100644 --- a/plugins/Insights/Visualizations/Insight/RequestConfig.php +++ b/plugins/Insights/Visualizations/Insight/RequestConfig.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 * */ diff --git a/plugins/Insights/Widgets/GetInsightsOverview.php b/plugins/Insights/Widgets/GetInsightsOverview.php index e715865a41..379638614c 100644 --- a/plugins/Insights/Widgets/GetInsightsOverview.php +++ b/plugins/Insights/Widgets/GetInsightsOverview.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 * */ diff --git a/plugins/Insights/Widgets/GetOverallMoversAndShakers.php b/plugins/Insights/Widgets/GetOverallMoversAndShakers.php index e175e76519..9aa765659e 100644 --- a/plugins/Insights/Widgets/GetOverallMoversAndShakers.php +++ b/plugins/Insights/Widgets/GetOverallMoversAndShakers.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 * */ diff --git a/plugins/Insights/tests/Integration/ApiTest.php b/plugins/Insights/tests/Integration/ApiTest.php index e6381ed51a..fc53973da5 100644 --- a/plugins/Insights/tests/Integration/ApiTest.php +++ b/plugins/Insights/tests/Integration/ApiTest.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 */ diff --git a/plugins/Insights/tests/Integration/ModelTest.php b/plugins/Insights/tests/Integration/ModelTest.php index dfa9c6952c..7c3edbaf15 100644 --- a/plugins/Insights/tests/Integration/ModelTest.php +++ b/plugins/Insights/tests/Integration/ModelTest.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 */ diff --git a/plugins/Insights/tests/Unit/BaseUnitTest.php b/plugins/Insights/tests/Unit/BaseUnitTest.php index 97c2c78580..80793224f4 100644 --- a/plugins/Insights/tests/Unit/BaseUnitTest.php +++ b/plugins/Insights/tests/Unit/BaseUnitTest.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 */ diff --git a/plugins/Insights/tests/Unit/FilterExcludeLowValueTest.php b/plugins/Insights/tests/Unit/FilterExcludeLowValueTest.php index 51c0192ef6..7e9fba07c3 100644 --- a/plugins/Insights/tests/Unit/FilterExcludeLowValueTest.php +++ b/plugins/Insights/tests/Unit/FilterExcludeLowValueTest.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 */ diff --git a/plugins/Insights/tests/Unit/FilterInsightTest.php b/plugins/Insights/tests/Unit/FilterInsightTest.php index 67c216b192..bf98eab975 100644 --- a/plugins/Insights/tests/Unit/FilterInsightTest.php +++ b/plugins/Insights/tests/Unit/FilterInsightTest.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 */ diff --git a/plugins/Insights/tests/Unit/FilterLimitTest.php b/plugins/Insights/tests/Unit/FilterLimitTest.php index d7e38575e4..0eec585b68 100644 --- a/plugins/Insights/tests/Unit/FilterLimitTest.php +++ b/plugins/Insights/tests/Unit/FilterLimitTest.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 */ diff --git a/plugins/Insights/tests/Unit/FilterMinGrowthTest.php b/plugins/Insights/tests/Unit/FilterMinGrowthTest.php index a53245b891..76434ade21 100644 --- a/plugins/Insights/tests/Unit/FilterMinGrowthTest.php +++ b/plugins/Insights/tests/Unit/FilterMinGrowthTest.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 */ diff --git a/plugins/Insights/tests/Unit/FilterOrderByTest.php b/plugins/Insights/tests/Unit/FilterOrderByTest.php index 7c12164291..f3aa74f7bf 100644 --- a/plugins/Insights/tests/Unit/FilterOrderByTest.php +++ b/plugins/Insights/tests/Unit/FilterOrderByTest.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 */ diff --git a/plugins/Insights/tests/Unit/InsightReportTest.php b/plugins/Insights/tests/Unit/InsightReportTest.php index 32901409ac..88f1ea8719 100644 --- a/plugins/Insights/tests/Unit/InsightReportTest.php +++ b/plugins/Insights/tests/Unit/InsightReportTest.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 */ diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php index ee9160af07..d26fab9a75 100644 --- a/plugins/Installation/Controller.php +++ b/plugins/Installation/Controller.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 * */ diff --git a/plugins/Installation/Exception/DatabaseConnectionFailedException.php b/plugins/Installation/Exception/DatabaseConnectionFailedException.php index b5883f0f6d..2d1a29fec9 100644 --- a/plugins/Installation/Exception/DatabaseConnectionFailedException.php +++ b/plugins/Installation/Exception/DatabaseConnectionFailedException.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 * */ diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php index 74de2535b4..9eebfd8f7b 100644 --- a/plugins/Installation/FormDatabaseSetup.php +++ b/plugins/Installation/FormDatabaseSetup.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 * */ diff --git a/plugins/Installation/FormDefaultSettings.php b/plugins/Installation/FormDefaultSettings.php index 19f24e6cda..296f0b60c6 100644 --- a/plugins/Installation/FormDefaultSettings.php +++ b/plugins/Installation/FormDefaultSettings.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 */ diff --git a/plugins/Installation/FormFirstWebsiteSetup.php b/plugins/Installation/FormFirstWebsiteSetup.php index 324ae205a8..af429506ff 100644 --- a/plugins/Installation/FormFirstWebsiteSetup.php +++ b/plugins/Installation/FormFirstWebsiteSetup.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 * */ diff --git a/plugins/Installation/FormSuperUser.php b/plugins/Installation/FormSuperUser.php index 46d9e2edab..28c81f94c5 100644 --- a/plugins/Installation/FormSuperUser.php +++ b/plugins/Installation/FormSuperUser.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 * */ diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php index a1d2964343..9d7d408474 100644 --- a/plugins/Installation/Installation.php +++ b/plugins/Installation/Installation.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 * */ diff --git a/plugins/Installation/Menu.php b/plugins/Installation/Menu.php index 0eb523180f..275dec8d69 100644 --- a/plugins/Installation/Menu.php +++ b/plugins/Installation/Menu.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 * */ diff --git a/plugins/Installation/ServerFilesGenerator.php b/plugins/Installation/ServerFilesGenerator.php index 48a67f9349..b9df620ad8 100644 --- a/plugins/Installation/ServerFilesGenerator.php +++ b/plugins/Installation/ServerFilesGenerator.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 * */ diff --git a/plugins/Installation/View.php b/plugins/Installation/View.php index 24db423dc7..58c3d55666 100644 --- a/plugins/Installation/View.php +++ b/plugins/Installation/View.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 * */ diff --git a/plugins/Installation/Widgets/GetSystemCheck.php b/plugins/Installation/Widgets/GetSystemCheck.php index d449a96584..85fd17f9cc 100644 --- a/plugins/Installation/Widgets/GetSystemCheck.php +++ b/plugins/Installation/Widgets/GetSystemCheck.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 * */ diff --git a/plugins/Installation/tests/System/APITest.php b/plugins/Installation/tests/System/APITest.php index 887e5e17ba..bd5d6e08f0 100644 --- a/plugins/Installation/tests/System/APITest.php +++ b/plugins/Installation/tests/System/APITest.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 */ diff --git a/plugins/Intl/Commands/GenerateIntl.php b/plugins/Intl/Commands/GenerateIntl.php index 3ba5f0ee6a..d7c5133408 100644 --- a/plugins/Intl/Commands/GenerateIntl.php +++ b/plugins/Intl/Commands/GenerateIntl.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 * */ diff --git a/plugins/Intl/DateTimeFormatProvider.php b/plugins/Intl/DateTimeFormatProvider.php index afe8a303c2..b3fe20e280 100644 --- a/plugins/Intl/DateTimeFormatProvider.php +++ b/plugins/Intl/DateTimeFormatProvider.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 */ diff --git a/plugins/Intl/Intl.php b/plugins/Intl/Intl.php index 2909988437..b8e0030240 100644 --- a/plugins/Intl/Intl.php +++ b/plugins/Intl/Intl.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 * */ diff --git a/plugins/IntranetMeasurable/tests/System/TrackingTest.php b/plugins/IntranetMeasurable/tests/System/TrackingTest.php index e8f0a5680f..1de83158da 100644 --- a/plugins/IntranetMeasurable/tests/System/TrackingTest.php +++ b/plugins/IntranetMeasurable/tests/System/TrackingTest.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 */ diff --git a/plugins/LanguagesManager/API.php b/plugins/LanguagesManager/API.php index b41ba9c68b..d2341f2d09 100644 --- a/plugins/LanguagesManager/API.php +++ b/plugins/LanguagesManager/API.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 * * diff --git a/plugins/LanguagesManager/Commands/FetchTranslations.php b/plugins/LanguagesManager/Commands/FetchTranslations.php index 9ddb86d0c1..1e69f7cef4 100644 --- a/plugins/LanguagesManager/Commands/FetchTranslations.php +++ b/plugins/LanguagesManager/Commands/FetchTranslations.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 * */ diff --git a/plugins/LanguagesManager/Commands/LanguageCodes.php b/plugins/LanguagesManager/Commands/LanguageCodes.php index 3491295782..2529bf2b2e 100644 --- a/plugins/LanguagesManager/Commands/LanguageCodes.php +++ b/plugins/LanguagesManager/Commands/LanguageCodes.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 * */ diff --git a/plugins/LanguagesManager/Commands/LanguageNames.php b/plugins/LanguagesManager/Commands/LanguageNames.php index 7dcd86bf35..2433bab1b4 100644 --- a/plugins/LanguagesManager/Commands/LanguageNames.php +++ b/plugins/LanguagesManager/Commands/LanguageNames.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 * */ diff --git a/plugins/LanguagesManager/Commands/PluginsWithTranslations.php b/plugins/LanguagesManager/Commands/PluginsWithTranslations.php index 2b24b7cacd..c538c85f89 100644 --- a/plugins/LanguagesManager/Commands/PluginsWithTranslations.php +++ b/plugins/LanguagesManager/Commands/PluginsWithTranslations.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 * */ diff --git a/plugins/LanguagesManager/Commands/SetTranslations.php b/plugins/LanguagesManager/Commands/SetTranslations.php index beec434a31..923eb02bc8 100644 --- a/plugins/LanguagesManager/Commands/SetTranslations.php +++ b/plugins/LanguagesManager/Commands/SetTranslations.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 * */ diff --git a/plugins/LanguagesManager/Controller.php b/plugins/LanguagesManager/Controller.php index b3a18d01ef..e519a1083e 100644 --- a/plugins/LanguagesManager/Controller.php +++ b/plugins/LanguagesManager/Controller.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 * * diff --git a/plugins/LanguagesManager/LanguagesManager.php b/plugins/LanguagesManager/LanguagesManager.php index 8feac9f3dc..554d3feb3e 100644 --- a/plugins/LanguagesManager/LanguagesManager.php +++ b/plugins/LanguagesManager/LanguagesManager.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 * * diff --git a/plugins/LanguagesManager/Menu.php b/plugins/LanguagesManager/Menu.php index a51250d944..a5707b0a08 100644 --- a/plugins/LanguagesManager/Menu.php +++ b/plugins/LanguagesManager/Menu.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 * */ diff --git a/plugins/LanguagesManager/Model.php b/plugins/LanguagesManager/Model.php index 071863b3cd..c3e1a64bd7 100644 --- a/plugins/LanguagesManager/Model.php +++ b/plugins/LanguagesManager/Model.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 * * diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/ByBaseTranslations.php b/plugins/LanguagesManager/TranslationWriter/Filter/ByBaseTranslations.php index 1504f49e0d..ba95ed27a4 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/ByBaseTranslations.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/ByBaseTranslations.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/ByParameterCount.php b/plugins/LanguagesManager/TranslationWriter/Filter/ByParameterCount.php index 0d8a3cd482..cefb50cb13 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/ByParameterCount.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/ByParameterCount.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/EmptyTranslations.php b/plugins/LanguagesManager/TranslationWriter/Filter/EmptyTranslations.php index 15e17b2cc9..089c29b9d9 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/EmptyTranslations.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/EmptyTranslations.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/EncodedEntities.php b/plugins/LanguagesManager/TranslationWriter/Filter/EncodedEntities.php index f63f35b2eb..dd1146f581 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/EncodedEntities.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/EncodedEntities.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/FilterAbstract.php b/plugins/LanguagesManager/TranslationWriter/Filter/FilterAbstract.php index 0f157fa5cc..506e478531 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/FilterAbstract.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/FilterAbstract.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Filter/UnnecassaryWhitespaces.php b/plugins/LanguagesManager/TranslationWriter/Filter/UnnecassaryWhitespaces.php index ce665b165a..2914beaff9 100644 --- a/plugins/LanguagesManager/TranslationWriter/Filter/UnnecassaryWhitespaces.php +++ b/plugins/LanguagesManager/TranslationWriter/Filter/UnnecassaryWhitespaces.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Validate/CoreTranslations.php b/plugins/LanguagesManager/TranslationWriter/Validate/CoreTranslations.php index c089c30eb0..99d8f09e62 100644 --- a/plugins/LanguagesManager/TranslationWriter/Validate/CoreTranslations.php +++ b/plugins/LanguagesManager/TranslationWriter/Validate/CoreTranslations.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Validate/NoScripts.php b/plugins/LanguagesManager/TranslationWriter/Validate/NoScripts.php index 7705cd02d7..abca94d92f 100644 --- a/plugins/LanguagesManager/TranslationWriter/Validate/NoScripts.php +++ b/plugins/LanguagesManager/TranslationWriter/Validate/NoScripts.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Validate/ValidateAbstract.php b/plugins/LanguagesManager/TranslationWriter/Validate/ValidateAbstract.php index df36123839..6ebdea0939 100644 --- a/plugins/LanguagesManager/TranslationWriter/Validate/ValidateAbstract.php +++ b/plugins/LanguagesManager/TranslationWriter/Validate/ValidateAbstract.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 * */ diff --git a/plugins/LanguagesManager/TranslationWriter/Writer.php b/plugins/LanguagesManager/TranslationWriter/Writer.php index 679433b34e..2a668a7ee9 100644 --- a/plugins/LanguagesManager/TranslationWriter/Writer.php +++ b/plugins/LanguagesManager/TranslationWriter/Writer.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 */ diff --git a/plugins/LanguagesManager/Updates/2.15.1-b1.php b/plugins/LanguagesManager/Updates/2.15.1-b1.php index 631843d5b4..15dd138777 100644 --- a/plugins/LanguagesManager/Updates/2.15.1-b1.php +++ b/plugins/LanguagesManager/Updates/2.15.1-b1.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 * */ diff --git a/plugins/LanguagesManager/tests/Integration/ModelTest.php b/plugins/LanguagesManager/tests/Integration/ModelTest.php index 023b43f293..fb0cc94456 100644 --- a/plugins/LanguagesManager/tests/Integration/ModelTest.php +++ b/plugins/LanguagesManager/tests/Integration/ModelTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByBaseTranslationsTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByBaseTranslationsTest.php index 0bcf8fb166..a4a6f804a5 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByBaseTranslationsTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByBaseTranslationsTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByParameterCountTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByParameterCountTest.php index 3a4fdb0133..ae85217637 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByParameterCountTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/ByParameterCountTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EmptyTranslationsTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EmptyTranslationsTest.php index 978e3a2862..061dbd4094 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EmptyTranslationsTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EmptyTranslationsTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EncodedEntitiesTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EncodedEntitiesTest.php index c25e5d1fba..3fa14b4e40 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EncodedEntitiesTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/EncodedEntitiesTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/UnnecassaryWhitespacesTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/UnnecassaryWhitespacesTest.php index 7d7134174e..c5a066fec7 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/UnnecassaryWhitespacesTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Filter/UnnecassaryWhitespacesTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/CoreTranslationsTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/CoreTranslationsTest.php index c3e49dc7ff..059ff299fd 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/CoreTranslationsTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/CoreTranslationsTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php index 4d92b6b9b4..36bb439b96 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/Validate/NoScriptsTest.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 */ diff --git a/plugins/LanguagesManager/tests/Unit/TranslationWriter/WriterTest.php b/plugins/LanguagesManager/tests/Unit/TranslationWriter/WriterTest.php index 7ddfe44d32..331a783052 100644 --- a/plugins/LanguagesManager/tests/Unit/TranslationWriter/WriterTest.php +++ b/plugins/LanguagesManager/tests/Unit/TranslationWriter/WriterTest.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 */ diff --git a/plugins/Live/API.php b/plugins/Live/API.php index 42d62ee1f6..b39ec6faf7 100644 --- a/plugins/Live/API.php +++ b/plugins/Live/API.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 * */ diff --git a/plugins/Live/Categories/LiveCategory.php b/plugins/Live/Categories/LiveCategory.php index c3b1a52c91..54303f3abe 100644 --- a/plugins/Live/Categories/LiveCategory.php +++ b/plugins/Live/Categories/LiveCategory.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 * */ diff --git a/plugins/Live/Categories/RealTimeVisitorsSubcategory.php b/plugins/Live/Categories/RealTimeVisitorsSubcategory.php index 6a0154c81c..7207443226 100644 --- a/plugins/Live/Categories/RealTimeVisitorsSubcategory.php +++ b/plugins/Live/Categories/RealTimeVisitorsSubcategory.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 * */ diff --git a/plugins/Live/Categories/VisitorLogSubcategory.php b/plugins/Live/Categories/VisitorLogSubcategory.php index 2ed65cc4ed..01e6e1b35b 100644 --- a/plugins/Live/Categories/VisitorLogSubcategory.php +++ b/plugins/Live/Categories/VisitorLogSubcategory.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 * */ diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php index 5e1a6cbeec..41829626fc 100644 --- a/plugins/Live/Controller.php +++ b/plugins/Live/Controller.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 * */ diff --git a/plugins/Live/Model.php b/plugins/Live/Model.php index 47e2c3509a..e37042cd2f 100644 --- a/plugins/Live/Model.php +++ b/plugins/Live/Model.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 * */ diff --git a/plugins/Live/Reports/Base.php b/plugins/Live/Reports/Base.php index 3a9a00945a..eaf578851f 100644 --- a/plugins/Live/Reports/Base.php +++ b/plugins/Live/Reports/Base.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 * */ diff --git a/plugins/Live/Reports/GetLastVisits.php b/plugins/Live/Reports/GetLastVisits.php index 58d027ff72..96af61c0cd 100644 --- a/plugins/Live/Reports/GetLastVisits.php +++ b/plugins/Live/Reports/GetLastVisits.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 * */ diff --git a/plugins/Live/Reports/GetLastVisitsDetails.php b/plugins/Live/Reports/GetLastVisitsDetails.php index f714989b75..defd6eccbd 100644 --- a/plugins/Live/Reports/GetLastVisitsDetails.php +++ b/plugins/Live/Reports/GetLastVisitsDetails.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 * */ diff --git a/plugins/Live/Reports/GetSimpleLastVisitCount.php b/plugins/Live/Reports/GetSimpleLastVisitCount.php index b8fef2ce55..27db6c918d 100644 --- a/plugins/Live/Reports/GetSimpleLastVisitCount.php +++ b/plugins/Live/Reports/GetSimpleLastVisitCount.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 * */ diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php index c58d1466e4..99ff282848 100644 --- a/plugins/Live/Visitor.php +++ b/plugins/Live/Visitor.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 * */ diff --git a/plugins/Live/VisitorFactory.php b/plugins/Live/VisitorFactory.php index 30e22ef948..a500013a63 100644 --- a/plugins/Live/VisitorFactory.php +++ b/plugins/Live/VisitorFactory.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 * */ diff --git a/plugins/Live/VisitorInterface.php b/plugins/Live/VisitorInterface.php index 4f4bbefece..9d718b8ce3 100644 --- a/plugins/Live/VisitorInterface.php +++ b/plugins/Live/VisitorInterface.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 * */ diff --git a/plugins/Live/Visualizations/VisitorLog.php b/plugins/Live/Visualizations/VisitorLog.php index 4b8797510e..822c1e04cb 100644 --- a/plugins/Live/Visualizations/VisitorLog.php +++ b/plugins/Live/Visualizations/VisitorLog.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 * */ diff --git a/plugins/Live/Visualizations/VisitorLog/Config.php b/plugins/Live/Visualizations/VisitorLog/Config.php index e7bc817a00..48d1e72a40 100644 --- a/plugins/Live/Visualizations/VisitorLog/Config.php +++ b/plugins/Live/Visualizations/VisitorLog/Config.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 * */ diff --git a/plugins/Live/Widgets/GetVisitorProfilePopup.php b/plugins/Live/Widgets/GetVisitorProfilePopup.php index 0d01a7abca..15552893ed 100644 --- a/plugins/Live/Widgets/GetVisitorProfilePopup.php +++ b/plugins/Live/Widgets/GetVisitorProfilePopup.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 * */ diff --git a/plugins/Live/Widgets/Widget.php b/plugins/Live/Widgets/Widget.php index e76a3b663a..5fc4c89d76 100644 --- a/plugins/Live/Widgets/Widget.php +++ b/plugins/Live/Widgets/Widget.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 * */ diff --git a/plugins/Live/tests/Integration/ModelTest.php b/plugins/Live/tests/Integration/ModelTest.php index 5f12a69004..f9c244ee9e 100644 --- a/plugins/Live/tests/Integration/ModelTest.php +++ b/plugins/Live/tests/Integration/ModelTest.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 */ diff --git a/plugins/Live/tests/System/ApiCounterTest.php b/plugins/Live/tests/System/ApiCounterTest.php index ef507f1781..c71a62a850 100644 --- a/plugins/Live/tests/System/ApiCounterTest.php +++ b/plugins/Live/tests/System/ApiCounterTest.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 */ diff --git a/plugins/Live/tests/System/ApiTest.php b/plugins/Live/tests/System/ApiTest.php index db04371632..1c59016a36 100644 --- a/plugins/Live/tests/System/ApiTest.php +++ b/plugins/Live/tests/System/ApiTest.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 */ diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php index 7c3c2bb700..3d572abcf9 100644 --- a/plugins/Login/Auth.php +++ b/plugins/Login/Auth.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 * */ diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php index 18c66c62e1..a1c81f6806 100644 --- a/plugins/Login/Controller.php +++ b/plugins/Login/Controller.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 * */ diff --git a/plugins/Login/FormLogin.php b/plugins/Login/FormLogin.php index 934c12952c..2cc7e210eb 100644 --- a/plugins/Login/FormLogin.php +++ b/plugins/Login/FormLogin.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 * */ diff --git a/plugins/Login/FormResetPassword.php b/plugins/Login/FormResetPassword.php index f9b251cba9..6451f0a0fd 100644 --- a/plugins/Login/FormResetPassword.php +++ b/plugins/Login/FormResetPassword.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 * */ diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php index fdb85c09c1..82cbb62ca1 100644 --- a/plugins/Login/Login.php +++ b/plugins/Login/Login.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 * */ diff --git a/plugins/Login/PasswordResetter.php b/plugins/Login/PasswordResetter.php index 9b85afd644..f9bd72c476 100644 --- a/plugins/Login/PasswordResetter.php +++ b/plugins/Login/PasswordResetter.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\Plugins\Login; diff --git a/plugins/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php index e011186ae7..0b31f62114 100644 --- a/plugins/Login/SessionInitializer.php +++ b/plugins/Login/SessionInitializer.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 * */ diff --git a/plugins/Login/SystemSettings.php b/plugins/Login/SystemSettings.php index 52da3225e4..360add240c 100644 --- a/plugins/Login/SystemSettings.php +++ b/plugins/Login/SystemSettings.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 */ diff --git a/plugins/Login/Tasks.php b/plugins/Login/Tasks.php index 9cdcaaa414..eb198badf0 100644 --- a/plugins/Login/Tasks.php +++ b/plugins/Login/Tasks.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 */ diff --git a/plugins/Login/tests/Integration/APITest.php b/plugins/Login/tests/Integration/APITest.php index 76c112a071..9c09ccfa92 100644 --- a/plugins/Login/tests/Integration/APITest.php +++ b/plugins/Login/tests/Integration/APITest.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 */ diff --git a/plugins/Login/tests/Integration/LoginTest.php b/plugins/Login/tests/Integration/LoginTest.php index 9ef38b17a9..ee76537ed3 100644 --- a/plugins/Login/tests/Integration/LoginTest.php +++ b/plugins/Login/tests/Integration/LoginTest.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 */ diff --git a/plugins/Login/tests/Integration/PasswordResetterTest.php b/plugins/Login/tests/Integration/PasswordResetterTest.php index 5fd0b4afbe..f168b15663 100644 --- a/plugins/Login/tests/Integration/PasswordResetterTest.php +++ b/plugins/Login/tests/Integration/PasswordResetterTest.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 */ diff --git a/plugins/Login/tests/Integration/SessionInitializerTest.php b/plugins/Login/tests/Integration/SessionInitializerTest.php index 9d2f7bb098..c10c4d920d 100644 --- a/plugins/Login/tests/Integration/SessionInitializerTest.php +++ b/plugins/Login/tests/Integration/SessionInitializerTest.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 * */ diff --git a/plugins/Marketplace/API.php b/plugins/Marketplace/API.php index c675d9b325..57cd361e11 100644 --- a/plugins/Marketplace/API.php +++ b/plugins/Marketplace/API.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 */ diff --git a/plugins/Marketplace/Api/Client.php b/plugins/Marketplace/Api/Client.php index c892a87f12..7334d2f629 100644 --- a/plugins/Marketplace/Api/Client.php +++ b/plugins/Marketplace/Api/Client.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 * */ diff --git a/plugins/Marketplace/Api/Exception.php b/plugins/Marketplace/Api/Exception.php index 7dce508bf9..a4b78bfa24 100644 --- a/plugins/Marketplace/Api/Exception.php +++ b/plugins/Marketplace/Api/Exception.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 * */ diff --git a/plugins/Marketplace/Api/Service.php b/plugins/Marketplace/Api/Service.php index 7257d635d4..00eb72b58f 100644 --- a/plugins/Marketplace/Api/Service.php +++ b/plugins/Marketplace/Api/Service.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 * */ diff --git a/plugins/Marketplace/Api/Service/Exception.php b/plugins/Marketplace/Api/Service/Exception.php index 181c0be568..4850e17118 100644 --- a/plugins/Marketplace/Api/Service/Exception.php +++ b/plugins/Marketplace/Api/Service/Exception.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 * */ diff --git a/plugins/Marketplace/Consumer.php b/plugins/Marketplace/Consumer.php index 1ae8ed490b..f1da99a9ed 100644 --- a/plugins/Marketplace/Consumer.php +++ b/plugins/Marketplace/Consumer.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 * */ diff --git a/plugins/Marketplace/Controller.php b/plugins/Marketplace/Controller.php index 49434de8ff..8bd5d4e1c6 100644 --- a/plugins/Marketplace/Controller.php +++ b/plugins/Marketplace/Controller.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 */ diff --git a/plugins/Marketplace/Environment.php b/plugins/Marketplace/Environment.php index 0cfa124d9e..1ccd6f87a2 100644 --- a/plugins/Marketplace/Environment.php +++ b/plugins/Marketplace/Environment.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 */ diff --git a/plugins/Marketplace/Input/Mode.php b/plugins/Marketplace/Input/Mode.php index 12ec883b3f..2d05747a39 100644 --- a/plugins/Marketplace/Input/Mode.php +++ b/plugins/Marketplace/Input/Mode.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 * */ diff --git a/plugins/Marketplace/Input/PluginName.php b/plugins/Marketplace/Input/PluginName.php index 354b7ff9d9..1263926dd2 100644 --- a/plugins/Marketplace/Input/PluginName.php +++ b/plugins/Marketplace/Input/PluginName.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 * */ diff --git a/plugins/Marketplace/Input/PurchaseType.php b/plugins/Marketplace/Input/PurchaseType.php index 7a76450c56..0bd15e687a 100644 --- a/plugins/Marketplace/Input/PurchaseType.php +++ b/plugins/Marketplace/Input/PurchaseType.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 * */ diff --git a/plugins/Marketplace/Input/Sort.php b/plugins/Marketplace/Input/Sort.php index ba9aec307e..95ce7df10d 100644 --- a/plugins/Marketplace/Input/Sort.php +++ b/plugins/Marketplace/Input/Sort.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 * */ diff --git a/plugins/Marketplace/LicenseKey.php b/plugins/Marketplace/LicenseKey.php index cc53142b61..e2c2a00bb4 100644 --- a/plugins/Marketplace/LicenseKey.php +++ b/plugins/Marketplace/LicenseKey.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 */ diff --git a/plugins/Marketplace/Marketplace.php b/plugins/Marketplace/Marketplace.php index ae77971975..28f0b156b7 100644 --- a/plugins/Marketplace/Marketplace.php +++ b/plugins/Marketplace/Marketplace.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 */ diff --git a/plugins/Marketplace/Menu.php b/plugins/Marketplace/Menu.php index ae67515a9c..c4b11f2a4b 100644 --- a/plugins/Marketplace/Menu.php +++ b/plugins/Marketplace/Menu.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 * */ diff --git a/plugins/Marketplace/Plugins.php b/plugins/Marketplace/Plugins.php index 57c33e2131..b8fca69263 100644 --- a/plugins/Marketplace/Plugins.php +++ b/plugins/Marketplace/Plugins.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 * */ diff --git a/plugins/Marketplace/Plugins/InvalidLicenses.php b/plugins/Marketplace/Plugins/InvalidLicenses.php index 598268c822..2439a06117 100644 --- a/plugins/Marketplace/Plugins/InvalidLicenses.php +++ b/plugins/Marketplace/Plugins/InvalidLicenses.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 * */ diff --git a/plugins/Marketplace/Tasks.php b/plugins/Marketplace/Tasks.php index 81d27d4f62..69842b223e 100644 --- a/plugins/Marketplace/Tasks.php +++ b/plugins/Marketplace/Tasks.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 * */ diff --git a/plugins/Marketplace/UpdateCommunication.php b/plugins/Marketplace/UpdateCommunication.php index 14eea704b5..db5064b54c 100644 --- a/plugins/Marketplace/UpdateCommunication.php +++ b/plugins/Marketplace/UpdateCommunication.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 * */ diff --git a/plugins/Marketplace/Widgets/GetNewPlugins.php b/plugins/Marketplace/Widgets/GetNewPlugins.php index 4503767a95..2b1c7270d9 100644 --- a/plugins/Marketplace/Widgets/GetNewPlugins.php +++ b/plugins/Marketplace/Widgets/GetNewPlugins.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 * */ diff --git a/plugins/Marketplace/Widgets/GetPremiumFeatures.php b/plugins/Marketplace/Widgets/GetPremiumFeatures.php index 02726f7718..fa0909f7f2 100644 --- a/plugins/Marketplace/Widgets/GetPremiumFeatures.php +++ b/plugins/Marketplace/Widgets/GetPremiumFeatures.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 * */ diff --git a/plugins/Marketplace/tests/Framework/Mock/Client.php b/plugins/Marketplace/tests/Framework/Mock/Client.php index fee4de1afe..1fab955c2d 100644 --- a/plugins/Marketplace/tests/Framework/Mock/Client.php +++ b/plugins/Marketplace/tests/Framework/Mock/Client.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 */ diff --git a/plugins/Marketplace/tests/Framework/Mock/Consumer.php b/plugins/Marketplace/tests/Framework/Mock/Consumer.php index 9c72c20c51..88da74261a 100644 --- a/plugins/Marketplace/tests/Framework/Mock/Consumer.php +++ b/plugins/Marketplace/tests/Framework/Mock/Consumer.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 */ diff --git a/plugins/Marketplace/tests/Framework/Mock/Environment.php b/plugins/Marketplace/tests/Framework/Mock/Environment.php index 354766c9c2..b459b45a6e 100644 --- a/plugins/Marketplace/tests/Framework/Mock/Environment.php +++ b/plugins/Marketplace/tests/Framework/Mock/Environment.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 */ diff --git a/plugins/Marketplace/tests/Framework/Mock/Service.php b/plugins/Marketplace/tests/Framework/Mock/Service.php index b74c8ce12e..f3858aa8e9 100644 --- a/plugins/Marketplace/tests/Framework/Mock/Service.php +++ b/plugins/Marketplace/tests/Framework/Mock/Service.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 */ diff --git a/plugins/Marketplace/tests/Integration/ApiTest.php b/plugins/Marketplace/tests/Integration/ApiTest.php index 8b64948fd7..86769daea5 100644 --- a/plugins/Marketplace/tests/Integration/ApiTest.php +++ b/plugins/Marketplace/tests/Integration/ApiTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/ClientTest.php b/plugins/Marketplace/tests/Integration/ClientTest.php index 22ab948151..96f9cb1779 100644 --- a/plugins/Marketplace/tests/Integration/ClientTest.php +++ b/plugins/Marketplace/tests/Integration/ClientTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/EnvironmentTest.php b/plugins/Marketplace/tests/Integration/EnvironmentTest.php index 5c23b28145..677950fea6 100644 --- a/plugins/Marketplace/tests/Integration/EnvironmentTest.php +++ b/plugins/Marketplace/tests/Integration/EnvironmentTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/Input/PluginNameTest.php b/plugins/Marketplace/tests/Integration/Input/PluginNameTest.php index 51e8ace8be..fe0e3a2fbc 100644 --- a/plugins/Marketplace/tests/Integration/Input/PluginNameTest.php +++ b/plugins/Marketplace/tests/Integration/Input/PluginNameTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/LicenseKeyTest.php b/plugins/Marketplace/tests/Integration/LicenseKeyTest.php index 5f548b1c31..ff7918aec5 100644 --- a/plugins/Marketplace/tests/Integration/LicenseKeyTest.php +++ b/plugins/Marketplace/tests/Integration/LicenseKeyTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/Plugins/InvalidLicensesTest.php b/plugins/Marketplace/tests/Integration/Plugins/InvalidLicensesTest.php index d07ba642b0..132ec6f211 100644 --- a/plugins/Marketplace/tests/Integration/Plugins/InvalidLicensesTest.php +++ b/plugins/Marketplace/tests/Integration/Plugins/InvalidLicensesTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/PluginsTest.php b/plugins/Marketplace/tests/Integration/PluginsTest.php index d61589a5a9..8ee414f5ea 100644 --- a/plugins/Marketplace/tests/Integration/PluginsTest.php +++ b/plugins/Marketplace/tests/Integration/PluginsTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/ServiceTest.php b/plugins/Marketplace/tests/Integration/ServiceTest.php index 703ef77367..4852e9ba07 100644 --- a/plugins/Marketplace/tests/Integration/ServiceTest.php +++ b/plugins/Marketplace/tests/Integration/ServiceTest.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 */ diff --git a/plugins/Marketplace/tests/Integration/UpdateCommunicationTest.php b/plugins/Marketplace/tests/Integration/UpdateCommunicationTest.php index 4b1ab846fe..d862a22cea 100644 --- a/plugins/Marketplace/tests/Integration/UpdateCommunicationTest.php +++ b/plugins/Marketplace/tests/Integration/UpdateCommunicationTest.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 */ diff --git a/plugins/Marketplace/tests/System/Api/ClientTest.php b/plugins/Marketplace/tests/System/Api/ClientTest.php index fb23147eb7..588d4b1455 100644 --- a/plugins/Marketplace/tests/System/Api/ClientTest.php +++ b/plugins/Marketplace/tests/System/Api/ClientTest.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 */ diff --git a/plugins/Marketplace/tests/System/Api/ServiceTest.php b/plugins/Marketplace/tests/System/Api/ServiceTest.php index 6a4b4dab29..262b4e6d7b 100644 --- a/plugins/Marketplace/tests/System/Api/ServiceTest.php +++ b/plugins/Marketplace/tests/System/Api/ServiceTest.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 */ diff --git a/plugins/Marketplace/tests/Unit/ConsumerTest.php b/plugins/Marketplace/tests/Unit/ConsumerTest.php index b3e4f144f6..9ee7d44ebb 100644 --- a/plugins/Marketplace/tests/Unit/ConsumerTest.php +++ b/plugins/Marketplace/tests/Unit/ConsumerTest.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 */ diff --git a/plugins/MobileAppMeasurable/MeasurableSettings.php b/plugins/MobileAppMeasurable/MeasurableSettings.php index 100784d61d..dae53b3161 100644 --- a/plugins/MobileAppMeasurable/MeasurableSettings.php +++ b/plugins/MobileAppMeasurable/MeasurableSettings.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 */ diff --git a/plugins/MobileAppMeasurable/MobileAppMeasurable.php b/plugins/MobileAppMeasurable/MobileAppMeasurable.php index ded345ca3a..8dbde629f0 100644 --- a/plugins/MobileAppMeasurable/MobileAppMeasurable.php +++ b/plugins/MobileAppMeasurable/MobileAppMeasurable.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 */ diff --git a/plugins/MobileAppMeasurable/Type.php b/plugins/MobileAppMeasurable/Type.php index fd687a37a7..1b3b9820d3 100644 --- a/plugins/MobileAppMeasurable/Type.php +++ b/plugins/MobileAppMeasurable/Type.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 * */ diff --git a/plugins/MobileMessaging/API.php b/plugins/MobileMessaging/API.php index 4a16771a8e..6c9f5a89d8 100644 --- a/plugins/MobileMessaging/API.php +++ b/plugins/MobileMessaging/API.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 * */ diff --git a/plugins/MobileMessaging/APIException.php b/plugins/MobileMessaging/APIException.php index 5805b356fc..5d3937a57c 100644 --- a/plugins/MobileMessaging/APIException.php +++ b/plugins/MobileMessaging/APIException.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 * */ diff --git a/plugins/MobileMessaging/Controller.php b/plugins/MobileMessaging/Controller.php index cba1210c38..916107c6dc 100644 --- a/plugins/MobileMessaging/Controller.php +++ b/plugins/MobileMessaging/Controller.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 * */ diff --git a/plugins/MobileMessaging/CountryCallingCodes.php b/plugins/MobileMessaging/CountryCallingCodes.php index 0c45202d18..aba127b8dd 100644 --- a/plugins/MobileMessaging/CountryCallingCodes.php +++ b/plugins/MobileMessaging/CountryCallingCodes.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 * */ diff --git a/plugins/MobileMessaging/GSMCharset.php b/plugins/MobileMessaging/GSMCharset.php index 54077a5c38..45945b05fe 100644 --- a/plugins/MobileMessaging/GSMCharset.php +++ b/plugins/MobileMessaging/GSMCharset.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 * */ diff --git a/plugins/MobileMessaging/Menu.php b/plugins/MobileMessaging/Menu.php index cd5e16a56e..b8cda19af6 100644 --- a/plugins/MobileMessaging/Menu.php +++ b/plugins/MobileMessaging/Menu.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 * */ diff --git a/plugins/MobileMessaging/MobileMessaging.php b/plugins/MobileMessaging/MobileMessaging.php index 42783ea0e8..4223db5028 100644 --- a/plugins/MobileMessaging/MobileMessaging.php +++ b/plugins/MobileMessaging/MobileMessaging.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 * */ diff --git a/plugins/MobileMessaging/ReportRenderer/ReportRendererException.php b/plugins/MobileMessaging/ReportRenderer/ReportRendererException.php index 848f8789ac..44400e12f5 100644 --- a/plugins/MobileMessaging/ReportRenderer/ReportRendererException.php +++ b/plugins/MobileMessaging/ReportRenderer/ReportRendererException.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 * */ diff --git a/plugins/MobileMessaging/ReportRenderer/Sms.php b/plugins/MobileMessaging/ReportRenderer/Sms.php index 96b7291240..4571af231a 100644 --- a/plugins/MobileMessaging/ReportRenderer/Sms.php +++ b/plugins/MobileMessaging/ReportRenderer/Sms.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 * */ diff --git a/plugins/MobileMessaging/SMSProvider.php b/plugins/MobileMessaging/SMSProvider.php index 0675212fdc..7e9112124d 100644 --- a/plugins/MobileMessaging/SMSProvider.php +++ b/plugins/MobileMessaging/SMSProvider.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 * */ diff --git a/plugins/MobileMessaging/SMSProvider/ASPSMS.php b/plugins/MobileMessaging/SMSProvider/ASPSMS.php index 24acc8a942..d57a2c4899 100644 --- a/plugins/MobileMessaging/SMSProvider/ASPSMS.php +++ b/plugins/MobileMessaging/SMSProvider/ASPSMS.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 * */ diff --git a/plugins/MobileMessaging/SMSProvider/Clockwork.php b/plugins/MobileMessaging/SMSProvider/Clockwork.php index cc052f06cf..1a523033b7 100644 --- a/plugins/MobileMessaging/SMSProvider/Clockwork.php +++ b/plugins/MobileMessaging/SMSProvider/Clockwork.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 * */ diff --git a/plugins/MobileMessaging/SMSProvider/Development.php b/plugins/MobileMessaging/SMSProvider/Development.php index b4a79e2dc1..1def2f02c2 100644 --- a/plugins/MobileMessaging/SMSProvider/Development.php +++ b/plugins/MobileMessaging/SMSProvider/Development.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 * */ diff --git a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php b/plugins/MobileMessaging/SMSProvider/StubbedProvider.php index 4f1d1e2d14..fc7404a3ff 100644 --- a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php +++ b/plugins/MobileMessaging/SMSProvider/StubbedProvider.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 * */ diff --git a/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php b/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php index 6979857c9d..6eb8eed707 100644 --- a/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php +++ b/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.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 */ diff --git a/plugins/Monolog/Formatter/LineMessageFormatter.php b/plugins/Monolog/Formatter/LineMessageFormatter.php index f3d8608b7e..306838d34d 100644 --- a/plugins/Monolog/Formatter/LineMessageFormatter.php +++ b/plugins/Monolog/Formatter/LineMessageFormatter.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 */ diff --git a/plugins/Monolog/Handler/DatabaseHandler.php b/plugins/Monolog/Handler/DatabaseHandler.php index 99ccd68670..c7d710516d 100644 --- a/plugins/Monolog/Handler/DatabaseHandler.php +++ b/plugins/Monolog/Handler/DatabaseHandler.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 */ diff --git a/plugins/Monolog/Handler/EchoHandler.php b/plugins/Monolog/Handler/EchoHandler.php index 0a432cb3d6..e32f2a038b 100644 --- a/plugins/Monolog/Handler/EchoHandler.php +++ b/plugins/Monolog/Handler/EchoHandler.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 */ diff --git a/plugins/Monolog/Handler/FailureLogMessageDetector.php b/plugins/Monolog/Handler/FailureLogMessageDetector.php index ea37f4ba08..badd8fe9c8 100644 --- a/plugins/Monolog/Handler/FailureLogMessageDetector.php +++ b/plugins/Monolog/Handler/FailureLogMessageDetector.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 */ diff --git a/plugins/Monolog/Handler/FileHandler.php b/plugins/Monolog/Handler/FileHandler.php index 705d455dfd..461eb2417c 100644 --- a/plugins/Monolog/Handler/FileHandler.php +++ b/plugins/Monolog/Handler/FileHandler.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 */ diff --git a/plugins/Monolog/Handler/LogCaptureHandler.php b/plugins/Monolog/Handler/LogCaptureHandler.php index fbe4acad29..7a7d4e0303 100644 --- a/plugins/Monolog/Handler/LogCaptureHandler.php +++ b/plugins/Monolog/Handler/LogCaptureHandler.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 */ diff --git a/plugins/Monolog/Handler/WebNotificationHandler.php b/plugins/Monolog/Handler/WebNotificationHandler.php index 9ff76958aa..a71b0ff28e 100644 --- a/plugins/Monolog/Handler/WebNotificationHandler.php +++ b/plugins/Monolog/Handler/WebNotificationHandler.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 */ diff --git a/plugins/Monolog/Monolog.php b/plugins/Monolog/Monolog.php index 79f42cdd41..1a9e08de0b 100644 --- a/plugins/Monolog/Monolog.php +++ b/plugins/Monolog/Monolog.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 */ diff --git a/plugins/Monolog/Processor/ClassNameProcessor.php b/plugins/Monolog/Processor/ClassNameProcessor.php index 3365f207db..3d3b654b7b 100644 --- a/plugins/Monolog/Processor/ClassNameProcessor.php +++ b/plugins/Monolog/Processor/ClassNameProcessor.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 */ diff --git a/plugins/Monolog/Processor/ExceptionToTextProcessor.php b/plugins/Monolog/Processor/ExceptionToTextProcessor.php index 0a947a9f23..98958fa82e 100644 --- a/plugins/Monolog/Processor/ExceptionToTextProcessor.php +++ b/plugins/Monolog/Processor/ExceptionToTextProcessor.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 */ diff --git a/plugins/Monolog/Processor/RequestIdProcessor.php b/plugins/Monolog/Processor/RequestIdProcessor.php index 2e997d2ca6..b6609931f7 100644 --- a/plugins/Monolog/Processor/RequestIdProcessor.php +++ b/plugins/Monolog/Processor/RequestIdProcessor.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 */ diff --git a/plugins/Monolog/Processor/SprintfProcessor.php b/plugins/Monolog/Processor/SprintfProcessor.php index f06b6154de..8c212041c5 100644 --- a/plugins/Monolog/Processor/SprintfProcessor.php +++ b/plugins/Monolog/Processor/SprintfProcessor.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 */ diff --git a/plugins/Monolog/Processor/TokenProcessor.php b/plugins/Monolog/Processor/TokenProcessor.php index 0fd54892fc..e5ea542ef6 100644 --- a/plugins/Monolog/Processor/TokenProcessor.php +++ b/plugins/Monolog/Processor/TokenProcessor.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 */ diff --git a/plugins/Monolog/tests/Integration/Fixture/LoggerWrapper.php b/plugins/Monolog/tests/Integration/Fixture/LoggerWrapper.php index 325fba6627..fcb5fa98d8 100644 --- a/plugins/Monolog/tests/Integration/Fixture/LoggerWrapper.php +++ b/plugins/Monolog/tests/Integration/Fixture/LoggerWrapper.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 */ diff --git a/plugins/Monolog/tests/Integration/LogTest.php b/plugins/Monolog/tests/Integration/LogTest.php index 744b59b41c..69d84379fc 100644 --- a/plugins/Monolog/tests/Integration/LogTest.php +++ b/plugins/Monolog/tests/Integration/LogTest.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 */ diff --git a/plugins/Monolog/tests/System/TrackerLoggingTest.php b/plugins/Monolog/tests/System/TrackerLoggingTest.php index 661c69e710..a7b2fe2025 100644 --- a/plugins/Monolog/tests/System/TrackerLoggingTest.php +++ b/plugins/Monolog/tests/System/TrackerLoggingTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Formatter/LineMessageFormatterTest.php b/plugins/Monolog/tests/Unit/Formatter/LineMessageFormatterTest.php index d1a25a00ce..ddedff2eab 100644 --- a/plugins/Monolog/tests/Unit/Formatter/LineMessageFormatterTest.php +++ b/plugins/Monolog/tests/Unit/Formatter/LineMessageFormatterTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Processor/ClassNameProcessorTest.php b/plugins/Monolog/tests/Unit/Processor/ClassNameProcessorTest.php index 158aba272f..23f688c094 100644 --- a/plugins/Monolog/tests/Unit/Processor/ClassNameProcessorTest.php +++ b/plugins/Monolog/tests/Unit/Processor/ClassNameProcessorTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Processor/ExceptionToTextProcessorTest.php b/plugins/Monolog/tests/Unit/Processor/ExceptionToTextProcessorTest.php index 35c85ee17f..24788c6f69 100644 --- a/plugins/Monolog/tests/Unit/Processor/ExceptionToTextProcessorTest.php +++ b/plugins/Monolog/tests/Unit/Processor/ExceptionToTextProcessorTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Processor/RequestIdProcessorTest.php b/plugins/Monolog/tests/Unit/Processor/RequestIdProcessorTest.php index 8902103ed8..50067801d2 100644 --- a/plugins/Monolog/tests/Unit/Processor/RequestIdProcessorTest.php +++ b/plugins/Monolog/tests/Unit/Processor/RequestIdProcessorTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Processor/SprintfProcessorTest.php b/plugins/Monolog/tests/Unit/Processor/SprintfProcessorTest.php index 53b6cb3910..4ef652cd56 100644 --- a/plugins/Monolog/tests/Unit/Processor/SprintfProcessorTest.php +++ b/plugins/Monolog/tests/Unit/Processor/SprintfProcessorTest.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 */ diff --git a/plugins/Monolog/tests/Unit/Processor/TokenProcessorTest.php b/plugins/Monolog/tests/Unit/Processor/TokenProcessorTest.php index c3fc419854..15dcbc5959 100644 --- a/plugins/Monolog/tests/Unit/Processor/TokenProcessorTest.php +++ b/plugins/Monolog/tests/Unit/Processor/TokenProcessorTest.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 */ diff --git a/plugins/Morpheus/Controller.php b/plugins/Morpheus/Controller.php index 9f1ad0e8e0..4822766931 100644 --- a/plugins/Morpheus/Controller.php +++ b/plugins/Morpheus/Controller.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 */ diff --git a/plugins/Morpheus/Menu.php b/plugins/Morpheus/Menu.php index 7d3729af46..0a25fa5e3a 100644 --- a/plugins/Morpheus/Menu.php +++ b/plugins/Morpheus/Menu.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 */ diff --git a/plugins/MultiSites/API.php b/plugins/MultiSites/API.php index 6f09d1f367..8caa71d0c6 100644 --- a/plugins/MultiSites/API.php +++ b/plugins/MultiSites/API.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 * */ diff --git a/plugins/MultiSites/Categories/MultiSitesCategory.php b/plugins/MultiSites/Categories/MultiSitesCategory.php index 0e884d3cfb..8dfc186870 100644 --- a/plugins/MultiSites/Categories/MultiSitesCategory.php +++ b/plugins/MultiSites/Categories/MultiSitesCategory.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 * */ diff --git a/plugins/MultiSites/Columns/Metrics/EcommerceOnlyEvolutionMetric.php b/plugins/MultiSites/Columns/Metrics/EcommerceOnlyEvolutionMetric.php index e43504154e..5858aff2de 100644 --- a/plugins/MultiSites/Columns/Metrics/EcommerceOnlyEvolutionMetric.php +++ b/plugins/MultiSites/Columns/Metrics/EcommerceOnlyEvolutionMetric.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 */ diff --git a/plugins/MultiSites/Columns/Website.php b/plugins/MultiSites/Columns/Website.php index b53244d484..0b69b8fbc4 100644 --- a/plugins/MultiSites/Columns/Website.php +++ b/plugins/MultiSites/Columns/Website.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 * */ diff --git a/plugins/MultiSites/Controller.php b/plugins/MultiSites/Controller.php index d6599a1461..513774af3a 100644 --- a/plugins/MultiSites/Controller.php +++ b/plugins/MultiSites/Controller.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 * */ diff --git a/plugins/MultiSites/Dashboard.php b/plugins/MultiSites/Dashboard.php index 1aa94980a3..590cadee15 100644 --- a/plugins/MultiSites/Dashboard.php +++ b/plugins/MultiSites/Dashboard.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 * */ diff --git a/plugins/MultiSites/DataTable/Filter/NestedSitesLimiter.php b/plugins/MultiSites/DataTable/Filter/NestedSitesLimiter.php index 7151dcb8c7..e0a9f11741 100644 --- a/plugins/MultiSites/DataTable/Filter/NestedSitesLimiter.php +++ b/plugins/MultiSites/DataTable/Filter/NestedSitesLimiter.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 * */ diff --git a/plugins/MultiSites/Menu.php b/plugins/MultiSites/Menu.php index b57e0014c2..1bc734679a 100644 --- a/plugins/MultiSites/Menu.php +++ b/plugins/MultiSites/Menu.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 * */ diff --git a/plugins/MultiSites/MultiSites.php b/plugins/MultiSites/MultiSites.php index d104db301b..4b7f614e63 100644 --- a/plugins/MultiSites/MultiSites.php +++ b/plugins/MultiSites/MultiSites.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 * */ diff --git a/plugins/MultiSites/Reports/Base.php b/plugins/MultiSites/Reports/Base.php index fbc85200b3..0c64cdce8e 100644 --- a/plugins/MultiSites/Reports/Base.php +++ b/plugins/MultiSites/Reports/Base.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 * */ diff --git a/plugins/MultiSites/Reports/GetAll.php b/plugins/MultiSites/Reports/GetAll.php index f867b98714..a2396e7dca 100644 --- a/plugins/MultiSites/Reports/GetAll.php +++ b/plugins/MultiSites/Reports/GetAll.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 * */ diff --git a/plugins/MultiSites/Reports/GetOne.php b/plugins/MultiSites/Reports/GetOne.php index f487b4b9b0..c6fd554fc1 100644 --- a/plugins/MultiSites/Reports/GetOne.php +++ b/plugins/MultiSites/Reports/GetOne.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 * */ diff --git a/plugins/MultiSites/tests/Integration/ControllerTest.php b/plugins/MultiSites/tests/Integration/ControllerTest.php index fdc1da044a..3a19a14c49 100644 --- a/plugins/MultiSites/tests/Integration/ControllerTest.php +++ b/plugins/MultiSites/tests/Integration/ControllerTest.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 */ diff --git a/plugins/MultiSites/tests/Integration/DashboardTest.php b/plugins/MultiSites/tests/Integration/DashboardTest.php index d2db1507c3..782d98e372 100644 --- a/plugins/MultiSites/tests/Integration/DashboardTest.php +++ b/plugins/MultiSites/tests/Integration/DashboardTest.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 */ diff --git a/plugins/MultiSites/tests/Integration/MultiSitesTest.php b/plugins/MultiSites/tests/Integration/MultiSitesTest.php index b027bef0b7..38505af702 100644 --- a/plugins/MultiSites/tests/Integration/MultiSitesTest.php +++ b/plugins/MultiSites/tests/Integration/MultiSitesTest.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 */ diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php index 25b10e33ec..df92461a5f 100644 --- a/plugins/Overlay/API.php +++ b/plugins/Overlay/API.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 * */ diff --git a/plugins/Overlay/Controller.php b/plugins/Overlay/Controller.php index d55019eb29..6708196521 100644 --- a/plugins/Overlay/Controller.php +++ b/plugins/Overlay/Controller.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 * */ diff --git a/plugins/Overlay/Overlay.php b/plugins/Overlay/Overlay.php index 329db936eb..58d2f01349 100644 --- a/plugins/Overlay/Overlay.php +++ b/plugins/Overlay/Overlay.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 * */ diff --git a/plugins/PrivacyManager/API.php b/plugins/PrivacyManager/API.php index 32cb354e47..26189dc030 100644 --- a/plugins/PrivacyManager/API.php +++ b/plugins/PrivacyManager/API.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 */ diff --git a/plugins/PrivacyManager/Commands/AnonymizeRawData.php b/plugins/PrivacyManager/Commands/AnonymizeRawData.php index 476a932fab..0a2a0beaab 100644 --- a/plugins/PrivacyManager/Commands/AnonymizeRawData.php +++ b/plugins/PrivacyManager/Commands/AnonymizeRawData.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 */ diff --git a/plugins/PrivacyManager/Config.php b/plugins/PrivacyManager/Config.php index 93957263dd..fc1bacb726 100644 --- a/plugins/PrivacyManager/Config.php +++ b/plugins/PrivacyManager/Config.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 * */ diff --git a/plugins/PrivacyManager/Controller.php b/plugins/PrivacyManager/Controller.php index 165297fab0..643e40a098 100644 --- a/plugins/PrivacyManager/Controller.php +++ b/plugins/PrivacyManager/Controller.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 * */ diff --git a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php b/plugins/PrivacyManager/DoNotTrackHeaderChecker.php index 231eafcffc..e5311a5057 100644 --- a/plugins/PrivacyManager/DoNotTrackHeaderChecker.php +++ b/plugins/PrivacyManager/DoNotTrackHeaderChecker.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 * */ diff --git a/plugins/PrivacyManager/IPAnonymizer.php b/plugins/PrivacyManager/IPAnonymizer.php index a70312916f..f92b4dccd1 100644 --- a/plugins/PrivacyManager/IPAnonymizer.php +++ b/plugins/PrivacyManager/IPAnonymizer.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 * */ diff --git a/plugins/PrivacyManager/LogDataPurger.php b/plugins/PrivacyManager/LogDataPurger.php index fcaf9ba84a..5ed877cd2f 100644 --- a/plugins/PrivacyManager/LogDataPurger.php +++ b/plugins/PrivacyManager/LogDataPurger.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 * */ diff --git a/plugins/PrivacyManager/Menu.php b/plugins/PrivacyManager/Menu.php index adacf8c9cb..3085144633 100644 --- a/plugins/PrivacyManager/Menu.php +++ b/plugins/PrivacyManager/Menu.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 * */ diff --git a/plugins/PrivacyManager/PrivacyManager.php b/plugins/PrivacyManager/PrivacyManager.php index 70e7c09bad..d073dd0cd7 100644 --- a/plugins/PrivacyManager/PrivacyManager.php +++ b/plugins/PrivacyManager/PrivacyManager.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 * */ diff --git a/plugins/PrivacyManager/ReportsPurger.php b/plugins/PrivacyManager/ReportsPurger.php index 9889c00e9d..30a13bd8c3 100644 --- a/plugins/PrivacyManager/ReportsPurger.php +++ b/plugins/PrivacyManager/ReportsPurger.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 * */ diff --git a/plugins/PrivacyManager/SystemSettings.php b/plugins/PrivacyManager/SystemSettings.php index e1387f8f7a..278e722ae8 100644 --- a/plugins/PrivacyManager/SystemSettings.php +++ b/plugins/PrivacyManager/SystemSettings.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 * */ diff --git a/plugins/PrivacyManager/Tasks.php b/plugins/PrivacyManager/Tasks.php index 7a1e908bf6..fd201c1734 100644 --- a/plugins/PrivacyManager/Tasks.php +++ b/plugins/PrivacyManager/Tasks.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 * */ diff --git a/plugins/PrivacyManager/Tracker/RequestProcessor.php b/plugins/PrivacyManager/Tracker/RequestProcessor.php index 2f75fa7213..251d730cee 100644 --- a/plugins/PrivacyManager/Tracker/RequestProcessor.php +++ b/plugins/PrivacyManager/Tracker/RequestProcessor.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 * */ diff --git a/plugins/PrivacyManager/Validators/VisitsDataSubject.php b/plugins/PrivacyManager/Validators/VisitsDataSubject.php index bf76f058b8..91ba316bdf 100644 --- a/plugins/PrivacyManager/Validators/VisitsDataSubject.php +++ b/plugins/PrivacyManager/Validators/VisitsDataSubject.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 */ diff --git a/plugins/PrivacyManager/tests/Framework/Mock/Config.php b/plugins/PrivacyManager/tests/Framework/Mock/Config.php index 38cc5a2f98..95393b275a 100644 --- a/plugins/PrivacyManager/tests/Framework/Mock/Config.php +++ b/plugins/PrivacyManager/tests/Framework/Mock/Config.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/Dao/LogDataAnonymizerTest.php b/plugins/PrivacyManager/tests/Integration/Dao/LogDataAnonymizerTest.php index cbb39b63a0..c5b50bdd1d 100644 --- a/plugins/PrivacyManager/tests/Integration/Dao/LogDataAnonymizerTest.php +++ b/plugins/PrivacyManager/tests/Integration/Dao/LogDataAnonymizerTest.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/DataPurgingTest.php b/plugins/PrivacyManager/tests/Integration/DataPurgingTest.php index 7ec0c07b64..fd1bd4b823 100644 --- a/plugins/PrivacyManager/tests/Integration/DataPurgingTest.php +++ b/plugins/PrivacyManager/tests/Integration/DataPurgingTest.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\Plugins\PrivacyManager\tests\Integration; diff --git a/plugins/PrivacyManager/tests/Integration/Model/DataSubjectsTest.php b/plugins/PrivacyManager/tests/Integration/Model/DataSubjectsTest.php index 9adc22c7c2..a0e01fcef8 100644 --- a/plugins/PrivacyManager/tests/Integration/Model/DataSubjectsTest.php +++ b/plugins/PrivacyManager/tests/Integration/Model/DataSubjectsTest.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/Model/LogDataAnonymizationsTest.php b/plugins/PrivacyManager/tests/Integration/Model/LogDataAnonymizationsTest.php index 17c02df633..a45f7a121e 100644 --- a/plugins/PrivacyManager/tests/Integration/Model/LogDataAnonymizationsTest.php +++ b/plugins/PrivacyManager/tests/Integration/Model/LogDataAnonymizationsTest.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/PrivacyManagerConfigTest.php b/plugins/PrivacyManager/tests/Integration/PrivacyManagerConfigTest.php index 780a31dec5..9e9810e9d7 100644 --- a/plugins/PrivacyManager/tests/Integration/PrivacyManagerConfigTest.php +++ b/plugins/PrivacyManager/tests/Integration/PrivacyManagerConfigTest.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php index edd2906cff..d8369ef2e6 100644 --- a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php +++ b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.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 */ diff --git a/plugins/PrivacyManager/tests/Integration/Tracker/RequestProcessorTest.php b/plugins/PrivacyManager/tests/Integration/Tracker/RequestProcessorTest.php index f4fb25ec94..ffb5fee0ea 100644 --- a/plugins/PrivacyManager/tests/Integration/Tracker/RequestProcessorTest.php +++ b/plugins/PrivacyManager/tests/Integration/Tracker/RequestProcessorTest.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 */ diff --git a/plugins/PrivacyManager/tests/System/APITest.php b/plugins/PrivacyManager/tests/System/APITest.php index 1b7fb62932..bcd05f829c 100644 --- a/plugins/PrivacyManager/tests/System/APITest.php +++ b/plugins/PrivacyManager/tests/System/APITest.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 */ diff --git a/plugins/PrivacyManager/tests/System/AnonymizationTest.php b/plugins/PrivacyManager/tests/System/AnonymizationTest.php index 87d2bdc6c5..3d839cf3df 100644 --- a/plugins/PrivacyManager/tests/System/AnonymizationTest.php +++ b/plugins/PrivacyManager/tests/System/AnonymizationTest.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 */ diff --git a/plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.php b/plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.php index d5e50e5209..c9ae38e952 100644 --- a/plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.php +++ b/plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.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 */ diff --git a/plugins/PrivacyManager/tests/Unit/DoNotTrackHeaderCheckerTest.php b/plugins/PrivacyManager/tests/Unit/DoNotTrackHeaderCheckerTest.php index e17dcc8815..644138aeb6 100644 --- a/plugins/PrivacyManager/tests/Unit/DoNotTrackHeaderCheckerTest.php +++ b/plugins/PrivacyManager/tests/Unit/DoNotTrackHeaderCheckerTest.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 */ diff --git a/plugins/ProfessionalServices/ProfessionalServices.php b/plugins/ProfessionalServices/ProfessionalServices.php index 7c821418c6..abdb97547b 100644 --- a/plugins/ProfessionalServices/ProfessionalServices.php +++ b/plugins/ProfessionalServices/ProfessionalServices.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 */ diff --git a/plugins/ProfessionalServices/Promo.php b/plugins/ProfessionalServices/Promo.php index b024020a20..57d0facfda 100644 --- a/plugins/ProfessionalServices/Promo.php +++ b/plugins/ProfessionalServices/Promo.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 */ diff --git a/plugins/ProfessionalServices/Widgets/PromoServices.php b/plugins/ProfessionalServices/Widgets/PromoServices.php index 26a2939515..de0540bbc6 100644 --- a/plugins/ProfessionalServices/Widgets/PromoServices.php +++ b/plugins/ProfessionalServices/Widgets/PromoServices.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 * */ diff --git a/plugins/ProfessionalServices/Widgets/Rss.php b/plugins/ProfessionalServices/Widgets/Rss.php index 3786360ec6..ec43a75829 100644 --- a/plugins/ProfessionalServices/Widgets/Rss.php +++ b/plugins/ProfessionalServices/Widgets/Rss.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 * */ diff --git a/plugins/ProfessionalServices/tests/Framework/Mock/Promo.php b/plugins/ProfessionalServices/tests/Framework/Mock/Promo.php index a854b9da8a..046f41e775 100644 --- a/plugins/ProfessionalServices/tests/Framework/Mock/Promo.php +++ b/plugins/ProfessionalServices/tests/Framework/Mock/Promo.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 */ diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php index 5344ea43f1..0dfd675454 100644 --- a/plugins/Provider/API.php +++ b/plugins/Provider/API.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 * */ diff --git a/plugins/Provider/Archiver.php b/plugins/Provider/Archiver.php index ed140b05e7..b0f0e94a61 100644 --- a/plugins/Provider/Archiver.php +++ b/plugins/Provider/Archiver.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 * */ diff --git a/plugins/Provider/Columns/Provider.php b/plugins/Provider/Columns/Provider.php index 111bd84aa1..4d15833ad8 100644 --- a/plugins/Provider/Columns/Provider.php +++ b/plugins/Provider/Columns/Provider.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 * */ diff --git a/plugins/Provider/Controller.php b/plugins/Provider/Controller.php index 24c348f00b..25f2e421e4 100644 --- a/plugins/Provider/Controller.php +++ b/plugins/Provider/Controller.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 * */ diff --git a/plugins/Provider/Provider.php b/plugins/Provider/Provider.php index c275e09fc2..6783c04afc 100644 --- a/plugins/Provider/Provider.php +++ b/plugins/Provider/Provider.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 * */ diff --git a/plugins/Provider/Reports/GetProvider.php b/plugins/Provider/Reports/GetProvider.php index f22c296ba5..748209c067 100644 --- a/plugins/Provider/Reports/GetProvider.php +++ b/plugins/Provider/Reports/GetProvider.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 * */ diff --git a/plugins/Provider/Updates/3.0.0-b1.php b/plugins/Provider/Updates/3.0.0-b1.php index 9673905689..e9eeeca10e 100644 --- a/plugins/Provider/Updates/3.0.0-b1.php +++ b/plugins/Provider/Updates/3.0.0-b1.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 * */ diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php index 60cf4d83d6..38a56f345a 100644 --- a/plugins/Provider/functions.php +++ b/plugins/Provider/functions.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 * */ diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php index 4aa1a5181e..0dfa3d03e3 100644 --- a/plugins/Proxy/Controller.php +++ b/plugins/Proxy/Controller.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 * */ diff --git a/plugins/Proxy/Proxy.php b/plugins/Proxy/Proxy.php index 465847368a..4094958b8a 100644 --- a/plugins/Proxy/Proxy.php +++ b/plugins/Proxy/Proxy.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 * */ diff --git a/plugins/Proxy/tests/Unit/ProxyTest.php b/plugins/Proxy/tests/Unit/ProxyTest.php index fa0175d040..b6f10a74b7 100644 --- a/plugins/Proxy/tests/Unit/ProxyTest.php +++ b/plugins/Proxy/tests/Unit/ProxyTest.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 */ diff --git a/plugins/Referrers/API.php b/plugins/Referrers/API.php index 51641e44e5..dadd589458 100644 --- a/plugins/Referrers/API.php +++ b/plugins/Referrers/API.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 * */ diff --git a/plugins/Referrers/Archiver.php b/plugins/Referrers/Archiver.php index 1c72d27557..9e5e945de5 100644 --- a/plugins/Referrers/Archiver.php +++ b/plugins/Referrers/Archiver.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 * */ diff --git a/plugins/Referrers/Categories/AllReferrersSubcategory.php b/plugins/Referrers/Categories/AllReferrersSubcategory.php index 277fc762dd..9897e4189b 100644 --- a/plugins/Referrers/Categories/AllReferrersSubcategory.php +++ b/plugins/Referrers/Categories/AllReferrersSubcategory.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 * */ diff --git a/plugins/Referrers/Categories/CampaignsSubcategory.php b/plugins/Referrers/Categories/CampaignsSubcategory.php index 5878a0a9e2..a2e62af6d8 100644 --- a/plugins/Referrers/Categories/CampaignsSubcategory.php +++ b/plugins/Referrers/Categories/CampaignsSubcategory.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 * */ diff --git a/plugins/Referrers/Categories/ReferrersCategory.php b/plugins/Referrers/Categories/ReferrersCategory.php index a9dcc5d0aa..f13e34c9f4 100644 --- a/plugins/Referrers/Categories/ReferrersCategory.php +++ b/plugins/Referrers/Categories/ReferrersCategory.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 * */ diff --git a/plugins/Referrers/Categories/ReferrersOverviewSubcategory.php b/plugins/Referrers/Categories/ReferrersOverviewSubcategory.php index 9cd6dafbdc..4e88604b86 100644 --- a/plugins/Referrers/Categories/ReferrersOverviewSubcategory.php +++ b/plugins/Referrers/Categories/ReferrersOverviewSubcategory.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 * */ diff --git a/plugins/Referrers/Categories/SearchEnginesSubcategory.php b/plugins/Referrers/Categories/SearchEnginesSubcategory.php index c8bfc478e6..57bc19834e 100644 --- a/plugins/Referrers/Categories/SearchEnginesSubcategory.php +++ b/plugins/Referrers/Categories/SearchEnginesSubcategory.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 * */ diff --git a/plugins/Referrers/Categories/SocialsSubcategory.php b/plugins/Referrers/Categories/SocialsSubcategory.php index 758209e532..a66fb4f025 100644 --- a/plugins/Referrers/Categories/SocialsSubcategory.php +++ b/plugins/Referrers/Categories/SocialsSubcategory.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 * */ diff --git a/plugins/Referrers/Categories/WebsitesSubcategory.php b/plugins/Referrers/Categories/WebsitesSubcategory.php index c739bfc787..141e13c136 100644 --- a/plugins/Referrers/Categories/WebsitesSubcategory.php +++ b/plugins/Referrers/Categories/WebsitesSubcategory.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 * */ diff --git a/plugins/Referrers/Columns/Base.php b/plugins/Referrers/Columns/Base.php index 31f4562ad5..41e846b028 100644 --- a/plugins/Referrers/Columns/Base.php +++ b/plugins/Referrers/Columns/Base.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 * */ diff --git a/plugins/Referrers/Columns/Campaign.php b/plugins/Referrers/Columns/Campaign.php index 30c7cc609a..1187208ed1 100644 --- a/plugins/Referrers/Columns/Campaign.php +++ b/plugins/Referrers/Columns/Campaign.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 * */ diff --git a/plugins/Referrers/Columns/Keyword.php b/plugins/Referrers/Columns/Keyword.php index 523f0d16b1..e28d23b70a 100644 --- a/plugins/Referrers/Columns/Keyword.php +++ b/plugins/Referrers/Columns/Keyword.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 * */ diff --git a/plugins/Referrers/Columns/Referrer.php b/plugins/Referrers/Columns/Referrer.php index e8afa1a1ac..a20398e9cf 100644 --- a/plugins/Referrers/Columns/Referrer.php +++ b/plugins/Referrers/Columns/Referrer.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 * */ diff --git a/plugins/Referrers/Columns/ReferrerName.php b/plugins/Referrers/Columns/ReferrerName.php index fbf38804b2..6a6b195e90 100644 --- a/plugins/Referrers/Columns/ReferrerName.php +++ b/plugins/Referrers/Columns/ReferrerName.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 * */ diff --git a/plugins/Referrers/Columns/ReferrerType.php b/plugins/Referrers/Columns/ReferrerType.php index 1156a44d5c..747fa05e64 100644 --- a/plugins/Referrers/Columns/ReferrerType.php +++ b/plugins/Referrers/Columns/ReferrerType.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 * */ diff --git a/plugins/Referrers/Columns/ReferrerUrl.php b/plugins/Referrers/Columns/ReferrerUrl.php index 738ba3d868..0c4401105e 100644 --- a/plugins/Referrers/Columns/ReferrerUrl.php +++ b/plugins/Referrers/Columns/ReferrerUrl.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 * */ diff --git a/plugins/Referrers/Columns/SearchEngine.php b/plugins/Referrers/Columns/SearchEngine.php index d72e169a9a..f25611f016 100644 --- a/plugins/Referrers/Columns/SearchEngine.php +++ b/plugins/Referrers/Columns/SearchEngine.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 * */ diff --git a/plugins/Referrers/Columns/SocialNetwork.php b/plugins/Referrers/Columns/SocialNetwork.php index 6655a08e85..2e17edccf3 100644 --- a/plugins/Referrers/Columns/SocialNetwork.php +++ b/plugins/Referrers/Columns/SocialNetwork.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 * */ diff --git a/plugins/Referrers/Columns/Website.php b/plugins/Referrers/Columns/Website.php index 80a9cbd10e..6255043768 100644 --- a/plugins/Referrers/Columns/Website.php +++ b/plugins/Referrers/Columns/Website.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 * */ diff --git a/plugins/Referrers/Columns/WebsitePage.php b/plugins/Referrers/Columns/WebsitePage.php index 0d3fea8e1b..11c2bd1446 100644 --- a/plugins/Referrers/Columns/WebsitePage.php +++ b/plugins/Referrers/Columns/WebsitePage.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 * */ diff --git a/plugins/Referrers/Controller.php b/plugins/Referrers/Controller.php index 02be6bfac2..bc2d25fb7e 100644 --- a/plugins/Referrers/Controller.php +++ b/plugins/Referrers/Controller.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/GroupDifferentSocialWritings.php b/plugins/Referrers/DataTable/Filter/GroupDifferentSocialWritings.php index 9994c52af0..cb9fabe9c3 100644 --- a/plugins/Referrers/DataTable/Filter/GroupDifferentSocialWritings.php +++ b/plugins/Referrers/DataTable/Filter/GroupDifferentSocialWritings.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/KeywordNotDefined.php b/plugins/Referrers/DataTable/Filter/KeywordNotDefined.php index dbee6f865b..88fdf492f6 100644 --- a/plugins/Referrers/DataTable/Filter/KeywordNotDefined.php +++ b/plugins/Referrers/DataTable/Filter/KeywordNotDefined.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/KeywordsFromSearchEngineId.php b/plugins/Referrers/DataTable/Filter/KeywordsFromSearchEngineId.php index 789a1b1a6a..3a06e7d6ba 100644 --- a/plugins/Referrers/DataTable/Filter/KeywordsFromSearchEngineId.php +++ b/plugins/Referrers/DataTable/Filter/KeywordsFromSearchEngineId.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/SearchEnginesFromKeywordId.php b/plugins/Referrers/DataTable/Filter/SearchEnginesFromKeywordId.php index 6d395abba0..3c8c617b5b 100644 --- a/plugins/Referrers/DataTable/Filter/SearchEnginesFromKeywordId.php +++ b/plugins/Referrers/DataTable/Filter/SearchEnginesFromKeywordId.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/SetGetReferrerTypeSubtables.php b/plugins/Referrers/DataTable/Filter/SetGetReferrerTypeSubtables.php index 28632f414d..591903776a 100644 --- a/plugins/Referrers/DataTable/Filter/SetGetReferrerTypeSubtables.php +++ b/plugins/Referrers/DataTable/Filter/SetGetReferrerTypeSubtables.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/UrlsForSocial.php b/plugins/Referrers/DataTable/Filter/UrlsForSocial.php index 0d61a8887f..49f46a315b 100644 --- a/plugins/Referrers/DataTable/Filter/UrlsForSocial.php +++ b/plugins/Referrers/DataTable/Filter/UrlsForSocial.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 * */ diff --git a/plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.php b/plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.php index 0a013e031b..66d9525f30 100644 --- a/plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.php +++ b/plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.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 * */ diff --git a/plugins/Referrers/Referrers.php b/plugins/Referrers/Referrers.php index 3f31af95a5..479323eeb4 100644 --- a/plugins/Referrers/Referrers.php +++ b/plugins/Referrers/Referrers.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 * */ diff --git a/plugins/Referrers/Reports/Base.php b/plugins/Referrers/Reports/Base.php index 2bd240d191..5c19edc313 100644 --- a/plugins/Referrers/Reports/Base.php +++ b/plugins/Referrers/Reports/Base.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 * */ diff --git a/plugins/Referrers/Reports/GetAll.php b/plugins/Referrers/Reports/GetAll.php index cb5f17ee41..92b136a804 100644 --- a/plugins/Referrers/Reports/GetAll.php +++ b/plugins/Referrers/Reports/GetAll.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 * */ diff --git a/plugins/Referrers/Reports/GetCampaigns.php b/plugins/Referrers/Reports/GetCampaigns.php index 6984999f80..45974f5bc4 100644 --- a/plugins/Referrers/Reports/GetCampaigns.php +++ b/plugins/Referrers/Reports/GetCampaigns.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 * */ diff --git a/plugins/Referrers/Reports/GetKeywords.php b/plugins/Referrers/Reports/GetKeywords.php index 64c329ab26..6e911212a9 100644 --- a/plugins/Referrers/Reports/GetKeywords.php +++ b/plugins/Referrers/Reports/GetKeywords.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 * */ diff --git a/plugins/Referrers/Reports/GetKeywordsFromCampaignId.php b/plugins/Referrers/Reports/GetKeywordsFromCampaignId.php index 4ad420711e..40c77fb1b2 100644 --- a/plugins/Referrers/Reports/GetKeywordsFromCampaignId.php +++ b/plugins/Referrers/Reports/GetKeywordsFromCampaignId.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 * */ diff --git a/plugins/Referrers/Reports/GetKeywordsFromSearchEngineId.php b/plugins/Referrers/Reports/GetKeywordsFromSearchEngineId.php index 7c869fa147..d92eb9d2e2 100644 --- a/plugins/Referrers/Reports/GetKeywordsFromSearchEngineId.php +++ b/plugins/Referrers/Reports/GetKeywordsFromSearchEngineId.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 * */ diff --git a/plugins/Referrers/Reports/GetReferrerType.php b/plugins/Referrers/Reports/GetReferrerType.php index 8bb82a22d1..2782d4b891 100644 --- a/plugins/Referrers/Reports/GetReferrerType.php +++ b/plugins/Referrers/Reports/GetReferrerType.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 * */ diff --git a/plugins/Referrers/Reports/GetSearchEngines.php b/plugins/Referrers/Reports/GetSearchEngines.php index 0a17cd132e..8879246175 100644 --- a/plugins/Referrers/Reports/GetSearchEngines.php +++ b/plugins/Referrers/Reports/GetSearchEngines.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 * */ diff --git a/plugins/Referrers/Reports/GetSearchEnginesFromKeywordId.php b/plugins/Referrers/Reports/GetSearchEnginesFromKeywordId.php index 7c4c0a498a..2acef420a1 100644 --- a/plugins/Referrers/Reports/GetSearchEnginesFromKeywordId.php +++ b/plugins/Referrers/Reports/GetSearchEnginesFromKeywordId.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 * */ diff --git a/plugins/Referrers/Reports/GetSocials.php b/plugins/Referrers/Reports/GetSocials.php index 3d4cfecc7a..cb1390ed02 100644 --- a/plugins/Referrers/Reports/GetSocials.php +++ b/plugins/Referrers/Reports/GetSocials.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 * */ diff --git a/plugins/Referrers/Reports/GetUrlsForSocial.php b/plugins/Referrers/Reports/GetUrlsForSocial.php index fbabf7af3a..14922caed8 100644 --- a/plugins/Referrers/Reports/GetUrlsForSocial.php +++ b/plugins/Referrers/Reports/GetUrlsForSocial.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 * */ diff --git a/plugins/Referrers/Reports/GetUrlsFromWebsiteId.php b/plugins/Referrers/Reports/GetUrlsFromWebsiteId.php index cbeb2ec68b..783f09e469 100644 --- a/plugins/Referrers/Reports/GetUrlsFromWebsiteId.php +++ b/plugins/Referrers/Reports/GetUrlsFromWebsiteId.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 * */ diff --git a/plugins/Referrers/Reports/GetWebsites.php b/plugins/Referrers/Reports/GetWebsites.php index 742c22efb2..13cbacc520 100644 --- a/plugins/Referrers/Reports/GetWebsites.php +++ b/plugins/Referrers/Reports/GetWebsites.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 * */ diff --git a/plugins/Referrers/SearchEngine.php b/plugins/Referrers/SearchEngine.php index 28498c73c6..09a17cd759 100644 --- a/plugins/Referrers/SearchEngine.php +++ b/plugins/Referrers/SearchEngine.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 * */ diff --git a/plugins/Referrers/Social.php b/plugins/Referrers/Social.php index f7a0cca7db..c0c792bc86 100644 --- a/plugins/Referrers/Social.php +++ b/plugins/Referrers/Social.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 * */ diff --git a/plugins/Referrers/Tasks.php b/plugins/Referrers/Tasks.php index 24e58daab4..1d895e99f1 100644 --- a/plugins/Referrers/Tasks.php +++ b/plugins/Referrers/Tasks.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 * */ diff --git a/plugins/Referrers/functions.php b/plugins/Referrers/functions.php index 4daebfa6ab..5010c95a13 100644 --- a/plugins/Referrers/functions.php +++ b/plugins/Referrers/functions.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 * */ diff --git a/plugins/Referrers/tests/Integration/Columns/ReferrerKeywordTest.php b/plugins/Referrers/tests/Integration/Columns/ReferrerKeywordTest.php index 8bb3685b8f..3977d25b9e 100644 --- a/plugins/Referrers/tests/Integration/Columns/ReferrerKeywordTest.php +++ b/plugins/Referrers/tests/Integration/Columns/ReferrerKeywordTest.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 */ diff --git a/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php b/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php index d2d638d980..2abd7b02c0 100644 --- a/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php +++ b/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.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 */ diff --git a/plugins/Referrers/tests/Integration/Columns/ReferrerTypeTest.php b/plugins/Referrers/tests/Integration/Columns/ReferrerTypeTest.php index fb9323754d..6b75f8d027 100644 --- a/plugins/Referrers/tests/Integration/Columns/ReferrerTypeTest.php +++ b/plugins/Referrers/tests/Integration/Columns/ReferrerTypeTest.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 */ diff --git a/plugins/Referrers/tests/System/ApiTest.php b/plugins/Referrers/tests/System/ApiTest.php index c2dfdaece5..e24cf948cb 100644 --- a/plugins/Referrers/tests/System/ApiTest.php +++ b/plugins/Referrers/tests/System/ApiTest.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 */ diff --git a/plugins/Referrers/tests/Unit/GroupDifferentSocialWritingsTest.php b/plugins/Referrers/tests/Unit/GroupDifferentSocialWritingsTest.php index 0e27e721b0..24a62c144c 100644 --- a/plugins/Referrers/tests/Unit/GroupDifferentSocialWritingsTest.php +++ b/plugins/Referrers/tests/Unit/GroupDifferentSocialWritingsTest.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 */ diff --git a/plugins/Referrers/tests/Unit/ReferrersTest.php b/plugins/Referrers/tests/Unit/ReferrersTest.php index a3ca59d2a3..2790c6fb0f 100644 --- a/plugins/Referrers/tests/Unit/ReferrersTest.php +++ b/plugins/Referrers/tests/Unit/ReferrersTest.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 */ diff --git a/plugins/Referrers/tests/Unit/SearchEngineTest.php b/plugins/Referrers/tests/Unit/SearchEngineTest.php index 0b0803aa03..0bf4e7e550 100644 --- a/plugins/Referrers/tests/Unit/SearchEngineTest.php +++ b/plugins/Referrers/tests/Unit/SearchEngineTest.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 */ diff --git a/plugins/Referrers/tests/Unit/SocialTest.php b/plugins/Referrers/tests/Unit/SocialTest.php index 8e8f35e0f9..f371a33a12 100644 --- a/plugins/Referrers/tests/Unit/SocialTest.php +++ b/plugins/Referrers/tests/Unit/SocialTest.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 */ diff --git a/plugins/Resolution/API.php b/plugins/Resolution/API.php index 767cb0ff70..9d8f35ac5f 100644 --- a/plugins/Resolution/API.php +++ b/plugins/Resolution/API.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 * */ diff --git a/plugins/Resolution/Archiver.php b/plugins/Resolution/Archiver.php index 06937c24f3..d427a05f58 100644 --- a/plugins/Resolution/Archiver.php +++ b/plugins/Resolution/Archiver.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 * */ diff --git a/plugins/Resolution/Columns/Configuration.php b/plugins/Resolution/Columns/Configuration.php index 22f2392897..c6c18e02f7 100644 --- a/plugins/Resolution/Columns/Configuration.php +++ b/plugins/Resolution/Columns/Configuration.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 * */ diff --git a/plugins/Resolution/Columns/Resolution.php b/plugins/Resolution/Columns/Resolution.php index b13ce11b31..50016c9e9a 100644 --- a/plugins/Resolution/Columns/Resolution.php +++ b/plugins/Resolution/Columns/Resolution.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 * */ diff --git a/plugins/Resolution/Reports/Base.php b/plugins/Resolution/Reports/Base.php index 0ef3f0d631..1beecd1f7f 100644 --- a/plugins/Resolution/Reports/Base.php +++ b/plugins/Resolution/Reports/Base.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 * */ diff --git a/plugins/Resolution/Reports/GetConfiguration.php b/plugins/Resolution/Reports/GetConfiguration.php index 8e42b28a24..2eb735059e 100644 --- a/plugins/Resolution/Reports/GetConfiguration.php +++ b/plugins/Resolution/Reports/GetConfiguration.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 * */ diff --git a/plugins/Resolution/Reports/GetResolution.php b/plugins/Resolution/Reports/GetResolution.php index 2e18ec95aa..77c3e1a45c 100644 --- a/plugins/Resolution/Reports/GetResolution.php +++ b/plugins/Resolution/Reports/GetResolution.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 * */ diff --git a/plugins/Resolution/Resolution.php b/plugins/Resolution/Resolution.php index da5acd7579..3a903cc560 100644 --- a/plugins/Resolution/Resolution.php +++ b/plugins/Resolution/Resolution.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 * */ diff --git a/plugins/Resolution/functions.php b/plugins/Resolution/functions.php index e71aaa907a..a394009981 100644 --- a/plugins/Resolution/functions.php +++ b/plugins/Resolution/functions.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 * */ diff --git a/plugins/RssWidget/RssRenderer.php b/plugins/RssWidget/RssRenderer.php index b2d6a691a9..ca00fb7730 100644 --- a/plugins/RssWidget/RssRenderer.php +++ b/plugins/RssWidget/RssRenderer.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 * */ diff --git a/plugins/RssWidget/RssWidget.php b/plugins/RssWidget/RssWidget.php index 45c49617bd..9b91e0e97c 100644 --- a/plugins/RssWidget/RssWidget.php +++ b/plugins/RssWidget/RssWidget.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 * */ diff --git a/plugins/RssWidget/Widgets/RssChangelog.php b/plugins/RssWidget/Widgets/RssChangelog.php index 25a38d6b9d..3a12f22ceb 100644 --- a/plugins/RssWidget/Widgets/RssChangelog.php +++ b/plugins/RssWidget/Widgets/RssChangelog.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 * */ diff --git a/plugins/RssWidget/Widgets/RssPiwik.php b/plugins/RssWidget/Widgets/RssPiwik.php index fe09c632e2..9371d25af0 100644 --- a/plugins/RssWidget/Widgets/RssPiwik.php +++ b/plugins/RssWidget/Widgets/RssPiwik.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 * */ diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php index 574b014454..3d6ad91b05 100644 --- a/plugins/SEO/API.php +++ b/plugins/SEO/API.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 */ diff --git a/plugins/SEO/Metric/Aggregator.php b/plugins/SEO/Metric/Aggregator.php index 6b81744087..73acaea45e 100644 --- a/plugins/SEO/Metric/Aggregator.php +++ b/plugins/SEO/Metric/Aggregator.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 */ diff --git a/plugins/SEO/Metric/Alexa.php b/plugins/SEO/Metric/Alexa.php index e1a9a0cc1c..627b4c1e79 100644 --- a/plugins/SEO/Metric/Alexa.php +++ b/plugins/SEO/Metric/Alexa.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 */ diff --git a/plugins/SEO/Metric/Bing.php b/plugins/SEO/Metric/Bing.php index e5ced1ad30..d570d15ed7 100644 --- a/plugins/SEO/Metric/Bing.php +++ b/plugins/SEO/Metric/Bing.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 */ diff --git a/plugins/SEO/Metric/DomainAge.php b/plugins/SEO/Metric/DomainAge.php index e48f40dbec..68af8930f2 100644 --- a/plugins/SEO/Metric/DomainAge.php +++ b/plugins/SEO/Metric/DomainAge.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 */ diff --git a/plugins/SEO/Metric/Google.php b/plugins/SEO/Metric/Google.php index fcd6e6495e..809b0bdd6c 100644 --- a/plugins/SEO/Metric/Google.php +++ b/plugins/SEO/Metric/Google.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 */ diff --git a/plugins/SEO/Metric/Metric.php b/plugins/SEO/Metric/Metric.php index ec28b55138..bc7a1967cb 100644 --- a/plugins/SEO/Metric/Metric.php +++ b/plugins/SEO/Metric/Metric.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 */ diff --git a/plugins/SEO/Metric/MetricsProvider.php b/plugins/SEO/Metric/MetricsProvider.php index c737efb928..39666898d5 100644 --- a/plugins/SEO/Metric/MetricsProvider.php +++ b/plugins/SEO/Metric/MetricsProvider.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 */ diff --git a/plugins/SEO/Metric/ProviderCache.php b/plugins/SEO/Metric/ProviderCache.php index cb03063281..6066f6d677 100644 --- a/plugins/SEO/Metric/ProviderCache.php +++ b/plugins/SEO/Metric/ProviderCache.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 */ diff --git a/plugins/SEO/SEO.php b/plugins/SEO/SEO.php index 5717aaed36..9fbdb51def 100644 --- a/plugins/SEO/SEO.php +++ b/plugins/SEO/SEO.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 * */ diff --git a/plugins/SEO/Widgets/GetRank.php b/plugins/SEO/Widgets/GetRank.php index 3a673edd94..ebc9f6eb50 100644 --- a/plugins/SEO/Widgets/GetRank.php +++ b/plugins/SEO/Widgets/GetRank.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 * */ diff --git a/plugins/SEO/tests/Integration/SEOTest.php b/plugins/SEO/tests/Integration/SEOTest.php index b42791fa15..811c414958 100644 --- a/plugins/SEO/tests/Integration/SEOTest.php +++ b/plugins/SEO/tests/Integration/SEOTest.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 */ diff --git a/plugins/ScheduledReports/API.php b/plugins/ScheduledReports/API.php index 7cdb0505a7..3143bcd294 100644 --- a/plugins/ScheduledReports/API.php +++ b/plugins/ScheduledReports/API.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 * */ diff --git a/plugins/ScheduledReports/Controller.php b/plugins/ScheduledReports/Controller.php index a204f4a9c1..22b977cdd5 100644 --- a/plugins/ScheduledReports/Controller.php +++ b/plugins/ScheduledReports/Controller.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 * */ diff --git a/plugins/ScheduledReports/GeneratedReport.php b/plugins/ScheduledReports/GeneratedReport.php index 6baf311850..878952999c 100644 --- a/plugins/ScheduledReports/GeneratedReport.php +++ b/plugins/ScheduledReports/GeneratedReport.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 * */ diff --git a/plugins/ScheduledReports/Menu.php b/plugins/ScheduledReports/Menu.php index 64a454dcc8..9d67265759 100644 --- a/plugins/ScheduledReports/Menu.php +++ b/plugins/ScheduledReports/Menu.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 * */ diff --git a/plugins/ScheduledReports/Model.php b/plugins/ScheduledReports/Model.php index d1ec94ed9f..72b56b34ce 100644 --- a/plugins/ScheduledReports/Model.php +++ b/plugins/ScheduledReports/Model.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 * */ diff --git a/plugins/ScheduledReports/ReportEmailGenerator.php b/plugins/ScheduledReports/ReportEmailGenerator.php index bda895280e..6bdae922c3 100644 --- a/plugins/ScheduledReports/ReportEmailGenerator.php +++ b/plugins/ScheduledReports/ReportEmailGenerator.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 * */ diff --git a/plugins/ScheduledReports/ReportEmailGenerator/AttachedFileReportEmailGenerator.php b/plugins/ScheduledReports/ReportEmailGenerator/AttachedFileReportEmailGenerator.php index 604e34e648..55d5afc620 100644 --- a/plugins/ScheduledReports/ReportEmailGenerator/AttachedFileReportEmailGenerator.php +++ b/plugins/ScheduledReports/ReportEmailGenerator/AttachedFileReportEmailGenerator.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 * */ diff --git a/plugins/ScheduledReports/ReportEmailGenerator/HtmlReportEmailGenerator.php b/plugins/ScheduledReports/ReportEmailGenerator/HtmlReportEmailGenerator.php index d1885551dc..7125409fbb 100644 --- a/plugins/ScheduledReports/ReportEmailGenerator/HtmlReportEmailGenerator.php +++ b/plugins/ScheduledReports/ReportEmailGenerator/HtmlReportEmailGenerator.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 * */ diff --git a/plugins/ScheduledReports/ScheduledReports.php b/plugins/ScheduledReports/ScheduledReports.php index 079e6ac0a2..fd1a559e2a 100644 --- a/plugins/ScheduledReports/ScheduledReports.php +++ b/plugins/ScheduledReports/ScheduledReports.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 * */ diff --git a/plugins/ScheduledReports/SubscriptionModel.php b/plugins/ScheduledReports/SubscriptionModel.php index f5937138d5..b548b80c89 100644 --- a/plugins/ScheduledReports/SubscriptionModel.php +++ b/plugins/ScheduledReports/SubscriptionModel.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 * */ diff --git a/plugins/ScheduledReports/Tasks.php b/plugins/ScheduledReports/Tasks.php index 44a13e1b57..608b2117ea 100644 --- a/plugins/ScheduledReports/Tasks.php +++ b/plugins/ScheduledReports/Tasks.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 * */ diff --git a/plugins/ScheduledReports/config/config.php b/plugins/ScheduledReports/config/config.php index 1c1680a7c4..e8981b52c1 100644 --- a/plugins/ScheduledReports/config/config.php +++ b/plugins/ScheduledReports/config/config.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 * */ diff --git a/plugins/ScheduledReports/config/tcpdf_config.php b/plugins/ScheduledReports/config/tcpdf_config.php index 26b33b7da7..97f0b9d286 100644 --- a/plugins/ScheduledReports/config/tcpdf_config.php +++ b/plugins/ScheduledReports/config/tcpdf_config.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 * */ diff --git a/plugins/ScheduledReports/tests/Integration/ApiTest.php b/plugins/ScheduledReports/tests/Integration/ApiTest.php index f7914dce34..5d2a5f0832 100644 --- a/plugins/ScheduledReports/tests/Integration/ApiTest.php +++ b/plugins/ScheduledReports/tests/Integration/ApiTest.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 */ diff --git a/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/AttachedFileReportEmailGeneratorTest.php b/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/AttachedFileReportEmailGeneratorTest.php index cb55ffecd8..5e7d5225cc 100644 --- a/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/AttachedFileReportEmailGeneratorTest.php +++ b/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/AttachedFileReportEmailGeneratorTest.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 * */ diff --git a/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/HtmlReportEmailGeneratorTest.php b/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/HtmlReportEmailGeneratorTest.php index e0e8c0c9ae..357306d6d3 100644 --- a/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/HtmlReportEmailGeneratorTest.php +++ b/plugins/ScheduledReports/tests/Integration/ReportEmailGenerator/HtmlReportEmailGeneratorTest.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 * */ diff --git a/plugins/ScheduledReports/tests/Integration/ScheduledReportsTest.php b/plugins/ScheduledReports/tests/Integration/ScheduledReportsTest.php index 917e6df9bc..ac194e5e36 100644 --- a/plugins/ScheduledReports/tests/Integration/ScheduledReportsTest.php +++ b/plugins/ScheduledReports/tests/Integration/ScheduledReportsTest.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 */ diff --git a/plugins/ScheduledReports/tests/Integration/SubscriptionModelTest.php b/plugins/ScheduledReports/tests/Integration/SubscriptionModelTest.php index f110aef79d..456c174fe9 100644 --- a/plugins/ScheduledReports/tests/Integration/SubscriptionModelTest.php +++ b/plugins/ScheduledReports/tests/Integration/SubscriptionModelTest.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 */ diff --git a/plugins/SegmentEditor/API.php b/plugins/SegmentEditor/API.php index d14c0536e1..332a27ed34 100644 --- a/plugins/SegmentEditor/API.php +++ b/plugins/SegmentEditor/API.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 * */ diff --git a/plugins/SegmentEditor/Model.php b/plugins/SegmentEditor/Model.php index 3aec99eb23..da30fe5359 100644 --- a/plugins/SegmentEditor/Model.php +++ b/plugins/SegmentEditor/Model.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 * */ diff --git a/plugins/SegmentEditor/SegmentEditor.php b/plugins/SegmentEditor/SegmentEditor.php index 1b9cb3f76a..c00e980c8e 100644 --- a/plugins/SegmentEditor/SegmentEditor.php +++ b/plugins/SegmentEditor/SegmentEditor.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 * */ diff --git a/plugins/SegmentEditor/SegmentFormatter.php b/plugins/SegmentEditor/SegmentFormatter.php index 99052f5f4f..15de12372c 100644 --- a/plugins/SegmentEditor/SegmentFormatter.php +++ b/plugins/SegmentEditor/SegmentFormatter.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 * */ diff --git a/plugins/SegmentEditor/SegmentList.php b/plugins/SegmentEditor/SegmentList.php index 79a226aa7b..32bbaf5375 100644 --- a/plugins/SegmentEditor/SegmentList.php +++ b/plugins/SegmentEditor/SegmentList.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 * */ diff --git a/plugins/SegmentEditor/SegmentQueryDecorator.php b/plugins/SegmentEditor/SegmentQueryDecorator.php index 130cc59bd5..1cbeb55795 100644 --- a/plugins/SegmentEditor/SegmentQueryDecorator.php +++ b/plugins/SegmentEditor/SegmentQueryDecorator.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 */ diff --git a/plugins/SegmentEditor/SegmentSelectorControl.php b/plugins/SegmentEditor/SegmentSelectorControl.php index be9afe1552..f9910e9420 100644 --- a/plugins/SegmentEditor/SegmentSelectorControl.php +++ b/plugins/SegmentEditor/SegmentSelectorControl.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 * */ diff --git a/plugins/SegmentEditor/Services/StoredSegmentService.php b/plugins/SegmentEditor/Services/StoredSegmentService.php index a03448bcdb..a5cee090dd 100644 --- a/plugins/SegmentEditor/Services/StoredSegmentService.php +++ b/plugins/SegmentEditor/Services/StoredSegmentService.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 */ diff --git a/plugins/SegmentEditor/UnprocessedSegmentException.php b/plugins/SegmentEditor/UnprocessedSegmentException.php index c0ddc338e2..fae80cdd5a 100644 --- a/plugins/SegmentEditor/UnprocessedSegmentException.php +++ b/plugins/SegmentEditor/UnprocessedSegmentException.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 * */ diff --git a/plugins/SegmentEditor/tests/Integration/ApiTest.php b/plugins/SegmentEditor/tests/Integration/ApiTest.php index c58ec7a8cd..a7d8d82a59 100644 --- a/plugins/SegmentEditor/tests/Integration/ApiTest.php +++ b/plugins/SegmentEditor/tests/Integration/ApiTest.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 */ diff --git a/plugins/SegmentEditor/tests/Integration/SegmentEditorTest.php b/plugins/SegmentEditor/tests/Integration/SegmentEditorTest.php index 37ba8ffb65..2054e07610 100644 --- a/plugins/SegmentEditor/tests/Integration/SegmentEditorTest.php +++ b/plugins/SegmentEditor/tests/Integration/SegmentEditorTest.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 */ diff --git a/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php b/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php index c5fa41fc2c..9d314fd930 100644 --- a/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.php +++ b/plugins/SegmentEditor/tests/Integration/SegmentFormatterTest.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 */ diff --git a/plugins/SegmentEditor/tests/Integration/SegmentListTest.php b/plugins/SegmentEditor/tests/Integration/SegmentListTest.php index 3a90bb95ee..575e146e97 100644 --- a/plugins/SegmentEditor/tests/Integration/SegmentListTest.php +++ b/plugins/SegmentEditor/tests/Integration/SegmentListTest.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 */ diff --git a/plugins/SegmentEditor/tests/Integration/SegmentQueryDecoratorTest.php b/plugins/SegmentEditor/tests/Integration/SegmentQueryDecoratorTest.php index 6d70acf2c5..b3ccb92b7f 100644 --- a/plugins/SegmentEditor/tests/Integration/SegmentQueryDecoratorTest.php +++ b/plugins/SegmentEditor/tests/Integration/SegmentQueryDecoratorTest.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 */ diff --git a/plugins/SegmentEditor/tests/System/UnprocessedSegmentsTest.php b/plugins/SegmentEditor/tests/System/UnprocessedSegmentsTest.php index dbc7cae23b..0d4d9d9971 100644 --- a/plugins/SegmentEditor/tests/System/UnprocessedSegmentsTest.php +++ b/plugins/SegmentEditor/tests/System/UnprocessedSegmentsTest.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 */ diff --git a/plugins/SegmentEditor/tests/Unit/SegmentQueryDecoratorTest.php b/plugins/SegmentEditor/tests/Unit/SegmentQueryDecoratorTest.php index 7e38188966..323dbdb548 100644 --- a/plugins/SegmentEditor/tests/Unit/SegmentQueryDecoratorTest.php +++ b/plugins/SegmentEditor/tests/Unit/SegmentQueryDecoratorTest.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 */ diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php index 94ad508d27..b8da10cf39 100644 --- a/plugins/SitesManager/API.php +++ b/plugins/SitesManager/API.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 * */ diff --git a/plugins/SitesManager/Controller.php b/plugins/SitesManager/Controller.php index 31f6b9e3c3..f30a53eb01 100644 --- a/plugins/SitesManager/Controller.php +++ b/plugins/SitesManager/Controller.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 * */ diff --git a/plugins/SitesManager/Menu.php b/plugins/SitesManager/Menu.php index 39cb6eee67..d37353cada 100644 --- a/plugins/SitesManager/Menu.php +++ b/plugins/SitesManager/Menu.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 * */ diff --git a/plugins/SitesManager/Model.php b/plugins/SitesManager/Model.php index 8cc3bb7f9c..3e88df75cb 100644 --- a/plugins/SitesManager/Model.php +++ b/plugins/SitesManager/Model.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 * */ diff --git a/plugins/SitesManager/SiteUrls.php b/plugins/SitesManager/SiteUrls.php index 54153d42e0..c9d1517875 100644 --- a/plugins/SitesManager/SiteUrls.php +++ b/plugins/SitesManager/SiteUrls.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 * */ diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php index 6f019dfddb..fca307d5df 100644 --- a/plugins/SitesManager/SitesManager.php +++ b/plugins/SitesManager/SitesManager.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 * */ diff --git a/plugins/SitesManager/Tracker/SitesManagerRequestProcessor.php b/plugins/SitesManager/Tracker/SitesManagerRequestProcessor.php index 7c3bd486f6..263c80abbf 100644 --- a/plugins/SitesManager/Tracker/SitesManagerRequestProcessor.php +++ b/plugins/SitesManager/Tracker/SitesManagerRequestProcessor.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 */ diff --git a/plugins/SitesManager/tests/Fixtures/ManySites.php b/plugins/SitesManager/tests/Fixtures/ManySites.php index 0a06e10672..e80d8fbcc9 100644 --- a/plugins/SitesManager/tests/Fixtures/ManySites.php +++ b/plugins/SitesManager/tests/Fixtures/ManySites.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\Plugins\SitesManager\tests\Fixtures; diff --git a/plugins/SitesManager/tests/Integration/ApiTest.php b/plugins/SitesManager/tests/Integration/ApiTest.php index c5ac79167c..2f178434fa 100644 --- a/plugins/SitesManager/tests/Integration/ApiTest.php +++ b/plugins/SitesManager/tests/Integration/ApiTest.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 */ diff --git a/plugins/SitesManager/tests/Integration/ModelTest.php b/plugins/SitesManager/tests/Integration/ModelTest.php index 7291ac346f..9333fb9cd9 100644 --- a/plugins/SitesManager/tests/Integration/ModelTest.php +++ b/plugins/SitesManager/tests/Integration/ModelTest.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 */ diff --git a/plugins/SitesManager/tests/Integration/SiteUrlsTest.php b/plugins/SitesManager/tests/Integration/SiteUrlsTest.php index 3db34199fb..3c8739d878 100644 --- a/plugins/SitesManager/tests/Integration/SiteUrlsTest.php +++ b/plugins/SitesManager/tests/Integration/SiteUrlsTest.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 */ diff --git a/plugins/SitesManager/tests/Integration/SitesManagerTest.php b/plugins/SitesManager/tests/Integration/SitesManagerTest.php index 2f62a39c5a..85cffe99ae 100644 --- a/plugins/SitesManager/tests/Integration/SitesManagerTest.php +++ b/plugins/SitesManager/tests/Integration/SitesManagerTest.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 */ diff --git a/plugins/SitesManager/tests/Integration/TrackingTest.php b/plugins/SitesManager/tests/Integration/TrackingTest.php index 5c49c42128..6a1de31dc1 100644 --- a/plugins/SitesManager/tests/Integration/TrackingTest.php +++ b/plugins/SitesManager/tests/Integration/TrackingTest.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 */ diff --git a/plugins/SitesManager/tests/System/ApiTest.php b/plugins/SitesManager/tests/System/ApiTest.php index 34f57a849c..ac6962d2d7 100644 --- a/plugins/SitesManager/tests/System/ApiTest.php +++ b/plugins/SitesManager/tests/System/ApiTest.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 */ diff --git a/plugins/SitesManager/tests/Unit/APITest.php b/plugins/SitesManager/tests/Unit/APITest.php index 8b17b93154..cb5523700d 100644 --- a/plugins/SitesManager/tests/Unit/APITest.php +++ b/plugins/SitesManager/tests/Unit/APITest.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 */ diff --git a/plugins/TestRunner/Aws/CloudWatch.php b/plugins/TestRunner/Aws/CloudWatch.php index 0718157d69..86a899c5e8 100644 --- a/plugins/TestRunner/Aws/CloudWatch.php +++ b/plugins/TestRunner/Aws/CloudWatch.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 * */ diff --git a/plugins/TestRunner/Aws/Config.php b/plugins/TestRunner/Aws/Config.php index 25b876bff8..aec6aa621a 100644 --- a/plugins/TestRunner/Aws/Config.php +++ b/plugins/TestRunner/Aws/Config.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 * */ diff --git a/plugins/TestRunner/Aws/Instance.php b/plugins/TestRunner/Aws/Instance.php index 77f21253c8..b118531abb 100644 --- a/plugins/TestRunner/Aws/Instance.php +++ b/plugins/TestRunner/Aws/Instance.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 * */ diff --git a/plugins/TestRunner/Aws/Ssh.php b/plugins/TestRunner/Aws/Ssh.php index 392c0136a2..07e6958e4f 100644 --- a/plugins/TestRunner/Aws/Ssh.php +++ b/plugins/TestRunner/Aws/Ssh.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 * */ diff --git a/plugins/TestRunner/Aws/Tags.php b/plugins/TestRunner/Aws/Tags.php index aa6c156318..972a44c90f 100644 --- a/plugins/TestRunner/Aws/Tags.php +++ b/plugins/TestRunner/Aws/Tags.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 * */ diff --git a/plugins/TestRunner/Commands/CodeCoverage.php b/plugins/TestRunner/Commands/CodeCoverage.php index 16d08a15e5..d8e5574de0 100644 --- a/plugins/TestRunner/Commands/CodeCoverage.php +++ b/plugins/TestRunner/Commands/CodeCoverage.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 * */ diff --git a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php b/plugins/TestRunner/Commands/GenerateTravisYmlFile.php index b6d42c6d1a..a70a0ccb20 100644 --- a/plugins/TestRunner/Commands/GenerateTravisYmlFile.php +++ b/plugins/TestRunner/Commands/GenerateTravisYmlFile.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 * */ diff --git a/plugins/TestRunner/Commands/SyncScreenshots.php b/plugins/TestRunner/Commands/SyncScreenshots.php index 2d3d21c598..8688667251 100644 --- a/plugins/TestRunner/Commands/SyncScreenshots.php +++ b/plugins/TestRunner/Commands/SyncScreenshots.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 */ diff --git a/plugins/TestRunner/Commands/TestsRun.php b/plugins/TestRunner/Commands/TestsRun.php index d60b5afc25..9e25a61174 100644 --- a/plugins/TestRunner/Commands/TestsRun.php +++ b/plugins/TestRunner/Commands/TestsRun.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 * */ diff --git a/plugins/TestRunner/Commands/TestsRunOnAws.php b/plugins/TestRunner/Commands/TestsRunOnAws.php index b684a7035a..3782537fab 100644 --- a/plugins/TestRunner/Commands/TestsRunOnAws.php +++ b/plugins/TestRunner/Commands/TestsRunOnAws.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 * */ diff --git a/plugins/TestRunner/Commands/TestsRunUI.php b/plugins/TestRunner/Commands/TestsRunUI.php index 0ee6355c7c..7efe119d01 100644 --- a/plugins/TestRunner/Commands/TestsRunUI.php +++ b/plugins/TestRunner/Commands/TestsRunUI.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\Plugins\TestRunner\Commands; diff --git a/plugins/TestRunner/Commands/TestsSetupFixture.php b/plugins/TestRunner/Commands/TestsSetupFixture.php index 294a08c41c..4321234f93 100644 --- a/plugins/TestRunner/Commands/TestsSetupFixture.php +++ b/plugins/TestRunner/Commands/TestsSetupFixture.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 */ diff --git a/plugins/TestRunner/Controller.php b/plugins/TestRunner/Controller.php index c3f75fbe10..b480472cfa 100644 --- a/plugins/TestRunner/Controller.php +++ b/plugins/TestRunner/Controller.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 */ diff --git a/plugins/TestRunner/Runner/InstanceLauncher.php b/plugins/TestRunner/Runner/InstanceLauncher.php index a041cd0471..11cf77ae5d 100644 --- a/plugins/TestRunner/Runner/InstanceLauncher.php +++ b/plugins/TestRunner/Runner/InstanceLauncher.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 * */ diff --git a/plugins/TestRunner/Runner/Remote.php b/plugins/TestRunner/Runner/Remote.php index 8094d84c16..58b0d76f5b 100644 --- a/plugins/TestRunner/Runner/Remote.php +++ b/plugins/TestRunner/Runner/Remote.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 * */ diff --git a/plugins/TestRunner/TestRunner.php b/plugins/TestRunner/TestRunner.php index fc5462e536..9ed9fc679c 100644 --- a/plugins/TestRunner/TestRunner.php +++ b/plugins/TestRunner/TestRunner.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 * */ diff --git a/plugins/Transitions/API.php b/plugins/Transitions/API.php index 21a6339148..4c57d2722d 100644 --- a/plugins/Transitions/API.php +++ b/plugins/Transitions/API.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 * */ diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php index 6e28d9a542..c4616f44db 100644 --- a/plugins/Transitions/Controller.php +++ b/plugins/Transitions/Controller.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 * */ diff --git a/plugins/Transitions/Transitions.php b/plugins/Transitions/Transitions.php index fd28fb9be6..8649bf110f 100644 --- a/plugins/Transitions/Transitions.php +++ b/plugins/Transitions/Transitions.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 * */ diff --git a/plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.php b/plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.php index b412096345..4f32be9264 100644 --- a/plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.php +++ b/plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.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 */ diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php index 5969d615d2..6b6c99f4cb 100644 --- a/plugins/UserCountry/API.php +++ b/plugins/UserCountry/API.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 * */ diff --git a/plugins/UserCountry/Archiver.php b/plugins/UserCountry/Archiver.php index 03a789b14c..1fb9ad68b7 100644 --- a/plugins/UserCountry/Archiver.php +++ b/plugins/UserCountry/Archiver.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 * */ diff --git a/plugins/UserCountry/Categories/LocationsCategory.php b/plugins/UserCountry/Categories/LocationsCategory.php index 59bc376906..e9e25ba592 100644 --- a/plugins/UserCountry/Categories/LocationsCategory.php +++ b/plugins/UserCountry/Categories/LocationsCategory.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 * */ diff --git a/plugins/UserCountry/Categories/LocationsSubcategory.php b/plugins/UserCountry/Categories/LocationsSubcategory.php index cebd7c9b29..5de2b0764b 100644 --- a/plugins/UserCountry/Categories/LocationsSubcategory.php +++ b/plugins/UserCountry/Categories/LocationsSubcategory.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 * */ diff --git a/plugins/UserCountry/Columns/Base.php b/plugins/UserCountry/Columns/Base.php index bb6c45b9bb..1b737bd053 100644 --- a/plugins/UserCountry/Columns/Base.php +++ b/plugins/UserCountry/Columns/Base.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 * */ diff --git a/plugins/UserCountry/Columns/City.php b/plugins/UserCountry/Columns/City.php index 8357d3e551..95bf56cb1c 100644 --- a/plugins/UserCountry/Columns/City.php +++ b/plugins/UserCountry/Columns/City.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 * */ diff --git a/plugins/UserCountry/Columns/Continent.php b/plugins/UserCountry/Columns/Continent.php index 9080a37743..3b40883663 100644 --- a/plugins/UserCountry/Columns/Continent.php +++ b/plugins/UserCountry/Columns/Continent.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 * */ diff --git a/plugins/UserCountry/Columns/Country.php b/plugins/UserCountry/Columns/Country.php index 9ea19844e1..6138c0278d 100644 --- a/plugins/UserCountry/Columns/Country.php +++ b/plugins/UserCountry/Columns/Country.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 * */ diff --git a/plugins/UserCountry/Columns/Latitude.php b/plugins/UserCountry/Columns/Latitude.php index 462b4812a1..473fc16fa0 100644 --- a/plugins/UserCountry/Columns/Latitude.php +++ b/plugins/UserCountry/Columns/Latitude.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 * */ diff --git a/plugins/UserCountry/Columns/Longitude.php b/plugins/UserCountry/Columns/Longitude.php index ab46fb27ef..1a7d9f61b8 100644 --- a/plugins/UserCountry/Columns/Longitude.php +++ b/plugins/UserCountry/Columns/Longitude.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 * */ diff --git a/plugins/UserCountry/Columns/Provider.php b/plugins/UserCountry/Columns/Provider.php index 19ce528a2c..3b928d18a0 100644 --- a/plugins/UserCountry/Columns/Provider.php +++ b/plugins/UserCountry/Columns/Provider.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 * */ diff --git a/plugins/UserCountry/Columns/Region.php b/plugins/UserCountry/Columns/Region.php index 0eaf73f473..21587dc4f2 100644 --- a/plugins/UserCountry/Columns/Region.php +++ b/plugins/UserCountry/Columns/Region.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 * */ diff --git a/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php b/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php index 763964ce72..b19b99ffed 100644 --- a/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.php +++ b/plugins/UserCountry/Commands/AttributeHistoricalDataWithLocations.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 * */ diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php index bbb67d4020..fb6693c96b 100644 --- a/plugins/UserCountry/Controller.php +++ b/plugins/UserCountry/Controller.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 * */ diff --git a/plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php b/plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php index 52a648e270..15e502dfa9 100644 --- a/plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php +++ b/plugins/UserCountry/Diagnostic/GeolocationDiagnostic.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\Plugins\UserCountry\Diagnostic; diff --git a/plugins/UserCountry/GeoIPAutoUpdater.php b/plugins/UserCountry/GeoIPAutoUpdater.php index 18fd58c0a5..bee89ac8fd 100644 --- a/plugins/UserCountry/GeoIPAutoUpdater.php +++ b/plugins/UserCountry/GeoIPAutoUpdater.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 * */ diff --git a/plugins/UserCountry/LocationProvider.php b/plugins/UserCountry/LocationProvider.php index 2ca4807696..bd0ca86ff6 100644 --- a/plugins/UserCountry/LocationProvider.php +++ b/plugins/UserCountry/LocationProvider.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 * */ diff --git a/plugins/UserCountry/LocationProvider/DefaultProvider.php b/plugins/UserCountry/LocationProvider/DefaultProvider.php index 32be534a7b..0f13918d23 100644 --- a/plugins/UserCountry/LocationProvider/DefaultProvider.php +++ b/plugins/UserCountry/LocationProvider/DefaultProvider.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 * */ diff --git a/plugins/UserCountry/LocationProvider/GeoIp.php b/plugins/UserCountry/LocationProvider/GeoIp.php index a20e3f0462..44d0567634 100644 --- a/plugins/UserCountry/LocationProvider/GeoIp.php +++ b/plugins/UserCountry/LocationProvider/GeoIp.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 * */ diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php index 0fc7c32cd5..26f1591cf3 100644 --- a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php +++ b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.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 * */ diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Php.php b/plugins/UserCountry/LocationProvider/GeoIp/Php.php index 1969376edc..56cf7ce171 100644 --- a/plugins/UserCountry/LocationProvider/GeoIp/Php.php +++ b/plugins/UserCountry/LocationProvider/GeoIp/Php.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 * */ diff --git a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php index 08e1f6d298..43c2356b46 100644 --- a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php +++ b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.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 * */ diff --git a/plugins/UserCountry/Menu.php b/plugins/UserCountry/Menu.php index 3a4788e101..47e3269580 100644 --- a/plugins/UserCountry/Menu.php +++ b/plugins/UserCountry/Menu.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 * */ diff --git a/plugins/UserCountry/Reports/Base.php b/plugins/UserCountry/Reports/Base.php index ac02c16a6d..15a3890633 100644 --- a/plugins/UserCountry/Reports/Base.php +++ b/plugins/UserCountry/Reports/Base.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 * */ diff --git a/plugins/UserCountry/Reports/GetCity.php b/plugins/UserCountry/Reports/GetCity.php index e492d12ee2..5e0bb57556 100644 --- a/plugins/UserCountry/Reports/GetCity.php +++ b/plugins/UserCountry/Reports/GetCity.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 * */ diff --git a/plugins/UserCountry/Reports/GetContinent.php b/plugins/UserCountry/Reports/GetContinent.php index b524c4f048..51f6fbc370 100644 --- a/plugins/UserCountry/Reports/GetContinent.php +++ b/plugins/UserCountry/Reports/GetContinent.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 * */ diff --git a/plugins/UserCountry/Reports/GetCountry.php b/plugins/UserCountry/Reports/GetCountry.php index 5ea33cdced..915da23194 100644 --- a/plugins/UserCountry/Reports/GetCountry.php +++ b/plugins/UserCountry/Reports/GetCountry.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 * */ diff --git a/plugins/UserCountry/Reports/GetRegion.php b/plugins/UserCountry/Reports/GetRegion.php index 7e418ebef2..fc082c9325 100644 --- a/plugins/UserCountry/Reports/GetRegion.php +++ b/plugins/UserCountry/Reports/GetRegion.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 * */ diff --git a/plugins/UserCountry/Tasks.php b/plugins/UserCountry/Tasks.php index cd351acbb6..73618b91be 100644 --- a/plugins/UserCountry/Tasks.php +++ b/plugins/UserCountry/Tasks.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 * */ diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php index cab362a3c6..2d8c0bfce1 100644 --- a/plugins/UserCountry/UserCountry.php +++ b/plugins/UserCountry/UserCountry.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 * */ diff --git a/plugins/UserCountry/VisitorGeolocator.php b/plugins/UserCountry/VisitorGeolocator.php index 67d84ee859..3aa52bd3f2 100644 --- a/plugins/UserCountry/VisitorGeolocator.php +++ b/plugins/UserCountry/VisitorGeolocator.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 * */ diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php index f02003776d..6c24afb44c 100644 --- a/plugins/UserCountry/functions.php +++ b/plugins/UserCountry/functions.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 * */ diff --git a/plugins/UserCountry/tests/Integration/APITest.php b/plugins/UserCountry/tests/Integration/APITest.php index 819830a90e..43122a61a3 100644 --- a/plugins/UserCountry/tests/Integration/APITest.php +++ b/plugins/UserCountry/tests/Integration/APITest.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 */ diff --git a/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php b/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php index 8e2a4c0d64..e315a9ee77 100644 --- a/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.php +++ b/plugins/UserCountry/tests/Integration/VisitorGeolocatorTest.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 * */ diff --git a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php index 23c62d7058..6e3d7060f8 100644 --- a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php +++ b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.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 * */ diff --git a/plugins/UserCountry/tests/System/StaticAPITest.php b/plugins/UserCountry/tests/System/StaticAPITest.php index 9959c56e6d..b6d304adba 100644 --- a/plugins/UserCountry/tests/System/StaticAPITest.php +++ b/plugins/UserCountry/tests/System/StaticAPITest.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 */ diff --git a/plugins/UserCountry/tests/Unit/UserCountryTest.php b/plugins/UserCountry/tests/Unit/UserCountryTest.php index 7dfc80521b..c9e8dae56c 100644 --- a/plugins/UserCountry/tests/Unit/UserCountryTest.php +++ b/plugins/UserCountry/tests/Unit/UserCountryTest.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 */ diff --git a/plugins/UserCountryMap/Categories/RealTimeMapSubcategory.php b/plugins/UserCountryMap/Categories/RealTimeMapSubcategory.php index 7a4727a36f..c7a3e8671b 100644 --- a/plugins/UserCountryMap/Categories/RealTimeMapSubcategory.php +++ b/plugins/UserCountryMap/Categories/RealTimeMapSubcategory.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 * */ diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php index 7358a40487..21b862fadf 100644 --- a/plugins/UserCountryMap/Controller.php +++ b/plugins/UserCountryMap/Controller.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 * */ diff --git a/plugins/UserCountryMap/UserCountryMap.php b/plugins/UserCountryMap/UserCountryMap.php index e5e9f041ab..b2b47e2a72 100644 --- a/plugins/UserCountryMap/UserCountryMap.php +++ b/plugins/UserCountryMap/UserCountryMap.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 * */ diff --git a/plugins/UserCountryMap/Widgets/GetRealtimeMap.php b/plugins/UserCountryMap/Widgets/GetRealtimeMap.php index 61de9ab5aa..a322c60476 100644 --- a/plugins/UserCountryMap/Widgets/GetRealtimeMap.php +++ b/plugins/UserCountryMap/Widgets/GetRealtimeMap.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 * */ diff --git a/plugins/UserCountryMap/Widgets/GetVisitorMap.php b/plugins/UserCountryMap/Widgets/GetVisitorMap.php index 930630df55..ba8417ba53 100644 --- a/plugins/UserCountryMap/Widgets/GetVisitorMap.php +++ b/plugins/UserCountryMap/Widgets/GetVisitorMap.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 * */ diff --git a/plugins/UserId/API.php b/plugins/UserId/API.php index 932e19b113..a76d6ee7cf 100644 --- a/plugins/UserId/API.php +++ b/plugins/UserId/API.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 * */ diff --git a/plugins/UserId/Archiver.php b/plugins/UserId/Archiver.php index b5a5f908b0..ae7fdcee8a 100644 --- a/plugins/UserId/Archiver.php +++ b/plugins/UserId/Archiver.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 */ diff --git a/plugins/UserId/Categories/VisitorsUserSubcategory.php b/plugins/UserId/Categories/VisitorsUserSubcategory.php index 76b05b9f60..84e92cf186 100644 --- a/plugins/UserId/Categories/VisitorsUserSubcategory.php +++ b/plugins/UserId/Categories/VisitorsUserSubcategory.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 * */ diff --git a/plugins/UserId/Columns/UserId.php b/plugins/UserId/Columns/UserId.php index e635f757d6..f4953e1c9d 100644 --- a/plugins/UserId/Columns/UserId.php +++ b/plugins/UserId/Columns/UserId.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 * */ diff --git a/plugins/UserId/Reports/Base.php b/plugins/UserId/Reports/Base.php index aa3f70e197..7357f42066 100644 --- a/plugins/UserId/Reports/Base.php +++ b/plugins/UserId/Reports/Base.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 * */ diff --git a/plugins/UserId/Reports/GetUsers.php b/plugins/UserId/Reports/GetUsers.php index 7fba70f472..641b95b31f 100644 --- a/plugins/UserId/Reports/GetUsers.php +++ b/plugins/UserId/Reports/GetUsers.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 */ diff --git a/plugins/UserId/UserId.php b/plugins/UserId/UserId.php index b69f47c4e7..e252177b0a 100644 --- a/plugins/UserId/UserId.php +++ b/plugins/UserId/UserId.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 */ diff --git a/plugins/UserId/tests/System/ApiTest.php b/plugins/UserId/tests/System/ApiTest.php index ca73c2792d..4d6eb16cde 100644 --- a/plugins/UserId/tests/System/ApiTest.php +++ b/plugins/UserId/tests/System/ApiTest.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 */ diff --git a/plugins/UserLanguage/API.php b/plugins/UserLanguage/API.php index c9e3c83b13..0770409558 100644 --- a/plugins/UserLanguage/API.php +++ b/plugins/UserLanguage/API.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 * */ diff --git a/plugins/UserLanguage/Archiver.php b/plugins/UserLanguage/Archiver.php index 161630b7f2..93a7f3da0b 100644 --- a/plugins/UserLanguage/Archiver.php +++ b/plugins/UserLanguage/Archiver.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 * */ diff --git a/plugins/UserLanguage/Columns/Language.php b/plugins/UserLanguage/Columns/Language.php index 3fe5af66fd..7bb7f96c90 100644 --- a/plugins/UserLanguage/Columns/Language.php +++ b/plugins/UserLanguage/Columns/Language.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 * */ diff --git a/plugins/UserLanguage/Reports/Base.php b/plugins/UserLanguage/Reports/Base.php index 9aa6a6ab35..2226dfc2ab 100644 --- a/plugins/UserLanguage/Reports/Base.php +++ b/plugins/UserLanguage/Reports/Base.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 * */ diff --git a/plugins/UserLanguage/Reports/GetLanguage.php b/plugins/UserLanguage/Reports/GetLanguage.php index ef570b229f..d4d818dcf8 100644 --- a/plugins/UserLanguage/Reports/GetLanguage.php +++ b/plugins/UserLanguage/Reports/GetLanguage.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 * */ diff --git a/plugins/UserLanguage/Reports/GetLanguageCode.php b/plugins/UserLanguage/Reports/GetLanguageCode.php index 278bf7a751..87d292f526 100644 --- a/plugins/UserLanguage/Reports/GetLanguageCode.php +++ b/plugins/UserLanguage/Reports/GetLanguageCode.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 * */ diff --git a/plugins/UserLanguage/UserLanguage.php b/plugins/UserLanguage/UserLanguage.php index ea29eeb6d7..27e11baac1 100644 --- a/plugins/UserLanguage/UserLanguage.php +++ b/plugins/UserLanguage/UserLanguage.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 * */ diff --git a/plugins/UserLanguage/functions.php b/plugins/UserLanguage/functions.php index 732bf44aa1..093757ac94 100644 --- a/plugins/UserLanguage/functions.php +++ b/plugins/UserLanguage/functions.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 * */ diff --git a/plugins/UsersManager/API.php b/plugins/UsersManager/API.php index 5980e75cb1..b25a1d6f79 100644 --- a/plugins/UsersManager/API.php +++ b/plugins/UsersManager/API.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 * */ diff --git a/plugins/UsersManager/Controller.php b/plugins/UsersManager/Controller.php index 439e4cb6e5..9b0c9b475a 100644 --- a/plugins/UsersManager/Controller.php +++ b/plugins/UsersManager/Controller.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 * */ diff --git a/plugins/UsersManager/LastSeenTimeLogger.php b/plugins/UsersManager/LastSeenTimeLogger.php index 8e3adb8296..fd9ec4803a 100644 --- a/plugins/UsersManager/LastSeenTimeLogger.php +++ b/plugins/UsersManager/LastSeenTimeLogger.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 * */ diff --git a/plugins/UsersManager/Menu.php b/plugins/UsersManager/Menu.php index f3844f1fa0..77fc8ced04 100644 --- a/plugins/UsersManager/Menu.php +++ b/plugins/UsersManager/Menu.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 * */ diff --git a/plugins/UsersManager/Model.php b/plugins/UsersManager/Model.php index c63d82c04e..22d7413ccb 100644 --- a/plugins/UsersManager/Model.php +++ b/plugins/UsersManager/Model.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 * */ diff --git a/plugins/UsersManager/Sql/SiteAccessFilter.php b/plugins/UsersManager/Sql/SiteAccessFilter.php index 1a34ca9368..be34ae49c0 100644 --- a/plugins/UsersManager/Sql/SiteAccessFilter.php +++ b/plugins/UsersManager/Sql/SiteAccessFilter.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 */ diff --git a/plugins/UsersManager/Sql/UserTableFilter.php b/plugins/UsersManager/Sql/UserTableFilter.php index 46c0e43f39..581ab407e7 100644 --- a/plugins/UsersManager/Sql/UserTableFilter.php +++ b/plugins/UsersManager/Sql/UserTableFilter.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 */ diff --git a/plugins/UsersManager/Tasks.php b/plugins/UsersManager/Tasks.php index 668ce559c9..f3f6a35528 100644 --- a/plugins/UsersManager/Tasks.php +++ b/plugins/UsersManager/Tasks.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\Plugins\UsersManager; diff --git a/plugins/UsersManager/UserAccessFilter.php b/plugins/UsersManager/UserAccessFilter.php index 20fd671aa3..eab6968a9e 100644 --- a/plugins/UsersManager/UserAccessFilter.php +++ b/plugins/UsersManager/UserAccessFilter.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 * */ diff --git a/plugins/UsersManager/UserPreferences.php b/plugins/UsersManager/UserPreferences.php index 8d002e85bc..a5fb1b2ad3 100644 --- a/plugins/UsersManager/UserPreferences.php +++ b/plugins/UsersManager/UserPreferences.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 * */ diff --git a/plugins/UsersManager/UserUpdater.php b/plugins/UsersManager/UserUpdater.php index 4d49b5a50f..c94e9dbfa2 100644 --- a/plugins/UsersManager/UserUpdater.php +++ b/plugins/UsersManager/UserUpdater.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 * */ diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php index c1d7405f1f..4f72e98775 100644 --- a/plugins/UsersManager/UsersManager.php +++ b/plugins/UsersManager/UsersManager.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 * */ diff --git a/plugins/UsersManager/tests/Integration/APITest.php b/plugins/UsersManager/tests/Integration/APITest.php index 2841a7baf3..6da65dcad4 100644 --- a/plugins/UsersManager/tests/Integration/APITest.php +++ b/plugins/UsersManager/tests/Integration/APITest.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 */ diff --git a/plugins/UsersManager/tests/Integration/ModelTest.php b/plugins/UsersManager/tests/Integration/ModelTest.php index eca7a67414..e90f2314f2 100644 --- a/plugins/UsersManager/tests/Integration/ModelTest.php +++ b/plugins/UsersManager/tests/Integration/ModelTest.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 */ diff --git a/plugins/UsersManager/tests/Integration/UserAccessFilterTest.php b/plugins/UsersManager/tests/Integration/UserAccessFilterTest.php index 74ce4e09df..1d837a7d9f 100644 --- a/plugins/UsersManager/tests/Integration/UserAccessFilterTest.php +++ b/plugins/UsersManager/tests/Integration/UserAccessFilterTest.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 */ diff --git a/plugins/UsersManager/tests/Integration/UserPreferencesTest.php b/plugins/UsersManager/tests/Integration/UserPreferencesTest.php index acc2ffdb8b..b584541442 100644 --- a/plugins/UsersManager/tests/Integration/UserPreferencesTest.php +++ b/plugins/UsersManager/tests/Integration/UserPreferencesTest.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 */ diff --git a/plugins/UsersManager/tests/Integration/UsersManagerTest.php b/plugins/UsersManager/tests/Integration/UsersManagerTest.php index 43d4bbb5ee..2d6fc410f7 100644 --- a/plugins/UsersManager/tests/Integration/UsersManagerTest.php +++ b/plugins/UsersManager/tests/Integration/UsersManagerTest.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 */ diff --git a/plugins/UsersManager/tests/System/ApiTest.php b/plugins/UsersManager/tests/System/ApiTest.php index ca79683ca3..0a7d808ffb 100644 --- a/plugins/UsersManager/tests/System/ApiTest.php +++ b/plugins/UsersManager/tests/System/ApiTest.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 */ diff --git a/plugins/VisitFrequency/API.php b/plugins/VisitFrequency/API.php index 891258a9ef..9ecb6b4157 100644 --- a/plugins/VisitFrequency/API.php +++ b/plugins/VisitFrequency/API.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 * */ diff --git a/plugins/VisitFrequency/Columns/Metrics/ReturningMetric.php b/plugins/VisitFrequency/Columns/Metrics/ReturningMetric.php index 3477667275..e0ebe49738 100644 --- a/plugins/VisitFrequency/Columns/Metrics/ReturningMetric.php +++ b/plugins/VisitFrequency/Columns/Metrics/ReturningMetric.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\Plugins\VisitFrequency\Columns\Metrics; diff --git a/plugins/VisitFrequency/Controller.php b/plugins/VisitFrequency/Controller.php index 855d1286de..48860fe428 100644 --- a/plugins/VisitFrequency/Controller.php +++ b/plugins/VisitFrequency/Controller.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 * */ diff --git a/plugins/VisitFrequency/Reports/Get.php b/plugins/VisitFrequency/Reports/Get.php index 3c75a05197..97d671e5d5 100644 --- a/plugins/VisitFrequency/Reports/Get.php +++ b/plugins/VisitFrequency/Reports/Get.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 * */ diff --git a/plugins/VisitFrequency/VisitFrequency.php b/plugins/VisitFrequency/VisitFrequency.php index b8c01a9568..f6f5ccbcd0 100644 --- a/plugins/VisitFrequency/VisitFrequency.php +++ b/plugins/VisitFrequency/VisitFrequency.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 * */ diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php index 28b73b99a4..2f1996af25 100644 --- a/plugins/VisitTime/API.php +++ b/plugins/VisitTime/API.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 * */ diff --git a/plugins/VisitTime/Archiver.php b/plugins/VisitTime/Archiver.php index da0ddb5db1..bb45fd987f 100644 --- a/plugins/VisitTime/Archiver.php +++ b/plugins/VisitTime/Archiver.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 * */ diff --git a/plugins/VisitTime/Categories/TimesSubcategory.php b/plugins/VisitTime/Categories/TimesSubcategory.php index 220a568ad3..15800f595a 100644 --- a/plugins/VisitTime/Categories/TimesSubcategory.php +++ b/plugins/VisitTime/Categories/TimesSubcategory.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 * */ diff --git a/plugins/VisitTime/Columns/DayOfTheWeek.php b/plugins/VisitTime/Columns/DayOfTheWeek.php index 57c0e05856..1dfcd9c59b 100644 --- a/plugins/VisitTime/Columns/DayOfTheWeek.php +++ b/plugins/VisitTime/Columns/DayOfTheWeek.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 * */ diff --git a/plugins/VisitTime/Columns/LocalMinute.php b/plugins/VisitTime/Columns/LocalMinute.php index e5a48b38c1..5a6b50e2de 100644 --- a/plugins/VisitTime/Columns/LocalMinute.php +++ b/plugins/VisitTime/Columns/LocalMinute.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 * */ diff --git a/plugins/VisitTime/Columns/LocalTime.php b/plugins/VisitTime/Columns/LocalTime.php index aef5f93471..bcfa119f24 100644 --- a/plugins/VisitTime/Columns/LocalTime.php +++ b/plugins/VisitTime/Columns/LocalTime.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 * */ diff --git a/plugins/VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.php b/plugins/VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.php index 0808c8c68c..d8b9d6f14c 100644 --- a/plugins/VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.php +++ b/plugins/VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.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 * */ diff --git a/plugins/VisitTime/Reports/Base.php b/plugins/VisitTime/Reports/Base.php index 2dfbf0e169..88277078f2 100644 --- a/plugins/VisitTime/Reports/Base.php +++ b/plugins/VisitTime/Reports/Base.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 * */ diff --git a/plugins/VisitTime/Reports/GetByDayOfWeek.php b/plugins/VisitTime/Reports/GetByDayOfWeek.php index 2cc5bdc6ad..4beb83ba17 100644 --- a/plugins/VisitTime/Reports/GetByDayOfWeek.php +++ b/plugins/VisitTime/Reports/GetByDayOfWeek.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 * */ diff --git a/plugins/VisitTime/Reports/GetVisitInformationPerLocalTime.php b/plugins/VisitTime/Reports/GetVisitInformationPerLocalTime.php index 5f79fdc6fe..d50e4d80e9 100644 --- a/plugins/VisitTime/Reports/GetVisitInformationPerLocalTime.php +++ b/plugins/VisitTime/Reports/GetVisitInformationPerLocalTime.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 * */ diff --git a/plugins/VisitTime/Reports/GetVisitInformationPerServerTime.php b/plugins/VisitTime/Reports/GetVisitInformationPerServerTime.php index 3a2a038755..0e7f9e64d1 100644 --- a/plugins/VisitTime/Reports/GetVisitInformationPerServerTime.php +++ b/plugins/VisitTime/Reports/GetVisitInformationPerServerTime.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 * */ diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php index 39ac47d536..ce48bc3ca5 100644 --- a/plugins/VisitTime/VisitTime.php +++ b/plugins/VisitTime/VisitTime.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 * */ diff --git a/plugins/VisitTime/functions.php b/plugins/VisitTime/functions.php index 0a83bd9a29..6f58b401ba 100644 --- a/plugins/VisitTime/functions.php +++ b/plugins/VisitTime/functions.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 * */ diff --git a/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php b/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php index 8a70d11548..7641810f36 100644 --- a/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php +++ b/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.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 */ diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php index e54dca28e6..1d2277879f 100644 --- a/plugins/VisitorInterest/API.php +++ b/plugins/VisitorInterest/API.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 * */ diff --git a/plugins/VisitorInterest/Archiver.php b/plugins/VisitorInterest/Archiver.php index 8d432a70b2..91c16ff5ba 100644 --- a/plugins/VisitorInterest/Archiver.php +++ b/plugins/VisitorInterest/Archiver.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 * */ diff --git a/plugins/VisitorInterest/Columns/PagesPerVisit.php b/plugins/VisitorInterest/Columns/PagesPerVisit.php index 1f52ceedb9..51d331d437 100644 --- a/plugins/VisitorInterest/Columns/PagesPerVisit.php +++ b/plugins/VisitorInterest/Columns/PagesPerVisit.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 * */ diff --git a/plugins/VisitorInterest/Columns/VisitDuration.php b/plugins/VisitorInterest/Columns/VisitDuration.php index d3f88d4926..a6434e0efb 100644 --- a/plugins/VisitorInterest/Columns/VisitDuration.php +++ b/plugins/VisitorInterest/Columns/VisitDuration.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 * */ diff --git a/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.php b/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.php index 5415136975..63fa829984 100644 --- a/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.php +++ b/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.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 * */ diff --git a/plugins/VisitorInterest/Columns/VisitsbyVisitNumber.php b/plugins/VisitorInterest/Columns/VisitsbyVisitNumber.php index 9a2640af1f..77f230d8ae 100644 --- a/plugins/VisitorInterest/Columns/VisitsbyVisitNumber.php +++ b/plugins/VisitorInterest/Columns/VisitsbyVisitNumber.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 * */ diff --git a/plugins/VisitorInterest/Reports/Base.php b/plugins/VisitorInterest/Reports/Base.php index 7c6b601f44..81ac7d6746 100644 --- a/plugins/VisitorInterest/Reports/Base.php +++ b/plugins/VisitorInterest/Reports/Base.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 * */ diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByDaysSinceLast.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByDaysSinceLast.php index b7b7302842..8770f5dcda 100644 --- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByDaysSinceLast.php +++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByDaysSinceLast.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 * */ diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php index d7c2a7b7e8..f32c517e89 100644 --- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php +++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.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 * */ diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerPage.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerPage.php index 395c70da2b..d0b884366c 100644 --- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerPage.php +++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerPage.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 * */ diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerVisitDuration.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerVisitDuration.php index 8ca31b560c..ec64331bb3 100644 --- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerVisitDuration.php +++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsPerVisitDuration.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 * */ diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php index 1a624d4cdb..1507ef9bf5 100644 --- a/plugins/VisitorInterest/VisitorInterest.php +++ b/plugins/VisitorInterest/VisitorInterest.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 * */ diff --git a/plugins/VisitsSummary/API.php b/plugins/VisitsSummary/API.php index 0a53a0aff2..15eca2cc34 100644 --- a/plugins/VisitsSummary/API.php +++ b/plugins/VisitsSummary/API.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 * */ diff --git a/plugins/VisitsSummary/Controller.php b/plugins/VisitsSummary/Controller.php index ff86af425d..91928bd919 100644 --- a/plugins/VisitsSummary/Controller.php +++ b/plugins/VisitsSummary/Controller.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 * */ diff --git a/plugins/VisitsSummary/Reports/Get.php b/plugins/VisitsSummary/Reports/Get.php index 967d566fee..9bb7b017ab 100644 --- a/plugins/VisitsSummary/Reports/Get.php +++ b/plugins/VisitsSummary/Reports/Get.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 * */ diff --git a/plugins/VisitsSummary/VisitsSummary.php b/plugins/VisitsSummary/VisitsSummary.php index b610b070c7..466808c173 100644 --- a/plugins/VisitsSummary/VisitsSummary.php +++ b/plugins/VisitsSummary/VisitsSummary.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 * */ diff --git a/plugins/VisitsSummary/Widgets/Index.php b/plugins/VisitsSummary/Widgets/Index.php index 0de38cfd42..a87cb665c1 100644 --- a/plugins/VisitsSummary/Widgets/Index.php +++ b/plugins/VisitsSummary/Widgets/Index.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 * */ diff --git a/plugins/VisitsSummary/tests/Integration/VisitsSummaryTest.php b/plugins/VisitsSummary/tests/Integration/VisitsSummaryTest.php index e3fd01ee28..090741ddff 100644 --- a/plugins/VisitsSummary/tests/Integration/VisitsSummaryTest.php +++ b/plugins/VisitsSummary/tests/Integration/VisitsSummaryTest.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 */ diff --git a/plugins/VisitsSummary/tests/Unit/Reports/GetTest.php b/plugins/VisitsSummary/tests/Unit/Reports/GetTest.php index 3ddb68d1c1..8d3152ec6a 100644 --- a/plugins/VisitsSummary/tests/Unit/Reports/GetTest.php +++ b/plugins/VisitsSummary/tests/Unit/Reports/GetTest.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 */ diff --git a/plugins/WebsiteMeasurable/MeasurableSettings.php b/plugins/WebsiteMeasurable/MeasurableSettings.php index 85a9ccb1f1..bc07b254a1 100644 --- a/plugins/WebsiteMeasurable/MeasurableSettings.php +++ b/plugins/WebsiteMeasurable/MeasurableSettings.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 */ diff --git a/plugins/WebsiteMeasurable/Settings/Urls.php b/plugins/WebsiteMeasurable/Settings/Urls.php index 7274b33694..8b6944967d 100644 --- a/plugins/WebsiteMeasurable/Settings/Urls.php +++ b/plugins/WebsiteMeasurable/Settings/Urls.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 */ diff --git a/plugins/WebsiteMeasurable/Type.php b/plugins/WebsiteMeasurable/Type.php index 0552f47103..f99143bdf8 100644 --- a/plugins/WebsiteMeasurable/Type.php +++ b/plugins/WebsiteMeasurable/Type.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 * */ diff --git a/plugins/WebsiteMeasurable/WebsiteMeasurable.php b/plugins/WebsiteMeasurable/WebsiteMeasurable.php index 3199a41830..c509177d8b 100644 --- a/plugins/WebsiteMeasurable/WebsiteMeasurable.php +++ b/plugins/WebsiteMeasurable/WebsiteMeasurable.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 */ diff --git a/plugins/Widgetize/Controller.php b/plugins/Widgetize/Controller.php index e639827915..ceb40c1764 100644 --- a/plugins/Widgetize/Controller.php +++ b/plugins/Widgetize/Controller.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 * */ diff --git a/plugins/Widgetize/Menu.php b/plugins/Widgetize/Menu.php index 611292883c..b88f343cf1 100644 --- a/plugins/Widgetize/Menu.php +++ b/plugins/Widgetize/Menu.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 * */ diff --git a/plugins/Widgetize/Widgetize.php b/plugins/Widgetize/Widgetize.php index 1181b227a1..ce09c2e599 100644 --- a/plugins/Widgetize/Widgetize.php +++ b/plugins/Widgetize/Widgetize.php @@ -3,7 +3,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 * */ diff --git a/plugins/Widgetize/tests/System/WidgetTest.php b/plugins/Widgetize/tests/System/WidgetTest.php index 0c8674f67f..7cffdb013f 100644 --- a/plugins/Widgetize/tests/System/WidgetTest.php +++ b/plugins/Widgetize/tests/System/WidgetTest.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 */ -- cgit v1.2.3