Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-06 03:26:31 +0400
commit659673bcb5452c51ed559a9b237071c24d01d511 (patch)
tree6bf91d6f7b79571068bc0a3e27cc04fd100f29c2
parentf99965d368ea9cbac42dd28ddfdfefb1bda12ba9 (diff)
Removing SVN $, since Git does not provide auto properties.
-rw-r--r--core/API/DataTableGenericFilter.php1
-rw-r--r--core/API/DataTableManipulator.php1
-rw-r--r--core/API/DataTableManipulator/Flattener.php1
-rw-r--r--core/API/DataTableManipulator/LabelFilter.php1
-rw-r--r--core/API/DocumentationGenerator.php1
-rw-r--r--core/API/Proxy.php1
-rw-r--r--core/API/Request.php1
-rw-r--r--core/API/ResponseBuilder.php1
-rw-r--r--core/Access.php1
-rw-r--r--core/Archive.php1
-rw-r--r--core/Archive/Array.php1
-rw-r--r--core/Archive/Array/IndexedByDate.php1
-rw-r--r--core/Archive/Array/IndexedBySite.php1
-rw-r--r--core/Archive/Single.php1
-rw-r--r--core/ArchiveProcessing.php1
-rw-r--r--core/ArchiveProcessing/Day.php1
-rw-r--r--core/ArchiveProcessing/Period.php1
-rw-r--r--core/AssetManager.php1
-rw-r--r--core/Auth.php1
-rw-r--r--core/CacheFile.php1
-rw-r--r--core/Common.php1
-rw-r--r--core/Config.php1
-rw-r--r--core/Config/Compat.php1
-rw-r--r--core/Controller.php1
-rw-r--r--core/Controller/Admin.php1
-rw-r--r--core/Cookie.php1
-rw-r--r--core/DataFiles/Countries.php1
-rw-r--r--core/DataFiles/Currencies.php1
-rw-r--r--core/DataFiles/LanguageToCountry.php1
-rw-r--r--core/DataFiles/Languages.php1
-rw-r--r--core/DataFiles/SearchEngines.php1
-rwxr-xr-xcore/DataFiles/Socials.php1
-rw-r--r--core/DataTable.php1
-rw-r--r--core/DataTable/Array.php1
-rw-r--r--core/DataTable/Filter.php1
-rw-r--r--core/DataTable/Filter/AddColumnsProcessedMetrics.php1
-rw-r--r--core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php1
-rw-r--r--core/DataTable/Filter/AddConstantMetadata.php1
-rw-r--r--core/DataTable/Filter/AddSummaryRow.php1
-rw-r--r--core/DataTable/Filter/BeautifyRangeLabels.php1
-rw-r--r--core/DataTable/Filter/BeautifyTimeRangeLabels.php1
-rwxr-xr-xcore/DataTable/Filter/CalculateEvolutionFilter.php1
-rwxr-xr-xcore/DataTable/Filter/ColumnCallbackAddColumn.php1
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php1
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php1
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddMetadata.php1
-rw-r--r--core/DataTable/Filter/ColumnCallbackDeleteRow.php1
-rw-r--r--core/DataTable/Filter/ColumnCallbackReplace.php1
-rw-r--r--core/DataTable/Filter/ColumnDelete.php1
-rw-r--r--core/DataTable/Filter/ExcludeLowPopulation.php1
-rwxr-xr-xcore/DataTable/Filter/GroupBy.php1
-rw-r--r--core/DataTable/Filter/Limit.php1
-rw-r--r--core/DataTable/Filter/MetadataCallbackAddMetadata.php1
-rw-r--r--core/DataTable/Filter/MetadataCallbackReplace.php1
-rw-r--r--core/DataTable/Filter/Null.php1
-rw-r--r--core/DataTable/Filter/Pattern.php1
-rw-r--r--core/DataTable/Filter/PatternRecursive.php1
-rw-r--r--core/DataTable/Filter/RangeCheck.php1
-rw-r--r--core/DataTable/Filter/ReplaceColumnNames.php1
-rw-r--r--core/DataTable/Filter/ReplaceSummaryRowLabel.php1
-rw-r--r--core/DataTable/Filter/SafeDecodeLabel.php1
-rw-r--r--core/DataTable/Filter/Sort.php1
-rw-r--r--core/DataTable/Filter/Truncate.php1
-rw-r--r--core/DataTable/Manager.php1
-rw-r--r--core/DataTable/Renderer.php1
-rw-r--r--core/DataTable/Renderer/Console.php1
-rw-r--r--core/DataTable/Renderer/Csv.php1
-rw-r--r--core/DataTable/Renderer/Html.php1
-rw-r--r--core/DataTable/Renderer/Json.php1
-rw-r--r--core/DataTable/Renderer/Php.php1
-rw-r--r--core/DataTable/Renderer/Rss.php1
-rw-r--r--core/DataTable/Renderer/Tsv.php1
-rw-r--r--core/DataTable/Renderer/Xml.php1
-rw-r--r--core/DataTable/Row.php1
-rw-r--r--core/DataTable/Row/DataTableSummary.php1
-rw-r--r--core/DataTable/Simple.php1
-rw-r--r--core/Date.php1
-rw-r--r--core/Db/Adapter.php1
-rw-r--r--core/Db/Adapter/Interface.php1
-rw-r--r--core/Db/Adapter/Mysqli.php1
-rw-r--r--core/Db/Adapter/Pdo/Mssql.php1
-rw-r--r--core/Db/Adapter/Pdo/Mysql.php1
-rw-r--r--core/Db/Adapter/Pdo/Pgsql.php1
-rw-r--r--core/Db/Schema.php1
-rw-r--r--core/Db/Schema/Interface.php1
-rw-r--r--core/Db/Schema/Myisam.php1
-rw-r--r--core/ErrorHandler.php1
-rw-r--r--core/ExceptionHandler.php1
-rw-r--r--core/FrontController.php1
-rw-r--r--core/HTMLPurifier.php1
-rw-r--r--core/Http.php1
-rw-r--r--core/IP.php1
-rw-r--r--core/Loader.php1
-rw-r--r--core/Log.php1
-rw-r--r--core/Log/APICall.php1
-rw-r--r--core/Log/Error.php1
-rw-r--r--core/Log/Exception.php1
-rw-r--r--core/Log/Message.php1
-rw-r--r--core/Mail.php1
-rw-r--r--core/Menu/Abstract.php1
-rw-r--r--core/Menu/Admin.php1
-rw-r--r--core/Menu/Main.php1
-rw-r--r--core/Menu/Top.php1
-rw-r--r--core/Nonce.php1
-rw-r--r--core/Option.php1
-rw-r--r--core/Period.php1
-rw-r--r--core/Period/Day.php1
-rw-r--r--core/Period/Month.php1
-rw-r--r--core/Period/Range.php1
-rw-r--r--core/Period/Week.php1
-rw-r--r--core/Period/Year.php1
-rw-r--r--core/Piwik.php1
-rw-r--r--core/Plugin.php1
-rw-r--r--core/Plugin/Config.php1
-rw-r--r--core/PluginsFunctions/Sql.php1
-rw-r--r--core/PluginsFunctions/WidgetsList.php1
-rw-r--r--core/PluginsManager.php1
-rw-r--r--core/ProxyHeaders.php1
-rw-r--r--core/QuickForm2.php1
-rw-r--r--core/RankingQuery.php1
-rw-r--r--core/ReportRenderer.php1
-rw-r--r--core/ReportRenderer/Html.php1
-rw-r--r--core/ReportRenderer/Pdf.php1
-rw-r--r--core/ScheduledTask.php1
-rw-r--r--core/ScheduledTime.php1
-rw-r--r--core/ScheduledTime/Daily.php1
-rw-r--r--core/ScheduledTime/Hourly.php1
-rw-r--r--core/ScheduledTime/Monthly.php1
-rw-r--r--core/ScheduledTime/Weekly.php1
-rw-r--r--core/Segment.php1
-rw-r--r--core/SegmentExpression.php1
-rw-r--r--core/Session.php1
-rw-r--r--core/Session/Namespace.php1
-rw-r--r--core/Session/SaveHandler/DbTable.php1
-rw-r--r--core/Site.php1
-rw-r--r--core/Smarty.php1
-rw-r--r--core/SmartyPlugins/block.purify.php1
-rw-r--r--core/SmartyPlugins/function.ajaxErrorDiv.php1
-rw-r--r--core/SmartyPlugins/function.ajaxLoadingDiv.php1
-rw-r--r--core/SmartyPlugins/function.ajaxRequestErrorDiv.php1
-rw-r--r--core/SmartyPlugins/function.hiddenurl.php1
-rw-r--r--core/SmartyPlugins/function.includeAssets.php1
-rw-r--r--core/SmartyPlugins/function.loadJavascriptTranslations.php1
-rw-r--r--core/SmartyPlugins/function.logoHtml.php1
-rw-r--r--core/SmartyPlugins/function.postEvent.php1
-rw-r--r--core/SmartyPlugins/function.sparkline.php1
-rw-r--r--core/SmartyPlugins/function.url.php1
-rw-r--r--core/SmartyPlugins/modifier.inlineHelp.php1
-rw-r--r--core/SmartyPlugins/modifier.money.php1
-rw-r--r--core/SmartyPlugins/modifier.stripeol.php1
-rw-r--r--core/SmartyPlugins/modifier.sumtime.php1
-rw-r--r--core/SmartyPlugins/modifier.translate.php1
-rw-r--r--core/SmartyPlugins/modifier.unescape.php1
-rw-r--r--core/SmartyPlugins/modifier.urlRewriteBasicView.php1
-rw-r--r--core/SmartyPlugins/modifier.urlRewriteWithParameters.php1
-rw-r--r--core/SmartyPlugins/outputfilter.ajaxcdn.php1
-rw-r--r--core/SmartyPlugins/outputfilter.cachebuster.php1
-rw-r--r--core/TCPDF.php1
-rw-r--r--core/TablePartitioning.php1
-rw-r--r--core/TaskScheduler.php1
-rw-r--r--core/Timer.php1
-rw-r--r--core/Tracker.php1
-rw-r--r--core/Tracker/Action.php1
-rw-r--r--core/Tracker/Config.php1
-rw-r--r--core/Tracker/Db.php1
-rw-r--r--core/Tracker/Db/Exception.php1
-rw-r--r--core/Tracker/Db/Mysqli.php1
-rw-r--r--core/Tracker/Db/Pdo/Mysql.php1
-rw-r--r--core/Tracker/Db/Pdo/Pgsql.php1
-rw-r--r--core/Tracker/GoalManager.php1
-rw-r--r--core/Tracker/IgnoreCookie.php1
-rw-r--r--core/Tracker/Visit.php1
-rw-r--r--core/Translate.php1
-rw-r--r--core/TranslationWriter.php1
-rw-r--r--core/Unzip.php1
-rwxr-xr-xcore/Unzip/Gzip.php1
-rw-r--r--core/Unzip/Interface.php1
-rw-r--r--core/Unzip/PclZip.php1
-rwxr-xr-xcore/Unzip/Tar.php1
-rw-r--r--core/Unzip/ZipArchive.php1
-rw-r--r--core/UpdateCheck.php1
-rw-r--r--core/Updater.php1
-rw-r--r--core/Updates.php1
-rw-r--r--core/Updates/0.2.10.php1
-rw-r--r--core/Updates/0.2.12.php1
-rw-r--r--core/Updates/0.2.13.php1
-rw-r--r--core/Updates/0.2.24.php1
-rw-r--r--core/Updates/0.2.27.php1
-rw-r--r--core/Updates/0.2.32.php1
-rw-r--r--core/Updates/0.2.33.php1
-rw-r--r--core/Updates/0.2.34.php1
-rw-r--r--core/Updates/0.2.35.php1
-rw-r--r--core/Updates/0.2.37.php1
-rw-r--r--core/Updates/0.4.1.php1
-rw-r--r--core/Updates/0.4.2.php1
-rw-r--r--core/Updates/0.4.4.php1
-rw-r--r--core/Updates/0.4.php1
-rw-r--r--core/Updates/0.5.4.php1
-rw-r--r--core/Updates/0.5.5.php1
-rw-r--r--core/Updates/0.5.php1
-rw-r--r--core/Updates/0.6-rc1.php1
-rw-r--r--core/Updates/0.6.2.php1
-rw-r--r--core/Updates/0.6.3.php1
-rw-r--r--core/Updates/0.7.php1
-rw-r--r--core/Updates/0.9.1.php1
-rw-r--r--core/Updates/1.1.php1
-rwxr-xr-xcore/Updates/1.10-b4.php1
-rwxr-xr-xcore/Updates/1.10.1.php1
-rwxr-xr-xcore/Updates/1.10.2-b1.php1
-rw-r--r--core/Updates/1.2-rc1.php1
-rw-r--r--core/Updates/1.2-rc2.php1
-rw-r--r--core/Updates/1.2.3.php1
-rw-r--r--core/Updates/1.2.5-rc1.php1
-rw-r--r--core/Updates/1.2.5-rc7.php1
-rw-r--r--core/Updates/1.4-rc1.php1
-rw-r--r--core/Updates/1.4-rc2.php1
-rw-r--r--core/Updates/1.5-b1.php1
-rw-r--r--core/Updates/1.5-b2.php1
-rw-r--r--core/Updates/1.5-b3.php1
-rw-r--r--core/Updates/1.5-b4.php1
-rw-r--r--core/Updates/1.5-b5.php1
-rw-r--r--core/Updates/1.5-rc6.php1
-rw-r--r--core/Updates/1.6-b1.php1
-rw-r--r--core/Updates/1.6-rc1.php1
-rw-r--r--core/Updates/1.7-b1.php1
-rw-r--r--core/Updates/1.7.2-rc5.php1
-rwxr-xr-xcore/Updates/1.7.2-rc7.php1
-rw-r--r--core/Updates/1.8.3-b1.php1
-rw-r--r--core/Updates/1.8.4-b1.php1
-rwxr-xr-xcore/Updates/1.9-b16.php1
-rwxr-xr-xcore/Updates/1.9-b19.php1
-rwxr-xr-xcore/Updates/1.9-b9.php1
-rw-r--r--core/Updates/1.9.1-b2.php1
-rwxr-xr-xcore/Updates/1.9.3-b10.php1
-rw-r--r--core/Updates/1.9.3-b3.php1
-rwxr-xr-xcore/Updates/1.9.3-b8.php1
-rw-r--r--core/Url.php1
-rw-r--r--core/Version.php1
-rw-r--r--core/View.php1
-rw-r--r--core/View/Interface.php1
-rw-r--r--core/View/OneClickDone.php1
-rw-r--r--core/View/ReportsByDimension.php1
-rw-r--r--core/ViewDataTable.php1
-rw-r--r--core/ViewDataTable/Cloud.php1
-rw-r--r--core/ViewDataTable/GenerateGraphData.php1
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartEvolution.php1
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartPie.php1
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php1
-rw-r--r--core/ViewDataTable/GenerateGraphHTML.php1
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php1
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartPie.php1
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php1
-rw-r--r--core/ViewDataTable/HtmlTable.php1
-rw-r--r--core/ViewDataTable/HtmlTable/AllColumns.php1
-rw-r--r--core/ViewDataTable/HtmlTable/Goals.php1
-rw-r--r--core/ViewDataTable/Sparkline.php1
-rw-r--r--core/Visualization/Chart.php1
-rw-r--r--core/Visualization/Chart/Evolution.php1
-rw-r--r--core/Visualization/Chart/Pie.php1
-rw-r--r--core/Visualization/Chart/VerticalBar.php1
-rw-r--r--core/Visualization/Cloud.php1
-rw-r--r--core/Visualization/Sparkline.php1
-rw-r--r--core/testMinimumPhpVersion.php1
-rw-r--r--index.php1
-rw-r--r--js/index.php1
-rw-r--r--piwik.php1
-rw-r--r--plugins/API/API.php1
-rw-r--r--plugins/API/Controller.php1
-rw-r--r--plugins/Actions/API.php1
-rw-r--r--plugins/Actions/Actions.php1
-rw-r--r--plugins/Actions/Archiving.php1
-rw-r--r--plugins/Actions/ArchivingHelper.php1
-rw-r--r--plugins/Actions/Controller.php1
-rwxr-xr-xplugins/Annotations/API.php1
-rwxr-xr-xplugins/Annotations/AnnotationList.php1
-rwxr-xr-xplugins/Annotations/Annotations.php1
-rwxr-xr-xplugins/Annotations/Controller.php1
-rw-r--r--plugins/AnonymizeIP/AnonymizeIP.php1
-rw-r--r--plugins/CoreAdminHome/API.php1
-rw-r--r--plugins/CoreAdminHome/Controller.php1
-rw-r--r--plugins/CoreAdminHome/CoreAdminHome.php1
-rw-r--r--plugins/CoreHome/Controller.php1
-rw-r--r--plugins/CoreHome/CoreHome.php1
-rw-r--r--plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php1
-rw-r--r--plugins/CoreHome/DataTableRowAction/RowEvolution.php1
-rw-r--r--plugins/CorePluginsAdmin/Controller.php1
-rw-r--r--plugins/CorePluginsAdmin/CorePluginsAdmin.php1
-rw-r--r--plugins/CoreUpdater/Controller.php1
-rw-r--r--plugins/CoreUpdater/CoreUpdater.php1
-rw-r--r--plugins/CustomVariables/API.php1
-rw-r--r--plugins/CustomVariables/Controller.php1
-rw-r--r--plugins/CustomVariables/CustomVariables.php1
-rw-r--r--plugins/DBStats/API.php1
-rw-r--r--plugins/DBStats/Controller.php1
-rw-r--r--plugins/DBStats/DBStats.php1
-rwxr-xr-xplugins/DBStats/MySQLMetadataProvider.php1
-rw-r--r--plugins/Dashboard/Controller.php1
-rw-r--r--plugins/Dashboard/Dashboard.php1
-rw-r--r--plugins/DoNotTrack/DoNotTrack.php1
-rw-r--r--plugins/ExampleAPI/API.php1
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php1
-rw-r--r--plugins/ExamplePlugin/Controller.php1
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php1
-rw-r--r--plugins/ExamplePlugin/lang/en.php1
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php1
-rw-r--r--plugins/ExampleUI/API.php1
-rw-r--r--plugins/ExampleUI/Controller.php1
-rw-r--r--plugins/ExampleUI/ExampleUI.php1
-rw-r--r--plugins/Feedback/Controller.php1
-rw-r--r--plugins/Feedback/Feedback.php1
-rw-r--r--plugins/Goals/API.php1
-rw-r--r--plugins/Goals/Controller.php1
-rw-r--r--plugins/Goals/Goals.php1
-rw-r--r--plugins/ImageGraph/API.php1
-rw-r--r--plugins/ImageGraph/Controller.php1
-rw-r--r--plugins/ImageGraph/ImageGraph.php1
-rw-r--r--plugins/ImageGraph/StaticGraph.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/3DPie.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/Evolution.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/Exception.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/GridGraph.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/HorizontalBar.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/Pie.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/PieGraph.php1
-rw-r--r--plugins/ImageGraph/StaticGraph/VerticalBar.php1
-rw-r--r--plugins/Installation/Controller.php1
-rw-r--r--plugins/Installation/FormDatabaseSetup.php1
-rw-r--r--plugins/Installation/FormFirstWebsiteSetup.php1
-rw-r--r--plugins/Installation/FormGeneralSetup.php1
-rw-r--r--plugins/Installation/Installation.php1
-rw-r--r--plugins/Installation/View.php1
-rw-r--r--plugins/LanguagesManager/API.php1
-rw-r--r--plugins/LanguagesManager/Controller.php1
-rw-r--r--plugins/LanguagesManager/LanguagesManager.php1
-rw-r--r--plugins/Live/API.php1
-rw-r--r--plugins/Live/Controller.php1
-rw-r--r--plugins/Live/Live.php1
-rw-r--r--plugins/Live/Visitor.php1
-rw-r--r--plugins/Login/Auth.php1
-rw-r--r--plugins/Login/Controller.php1
-rw-r--r--plugins/Login/FormLogin.php1
-rw-r--r--plugins/Login/FormResetPassword.php1
-rw-r--r--plugins/Login/Login.php1
-rw-r--r--plugins/MobileMessaging/API.php1
-rw-r--r--plugins/MobileMessaging/APIException.php1
-rw-r--r--plugins/MobileMessaging/Controller.php1
-rw-r--r--plugins/MobileMessaging/CountryCallingCodes.php1
-rw-r--r--plugins/MobileMessaging/GSMCharset.php1
-rw-r--r--plugins/MobileMessaging/MobileMessaging.php1
-rw-r--r--plugins/MobileMessaging/ReportRenderer/Exception.php1
-rw-r--r--plugins/MobileMessaging/ReportRenderer/Sms.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider/Clockwork.php1
-rw-r--r--plugins/MobileMessaging/SMSProvider/StubbedProvider.php1
-rwxr-xr-xplugins/MultiSites/API.php1
-rwxr-xr-xplugins/MultiSites/CalculateEvolutionFilter.php1
-rw-r--r--plugins/MultiSites/Controller.php1
-rw-r--r--plugins/MultiSites/MultiSites.php1
-rw-r--r--plugins/Overlay/API.php1
-rw-r--r--plugins/Overlay/Controller.php1
-rw-r--r--plugins/Overlay/Overlay.php1
-rw-r--r--plugins/PDFReports/API.php1
-rw-r--r--plugins/PDFReports/Controller.php1
-rw-r--r--plugins/PDFReports/PDFReports.php1
-rw-r--r--plugins/PDFReports/config/tcpdf_config.php1
-rw-r--r--plugins/PrivacyManager/Controller.php1
-rwxr-xr-xplugins/PrivacyManager/LogDataPurger.php1
-rw-r--r--plugins/PrivacyManager/PrivacyManager.php1
-rwxr-xr-xplugins/PrivacyManager/ReportsPurger.php1
-rw-r--r--plugins/Provider/API.php1
-rw-r--r--plugins/Provider/Controller.php1
-rw-r--r--plugins/Provider/Provider.php1
-rw-r--r--plugins/Provider/functions.php1
-rw-r--r--plugins/Proxy/Controller.php1
-rw-r--r--plugins/Proxy/Proxy.php1
-rw-r--r--plugins/Referers/API.php1
-rw-r--r--plugins/Referers/Controller.php1
-rw-r--r--plugins/Referers/Referers.php1
-rw-r--r--plugins/Referers/functions.php1
-rw-r--r--plugins/SEO/API.php1
-rw-r--r--plugins/SEO/Controller.php1
-rw-r--r--plugins/SEO/RankChecker.php1
-rw-r--r--plugins/SEO/SEO.php1
-rw-r--r--plugins/SecurityInfo/Controller.php1
-rw-r--r--plugins/SecurityInfo/SecurityInfo.php1
-rw-r--r--plugins/SitesManager/API.php1
-rw-r--r--plugins/SitesManager/Controller.php1
-rw-r--r--plugins/SitesManager/SitesManager.php1
-rw-r--r--plugins/Transitions/API.php1
-rw-r--r--plugins/Transitions/Controller.php1
-rw-r--r--plugins/Transitions/Transitions.php1
-rw-r--r--plugins/UserCountry/API.php1
-rw-r--r--plugins/UserCountry/Controller.php1
-rwxr-xr-xplugins/UserCountry/GeoIPAutoUpdater.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/Default.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Pecl.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Php.php1
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/ServerBased.php1
-rw-r--r--plugins/UserCountry/UserCountry.php1
-rw-r--r--plugins/UserCountry/functions.php1
-rw-r--r--plugins/UserCountryMap/Controller.php1
-rw-r--r--plugins/UserCountryMap/UserCountryMap.php1
-rw-r--r--plugins/UserSettings/API.php1
-rw-r--r--plugins/UserSettings/Controller.php1
-rw-r--r--plugins/UserSettings/UserSettings.php1
-rw-r--r--plugins/UserSettings/functions.php1
-rw-r--r--plugins/UsersManager/API.php1
-rw-r--r--plugins/UsersManager/Controller.php4
-rw-r--r--plugins/UsersManager/UsersManager.php1
-rw-r--r--plugins/VisitFrequency/API.php1
-rw-r--r--plugins/VisitFrequency/Controller.php1
-rw-r--r--plugins/VisitFrequency/VisitFrequency.php1
-rw-r--r--plugins/VisitTime/API.php1
-rw-r--r--plugins/VisitTime/Controller.php1
-rw-r--r--plugins/VisitTime/VisitTime.php1
-rw-r--r--plugins/VisitorGenerator/Controller.php1
-rw-r--r--plugins/VisitorGenerator/VisitorGenerator.php1
-rw-r--r--plugins/VisitorInterest/API.php1
-rw-r--r--plugins/VisitorInterest/Controller.php1
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php1
-rw-r--r--plugins/VisitsSummary/API.php1
-rw-r--r--plugins/VisitsSummary/Controller.php1
-rw-r--r--plugins/VisitsSummary/VisitsSummary.php1
-rw-r--r--plugins/Widgetize/Controller.php1
-rw-r--r--plugins/Widgetize/Widgetize.php1
-rwxr-xr-xtests/PHPUnit/BenchmarkTestCase.php1
-rwxr-xr-xtests/PHPUnit/Benchmarks/ArchivingProcessBenchmark.php1
-rwxr-xr-xtests/PHPUnit/Benchmarks/Fixtures/OneSiteTwelveThousandVisitsOneYear.php1
-rwxr-xr-xtests/PHPUnit/Benchmarks/Fixtures/SqlDump.php1
-rwxr-xr-xtests/PHPUnit/Benchmarks/Fixtures/ThousandSitesTwelveVisitsEachOneDay.php1
-rwxr-xr-xtests/PHPUnit/Benchmarks/TrackerBenchmark.php1
-rw-r--r--tests/PHPUnit/Core/API/ResponseBuilderTest.php1
-rw-r--r--tests/PHPUnit/Core/AccessTest.php1
-rw-r--r--tests/PHPUnit/Core/ArchiveProcessing/DayTest.php1
-rw-r--r--tests/PHPUnit/Core/ArchiveProcessingTest.php1
-rw-r--r--tests/PHPUnit/Core/AssetManagerTest.php1
-rw-r--r--tests/PHPUnit/Core/CommonTest.php1
-rw-r--r--tests/PHPUnit/Core/ConfigTest.php1
-rw-r--r--tests/PHPUnit/Core/CookieTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/AddSummaryRowTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/LimitTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/PatternRecursiveTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/PatternTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/RangeCheckTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/SortTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/TruncateTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Renderer/CSVTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Renderer/ConsoleTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Renderer/JSONTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Renderer/PHPTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/Renderer/XMLTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTable/RowTest.php1
-rw-r--r--tests/PHPUnit/Core/DataTableTest.php1
-rw-r--r--tests/PHPUnit/Core/DateTest.php1
-rw-r--r--tests/PHPUnit/Core/HttpTest.php1
-rw-r--r--tests/PHPUnit/Core/IPTest.php1
-rw-r--r--tests/PHPUnit/Core/NonceTest.php1
-rw-r--r--tests/PHPUnit/Core/OptionTest.php1
-rw-r--r--tests/PHPUnit/Core/Period/DayTest.php1
-rw-r--r--tests/PHPUnit/Core/Period/MonthTest.php1
-rw-r--r--tests/PHPUnit/Core/Period/RangeTest.php1
-rw-r--r--tests/PHPUnit/Core/Period/WeekTest.php1
-rw-r--r--tests/PHPUnit/Core/Period/YearTest.php1
-rw-r--r--tests/PHPUnit/Core/PeriodTest.php1
-rw-r--r--tests/PHPUnit/Core/PiwikTest.php1
-rw-r--r--tests/PHPUnit/Core/Plugin/ConfigTest.php1
-rw-r--r--tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php1
-rw-r--r--tests/PHPUnit/Core/RankingQueryTest.php1
-rw-r--r--tests/PHPUnit/Core/ReleaseCheckListTest.php1
-rw-r--r--tests/PHPUnit/Core/ScheduledTaskTest.php1
-rw-r--r--tests/PHPUnit/Core/ScheduledTime/DailyTest.php1
-rw-r--r--tests/PHPUnit/Core/ScheduledTime/HourlyTest.php1
-rw-r--r--tests/PHPUnit/Core/ScheduledTime/MonthlyTest.php1
-rw-r--r--tests/PHPUnit/Core/ScheduledTime/WeeklyTest.php1
-rw-r--r--tests/PHPUnit/Core/SegmentExpressionTest.php1
-rw-r--r--tests/PHPUnit/Core/SegmentTest.php1
-rwxr-xr-xtests/PHPUnit/Core/SqlTest.php1
-rw-r--r--tests/PHPUnit/Core/TablePartitioningTest.php1
-rw-r--r--tests/PHPUnit/Core/TaskSchedulerTest.php1
-rw-r--r--tests/PHPUnit/Core/Tracker/ActionTest.php1
-rw-r--r--tests/PHPUnit/Core/Tracker/VisitTest.php1
-rw-r--r--tests/PHPUnit/Core/TranslationWriterTest.php1
-rw-r--r--tests/PHPUnit/Core/UnzipTest.php1
-rw-r--r--tests/PHPUnit/Core/UpdaterTest.php1
-rw-r--r--tests/PHPUnit/Core/UrlTest.php1
-rw-r--r--tests/PHPUnit/DatabaseTestCase.php1
-rw-r--r--tests/PHPUnit/FakeAccess.php1
-rwxr-xr-xtests/PHPUnit/Integration/AnnotationsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/ApiGetReportMetadataTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/ApiGetReportMetadata_yearTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/BlobReportLimitingTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/CsvExportTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/EcommerceOrderWithItemsTest.php1
-rw-r--r--tests/PHPUnit/Integration/FlattenReportsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/ImportLogsTest.php1
-rw-r--r--tests/PHPUnit/Integration/LabelFilterTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/NoVisitTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/NonUnicodeTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRangeTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRange_ArchivingTestsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitorTwoVisits_withCookieSupportTest.php1
-rw-r--r--tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitor_NoKeywordSpecifiedTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/PeriodIsRange_DateIsLastN_MetadataAndNormalAPITest.php1
-rwxr-xr-xtests/PHPUnit/Integration/RowEvolutionTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/SiteSearchTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TrackCustomVariablesAndCampaigns_ForceUsingVisitIdNotHeuristicsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TrackGoals_AllowMultipleConversionsPerVisitTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ArchivingDisabledTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ConversionsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariablesTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentContainsTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalDataTest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchNONETest.php1
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchVisitorTypeTest.php1
-rw-r--r--tests/PHPUnit/Integration/VisitsInPast_InvalidateOldReportsTest.php1
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php1
-rw-r--r--tests/PHPUnit/MockEventDispatcher.php1
-rwxr-xr-xtests/PHPUnit/MockLocationProvider.php1
-rw-r--r--tests/PHPUnit/MockPiwikOption.php1
-rw-r--r--tests/PHPUnit/Plugins/ActionsTest.php1
-rw-r--r--tests/PHPUnit/Plugins/AnonymizeIPTest.php1
-rwxr-xr-xtests/PHPUnit/Plugins/LanguagesManagerTest.php1
-rw-r--r--tests/PHPUnit/Plugins/LoginTest.php1
-rw-r--r--tests/PHPUnit/Plugins/MobileMessagingTest.php1
-rw-r--r--tests/PHPUnit/Plugins/MultiSitesTest.php1
-rw-r--r--tests/PHPUnit/Plugins/PDFReportsTest.php1
-rwxr-xr-xtests/PHPUnit/Plugins/PrivacyManagerTest.php1
-rw-r--r--tests/PHPUnit/Plugins/ProxyTest.php1
-rw-r--r--tests/PHPUnit/Plugins/ReferersTest.php1
-rw-r--r--tests/PHPUnit/Plugins/SEOTest.php1
-rw-r--r--tests/PHPUnit/Plugins/SitesManagerTest.php1
-rw-r--r--tests/PHPUnit/Plugins/UserCountryTest.php1
-rw-r--r--tests/PHPUnit/Plugins/UserSettingsTest.php1
-rw-r--r--tests/PHPUnit/Plugins/UsersManagerTest.php1
-rw-r--r--tests/javascript/SQLite.php1
-rw-r--r--tests/javascript/jash/Jash.css1
-rw-r--r--tests/javascript/piwiktest.js1
544 files changed, 0 insertions, 547 deletions
diff --git a/core/API/DataTableGenericFilter.php b/core/API/DataTableGenericFilter.php
index 05f0e15615..ffdd4de044 100644
--- a/core/API/DataTableGenericFilter.php
+++ b/core/API/DataTableGenericFilter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/DataTableManipulator.php b/core/API/DataTableManipulator.php
index d5c15b82cb..4d96a08fc8 100644
--- a/core/API/DataTableManipulator.php
+++ b/core/API/DataTableManipulator.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/DataTableManipulator/Flattener.php b/core/API/DataTableManipulator/Flattener.php
index d486ffe7a7..bae4f4c8cc 100644
--- a/core/API/DataTableManipulator/Flattener.php
+++ b/core/API/DataTableManipulator/Flattener.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/DataTableManipulator/LabelFilter.php b/core/API/DataTableManipulator/LabelFilter.php
index 2614b7e89f..0ac521f75f 100644
--- a/core/API/DataTableManipulator/LabelFilter.php
+++ b/core/API/DataTableManipulator/LabelFilter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/DocumentationGenerator.php b/core/API/DocumentationGenerator.php
index 691220739d..505f35ec04 100644
--- a/core/API/DocumentationGenerator.php
+++ b/core/API/DocumentationGenerator.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/Proxy.php b/core/API/Proxy.php
index 1c382865ab..3619e0fc87 100644
--- a/core/API/Proxy.php
+++ b/core/API/Proxy.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/Request.php b/core/API/Request.php
index 337fee441c..2cab93131b 100644
--- a/core/API/Request.php
+++ b/core/API/Request.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/API/ResponseBuilder.php b/core/API/ResponseBuilder.php
index c0040e88ff..0c409459bf 100644
--- a/core/API/ResponseBuilder.php
+++ b/core/API/ResponseBuilder.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Access.php b/core/Access.php
index 6396aeb18b..ed7b2e386e 100644
--- a/core/Access.php
+++ b/core/Access.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Archive.php b/core/Archive.php
index 39eecd71b3..329ca7bc62 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Archive/Array.php b/core/Archive/Array.php
index faaaf6dd11..c7f760f1a9 100644
--- a/core/Archive/Array.php
+++ b/core/Archive/Array.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Archive/Array/IndexedByDate.php b/core/Archive/Array/IndexedByDate.php
index 9d74041a25..04926b91b1 100644
--- a/core/Archive/Array/IndexedByDate.php
+++ b/core/Archive/Array/IndexedByDate.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Archive/Array/IndexedBySite.php b/core/Archive/Array/IndexedBySite.php
index 4e0fcc2acc..fd1bac0795 100644
--- a/core/Archive/Array/IndexedBySite.php
+++ b/core/Archive/Array/IndexedBySite.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Archive/Single.php b/core/Archive/Single.php
index 74c64218ce..0a8b81e6c6 100644
--- a/core/Archive/Single.php
+++ b/core/Archive/Single.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
*
* @category Piwik
diff --git a/core/ArchiveProcessing.php b/core/ArchiveProcessing.php
index e908385d91..c49d70f6a8 100644
--- a/core/ArchiveProcessing.php
+++ b/core/ArchiveProcessing.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ArchiveProcessing/Day.php b/core/ArchiveProcessing/Day.php
index 19edd1bf42..0e4198a36f 100644
--- a/core/ArchiveProcessing/Day.php
+++ b/core/ArchiveProcessing/Day.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ArchiveProcessing/Period.php b/core/ArchiveProcessing/Period.php
index 80dc14d357..c6d38a512c 100644
--- a/core/ArchiveProcessing/Period.php
+++ b/core/ArchiveProcessing/Period.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 17b8a228fd..836a6dff8a 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Auth.php b/core/Auth.php
index bef1b67d80..5e58eca147 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/CacheFile.php b/core/CacheFile.php
index 2fc217844a..b4a0303cd3 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Common.php b/core/Common.php
index e656da4fe0..f7d8652cce 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Config.php b/core/Config.php
index ec78ab1e35..78d236d4ac 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Config/Compat.php b/core/Config/Compat.php
index 19607871ad..2169e3e284 100644
--- a/core/Config/Compat.php
+++ b/core/Config/Compat.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Controller.php b/core/Controller.php
index 4c120b31fa..3654c661e8 100644
--- a/core/Controller.php
+++ b/core/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Controller/Admin.php b/core/Controller/Admin.php
index 860d5201f0..ff68e12229 100644
--- a/core/Controller/Admin.php
+++ b/core/Controller/Admin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Cookie.php b/core/Cookie.php
index af5cc30e3f..2651cf390e 100644
--- a/core/Cookie.php
+++ b/core/Cookie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataFiles/Countries.php b/core/DataFiles/Countries.php
index 6d3ce5a97d..6690d75523 100644
--- a/core/DataFiles/Countries.php
+++ b/core/DataFiles/Countries.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataFiles/Currencies.php b/core/DataFiles/Currencies.php
index c5e8fa9fea..7cdbd0a65f 100644
--- a/core/DataFiles/Currencies.php
+++ b/core/DataFiles/Currencies.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataFiles/LanguageToCountry.php b/core/DataFiles/LanguageToCountry.php
index a4d267247e..64f63b1040 100644
--- a/core/DataFiles/LanguageToCountry.php
+++ b/core/DataFiles/LanguageToCountry.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataFiles/Languages.php b/core/DataFiles/Languages.php
index 7f8c1734de..fb3c8c0ef8 100644
--- a/core/DataFiles/Languages.php
+++ b/core/DataFiles/Languages.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index 192eb47546..5e79a33331 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataFiles/Socials.php b/core/DataFiles/Socials.php
index 4d2411bd78..c2c79a4bb3 100755
--- a/core/DataFiles/Socials.php
+++ b/core/DataFiles/Socials.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package DataFiles
diff --git a/core/DataTable.php b/core/DataTable.php
index d619163595..c773e4a9f5 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Array.php b/core/DataTable/Array.php
index ed5f513cf1..2593b27393 100644
--- a/core/DataTable/Array.php
+++ b/core/DataTable/Array.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter.php b/core/DataTable/Filter.php
index 0fa667b8b5..adaeea453a 100644
--- a/core/DataTable/Filter.php
+++ b/core/DataTable/Filter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/AddColumnsProcessedMetrics.php b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
index b3d01eece8..9929c64df7 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetrics.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
index 6f0d9e4936..b49b69fd72 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/AddConstantMetadata.php b/core/DataTable/Filter/AddConstantMetadata.php
index ec8b2e9288..f0fc9040e2 100644
--- a/core/DataTable/Filter/AddConstantMetadata.php
+++ b/core/DataTable/Filter/AddConstantMetadata.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/AddSummaryRow.php b/core/DataTable/Filter/AddSummaryRow.php
index 810d942668..d9a9966022 100644
--- a/core/DataTable/Filter/AddSummaryRow.php
+++ b/core/DataTable/Filter/AddSummaryRow.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/BeautifyRangeLabels.php b/core/DataTable/Filter/BeautifyRangeLabels.php
index 30c2c2821d..4b8a8a3709 100644
--- a/core/DataTable/Filter/BeautifyRangeLabels.php
+++ b/core/DataTable/Filter/BeautifyRangeLabels.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/BeautifyTimeRangeLabels.php b/core/DataTable/Filter/BeautifyTimeRangeLabels.php
index 803f2c6e23..57d00c6490 100644
--- a/core/DataTable/Filter/BeautifyTimeRangeLabels.php
+++ b/core/DataTable/Filter/BeautifyTimeRangeLabels.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/CalculateEvolutionFilter.php b/core/DataTable/Filter/CalculateEvolutionFilter.php
index e898e17d1a..3393952829 100755
--- a/core/DataTable/Filter/CalculateEvolutionFilter.php
+++ b/core/DataTable/Filter/CalculateEvolutionFilter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: CalculateEvolutionFilter.php$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumn.php b/core/DataTable/Filter/ColumnCallbackAddColumn.php
index 0f39db5484..64882283c5 100755
--- a/core/DataTable/Filter/ColumnCallbackAddColumn.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumn.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: ColumnCallbackAddColumn.php $
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
index 97b1d21aa0..71e1764668 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
index b7e2427c28..83aba2d437 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddMetadata.php b/core/DataTable/Filter/ColumnCallbackAddMetadata.php
index 4a513ee664..df35c0da00 100644
--- a/core/DataTable/Filter/ColumnCallbackAddMetadata.php
+++ b/core/DataTable/Filter/ColumnCallbackAddMetadata.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackDeleteRow.php b/core/DataTable/Filter/ColumnCallbackDeleteRow.php
index 78f3b39312..da5c773184 100644
--- a/core/DataTable/Filter/ColumnCallbackDeleteRow.php
+++ b/core/DataTable/Filter/ColumnCallbackDeleteRow.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackReplace.php b/core/DataTable/Filter/ColumnCallbackReplace.php
index 556d7d55e7..1ab5a4931a 100644
--- a/core/DataTable/Filter/ColumnCallbackReplace.php
+++ b/core/DataTable/Filter/ColumnCallbackReplace.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ColumnDelete.php b/core/DataTable/Filter/ColumnDelete.php
index 67cb544d66..930f9969f8 100644
--- a/core/DataTable/Filter/ColumnDelete.php
+++ b/core/DataTable/Filter/ColumnDelete.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ExcludeLowPopulation.php b/core/DataTable/Filter/ExcludeLowPopulation.php
index 0526e6f753..aa3dc82f14 100644
--- a/core/DataTable/Filter/ExcludeLowPopulation.php
+++ b/core/DataTable/Filter/ExcludeLowPopulation.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/GroupBy.php b/core/DataTable/Filter/GroupBy.php
index 49a5464f93..5c521e7ca2 100755
--- a/core/DataTable/Filter/GroupBy.php
+++ b/core/DataTable/Filter/GroupBy.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: GroupBy.php $
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/Limit.php b/core/DataTable/Filter/Limit.php
index 1590eb5350..8e2e7e3272 100644
--- a/core/DataTable/Filter/Limit.php
+++ b/core/DataTable/Filter/Limit.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/MetadataCallbackAddMetadata.php b/core/DataTable/Filter/MetadataCallbackAddMetadata.php
index 038d060c84..3d70916bfd 100644
--- a/core/DataTable/Filter/MetadataCallbackAddMetadata.php
+++ b/core/DataTable/Filter/MetadataCallbackAddMetadata.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/MetadataCallbackReplace.php b/core/DataTable/Filter/MetadataCallbackReplace.php
index 42a41a9348..9fc49f0403 100644
--- a/core/DataTable/Filter/MetadataCallbackReplace.php
+++ b/core/DataTable/Filter/MetadataCallbackReplace.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/Null.php b/core/DataTable/Filter/Null.php
index d83e677c6e..0d954532e1 100644
--- a/core/DataTable/Filter/Null.php
+++ b/core/DataTable/Filter/Null.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/Pattern.php b/core/DataTable/Filter/Pattern.php
index 9174203a25..92f8b2b3d5 100644
--- a/core/DataTable/Filter/Pattern.php
+++ b/core/DataTable/Filter/Pattern.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/PatternRecursive.php b/core/DataTable/Filter/PatternRecursive.php
index 78dbeb55e4..4d73b4dc75 100644
--- a/core/DataTable/Filter/PatternRecursive.php
+++ b/core/DataTable/Filter/PatternRecursive.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/RangeCheck.php b/core/DataTable/Filter/RangeCheck.php
index 74d5a456c8..105f22f395 100644
--- a/core/DataTable/Filter/RangeCheck.php
+++ b/core/DataTable/Filter/RangeCheck.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: RangeCheck.php 5791 2012-02-09 05:58:45Z matt $
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ReplaceColumnNames.php b/core/DataTable/Filter/ReplaceColumnNames.php
index f20a2bdc8c..a4ff0d9baf 100644
--- a/core/DataTable/Filter/ReplaceColumnNames.php
+++ b/core/DataTable/Filter/ReplaceColumnNames.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/ReplaceSummaryRowLabel.php b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
index a52d23da70..ff70d3c4a9 100644
--- a/core/DataTable/Filter/ReplaceSummaryRowLabel.php
+++ b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/SafeDecodeLabel.php b/core/DataTable/Filter/SafeDecodeLabel.php
index 7b260af224..b72ca2dc4d 100644
--- a/core/DataTable/Filter/SafeDecodeLabel.php
+++ b/core/DataTable/Filter/SafeDecodeLabel.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 8887c5409e..89d5ee9e4c 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Filter/Truncate.php b/core/DataTable/Filter/Truncate.php
index 3fce5d7751..d66bc80405 100644
--- a/core/DataTable/Filter/Truncate.php
+++ b/core/DataTable/Filter/Truncate.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Manager.php b/core/DataTable/Manager.php
index 7a4c905ad3..c7062ebdaa 100644
--- a/core/DataTable/Manager.php
+++ b/core/DataTable/Manager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer.php b/core/DataTable/Renderer.php
index 3196b67740..4598b2959d 100644
--- a/core/DataTable/Renderer.php
+++ b/core/DataTable/Renderer.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Console.php b/core/DataTable/Renderer/Console.php
index aeae7d058b..3dd53c102e 100644
--- a/core/DataTable/Renderer/Console.php
+++ b/core/DataTable/Renderer/Console.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Csv.php b/core/DataTable/Renderer/Csv.php
index bddbb3b884..4032561cb6 100644
--- a/core/DataTable/Renderer/Csv.php
+++ b/core/DataTable/Renderer/Csv.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Html.php b/core/DataTable/Renderer/Html.php
index 5e913e22be..e2ed4a8b82 100644
--- a/core/DataTable/Renderer/Html.php
+++ b/core/DataTable/Renderer/Html.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Json.php b/core/DataTable/Renderer/Json.php
index f026663e50..9aaf45dc4c 100644
--- a/core/DataTable/Renderer/Json.php
+++ b/core/DataTable/Renderer/Json.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Php.php b/core/DataTable/Renderer/Php.php
index fb8133d644..184a7f71ab 100644
--- a/core/DataTable/Renderer/Php.php
+++ b/core/DataTable/Renderer/Php.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Rss.php b/core/DataTable/Renderer/Rss.php
index 85e559ef81..58efa2fa8c 100644
--- a/core/DataTable/Renderer/Rss.php
+++ b/core/DataTable/Renderer/Rss.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Tsv.php b/core/DataTable/Renderer/Tsv.php
index 9a509e6657..db0132913b 100644
--- a/core/DataTable/Renderer/Tsv.php
+++ b/core/DataTable/Renderer/Tsv.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Renderer/Xml.php b/core/DataTable/Renderer/Xml.php
index b2261940d5..ddd1bfa852 100644
--- a/core/DataTable/Renderer/Xml.php
+++ b/core/DataTable/Renderer/Xml.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Row.php b/core/DataTable/Row.php
index 62fcd35786..a0682541c9 100644
--- a/core/DataTable/Row.php
+++ b/core/DataTable/Row.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Row/DataTableSummary.php b/core/DataTable/Row/DataTableSummary.php
index 72d79da752..7a38dc6118 100644
--- a/core/DataTable/Row/DataTableSummary.php
+++ b/core/DataTable/Row/DataTableSummary.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/DataTable/Simple.php b/core/DataTable/Simple.php
index 64fa6f9696..bba122db20 100644
--- a/core/DataTable/Simple.php
+++ b/core/DataTable/Simple.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Date.php b/core/Date.php
index a86aa5652a..dcafb0d993 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter.php b/core/Db/Adapter.php
index cb028ff50b..9e616c52fc 100644
--- a/core/Db/Adapter.php
+++ b/core/Db/Adapter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter/Interface.php b/core/Db/Adapter/Interface.php
index 81535d5bfa..db0762161a 100644
--- a/core/Db/Adapter/Interface.php
+++ b/core/Db/Adapter/Interface.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter/Mysqli.php b/core/Db/Adapter/Mysqli.php
index f666b1269b..db38734f81 100644
--- a/core/Db/Adapter/Mysqli.php
+++ b/core/Db/Adapter/Mysqli.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter/Pdo/Mssql.php b/core/Db/Adapter/Pdo/Mssql.php
index 68b8fb68d9..56fe7691ac 100644
--- a/core/Db/Adapter/Pdo/Mssql.php
+++ b/core/Db/Adapter/Pdo/Mssql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter/Pdo/Mysql.php b/core/Db/Adapter/Pdo/Mysql.php
index 3c3f6c5f0c..d8753016c1 100644
--- a/core/Db/Adapter/Pdo/Mysql.php
+++ b/core/Db/Adapter/Pdo/Mysql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Adapter/Pdo/Pgsql.php b/core/Db/Adapter/Pdo/Pgsql.php
index 66351507c7..035a508892 100644
--- a/core/Db/Adapter/Pdo/Pgsql.php
+++ b/core/Db/Adapter/Pdo/Pgsql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Schema.php b/core/Db/Schema.php
index 5424fbed17..fbce36722d 100644
--- a/core/Db/Schema.php
+++ b/core/Db/Schema.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Schema/Interface.php b/core/Db/Schema/Interface.php
index 7f437822c9..6bada30a70 100644
--- a/core/Db/Schema/Interface.php
+++ b/core/Db/Schema/Interface.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Db/Schema/Myisam.php b/core/Db/Schema/Myisam.php
index c28611d32c..fc06c61ff1 100644
--- a/core/Db/Schema/Myisam.php
+++ b/core/Db/Schema/Myisam.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php
index 02bac5b962..cfb342babb 100644
--- a/core/ErrorHandler.php
+++ b/core/ErrorHandler.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 1c19fe3a79..7bae1057b2 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/FrontController.php b/core/FrontController.php
index 80c2500910..411c13d428 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/HTMLPurifier.php b/core/HTMLPurifier.php
index 17c769e9fc..bbc0f21a14 100644
--- a/core/HTMLPurifier.php
+++ b/core/HTMLPurifier.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Http.php b/core/Http.php
index e5bc60e07b..26f1953815 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/IP.php b/core/IP.php
index 2e6d788a4c..f830301814 100644
--- a/core/IP.php
+++ b/core/IP.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Loader.php b/core/Loader.php
index 8d35af3c5c..e1a07af56c 100644
--- a/core/Loader.php
+++ b/core/Loader.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Log.php b/core/Log.php
index 4a80e6fb6c..871ae9d787 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Log/APICall.php b/core/Log/APICall.php
index 647435fccb..71b1539d42 100644
--- a/core/Log/APICall.php
+++ b/core/Log/APICall.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Log/Error.php b/core/Log/Error.php
index c20dbd72f8..0dd33e413f 100644
--- a/core/Log/Error.php
+++ b/core/Log/Error.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Log/Exception.php b/core/Log/Exception.php
index ffb424e4c9..dffb544925 100644
--- a/core/Log/Exception.php
+++ b/core/Log/Exception.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Log/Message.php b/core/Log/Message.php
index 0830e35c05..42746ebfcc 100644
--- a/core/Log/Message.php
+++ b/core/Log/Message.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Mail.php b/core/Mail.php
index 8c1fa3c2e8..583266e870 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Menu/Abstract.php b/core/Menu/Abstract.php
index 50222d15e7..981f6bd0f2 100644
--- a/core/Menu/Abstract.php
+++ b/core/Menu/Abstract.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Admin.php b/core/Menu/Admin.php
index 6e2dd5b018..9463e2291d 100644
--- a/core/Menu/Admin.php
+++ b/core/Menu/Admin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Main.php b/core/Menu/Main.php
index 3b85b163c2..66eb237c5d 100644
--- a/core/Menu/Main.php
+++ b/core/Menu/Main.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Menu/Top.php b/core/Menu/Top.php
index 3a11942d04..cbb768bb48 100644
--- a/core/Menu/Top.php
+++ b/core/Menu/Top.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_Menu
diff --git a/core/Nonce.php b/core/Nonce.php
index 33d1c24d55..b76cbd16e9 100644
--- a/core/Nonce.php
+++ b/core/Nonce.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Option.php b/core/Option.php
index 85dd07ffee..7fa0b2b42c 100644
--- a/core/Option.php
+++ b/core/Option.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period.php b/core/Period.php
index 7c26e017e3..81ab037539 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period/Day.php b/core/Period/Day.php
index 903221e7e0..b5439d8edb 100644
--- a/core/Period/Day.php
+++ b/core/Period/Day.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period/Month.php b/core/Period/Month.php
index d8f40cd3e1..f7b21cdda8 100644
--- a/core/Period/Month.php
+++ b/core/Period/Month.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period/Range.php b/core/Period/Range.php
index e997e943c1..b77ffec9fa 100644
--- a/core/Period/Range.php
+++ b/core/Period/Range.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period/Week.php b/core/Period/Week.php
index f119cc5f01..f5dd546764 100644
--- a/core/Period/Week.php
+++ b/core/Period/Week.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Period/Year.php b/core/Period/Year.php
index d7b3ca9daf..64c6cc4acb 100644
--- a/core/Period/Year.php
+++ b/core/Period/Year.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Piwik.php b/core/Piwik.php
index 81d6d60da6..28929c9373 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Plugin.php b/core/Plugin.php
index eadd18ecde..793423f26e 100644
--- a/core/Plugin.php
+++ b/core/Plugin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Plugin/Config.php b/core/Plugin/Config.php
index 2c76bd18a5..81df393b60 100644
--- a/core/Plugin/Config.php
+++ b/core/Plugin/Config.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/PluginsFunctions/Sql.php b/core/PluginsFunctions/Sql.php
index f556786cd6..886325f086 100644
--- a/core/PluginsFunctions/Sql.php
+++ b/core/PluginsFunctions/Sql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package PluginsFunctions
diff --git a/core/PluginsFunctions/WidgetsList.php b/core/PluginsFunctions/WidgetsList.php
index 5d0ad77a16..23b5e15e2c 100644
--- a/core/PluginsFunctions/WidgetsList.php
+++ b/core/PluginsFunctions/WidgetsList.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package PluginsFunctions
diff --git a/core/PluginsManager.php b/core/PluginsManager.php
index 538e376cd5..6d60ef2653 100644
--- a/core/PluginsManager.php
+++ b/core/PluginsManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ProxyHeaders.php b/core/ProxyHeaders.php
index 0f56aa9469..14e1a7a0f0 100644
--- a/core/ProxyHeaders.php
+++ b/core/ProxyHeaders.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index 7ca6446c43..63793c235e 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index 91f9a9ae97..2c1fe13c12 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php
index 192a7c8a6d..19640c7507 100644
--- a/core/ReportRenderer.php
+++ b/core/ReportRenderer.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ReportRenderer/Html.php b/core/ReportRenderer/Html.php
index 5b6a2fe597..1bf56eb341 100644
--- a/core/ReportRenderer/Html.php
+++ b/core/ReportRenderer/Html.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_ReportRenderer
diff --git a/core/ReportRenderer/Pdf.php b/core/ReportRenderer/Pdf.php
index f2468745a0..22a8326040 100644
--- a/core/ReportRenderer/Pdf.php
+++ b/core/ReportRenderer/Pdf.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik_ReportRenderer
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index df990a1220..6cb2b7593f 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime.php b/core/ScheduledTime.php
index 1bbf41f78e..44e00c41f1 100644
--- a/core/ScheduledTime.php
+++ b/core/ScheduledTime.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Daily.php b/core/ScheduledTime/Daily.php
index 013f6ffe53..ed228fe8cc 100644
--- a/core/ScheduledTime/Daily.php
+++ b/core/ScheduledTime/Daily.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Hourly.php b/core/ScheduledTime/Hourly.php
index cc7a1eec5c..6c85d15964 100644
--- a/core/ScheduledTime/Hourly.php
+++ b/core/ScheduledTime/Hourly.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Monthly.php b/core/ScheduledTime/Monthly.php
index eca3249abb..c259af0051 100644
--- a/core/ScheduledTime/Monthly.php
+++ b/core/ScheduledTime/Monthly.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ScheduledTime/Weekly.php b/core/ScheduledTime/Weekly.php
index 4426843c0c..fe2f0eee0f 100644
--- a/core/ScheduledTime/Weekly.php
+++ b/core/ScheduledTime/Weekly.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Segment.php b/core/Segment.php
index 37106f4eca..0b349fada7 100644
--- a/core/Segment.php
+++ b/core/Segment.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/SegmentExpression.php b/core/SegmentExpression.php
index abf839dc98..c629dfcf27 100644
--- a/core/SegmentExpression.php
+++ b/core/SegmentExpression.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Session.php b/core/Session.php
index 2fa49685d3..119bbf6397 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Session/Namespace.php b/core/Session/Namespace.php
index c01b976a97..582363de4c 100644
--- a/core/Session/Namespace.php
+++ b/core/Session/Namespace.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Session/SaveHandler/DbTable.php b/core/Session/SaveHandler/DbTable.php
index e3e32ca890..7582d0ef19 100644
--- a/core/Session/SaveHandler/DbTable.php
+++ b/core/Session/SaveHandler/DbTable.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Site.php b/core/Site.php
index 6d0ee436fb..b5ef654117 100644
--- a/core/Site.php
+++ b/core/Site.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Smarty.php b/core/Smarty.php
index a64f65686b..476bfd9201 100644
--- a/core/Smarty.php
+++ b/core/Smarty.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/SmartyPlugins/block.purify.php b/core/SmartyPlugins/block.purify.php
index 967cd60337..8768b5aea8 100644
--- a/core/SmartyPlugins/block.purify.php
+++ b/core/SmartyPlugins/block.purify.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.ajaxErrorDiv.php b/core/SmartyPlugins/function.ajaxErrorDiv.php
index fb04bd2a1e..79521d18af 100644
--- a/core/SmartyPlugins/function.ajaxErrorDiv.php
+++ b/core/SmartyPlugins/function.ajaxErrorDiv.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.ajaxLoadingDiv.php b/core/SmartyPlugins/function.ajaxLoadingDiv.php
index c2810cabfc..776f928c97 100644
--- a/core/SmartyPlugins/function.ajaxLoadingDiv.php
+++ b/core/SmartyPlugins/function.ajaxLoadingDiv.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.ajaxRequestErrorDiv.php b/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
index da298115fa..5636f5c431 100644
--- a/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
+++ b/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.hiddenurl.php b/core/SmartyPlugins/function.hiddenurl.php
index 061d8dc66a..54beff93d3 100644
--- a/core/SmartyPlugins/function.hiddenurl.php
+++ b/core/SmartyPlugins/function.hiddenurl.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.includeAssets.php b/core/SmartyPlugins/function.includeAssets.php
index 828ab6ed8d..4d0169790e 100644
--- a/core/SmartyPlugins/function.includeAssets.php
+++ b/core/SmartyPlugins/function.includeAssets.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.loadJavascriptTranslations.php b/core/SmartyPlugins/function.loadJavascriptTranslations.php
index 8ca1828543..0152e16cf6 100644
--- a/core/SmartyPlugins/function.loadJavascriptTranslations.php
+++ b/core/SmartyPlugins/function.loadJavascriptTranslations.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.logoHtml.php b/core/SmartyPlugins/function.logoHtml.php
index b0c5122313..acff49b34c 100644
--- a/core/SmartyPlugins/function.logoHtml.php
+++ b/core/SmartyPlugins/function.logoHtml.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.postEvent.php b/core/SmartyPlugins/function.postEvent.php
index 8aecd76c4c..ff43fd91fe 100644
--- a/core/SmartyPlugins/function.postEvent.php
+++ b/core/SmartyPlugins/function.postEvent.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.sparkline.php b/core/SmartyPlugins/function.sparkline.php
index d2593a090f..af1cab0914 100644
--- a/core/SmartyPlugins/function.sparkline.php
+++ b/core/SmartyPlugins/function.sparkline.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/function.url.php b/core/SmartyPlugins/function.url.php
index 056f6a3a28..9e20e93d1e 100644
--- a/core/SmartyPlugins/function.url.php
+++ b/core/SmartyPlugins/function.url.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.inlineHelp.php b/core/SmartyPlugins/modifier.inlineHelp.php
index ede3030e00..7cc7531f4a 100644
--- a/core/SmartyPlugins/modifier.inlineHelp.php
+++ b/core/SmartyPlugins/modifier.inlineHelp.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.money.php b/core/SmartyPlugins/modifier.money.php
index cebf7f68aa..7d9eaa7afe 100644
--- a/core/SmartyPlugins/modifier.money.php
+++ b/core/SmartyPlugins/modifier.money.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.stripeol.php b/core/SmartyPlugins/modifier.stripeol.php
index 3d6858e2f5..aa8bdbbce4 100644
--- a/core/SmartyPlugins/modifier.stripeol.php
+++ b/core/SmartyPlugins/modifier.stripeol.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.sumtime.php b/core/SmartyPlugins/modifier.sumtime.php
index f2003cf8c5..cbd50f4618 100644
--- a/core/SmartyPlugins/modifier.sumtime.php
+++ b/core/SmartyPlugins/modifier.sumtime.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.translate.php b/core/SmartyPlugins/modifier.translate.php
index c5c306353e..0b25c714dc 100644
--- a/core/SmartyPlugins/modifier.translate.php
+++ b/core/SmartyPlugins/modifier.translate.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.unescape.php b/core/SmartyPlugins/modifier.unescape.php
index 5ad428e552..860841422d 100644
--- a/core/SmartyPlugins/modifier.unescape.php
+++ b/core/SmartyPlugins/modifier.unescape.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.urlRewriteBasicView.php b/core/SmartyPlugins/modifier.urlRewriteBasicView.php
index bb7ce2fb7d..4de05453e8 100644
--- a/core/SmartyPlugins/modifier.urlRewriteBasicView.php
+++ b/core/SmartyPlugins/modifier.urlRewriteBasicView.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
index d879f12e91..69d8d37484 100644
--- a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
+++ b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/outputfilter.ajaxcdn.php b/core/SmartyPlugins/outputfilter.ajaxcdn.php
index 58bcdcd932..4c129cb72b 100644
--- a/core/SmartyPlugins/outputfilter.ajaxcdn.php
+++ b/core/SmartyPlugins/outputfilter.ajaxcdn.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/SmartyPlugins/outputfilter.cachebuster.php b/core/SmartyPlugins/outputfilter.cachebuster.php
index 4db60d4bb8..4431ac6230 100644
--- a/core/SmartyPlugins/outputfilter.cachebuster.php
+++ b/core/SmartyPlugins/outputfilter.cachebuster.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/TCPDF.php b/core/TCPDF.php
index c120b1ef24..77b5a792b4 100644
--- a/core/TCPDF.php
+++ b/core/TCPDF.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/TablePartitioning.php b/core/TablePartitioning.php
index 84e7761bbf..0f4df6b777 100644
--- a/core/TablePartitioning.php
+++ b/core/TablePartitioning.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/TaskScheduler.php b/core/TaskScheduler.php
index 9287b2a907..a2f8810930 100644
--- a/core/TaskScheduler.php
+++ b/core/TaskScheduler.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Timer.php b/core/Timer.php
index fdb682ed63..7e59cc674f 100644
--- a/core/Timer.php
+++ b/core/Timer.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker.php b/core/Tracker.php
index 36a058b78f..a968c1876b 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Action.php b/core/Tracker/Action.php
index 67a4329578..277acf5642 100644
--- a/core/Tracker/Action.php
+++ b/core/Tracker/Action.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Config.php b/core/Tracker/Config.php
index 35117961d8..71deb28ef8 100644
--- a/core/Tracker/Config.php
+++ b/core/Tracker/Config.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php
index 1c49fed5d1..b00ce82585 100644
--- a/core/Tracker/Db.php
+++ b/core/Tracker/Db.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Db/Exception.php b/core/Tracker/Db/Exception.php
index 824d45fe1b..7b04400d6f 100644
--- a/core/Tracker/Db/Exception.php
+++ b/core/Tracker/Db/Exception.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Db/Mysqli.php b/core/Tracker/Db/Mysqli.php
index 7696ff55c9..e9d4414253 100644
--- a/core/Tracker/Db/Mysqli.php
+++ b/core/Tracker/Db/Mysqli.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Db/Pdo/Mysql.php b/core/Tracker/Db/Pdo/Mysql.php
index 81670e956f..82a390ec28 100644
--- a/core/Tracker/Db/Pdo/Mysql.php
+++ b/core/Tracker/Db/Pdo/Mysql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Db/Pdo/Pgsql.php b/core/Tracker/Db/Pdo/Pgsql.php
index e5146cb660..22a020c359 100644
--- a/core/Tracker/Db/Pdo/Pgsql.php
+++ b/core/Tracker/Db/Pdo/Pgsql.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php
index b577dd34a5..b6ea4e38c9 100644
--- a/core/Tracker/GoalManager.php
+++ b/core/Tracker/GoalManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/IgnoreCookie.php b/core/Tracker/IgnoreCookie.php
index cef49065a3..510e21a042 100644
--- a/core/Tracker/IgnoreCookie.php
+++ b/core/Tracker/IgnoreCookie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index d4391e5550..c2a408cbc0 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Translate.php b/core/Translate.php
index 5ad53349be..693c4cc916 100644
--- a/core/Translate.php
+++ b/core/Translate.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/TranslationWriter.php b/core/TranslationWriter.php
index 7d5008a63d..911044a96f 100644
--- a/core/TranslationWriter.php
+++ b/core/TranslationWriter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip.php b/core/Unzip.php
index 612b321f1d..5b21542519 100644
--- a/core/Unzip.php
+++ b/core/Unzip.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip/Gzip.php b/core/Unzip/Gzip.php
index 9d61c7658c..71badb87b4 100755
--- a/core/Unzip/Gzip.php
+++ b/core/Unzip/Gzip.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip/Interface.php b/core/Unzip/Interface.php
index b9db2a5719..4935789f02 100644
--- a/core/Unzip/Interface.php
+++ b/core/Unzip/Interface.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip/PclZip.php b/core/Unzip/PclZip.php
index e0b3f6be2b..1bcb83c29d 100644
--- a/core/Unzip/PclZip.php
+++ b/core/Unzip/PclZip.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip/Tar.php b/core/Unzip/Tar.php
index 77f90bf073..e565b12482 100755
--- a/core/Unzip/Tar.php
+++ b/core/Unzip/Tar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Unzip/ZipArchive.php b/core/Unzip/ZipArchive.php
index bbf17ad692..eb25a79cd4 100644
--- a/core/Unzip/ZipArchive.php
+++ b/core/Unzip/ZipArchive.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/UpdateCheck.php b/core/UpdateCheck.php
index 7ed534068b..2597ea2956 100644
--- a/core/UpdateCheck.php
+++ b/core/UpdateCheck.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Updater.php b/core/Updater.php
index dfda38878a..47dec55198 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Updates.php b/core/Updates.php
index 3d818bb16f..386f0abc89 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Updates/0.2.10.php b/core/Updates/0.2.10.php
index f455119dff..a411c2ad4e 100644
--- a/core/Updates/0.2.10.php
+++ b/core/Updates/0.2.10.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.12.php b/core/Updates/0.2.12.php
index 3e19e49110..c4cc194449 100644
--- a/core/Updates/0.2.12.php
+++ b/core/Updates/0.2.12.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.13.php b/core/Updates/0.2.13.php
index 3be020c7ee..a6b4293344 100644
--- a/core/Updates/0.2.13.php
+++ b/core/Updates/0.2.13.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.24.php b/core/Updates/0.2.24.php
index 9e664df0d7..c6dbfdcb7a 100644
--- a/core/Updates/0.2.24.php
+++ b/core/Updates/0.2.24.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.27.php b/core/Updates/0.2.27.php
index cdff171744..766cde3014 100644
--- a/core/Updates/0.2.27.php
+++ b/core/Updates/0.2.27.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.32.php b/core/Updates/0.2.32.php
index 64d6bcf05a..d471b336e3 100644
--- a/core/Updates/0.2.32.php
+++ b/core/Updates/0.2.32.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.33.php b/core/Updates/0.2.33.php
index fe192b225d..1b0f798957 100644
--- a/core/Updates/0.2.33.php
+++ b/core/Updates/0.2.33.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.34.php b/core/Updates/0.2.34.php
index a6816438a3..2acd85ba80 100644
--- a/core/Updates/0.2.34.php
+++ b/core/Updates/0.2.34.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.35.php b/core/Updates/0.2.35.php
index d164a00a6b..442ef141f9 100644
--- a/core/Updates/0.2.35.php
+++ b/core/Updates/0.2.35.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.2.37.php b/core/Updates/0.2.37.php
index 0be00663c4..eab56fb2bf 100644
--- a/core/Updates/0.2.37.php
+++ b/core/Updates/0.2.37.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.4.1.php b/core/Updates/0.4.1.php
index 17b63c879b..64f7694d27 100644
--- a/core/Updates/0.4.1.php
+++ b/core/Updates/0.4.1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.4.2.php b/core/Updates/0.4.2.php
index dbe0c9108f..7ca2c5720f 100644
--- a/core/Updates/0.4.2.php
+++ b/core/Updates/0.4.2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.4.4.php b/core/Updates/0.4.4.php
index 7041481b24..d21fccefa7 100644
--- a/core/Updates/0.4.4.php
+++ b/core/Updates/0.4.4.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.4.php b/core/Updates/0.4.php
index 5c4ed6343c..ce8ecd6643 100644
--- a/core/Updates/0.4.php
+++ b/core/Updates/0.4.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.5.4.php b/core/Updates/0.5.4.php
index 9fadcec88d..de9286472e 100644
--- a/core/Updates/0.5.4.php
+++ b/core/Updates/0.5.4.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.5.5.php b/core/Updates/0.5.5.php
index 143dae57ad..d0d4225ae5 100644
--- a/core/Updates/0.5.5.php
+++ b/core/Updates/0.5.5.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.5.php b/core/Updates/0.5.php
index 6d743ca46c..1040b22729 100644
--- a/core/Updates/0.5.php
+++ b/core/Updates/0.5.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.6-rc1.php b/core/Updates/0.6-rc1.php
index 309c334eab..23e896ccb5 100644
--- a/core/Updates/0.6-rc1.php
+++ b/core/Updates/0.6-rc1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.6.2.php b/core/Updates/0.6.2.php
index 3edd5c961b..1ea94d6197 100644
--- a/core/Updates/0.6.2.php
+++ b/core/Updates/0.6.2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.6.3.php b/core/Updates/0.6.3.php
index f88e1be185..d59e2d8c82 100644
--- a/core/Updates/0.6.3.php
+++ b/core/Updates/0.6.3.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.7.php b/core/Updates/0.7.php
index b7d82ff70a..8f68edba23 100644
--- a/core/Updates/0.7.php
+++ b/core/Updates/0.7.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/0.9.1.php b/core/Updates/0.9.1.php
index 7a0b8dc7e7..2ad423b8d3 100644
--- a/core/Updates/0.9.1.php
+++ b/core/Updates/0.9.1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.1.php b/core/Updates/1.1.php
index a2cc94ec12..d5ad681e1a 100644
--- a/core/Updates/1.1.php
+++ b/core/Updates/1.1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.10-b4.php b/core/Updates/1.10-b4.php
index 50c692ac67..eed44302d2 100755
--- a/core/Updates/1.10-b4.php
+++ b/core/Updates/1.10-b4.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.10.1.php b/core/Updates/1.10.1.php
index 73a846d176..ee416d0edd 100755
--- a/core/Updates/1.10.1.php
+++ b/core/Updates/1.10.1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.10.2-b1.php b/core/Updates/1.10.2-b1.php
index 80942b82fb..c4482e383e 100755
--- a/core/Updates/1.10.2-b1.php
+++ b/core/Updates/1.10.2-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.2-rc1.php b/core/Updates/1.2-rc1.php
index 65fbf92947..a6c8d15eeb 100644
--- a/core/Updates/1.2-rc1.php
+++ b/core/Updates/1.2-rc1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.2-rc2.php b/core/Updates/1.2-rc2.php
index d49448ae06..352a9ba174 100644
--- a/core/Updates/1.2-rc2.php
+++ b/core/Updates/1.2-rc2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.2.3.php b/core/Updates/1.2.3.php
index 6282030e04..b2b73ed9c1 100644
--- a/core/Updates/1.2.3.php
+++ b/core/Updates/1.2.3.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.2.5-rc1.php b/core/Updates/1.2.5-rc1.php
index df19c518da..f666c5bff3 100644
--- a/core/Updates/1.2.5-rc1.php
+++ b/core/Updates/1.2.5-rc1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.2.5-rc7.php b/core/Updates/1.2.5-rc7.php
index cee6496307..c79e7f44ee 100644
--- a/core/Updates/1.2.5-rc7.php
+++ b/core/Updates/1.2.5-rc7.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.4-rc1.php b/core/Updates/1.4-rc1.php
index 02150491ae..b293d7e425 100644
--- a/core/Updates/1.4-rc1.php
+++ b/core/Updates/1.4-rc1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.4-rc2.php b/core/Updates/1.4-rc2.php
index d8a6e58479..f91541b42a 100644
--- a/core/Updates/1.4-rc2.php
+++ b/core/Updates/1.4-rc2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-b1.php b/core/Updates/1.5-b1.php
index d93d4a7751..3290d4fa38 100644
--- a/core/Updates/1.5-b1.php
+++ b/core/Updates/1.5-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-b2.php b/core/Updates/1.5-b2.php
index 0b9d8e0ad6..10524c7dd4 100644
--- a/core/Updates/1.5-b2.php
+++ b/core/Updates/1.5-b2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-b3.php b/core/Updates/1.5-b3.php
index 695efb8660..470b4806c9 100644
--- a/core/Updates/1.5-b3.php
+++ b/core/Updates/1.5-b3.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-b4.php b/core/Updates/1.5-b4.php
index f6cb4b0bab..ff889ea278 100644
--- a/core/Updates/1.5-b4.php
+++ b/core/Updates/1.5-b4.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-b5.php b/core/Updates/1.5-b5.php
index f2b1f077d1..65e95ca70f 100644
--- a/core/Updates/1.5-b5.php
+++ b/core/Updates/1.5-b5.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.5-rc6.php b/core/Updates/1.5-rc6.php
index ef6586eb54..f7bd1136db 100644
--- a/core/Updates/1.5-rc6.php
+++ b/core/Updates/1.5-rc6.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.6-b1.php b/core/Updates/1.6-b1.php
index 8e3bb0b6e3..edaadabfa3 100644
--- a/core/Updates/1.6-b1.php
+++ b/core/Updates/1.6-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.6-rc1.php b/core/Updates/1.6-rc1.php
index 25284954aa..4671d88d5f 100644
--- a/core/Updates/1.6-rc1.php
+++ b/core/Updates/1.6-rc1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.7-b1.php b/core/Updates/1.7-b1.php
index 6685a8494e..cb5bb46432 100644
--- a/core/Updates/1.7-b1.php
+++ b/core/Updates/1.7-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.7.2-rc5.php b/core/Updates/1.7.2-rc5.php
index fae6cdee85..f6f400a3cf 100644
--- a/core/Updates/1.7.2-rc5.php
+++ b/core/Updates/1.7.2-rc5.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.7.2-rc7.php b/core/Updates/1.7.2-rc7.php
index 6460c32002..3e93192936 100755
--- a/core/Updates/1.7.2-rc7.php
+++ b/core/Updates/1.7.2-rc7.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.8.3-b1.php b/core/Updates/1.8.3-b1.php
index 0d899ba3d0..2f8c1c4860 100644
--- a/core/Updates/1.8.3-b1.php
+++ b/core/Updates/1.8.3-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik‚
* @package Updates
diff --git a/core/Updates/1.8.4-b1.php b/core/Updates/1.8.4-b1.php
index 4b8afa0cc3..2ae6698f78 100644
--- a/core/Updates/1.8.4-b1.php
+++ b/core/Updates/1.8.4-b1.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9-b16.php b/core/Updates/1.9-b16.php
index 54f4ea5517..ccac385e9e 100755
--- a/core/Updates/1.9-b16.php
+++ b/core/Updates/1.9-b16.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9-b19.php b/core/Updates/1.9-b19.php
index 2a0ed36877..9701a9cbbf 100755
--- a/core/Updates/1.9-b19.php
+++ b/core/Updates/1.9-b19.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9-b9.php b/core/Updates/1.9-b9.php
index ae91821577..53e45e276a 100755
--- a/core/Updates/1.9-b9.php
+++ b/core/Updates/1.9-b9.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9.1-b2.php b/core/Updates/1.9.1-b2.php
index a4b22e08a9..219f5cd357 100644
--- a/core/Updates/1.9.1-b2.php
+++ b/core/Updates/1.9.1-b2.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9.3-b10.php b/core/Updates/1.9.3-b10.php
index fc60dc32f3..974c359872 100755
--- a/core/Updates/1.9.3-b10.php
+++ b/core/Updates/1.9.3-b10.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9.3-b3.php b/core/Updates/1.9.3-b3.php
index d120240e06..2c4819b7a7 100644
--- a/core/Updates/1.9.3-b3.php
+++ b/core/Updates/1.9.3-b3.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Updates/1.9.3-b8.php b/core/Updates/1.9.3-b8.php
index c45ec4d9f8..fe223daf3d 100755
--- a/core/Updates/1.9.3-b8.php
+++ b/core/Updates/1.9.3-b8.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Updates
diff --git a/core/Url.php b/core/Url.php
index eaa6997850..94f737977b 100644
--- a/core/Url.php
+++ b/core/Url.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Version.php b/core/Version.php
index aefab72373..c8bc2f19b5 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/View.php b/core/View.php
index dbace861e3..356e30448e 100644
--- a/core/View.php
+++ b/core/View.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/View/Interface.php b/core/View/Interface.php
index 9ac2daca11..c1861a1216 100644
--- a/core/View/Interface.php
+++ b/core/View/Interface.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index 053bb9b199..5ed1111718 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index 014b8f39ad..34f258b841 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 6f4de668ca..27d1bdba25 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/Cloud.php b/core/ViewDataTable/Cloud.php
index 64e55174ad..ec83741dc8 100644
--- a/core/ViewDataTable/Cloud.php
+++ b/core/ViewDataTable/Cloud.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphData.php b/core/ViewDataTable/GenerateGraphData.php
index 8121d0c6e7..1faa27ce26 100644
--- a/core/ViewDataTable/GenerateGraphData.php
+++ b/core/ViewDataTable/GenerateGraphData.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartEvolution.php b/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
index bbc74cfb85..77cc38a4ef 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartPie.php b/core/ViewDataTable/GenerateGraphData/ChartPie.php
index 9c483342bc..91661ef485 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartPie.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartPie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php b/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
index c9b84a6013..4188a39091 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML.php b/core/ViewDataTable/GenerateGraphHTML.php
index 8b4e6039fa..ce3cd191bf 100644
--- a/core/ViewDataTable/GenerateGraphHTML.php
+++ b/core/ViewDataTable/GenerateGraphHTML.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
index f4a7ac61b0..26cad88ea0 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartPie.php b/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
index 7533b929e0..7a847050c4 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php b/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
index f6ca7bda7d..fd629d238d 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/HtmlTable.php b/core/ViewDataTable/HtmlTable.php
index 4184a8787c..962d2dec07 100644
--- a/core/ViewDataTable/HtmlTable.php
+++ b/core/ViewDataTable/HtmlTable.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/HtmlTable/AllColumns.php b/core/ViewDataTable/HtmlTable/AllColumns.php
index 6f465c8aac..10802b052a 100644
--- a/core/ViewDataTable/HtmlTable/AllColumns.php
+++ b/core/ViewDataTable/HtmlTable/AllColumns.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/HtmlTable/Goals.php b/core/ViewDataTable/HtmlTable/Goals.php
index be8d6d86fa..1fce3b19a8 100644
--- a/core/ViewDataTable/HtmlTable/Goals.php
+++ b/core/ViewDataTable/HtmlTable/Goals.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/ViewDataTable/Sparkline.php b/core/ViewDataTable/Sparkline.php
index 4cb60080c1..842227d395 100644
--- a/core/ViewDataTable/Sparkline.php
+++ b/core/ViewDataTable/Sparkline.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Chart.php b/core/Visualization/Chart.php
index 6be891c300..d3931133e3 100644
--- a/core/Visualization/Chart.php
+++ b/core/Visualization/Chart.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Chart/Evolution.php b/core/Visualization/Chart/Evolution.php
index 15c766a61b..f7dad557a1 100644
--- a/core/Visualization/Chart/Evolution.php
+++ b/core/Visualization/Chart/Evolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Chart/Pie.php b/core/Visualization/Chart/Pie.php
index d6fd6ff8ef..00985db7c1 100644
--- a/core/Visualization/Chart/Pie.php
+++ b/core/Visualization/Chart/Pie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Chart/VerticalBar.php b/core/Visualization/Chart/VerticalBar.php
index 7e6d397f23..7259683ad5 100644
--- a/core/Visualization/Chart/VerticalBar.php
+++ b/core/Visualization/Chart/VerticalBar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Cloud.php b/core/Visualization/Cloud.php
index 14cb7df7af..ba3a3ebabd 100644
--- a/core/Visualization/Cloud.php
+++ b/core/Visualization/Cloud.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/Visualization/Sparkline.php b/core/Visualization/Sparkline.php
index 4e61df0fc7..33a2d2b165 100644
--- a/core/Visualization/Sparkline.php
+++ b/core/Visualization/Sparkline.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index e1a22056da..655457801b 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik
* @package Piwik
diff --git a/index.php b/index.php
index e3611e7ce7..ce36320bae 100644
--- a/index.php
+++ b/index.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @package Piwik
*/
diff --git a/js/index.php b/js/index.php
index dd1b66d6ba..de634c439b 100644
--- a/js/index.php
+++ b/js/index.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/piwik.php b/piwik.php
index 4ca6c1e3c8..705bda5b9e 100644
--- a/piwik.php
+++ b/piwik.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @package Piwik
*/
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 3747ba94f7..d6e5c422a7 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -5,7 +5,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_API
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index 163003fa65..134b055715 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_API
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index 90bbbb456e..b102837908 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Actions
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index a875edf116..43a567248b 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Actions
diff --git a/plugins/Actions/Archiving.php b/plugins/Actions/Archiving.php
index 0a89d5b26e..924c1426f2 100644
--- a/plugins/Actions/Archiving.php
+++ b/plugins/Actions/Archiving.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: Actions.php 6986 2012-09-15 03:42:26Z capedfuzz $
*
* @category Piwik_Plugins
* @package Piwik_Actions
diff --git a/plugins/Actions/ArchivingHelper.php b/plugins/Actions/ArchivingHelper.php
index a8c580a4f4..8ab8c50250 100644
--- a/plugins/Actions/ArchivingHelper.php
+++ b/plugins/Actions/ArchivingHelper.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: Actions.php 6986 2012-09-15 03:42:26Z capedfuzz $
*
* @category Piwik_Plugins
* @package Piwik_Actions
diff --git a/plugins/Actions/Controller.php b/plugins/Actions/Controller.php
index 0493c4ac55..f3b26990e4 100644
--- a/plugins/Actions/Controller.php
+++ b/plugins/Actions/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Actions
diff --git a/plugins/Annotations/API.php b/plugins/Annotations/API.php
index 6955f554f9..e03f5f5dba 100755
--- a/plugins/Annotations/API.php
+++ b/plugins/Annotations/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Annotations
diff --git a/plugins/Annotations/AnnotationList.php b/plugins/Annotations/AnnotationList.php
index 3acbbed7aa..47d897f2dc 100755
--- a/plugins/Annotations/AnnotationList.php
+++ b/plugins/Annotations/AnnotationList.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Annotations
diff --git a/plugins/Annotations/Annotations.php b/plugins/Annotations/Annotations.php
index ed339812e6..1b0503862a 100755
--- a/plugins/Annotations/Annotations.php
+++ b/plugins/Annotations/Annotations.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Annotations
diff --git a/plugins/Annotations/Controller.php b/plugins/Annotations/Controller.php
index 61eb4aea4d..0a235a2200 100755
--- a/plugins/Annotations/Controller.php
+++ b/plugins/Annotations/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Annotations
diff --git a/plugins/AnonymizeIP/AnonymizeIP.php b/plugins/AnonymizeIP/AnonymizeIP.php
index b5de767947..ebb0c29180 100644
--- a/plugins/AnonymizeIP/AnonymizeIP.php
+++ b/plugins/AnonymizeIP/AnonymizeIP.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_AnonymizeIP
diff --git a/plugins/CoreAdminHome/API.php b/plugins/CoreAdminHome/API.php
index 365fd20d3a..ed2f170678 100644
--- a/plugins/CoreAdminHome/API.php
+++ b/plugins/CoreAdminHome/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreAdminHome
diff --git a/plugins/CoreAdminHome/Controller.php b/plugins/CoreAdminHome/Controller.php
index 3c80af84f1..7f8e102fe6 100644
--- a/plugins/CoreAdminHome/Controller.php
+++ b/plugins/CoreAdminHome/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreAdminHome
diff --git a/plugins/CoreAdminHome/CoreAdminHome.php b/plugins/CoreAdminHome/CoreAdminHome.php
index 3f69514740..b782ce28ed 100644
--- a/plugins/CoreAdminHome/CoreAdminHome.php
+++ b/plugins/CoreAdminHome/CoreAdminHome.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreAdminHome
diff --git a/plugins/CoreHome/Controller.php b/plugins/CoreHome/Controller.php
index 5e5c0ec4c6..c945fa2fd4 100644
--- a/plugins/CoreHome/Controller.php
+++ b/plugins/CoreHome/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreHome
diff --git a/plugins/CoreHome/CoreHome.php b/plugins/CoreHome/CoreHome.php
index b5fbdb8f0f..1964ab63be 100644
--- a/plugins/CoreHome/CoreHome.php
+++ b/plugins/CoreHome/CoreHome.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreHome
diff --git a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
index 12cc6a7d8c..659030a67e 100644
--- a/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreHome
diff --git a/plugins/CoreHome/DataTableRowAction/RowEvolution.php b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
index aeff341877..b545f479aa 100644
--- a/plugins/CoreHome/DataTableRowAction/RowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreHome
diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php
index dca5c71c2c..38c8070da5 100644
--- a/plugins/CorePluginsAdmin/Controller.php
+++ b/plugins/CorePluginsAdmin/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CorePluginsAdmin
diff --git a/plugins/CorePluginsAdmin/CorePluginsAdmin.php b/plugins/CorePluginsAdmin/CorePluginsAdmin.php
index 7de1c3f269..1630e59bf6 100644
--- a/plugins/CorePluginsAdmin/CorePluginsAdmin.php
+++ b/plugins/CorePluginsAdmin/CorePluginsAdmin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CorePluginsAdmin
diff --git a/plugins/CoreUpdater/Controller.php b/plugins/CoreUpdater/Controller.php
index 567198bcca..97429bc697 100644
--- a/plugins/CoreUpdater/Controller.php
+++ b/plugins/CoreUpdater/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreUpdater
diff --git a/plugins/CoreUpdater/CoreUpdater.php b/plugins/CoreUpdater/CoreUpdater.php
index e8ef976d23..60168b83e7 100644
--- a/plugins/CoreUpdater/CoreUpdater.php
+++ b/plugins/CoreUpdater/CoreUpdater.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CoreUpdater
diff --git a/plugins/CustomVariables/API.php b/plugins/CustomVariables/API.php
index 82f63d3d2c..1a340e4964 100644
--- a/plugins/CustomVariables/API.php
+++ b/plugins/CustomVariables/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CustomVariables
diff --git a/plugins/CustomVariables/Controller.php b/plugins/CustomVariables/Controller.php
index cfe5052cd9..eca9bc2b62 100644
--- a/plugins/CustomVariables/Controller.php
+++ b/plugins/CustomVariables/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CustomVariables
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index 5ef7156d9b..08efe2c228 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_CustomVariables
diff --git a/plugins/DBStats/API.php b/plugins/DBStats/API.php
index 9300ead118..b72d0a2e49 100644
--- a/plugins/DBStats/API.php
+++ b/plugins/DBStats/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php
index 5beb3f3c36..06bae7232b 100644
--- a/plugins/DBStats/Controller.php
+++ b/plugins/DBStats/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 85121c1746..01a745c3ef 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/DBStats/MySQLMetadataProvider.php b/plugins/DBStats/MySQLMetadataProvider.php
index 282817ebfd..ccb3ae2431 100755
--- a/plugins/DBStats/MySQLMetadataProvider.php
+++ b/plugins/DBStats/MySQLMetadataProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: MySQLMetadataProvider.php $
*
* @category Piwik_Plugins
* @package Piwik_DBStats
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index 01439f5349..cbecaffb21 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
* @category Piwik_Plugins
* @package Piwik_Dashboard
*/
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index e344775a4f..10afa65382 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Dashboard
diff --git a/plugins/DoNotTrack/DoNotTrack.php b/plugins/DoNotTrack/DoNotTrack.php
index dc018635b2..7d0ed8b83a 100644
--- a/plugins/DoNotTrack/DoNotTrack.php
+++ b/plugins/DoNotTrack/DoNotTrack.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_DoNotTrack
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 9310f749f3..7f9e2c86e2 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleAPI
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index f7b581df92..4e251121b1 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleAPI
diff --git a/plugins/ExamplePlugin/Controller.php b/plugins/ExamplePlugin/Controller.php
index 6082a2ef78..e3e56cae3b 100644
--- a/plugins/ExamplePlugin/Controller.php
+++ b/plugins/ExamplePlugin/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExamplePlugin
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index c453a2bc0a..24eab7a811 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExamplePlugin
diff --git a/plugins/ExamplePlugin/lang/en.php b/plugins/ExamplePlugin/lang/en.php
index c9f885e5ea..ce951d54de 100644
--- a/plugins/ExamplePlugin/lang/en.php
+++ b/plugins/ExamplePlugin/lang/en.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExamplePlugin
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index b8d750fb04..21750a132b 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleRssWidget
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 190b2371fe..c88be1d598 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleUI
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index f7a06f143c..c57bbeb19e 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleUI
diff --git a/plugins/ExampleUI/ExampleUI.php b/plugins/ExampleUI/ExampleUI.php
index 7a176badd0..0937269bb3 100644
--- a/plugins/ExampleUI/ExampleUI.php
+++ b/plugins/ExampleUI/ExampleUI.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ExampleUI
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index 9c5ef12369..9eae844333 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Feedback
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index b83659bb15..1e0098b6f1 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Feedback
diff --git a/plugins/Goals/API.php b/plugins/Goals/API.php
index c4609c701c..563b26aca4 100644
--- a/plugins/Goals/API.php
+++ b/plugins/Goals/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Goals
diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php
index 880fdab903..5884f73b02 100644
--- a/plugins/Goals/Controller.php
+++ b/plugins/Goals/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Goals
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index dbd7f6f68e..ee4af3a197 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Goals
diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php
index 6339605059..3365f3aec2 100644
--- a/plugins/ImageGraph/API.php
+++ b/plugins/ImageGraph/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph
diff --git a/plugins/ImageGraph/Controller.php b/plugins/ImageGraph/Controller.php
index f4abb3de1b..91689fa3ed 100644
--- a/plugins/ImageGraph/Controller.php
+++ b/plugins/ImageGraph/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph
diff --git a/plugins/ImageGraph/ImageGraph.php b/plugins/ImageGraph/ImageGraph.php
index db0e79e8ca..1494dc79e6 100644
--- a/plugins/ImageGraph/ImageGraph.php
+++ b/plugins/ImageGraph/ImageGraph.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph
diff --git a/plugins/ImageGraph/StaticGraph.php b/plugins/ImageGraph/StaticGraph.php
index 8568a14f3a..afb8993db8 100644
--- a/plugins/ImageGraph/StaticGraph.php
+++ b/plugins/ImageGraph/StaticGraph.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph
diff --git a/plugins/ImageGraph/StaticGraph/3DPie.php b/plugins/ImageGraph/StaticGraph/3DPie.php
index c2cc02686a..966800b454 100644
--- a/plugins/ImageGraph/StaticGraph/3DPie.php
+++ b/plugins/ImageGraph/StaticGraph/3DPie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/Evolution.php b/plugins/ImageGraph/StaticGraph/Evolution.php
index 2d8d95bfcb..69f87ea2f3 100644
--- a/plugins/ImageGraph/StaticGraph/Evolution.php
+++ b/plugins/ImageGraph/StaticGraph/Evolution.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/Exception.php b/plugins/ImageGraph/StaticGraph/Exception.php
index 9585eb59bc..9d93c84dc2 100644
--- a/plugins/ImageGraph/StaticGraph/Exception.php
+++ b/plugins/ImageGraph/StaticGraph/Exception.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/GridGraph.php b/plugins/ImageGraph/StaticGraph/GridGraph.php
index 739468af31..8e150054c5 100644
--- a/plugins/ImageGraph/StaticGraph/GridGraph.php
+++ b/plugins/ImageGraph/StaticGraph/GridGraph.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/HorizontalBar.php b/plugins/ImageGraph/StaticGraph/HorizontalBar.php
index 49004444b9..e531239522 100644
--- a/plugins/ImageGraph/StaticGraph/HorizontalBar.php
+++ b/plugins/ImageGraph/StaticGraph/HorizontalBar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/Pie.php b/plugins/ImageGraph/StaticGraph/Pie.php
index b300dde7a2..5c01745edd 100644
--- a/plugins/ImageGraph/StaticGraph/Pie.php
+++ b/plugins/ImageGraph/StaticGraph/Pie.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/PieGraph.php b/plugins/ImageGraph/StaticGraph/PieGraph.php
index 5324d6a868..383f605432 100644
--- a/plugins/ImageGraph/StaticGraph/PieGraph.php
+++ b/plugins/ImageGraph/StaticGraph/PieGraph.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/ImageGraph/StaticGraph/VerticalBar.php b/plugins/ImageGraph/StaticGraph/VerticalBar.php
index fb2954bda5..cac1b219c6 100644
--- a/plugins/ImageGraph/StaticGraph/VerticalBar.php
+++ b/plugins/ImageGraph/StaticGraph/VerticalBar.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_ImageGraph_StaticGraph
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index b55fcd4bfe..1cdc760c73 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
index 6ca0ff56bb..866025be67 100644
--- a/plugins/Installation/FormDatabaseSetup.php
+++ b/plugins/Installation/FormDatabaseSetup.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/Installation/FormFirstWebsiteSetup.php b/plugins/Installation/FormFirstWebsiteSetup.php
index 81486a6937..8629d12021 100644
--- a/plugins/Installation/FormFirstWebsiteSetup.php
+++ b/plugins/Installation/FormFirstWebsiteSetup.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/Installation/FormGeneralSetup.php b/plugins/Installation/FormGeneralSetup.php
index 49704318af..8d1f23a5c1 100644
--- a/plugins/Installation/FormGeneralSetup.php
+++ b/plugins/Installation/FormGeneralSetup.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index efedc7634f..793ae38210 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/Installation/View.php b/plugins/Installation/View.php
index 58eec48f17..c55fcb4ac2 100644
--- a/plugins/Installation/View.php
+++ b/plugins/Installation/View.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Installation
diff --git a/plugins/LanguagesManager/API.php b/plugins/LanguagesManager/API.php
index 26990c72cf..f8e7a4effb 100644
--- a/plugins/LanguagesManager/API.php
+++ b/plugins/LanguagesManager/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_LanguagesManager
diff --git a/plugins/LanguagesManager/Controller.php b/plugins/LanguagesManager/Controller.php
index ebc69c9b40..878393f58d 100644
--- a/plugins/LanguagesManager/Controller.php
+++ b/plugins/LanguagesManager/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_LanguagesManager
diff --git a/plugins/LanguagesManager/LanguagesManager.php b/plugins/LanguagesManager/LanguagesManager.php
index 32e3b358fd..d6162ecf01 100644
--- a/plugins/LanguagesManager/LanguagesManager.php
+++ b/plugins/LanguagesManager/LanguagesManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_LanguagesManager
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index 4fe7ba2b9a..2d9f42102a 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Live
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index e293177027..6fdc9fa9e4 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Live
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index 31e975268b..2d02a100c0 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Live
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index 7093182850..599dcdae6b 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Live
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index af5bd063ee..c8c58e7aaf 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Login
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index c794231552..9084d4e3bf 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Login
diff --git a/plugins/Login/FormLogin.php b/plugins/Login/FormLogin.php
index 334998b98c..5a74477772 100644
--- a/plugins/Login/FormLogin.php
+++ b/plugins/Login/FormLogin.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Login
diff --git a/plugins/Login/FormResetPassword.php b/plugins/Login/FormResetPassword.php
index fb050ba274..88791060d4 100644
--- a/plugins/Login/FormResetPassword.php
+++ b/plugins/Login/FormResetPassword.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Login
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 66b6ef48bd..cb1ce109cd 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Login
diff --git a/plugins/MobileMessaging/API.php b/plugins/MobileMessaging/API.php
index e79184dc08..df212a662f 100644
--- a/plugins/MobileMessaging/API.php
+++ b/plugins/MobileMessaging/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/APIException.php b/plugins/MobileMessaging/APIException.php
index c8846dcb35..d48bb0520a 100644
--- a/plugins/MobileMessaging/APIException.php
+++ b/plugins/MobileMessaging/APIException.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/Controller.php b/plugins/MobileMessaging/Controller.php
index bce29ce90b..11efa0817c 100644
--- a/plugins/MobileMessaging/Controller.php
+++ b/plugins/MobileMessaging/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/CountryCallingCodes.php b/plugins/MobileMessaging/CountryCallingCodes.php
index 1e260c4c46..a6c72bc86f 100644
--- a/plugins/MobileMessaging/CountryCallingCodes.php
+++ b/plugins/MobileMessaging/CountryCallingCodes.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/GSMCharset.php b/plugins/MobileMessaging/GSMCharset.php
index cbd2980676..22278facb2 100644
--- a/plugins/MobileMessaging/GSMCharset.php
+++ b/plugins/MobileMessaging/GSMCharset.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/MobileMessaging.php b/plugins/MobileMessaging/MobileMessaging.php
index f01bd8842b..e090411562 100644
--- a/plugins/MobileMessaging/MobileMessaging.php
+++ b/plugins/MobileMessaging/MobileMessaging.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/ReportRenderer/Exception.php b/plugins/MobileMessaging/ReportRenderer/Exception.php
index af39f9e101..af2352150a 100644
--- a/plugins/MobileMessaging/ReportRenderer/Exception.php
+++ b/plugins/MobileMessaging/ReportRenderer/Exception.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging_ReportRenderer
diff --git a/plugins/MobileMessaging/ReportRenderer/Sms.php b/plugins/MobileMessaging/ReportRenderer/Sms.php
index c5a7f3ea9a..47186f3ff6 100644
--- a/plugins/MobileMessaging/ReportRenderer/Sms.php
+++ b/plugins/MobileMessaging/ReportRenderer/Sms.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging_ReportRenderer
diff --git a/plugins/MobileMessaging/SMSProvider.php b/plugins/MobileMessaging/SMSProvider.php
index 4534307b11..12bd7f0933 100644
--- a/plugins/MobileMessaging/SMSProvider.php
+++ b/plugins/MobileMessaging/SMSProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging
diff --git a/plugins/MobileMessaging/SMSProvider/Clockwork.php b/plugins/MobileMessaging/SMSProvider/Clockwork.php
index 91a5ac0a56..dfb7854fd3 100644
--- a/plugins/MobileMessaging/SMSProvider/Clockwork.php
+++ b/plugins/MobileMessaging/SMSProvider/Clockwork.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging_SMSProvider
diff --git a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php b/plugins/MobileMessaging/SMSProvider/StubbedProvider.php
index dc31cf47a4..57f89e73d2 100644
--- a/plugins/MobileMessaging/SMSProvider/StubbedProvider.php
+++ b/plugins/MobileMessaging/SMSProvider/StubbedProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MobileMessaging_SMSProvider
diff --git a/plugins/MultiSites/API.php b/plugins/MultiSites/API.php
index 93f907b78d..0fa701eaa7 100755
--- a/plugins/MultiSites/API.php
+++ b/plugins/MultiSites/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: API.php$
*
* @category Piwik_Plugins
* @package Piwik_Goals
diff --git a/plugins/MultiSites/CalculateEvolutionFilter.php b/plugins/MultiSites/CalculateEvolutionFilter.php
index 88c2dd6990..55c6c8323d 100755
--- a/plugins/MultiSites/CalculateEvolutionFilter.php
+++ b/plugins/MultiSites/CalculateEvolutionFilter.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: CalculateEvolutionFilter.php$
*
* @category Piwik_Plugins
* @package Piwik_Goals
diff --git a/plugins/MultiSites/Controller.php b/plugins/MultiSites/Controller.php
index f1ae285990..46ae9c73d9 100644
--- a/plugins/MultiSites/Controller.php
+++ b/plugins/MultiSites/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MultiSites
diff --git a/plugins/MultiSites/MultiSites.php b/plugins/MultiSites/MultiSites.php
index 67bf6c0c57..967300f9a4 100644
--- a/plugins/MultiSites/MultiSites.php
+++ b/plugins/MultiSites/MultiSites.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_MultiSites
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 5ee389f970..391b54082f 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Overlay
diff --git a/plugins/Overlay/Controller.php b/plugins/Overlay/Controller.php
index cc4dc312f8..6b938b9443 100644
--- a/plugins/Overlay/Controller.php
+++ b/plugins/Overlay/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Overlay
diff --git a/plugins/Overlay/Overlay.php b/plugins/Overlay/Overlay.php
index 317c3820e5..7e800884f3 100644
--- a/plugins/Overlay/Overlay.php
+++ b/plugins/Overlay/Overlay.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Overlay
diff --git a/plugins/PDFReports/API.php b/plugins/PDFReports/API.php
index 28eac63c4d..a8bae57959 100644
--- a/plugins/PDFReports/API.php
+++ b/plugins/PDFReports/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PDFReports
diff --git a/plugins/PDFReports/Controller.php b/plugins/PDFReports/Controller.php
index 3e85035a7d..94dd145005 100644
--- a/plugins/PDFReports/Controller.php
+++ b/plugins/PDFReports/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PDFReports
diff --git a/plugins/PDFReports/PDFReports.php b/plugins/PDFReports/PDFReports.php
index 91f32fdaae..218f31cbfb 100644
--- a/plugins/PDFReports/PDFReports.php
+++ b/plugins/PDFReports/PDFReports.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PDFReports
diff --git a/plugins/PDFReports/config/tcpdf_config.php b/plugins/PDFReports/config/tcpdf_config.php
index 151a007fcb..094fdd1985 100644
--- a/plugins/PDFReports/config/tcpdf_config.php
+++ b/plugins/PDFReports/config/tcpdf_config.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PDFReports
diff --git a/plugins/PrivacyManager/Controller.php b/plugins/PrivacyManager/Controller.php
index 1dc8fcf7dd..4d776ef518 100644
--- a/plugins/PrivacyManager/Controller.php
+++ b/plugins/PrivacyManager/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PrivacyManager
diff --git a/plugins/PrivacyManager/LogDataPurger.php b/plugins/PrivacyManager/LogDataPurger.php
index cd3503b224..da1b48591e 100755
--- a/plugins/PrivacyManager/LogDataPurger.php
+++ b/plugins/PrivacyManager/LogDataPurger.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*
* @category Piwik_Plugins
* @package Piwik_PrivacyManager
diff --git a/plugins/PrivacyManager/PrivacyManager.php b/plugins/PrivacyManager/PrivacyManager.php
index 011f48c5f8..85c7a8f5ce 100644
--- a/plugins/PrivacyManager/PrivacyManager.php
+++ b/plugins/PrivacyManager/PrivacyManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_PrivacyManager
diff --git a/plugins/PrivacyManager/ReportsPurger.php b/plugins/PrivacyManager/ReportsPurger.php
index fb42a9a64f..88cd043b08 100755
--- a/plugins/PrivacyManager/ReportsPurger.php
+++ b/plugins/PrivacyManager/ReportsPurger.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*
* @category Piwik_Plugins
* @package Piwik_PrivacyManager
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index ce8752b369..d2fe4b3bee 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Provider
diff --git a/plugins/Provider/Controller.php b/plugins/Provider/Controller.php
index d00315fe69..76ae424841 100644
--- a/plugins/Provider/Controller.php
+++ b/plugins/Provider/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Provider
diff --git a/plugins/Provider/Provider.php b/plugins/Provider/Provider.php
index bc89525bae..8dba1153ae 100644
--- a/plugins/Provider/Provider.php
+++ b/plugins/Provider/Provider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Provider
diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php
index 3f0a7fe511..3a65f36429 100644
--- a/plugins/Provider/functions.php
+++ b/plugins/Provider/functions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Provider
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index aab665d145..a687a6634a 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Proxy
diff --git a/plugins/Proxy/Proxy.php b/plugins/Proxy/Proxy.php
index 7990ce8cd3..619c388644 100644
--- a/plugins/Proxy/Proxy.php
+++ b/plugins/Proxy/Proxy.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Proxy
diff --git a/plugins/Referers/API.php b/plugins/Referers/API.php
index 2522e56b92..2dfaae895c 100644
--- a/plugins/Referers/API.php
+++ b/plugins/Referers/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Referers
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index ac09146591..9c9f6924f0 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Referers
diff --git a/plugins/Referers/Referers.php b/plugins/Referers/Referers.php
index 1a522b7d62..7c9540da5b 100644
--- a/plugins/Referers/Referers.php
+++ b/plugins/Referers/Referers.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Referers
diff --git a/plugins/Referers/functions.php b/plugins/Referers/functions.php
index 2f4a86d945..afa9fe4c3f 100644
--- a/plugins/Referers/functions.php
+++ b/plugins/Referers/functions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Referers
diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php
index 722ba623d9..0cec1ad523 100644
--- a/plugins/SEO/API.php
+++ b/plugins/SEO/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SEO
diff --git a/plugins/SEO/Controller.php b/plugins/SEO/Controller.php
index 9d1ad17c3a..53a749e2d3 100644
--- a/plugins/SEO/Controller.php
+++ b/plugins/SEO/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SEO
diff --git a/plugins/SEO/RankChecker.php b/plugins/SEO/RankChecker.php
index 439b241761..c5a43b2261 100644
--- a/plugins/SEO/RankChecker.php
+++ b/plugins/SEO/RankChecker.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SEO
diff --git a/plugins/SEO/SEO.php b/plugins/SEO/SEO.php
index c2ff1605b1..a7e5474506 100644
--- a/plugins/SEO/SEO.php
+++ b/plugins/SEO/SEO.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SEO
diff --git a/plugins/SecurityInfo/Controller.php b/plugins/SecurityInfo/Controller.php
index a3332a551d..94a4d6d02c 100644
--- a/plugins/SecurityInfo/Controller.php
+++ b/plugins/SecurityInfo/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SecurityInfo
diff --git a/plugins/SecurityInfo/SecurityInfo.php b/plugins/SecurityInfo/SecurityInfo.php
index 28ef958814..c42ad9aeee 100644
--- a/plugins/SecurityInfo/SecurityInfo.php
+++ b/plugins/SecurityInfo/SecurityInfo.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SecurityInfo
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 9a8a95a77d..0575a265cb 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SitesManager
diff --git a/plugins/SitesManager/Controller.php b/plugins/SitesManager/Controller.php
index 7b73415ceb..7c3a1653f8 100644
--- a/plugins/SitesManager/Controller.php
+++ b/plugins/SitesManager/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SitesManager
diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php
index d08ee9cfa9..d86b50025c 100644
--- a/plugins/SitesManager/SitesManager.php
+++ b/plugins/SitesManager/SitesManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_SitesManager
diff --git a/plugins/Transitions/API.php b/plugins/Transitions/API.php
index 5b25514edf..7692d33895 100644
--- a/plugins/Transitions/API.php
+++ b/plugins/Transitions/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Transitions
diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php
index 7516b61e5c..86e093c523 100644
--- a/plugins/Transitions/Controller.php
+++ b/plugins/Transitions/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Transitions
diff --git a/plugins/Transitions/Transitions.php b/plugins/Transitions/Transitions.php
index 6b7cea5349..18b45bf61b 100644
--- a/plugins/Transitions/Transitions.php
+++ b/plugins/Transitions/Transitions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Transitions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 2c7282833a..fad2b1a4ca 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index cef3a3051a..bfc90e4177 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/GeoIPAutoUpdater.php b/plugins/UserCountry/GeoIPAutoUpdater.php
index 2bfbbde0e2..0956f6de96 100755
--- a/plugins/UserCountry/GeoIPAutoUpdater.php
+++ b/plugins/UserCountry/GeoIPAutoUpdater.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider.php b/plugins/UserCountry/LocationProvider.php
index f2cc40cd2d..a294b0b25f 100755
--- a/plugins/UserCountry/LocationProvider.php
+++ b/plugins/UserCountry/LocationProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/Default.php b/plugins/UserCountry/LocationProvider/Default.php
index 85f2a5dc89..a24c3a7cd9 100755
--- a/plugins/UserCountry/LocationProvider/Default.php
+++ b/plugins/UserCountry/LocationProvider/Default.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp.php b/plugins/UserCountry/LocationProvider/GeoIp.php
index d9e8f0224f..54400cacf3 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
index 0ddf8e2c1d..b484cbf6b5 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Php.php b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
index 3f1ea53f78..f12878344a 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Php.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
index a5f580530c..7be7324744 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 8f6a32ec4b..f9d8ddf143 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php
index f91fedb19d..a7e78dec52 100644
--- a/plugins/UserCountry/functions.php
+++ b/plugins/UserCountry/functions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserCountry
diff --git a/plugins/UserCountryMap/Controller.php b/plugins/UserCountryMap/Controller.php
index f9c3fc3b3e..d0aedfe2b7 100644
--- a/plugins/UserCountryMap/Controller.php
+++ b/plugins/UserCountryMap/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*
* @category Piwik_Plugins
* @package Piwik_UserCountryMap
diff --git a/plugins/UserCountryMap/UserCountryMap.php b/plugins/UserCountryMap/UserCountryMap.php
index 55d9e0287b..48a86ce31c 100644
--- a/plugins/UserCountryMap/UserCountryMap.php
+++ b/plugins/UserCountryMap/UserCountryMap.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*
* @category Piwik_Plugins
* @package Piwik_UserCountryMap
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index 416480f17a..ec85b2d8a5 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserSettings
diff --git a/plugins/UserSettings/Controller.php b/plugins/UserSettings/Controller.php
index 4c60d4cdec..1fda31a551 100644
--- a/plugins/UserSettings/Controller.php
+++ b/plugins/UserSettings/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserSettings
diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php
index 1f811f58f4..3f341ea9e5 100644
--- a/plugins/UserSettings/UserSettings.php
+++ b/plugins/UserSettings/UserSettings.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserSettings
diff --git a/plugins/UserSettings/functions.php b/plugins/UserSettings/functions.php
index b0ce017991..14cc75977a 100644
--- a/plugins/UserSettings/functions.php
+++ b/plugins/UserSettings/functions.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UserSettings
diff --git a/plugins/UsersManager/API.php b/plugins/UsersManager/API.php
index e880599974..f7de67302e 100644
--- a/plugins/UsersManager/API.php
+++ b/plugins/UsersManager/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UsersManager
diff --git a/plugins/UsersManager/Controller.php b/plugins/UsersManager/Controller.php
index 0ec2b7cf6f..9435d55930 100644
--- a/plugins/UsersManager/Controller.php
+++ b/plugins/UsersManager/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UsersManager
@@ -30,12 +29,9 @@ class Piwik_UsersManager_Controller extends Piwik_Controller_Admin
$view = Piwik_View::factory('UsersManager');
- $IdSitesAdmin = Piwik_SitesManager_API::getInstance()->getSitesIdWithAdminAccess();
$idSiteSelected = 1;
- if(count($IdSitesAdmin) > 0)
{
- $defaultWebsiteId = $IdSitesAdmin[0];
$idSiteSelected = Piwik_Common::getRequestVar('idSite', $defaultWebsiteId);
}
diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php
index 365c478ea2..e79e19bbad 100644
--- a/plugins/UsersManager/UsersManager.php
+++ b/plugins/UsersManager/UsersManager.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_UsersManager
diff --git a/plugins/VisitFrequency/API.php b/plugins/VisitFrequency/API.php
index 30e909de47..fbefbc505e 100644
--- a/plugins/VisitFrequency/API.php
+++ b/plugins/VisitFrequency/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitFrequency
diff --git a/plugins/VisitFrequency/Controller.php b/plugins/VisitFrequency/Controller.php
index 0ba68f9415..ee62cdaded 100644
--- a/plugins/VisitFrequency/Controller.php
+++ b/plugins/VisitFrequency/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitFrequency
diff --git a/plugins/VisitFrequency/VisitFrequency.php b/plugins/VisitFrequency/VisitFrequency.php
index bc534495dc..adfcaf03c9 100644
--- a/plugins/VisitFrequency/VisitFrequency.php
+++ b/plugins/VisitFrequency/VisitFrequency.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitFrequency
diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php
index add726a9cc..04e38a3768 100644
--- a/plugins/VisitTime/API.php
+++ b/plugins/VisitTime/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitTime
diff --git a/plugins/VisitTime/Controller.php b/plugins/VisitTime/Controller.php
index 0c06cbdd2b..d56cf58f2b 100644
--- a/plugins/VisitTime/Controller.php
+++ b/plugins/VisitTime/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitTime
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index fbb9ffa84b..bbf26457ef 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitTime
diff --git a/plugins/VisitorGenerator/Controller.php b/plugins/VisitorGenerator/Controller.php
index abfaf65494..b38a6116bc 100644
--- a/plugins/VisitorGenerator/Controller.php
+++ b/plugins/VisitorGenerator/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitorGenerator
diff --git a/plugins/VisitorGenerator/VisitorGenerator.php b/plugins/VisitorGenerator/VisitorGenerator.php
index db182e9f80..6249ab4df5 100644
--- a/plugins/VisitorGenerator/VisitorGenerator.php
+++ b/plugins/VisitorGenerator/VisitorGenerator.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitorGenerator
diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php
index 0ba87f7e6f..72b43207f5 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitorInterest
diff --git a/plugins/VisitorInterest/Controller.php b/plugins/VisitorInterest/Controller.php
index 20e4352ea6..6acef00f43 100644
--- a/plugins/VisitorInterest/Controller.php
+++ b/plugins/VisitorInterest/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitorInterest
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index a4e27fa0c1..d4895502ce 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitorInterest
diff --git a/plugins/VisitsSummary/API.php b/plugins/VisitsSummary/API.php
index a0925db38e..9294e03b74 100644
--- a/plugins/VisitsSummary/API.php
+++ b/plugins/VisitsSummary/API.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitsSummary
diff --git a/plugins/VisitsSummary/Controller.php b/plugins/VisitsSummary/Controller.php
index de0079d51a..00674df114 100644
--- a/plugins/VisitsSummary/Controller.php
+++ b/plugins/VisitsSummary/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitsSummary
diff --git a/plugins/VisitsSummary/VisitsSummary.php b/plugins/VisitsSummary/VisitsSummary.php
index 756953aa7e..816472455b 100644
--- a/plugins/VisitsSummary/VisitsSummary.php
+++ b/plugins/VisitsSummary/VisitsSummary.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_VisitsSummary
diff --git a/plugins/Widgetize/Controller.php b/plugins/Widgetize/Controller.php
index 709f4c4b28..cf084197b1 100644
--- a/plugins/Widgetize/Controller.php
+++ b/plugins/Widgetize/Controller.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Widgetize
diff --git a/plugins/Widgetize/Widgetize.php b/plugins/Widgetize/Widgetize.php
index 42bc9b5efe..597f5b9b91 100644
--- a/plugins/Widgetize/Widgetize.php
+++ b/plugins/Widgetize/Widgetize.php
@@ -5,7 +5,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*
* @category Piwik_Plugins
* @package Piwik_Widgetize
diff --git a/tests/PHPUnit/BenchmarkTestCase.php b/tests/PHPUnit/BenchmarkTestCase.php
index f23ab6892a..5b958edd2a 100755
--- a/tests/PHPUnit/BenchmarkTestCase.php
+++ b/tests/PHPUnit/BenchmarkTestCase.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/IntegrationTestCase.php';
require_once PIWIK_INCLUDE_PATH . '/tests/LocalTracker.php';
diff --git a/tests/PHPUnit/Benchmarks/ArchivingProcessBenchmark.php b/tests/PHPUnit/Benchmarks/ArchivingProcessBenchmark.php
index 232af9d471..4cbfa0c1e3 100755
--- a/tests/PHPUnit/Benchmarks/ArchivingProcessBenchmark.php
+++ b/tests/PHPUnit/Benchmarks/ArchivingProcessBenchmark.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/BenchmarkTestCase.php';
diff --git a/tests/PHPUnit/Benchmarks/Fixtures/OneSiteTwelveThousandVisitsOneYear.php b/tests/PHPUnit/Benchmarks/Fixtures/OneSiteTwelveThousandVisitsOneYear.php
index 070ab1e183..d2a1b7d807 100755
--- a/tests/PHPUnit/Benchmarks/Fixtures/OneSiteTwelveThousandVisitsOneYear.php
+++ b/tests/PHPUnit/Benchmarks/Fixtures/OneSiteTwelveThousandVisitsOneYear.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php b/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
index 9090e4541f..ed9c0544e8 100755
--- a/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
+++ b/tests/PHPUnit/Benchmarks/Fixtures/SqlDump.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Benchmarks/Fixtures/ThousandSitesTwelveVisitsEachOneDay.php b/tests/PHPUnit/Benchmarks/Fixtures/ThousandSitesTwelveVisitsEachOneDay.php
index 32949b276e..9329ba9c5b 100755
--- a/tests/PHPUnit/Benchmarks/Fixtures/ThousandSitesTwelveVisitsEachOneDay.php
+++ b/tests/PHPUnit/Benchmarks/Fixtures/ThousandSitesTwelveVisitsEachOneDay.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Benchmarks/TrackerBenchmark.php b/tests/PHPUnit/Benchmarks/TrackerBenchmark.php
index be60bf741b..737dd13097 100755
--- a/tests/PHPUnit/Benchmarks/TrackerBenchmark.php
+++ b/tests/PHPUnit/Benchmarks/TrackerBenchmark.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/BenchmarkTestCase.php';
diff --git a/tests/PHPUnit/Core/API/ResponseBuilderTest.php b/tests/PHPUnit/Core/API/ResponseBuilderTest.php
index fbfb80bb53..323e727415 100644
--- a/tests/PHPUnit/Core/API/ResponseBuilderTest.php
+++ b/tests/PHPUnit/Core/API/ResponseBuilderTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class API_ResponseBuilderTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/AccessTest.php b/tests/PHPUnit/Core/AccessTest.php
index 7e2b195313..f050f3f9d9 100644
--- a/tests/PHPUnit/Core/AccessTest.php
+++ b/tests/PHPUnit/Core/AccessTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*/
class AccessTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/ArchiveProcessing/DayTest.php b/tests/PHPUnit/Core/ArchiveProcessing/DayTest.php
index e55af992fe..e466f2a1e0 100644
--- a/tests/PHPUnit/Core/ArchiveProcessing/DayTest.php
+++ b/tests/PHPUnit/Core/ArchiveProcessing/DayTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ArchiveProcessing_DayTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ArchiveProcessingTest.php b/tests/PHPUnit/Core/ArchiveProcessingTest.php
index 55c47e1c42..07686d3366 100644
--- a/tests/PHPUnit/Core/ArchiveProcessingTest.php
+++ b/tests/PHPUnit/Core/ArchiveProcessingTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ArchiveProcessingTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/AssetManagerTest.php b/tests/PHPUnit/Core/AssetManagerTest.php
index 7fb39d0689..826894fa3f 100644
--- a/tests/PHPUnit/Core/AssetManagerTest.php
+++ b/tests/PHPUnit/Core/AssetManagerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class AssetManagerTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/CommonTest.php b/tests/PHPUnit/Core/CommonTest.php
index 0b1747916d..f3790be1b0 100644
--- a/tests/PHPUnit/Core/CommonTest.php
+++ b/tests/PHPUnit/Core/CommonTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Core_CommonTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ConfigTest.php b/tests/PHPUnit/Core/ConfigTest.php
index dab2cd47ed..7fc7ff3f2f 100644
--- a/tests/PHPUnit/Core/ConfigTest.php
+++ b/tests/PHPUnit/Core/ConfigTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ConfigTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/CookieTest.php b/tests/PHPUnit/Core/CookieTest.php
index 3207a1c37d..b64efad9b3 100644
--- a/tests/PHPUnit/Core/CookieTest.php
+++ b/tests/PHPUnit/Core/CookieTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class CookieTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/AddSummaryRowTest.php b/tests/PHPUnit/Core/DataTable/Filter/AddSummaryRowTest.php
index 09e74a65d9..b8da1b498e 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/AddSummaryRowTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/AddSummaryRowTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_AddSummaryRowTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php b/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
index a509e10425..8cc05b6b0c 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/LimitTest.php b/tests/PHPUnit/Core/DataTable/Filter/LimitTest.php
index 7249788b7b..ccd2a17577 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/LimitTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/LimitTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_LimitTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/PatternRecursiveTest.php b/tests/PHPUnit/Core/DataTable/Filter/PatternRecursiveTest.php
index bdbfe65d3a..b107a8063a 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/PatternRecursiveTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/PatternRecursiveTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_PatternRecursiveTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/PatternTest.php b/tests/PHPUnit/Core/DataTable/Filter/PatternTest.php
index 25795e30fb..4536a2f611 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/PatternTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/PatternTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_PatternTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/RangeCheckTest.php b/tests/PHPUnit/Core/DataTable/Filter/RangeCheckTest.php
index fe5061b371..53c91c8520 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/RangeCheckTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/RangeCheckTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_RangeCheckTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/SortTest.php b/tests/PHPUnit/Core/DataTable/Filter/SortTest.php
index 9ccdd3a07f..ca08a3596d 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/SortTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/SortTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_SortTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Filter/TruncateTest.php b/tests/PHPUnit/Core/DataTable/Filter/TruncateTest.php
index 39f75caca5..0c37cf3f1f 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/TruncateTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/TruncateTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Filter_TruncateTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Renderer/CSVTest.php b/tests/PHPUnit/Core/DataTable/Renderer/CSVTest.php
index a93886f8a0..03082336bf 100644
--- a/tests/PHPUnit/Core/DataTable/Renderer/CSVTest.php
+++ b/tests/PHPUnit/Core/DataTable/Renderer/CSVTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Renderer_CSVTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Renderer/ConsoleTest.php b/tests/PHPUnit/Core/DataTable/Renderer/ConsoleTest.php
index bea84a0ea6..9821a8af20 100644
--- a/tests/PHPUnit/Core/DataTable/Renderer/ConsoleTest.php
+++ b/tests/PHPUnit/Core/DataTable/Renderer/ConsoleTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Renderer_ConsoleTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Renderer/JSONTest.php b/tests/PHPUnit/Core/DataTable/Renderer/JSONTest.php
index 2c3bf653fd..d03e0226bf 100644
--- a/tests/PHPUnit/Core/DataTable/Renderer/JSONTest.php
+++ b/tests/PHPUnit/Core/DataTable/Renderer/JSONTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Renderer_JSONTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Renderer/PHPTest.php b/tests/PHPUnit/Core/DataTable/Renderer/PHPTest.php
index e5e59259ff..249a19ec5b 100644
--- a/tests/PHPUnit/Core/DataTable/Renderer/PHPTest.php
+++ b/tests/PHPUnit/Core/DataTable/Renderer/PHPTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Renderer_PHPTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/Renderer/XMLTest.php b/tests/PHPUnit/Core/DataTable/Renderer/XMLTest.php
index 7291222390..13384f1a69 100644
--- a/tests/PHPUnit/Core/DataTable/Renderer/XMLTest.php
+++ b/tests/PHPUnit/Core/DataTable/Renderer/XMLTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTable_Renderer_XMLTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTable/RowTest.php b/tests/PHPUnit/Core/DataTable/RowTest.php
index da946bb05b..d138903ca9 100644
--- a/tests/PHPUnit/Core/DataTable/RowTest.php
+++ b/tests/PHPUnit/Core/DataTable/RowTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class RowTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DataTableTest.php b/tests/PHPUnit/Core/DataTableTest.php
index 1b95e722a2..0a18e25fc8 100644
--- a/tests/PHPUnit/Core/DataTableTest.php
+++ b/tests/PHPUnit/Core/DataTableTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DataTableTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/DateTest.php b/tests/PHPUnit/Core/DateTest.php
index b1456bd932..860b2d3b34 100644
--- a/tests/PHPUnit/Core/DateTest.php
+++ b/tests/PHPUnit/Core/DateTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class DateTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/HttpTest.php b/tests/PHPUnit/Core/HttpTest.php
index f90f58df27..de285b2278 100644
--- a/tests/PHPUnit/Core/HttpTest.php
+++ b/tests/PHPUnit/Core/HttpTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class HttpTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/IPTest.php b/tests/PHPUnit/Core/IPTest.php
index bd9321543c..49acce1cb3 100644
--- a/tests/PHPUnit/Core/IPTest.php
+++ b/tests/PHPUnit/Core/IPTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class IPTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/NonceTest.php b/tests/PHPUnit/Core/NonceTest.php
index e27dc1f035..b734680b56 100644
--- a/tests/PHPUnit/Core/NonceTest.php
+++ b/tests/PHPUnit/Core/NonceTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class NonceTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/OptionTest.php b/tests/PHPUnit/Core/OptionTest.php
index 9ca95e4068..9c2ee3e9a9 100644
--- a/tests/PHPUnit/Core/OptionTest.php
+++ b/tests/PHPUnit/Core/OptionTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once "Option.php";
diff --git a/tests/PHPUnit/Core/Period/DayTest.php b/tests/PHPUnit/Core/Period/DayTest.php
index 42c8121abd..aed355c512 100644
--- a/tests/PHPUnit/Core/Period/DayTest.php
+++ b/tests/PHPUnit/Core/Period/DayTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Testing Period_Day
diff --git a/tests/PHPUnit/Core/Period/MonthTest.php b/tests/PHPUnit/Core/Period/MonthTest.php
index e6a536cc1f..95faa87c8e 100644
--- a/tests/PHPUnit/Core/Period/MonthTest.php
+++ b/tests/PHPUnit/Core/Period/MonthTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Testing Period_Month
diff --git a/tests/PHPUnit/Core/Period/RangeTest.php b/tests/PHPUnit/Core/Period/RangeTest.php
index bce34692de..0f78925be7 100644
--- a/tests/PHPUnit/Core/Period/RangeTest.php
+++ b/tests/PHPUnit/Core/Period/RangeTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Period_RangeTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/Period/WeekTest.php b/tests/PHPUnit/Core/Period/WeekTest.php
index d1258ec0e3..faa866e954 100644
--- a/tests/PHPUnit/Core/Period/WeekTest.php
+++ b/tests/PHPUnit/Core/Period/WeekTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Testing Period_Week
diff --git a/tests/PHPUnit/Core/Period/YearTest.php b/tests/PHPUnit/Core/Period/YearTest.php
index 7a80f925de..c96bb8c3f2 100644
--- a/tests/PHPUnit/Core/Period/YearTest.php
+++ b/tests/PHPUnit/Core/Period/YearTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Testing Period_Year
diff --git a/tests/PHPUnit/Core/PeriodTest.php b/tests/PHPUnit/Core/PeriodTest.php
index f5a72e2d88..2cabd1157f 100644
--- a/tests/PHPUnit/Core/PeriodTest.php
+++ b/tests/PHPUnit/Core/PeriodTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class PeriodTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/PiwikTest.php b/tests/PHPUnit/Core/PiwikTest.php
index 175fedc4da..1c025e25ca 100644
--- a/tests/PHPUnit/Core/PiwikTest.php
+++ b/tests/PHPUnit/Core/PiwikTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class PiwikTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/Plugin/ConfigTest.php b/tests/PHPUnit/Core/Plugin/ConfigTest.php
index e6280fd107..a6d2924d29 100644
--- a/tests/PHPUnit/Core/Plugin/ConfigTest.php
+++ b/tests/PHPUnit/Core/Plugin/ConfigTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Plugin_ConfigTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php b/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
index dd1a7284ec..448def798b 100644
--- a/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
+++ b/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class WidgetsListTest extends DatabaseTestCase
diff --git a/tests/PHPUnit/Core/RankingQueryTest.php b/tests/PHPUnit/Core/RankingQueryTest.php
index 60853bc5c9..af7ee9a587 100644
--- a/tests/PHPUnit/Core/RankingQueryTest.php
+++ b/tests/PHPUnit/Core/RankingQueryTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class RankingQueryTest extends PHPUnit_Framework_TestCase
diff --git a/tests/PHPUnit/Core/ReleaseCheckListTest.php b/tests/PHPUnit/Core/ReleaseCheckListTest.php
index e6e74b1caa..068805e450 100644
--- a/tests/PHPUnit/Core/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Core/ReleaseCheckListTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ReleaseCheckListTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ScheduledTaskTest.php b/tests/PHPUnit/Core/ScheduledTaskTest.php
index f57367f147..69b4329650 100644
--- a/tests/PHPUnit/Core/ScheduledTaskTest.php
+++ b/tests/PHPUnit/Core/ScheduledTaskTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/plugins/PDFReports/PDFReports.php';
diff --git a/tests/PHPUnit/Core/ScheduledTime/DailyTest.php b/tests/PHPUnit/Core/ScheduledTime/DailyTest.php
index 3e5b52c9f0..6fabb515a8 100644
--- a/tests/PHPUnit/Core/ScheduledTime/DailyTest.php
+++ b/tests/PHPUnit/Core/ScheduledTime/DailyTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ScheduledTime_DailyTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php b/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
index f0814ef1a6..c50bb6a7c5 100644
--- a/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
+++ b/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ScheduledTime_HourlyTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ScheduledTime/MonthlyTest.php b/tests/PHPUnit/Core/ScheduledTime/MonthlyTest.php
index cae1ae300d..d24f957062 100644
--- a/tests/PHPUnit/Core/ScheduledTime/MonthlyTest.php
+++ b/tests/PHPUnit/Core/ScheduledTime/MonthlyTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ScheduledTime_MonthlyTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/ScheduledTime/WeeklyTest.php b/tests/PHPUnit/Core/ScheduledTime/WeeklyTest.php
index 1eff3659da..b5738fb5c4 100644
--- a/tests/PHPUnit/Core/ScheduledTime/WeeklyTest.php
+++ b/tests/PHPUnit/Core/ScheduledTime/WeeklyTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ScheduledTime_WeeklyTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/SegmentExpressionTest.php b/tests/PHPUnit/Core/SegmentExpressionTest.php
index 59686a366c..62f87ee421 100644
--- a/tests/PHPUnit/Core/SegmentExpressionTest.php
+++ b/tests/PHPUnit/Core/SegmentExpressionTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class SegmentExpressionTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/SegmentTest.php b/tests/PHPUnit/Core/SegmentTest.php
index b247f26be2..4b9249597b 100644
--- a/tests/PHPUnit/Core/SegmentTest.php
+++ b/tests/PHPUnit/Core/SegmentTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class SegmentTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/SqlTest.php b/tests/PHPUnit/Core/SqlTest.php
index 4ed73bfe24..48c64b2cf5 100755
--- a/tests/PHPUnit/Core/SqlTest.php
+++ b/tests/PHPUnit/Core/SqlTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class SqlTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/TablePartitioningTest.php b/tests/PHPUnit/Core/TablePartitioningTest.php
index 039d22720f..b6f89574a6 100644
--- a/tests/PHPUnit/Core/TablePartitioningTest.php
+++ b/tests/PHPUnit/Core/TablePartitioningTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class TablePartitioningTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/TaskSchedulerTest.php b/tests/PHPUnit/Core/TaskSchedulerTest.php
index 07f6e5515f..81341055d2 100644
--- a/tests/PHPUnit/Core/TaskSchedulerTest.php
+++ b/tests/PHPUnit/Core/TaskSchedulerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class TaskSchedulerTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/Tracker/ActionTest.php b/tests/PHPUnit/Core/Tracker/ActionTest.php
index 71713eddba..f4f0bbb76b 100644
--- a/tests/PHPUnit/Core/Tracker/ActionTest.php
+++ b/tests/PHPUnit/Core/Tracker/ActionTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Tracker_ActionTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/Tracker/VisitTest.php b/tests/PHPUnit/Core/Tracker/VisitTest.php
index 0d7b8067bc..a56f1d27a2 100644
--- a/tests/PHPUnit/Core/Tracker/VisitTest.php
+++ b/tests/PHPUnit/Core/Tracker/VisitTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Tracker_VisitTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/TranslationWriterTest.php b/tests/PHPUnit/Core/TranslationWriterTest.php
index ae3ec14010..be5c90f93a 100644
--- a/tests/PHPUnit/Core/TranslationWriterTest.php
+++ b/tests/PHPUnit/Core/TranslationWriterTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class TranslationWriterTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/UnzipTest.php b/tests/PHPUnit/Core/UnzipTest.php
index 398733b1f5..40706a19df 100644
--- a/tests/PHPUnit/Core/UnzipTest.php
+++ b/tests/PHPUnit/Core/UnzipTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class UnzipTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Core/UpdaterTest.php b/tests/PHPUnit/Core/UpdaterTest.php
index 9bd424306c..f177c52de2 100644
--- a/tests/PHPUnit/Core/UpdaterTest.php
+++ b/tests/PHPUnit/Core/UpdaterTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class UpdaterTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Core/UrlTest.php b/tests/PHPUnit/Core/UrlTest.php
index 306bd28a30..27cacd9d4f 100644
--- a/tests/PHPUnit/Core/UrlTest.php
+++ b/tests/PHPUnit/Core/UrlTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class UrlTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/DatabaseTestCase.php b/tests/PHPUnit/DatabaseTestCase.php
index 3a74f0a54c..0f55912ee7 100644
--- a/tests/PHPUnit/DatabaseTestCase.php
+++ b/tests/PHPUnit/DatabaseTestCase.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Tests extending DatabaseTestCase are much slower to run: the setUp will
diff --git a/tests/PHPUnit/FakeAccess.php b/tests/PHPUnit/FakeAccess.php
index a3942163ef..032cbfc3c4 100644
--- a/tests/PHPUnit/FakeAccess.php
+++ b/tests/PHPUnit/FakeAccess.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* FakeAccess for UnitTests
diff --git a/tests/PHPUnit/Integration/AnnotationsTest.php b/tests/PHPUnit/Integration/AnnotationsTest.php
index c535d29723..18a813c6ad 100755
--- a/tests/PHPUnit/Integration/AnnotationsTest.php
+++ b/tests/PHPUnit/Integration/AnnotationsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class AnnotationsTest extends IntegrationTestCase
diff --git a/tests/PHPUnit/Integration/ApiGetReportMetadataTest.php b/tests/PHPUnit/Integration/ApiGetReportMetadataTest.php
index f86132d262..a2c19a4ba2 100755
--- a/tests/PHPUnit/Integration/ApiGetReportMetadataTest.php
+++ b/tests/PHPUnit/Integration/ApiGetReportMetadataTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/ApiGetReportMetadata_yearTest.php b/tests/PHPUnit/Integration/ApiGetReportMetadata_yearTest.php
index b734497c66..c624a0d9f0 100755
--- a/tests/PHPUnit/Integration/ApiGetReportMetadata_yearTest.php
+++ b/tests/PHPUnit/Integration/ApiGetReportMetadata_yearTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/BlobReportLimitingTest.php b/tests/PHPUnit/Integration/BlobReportLimitingTest.php
index 22ee5b40c4..5b53de7f06 100755
--- a/tests/PHPUnit/Integration/BlobReportLimitingTest.php
+++ b/tests/PHPUnit/Integration/BlobReportLimitingTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/MockLocationProvider.php';
diff --git a/tests/PHPUnit/Integration/CsvExportTest.php b/tests/PHPUnit/Integration/CsvExportTest.php
index 58f65c1f31..99a8848f07 100755
--- a/tests/PHPUnit/Integration/CsvExportTest.php
+++ b/tests/PHPUnit/Integration/CsvExportTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/EcommerceOrderWithItemsTest.php b/tests/PHPUnit/Integration/EcommerceOrderWithItemsTest.php
index 436596fa9a..abbfbdfe3f 100755
--- a/tests/PHPUnit/Integration/EcommerceOrderWithItemsTest.php
+++ b/tests/PHPUnit/Integration/EcommerceOrderWithItemsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/FlattenReportsTest.php b/tests/PHPUnit/Integration/FlattenReportsTest.php
index 7e766f1835..acb1d74a3c 100644
--- a/tests/PHPUnit/Integration/FlattenReportsTest.php
+++ b/tests/PHPUnit/Integration/FlattenReportsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/ImportLogsTest.php b/tests/PHPUnit/Integration/ImportLogsTest.php
index 3c62cb7e67..7722eb3a10 100755
--- a/tests/PHPUnit/Integration/ImportLogsTest.php
+++ b/tests/PHPUnit/Integration/ImportLogsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*/
/**
diff --git a/tests/PHPUnit/Integration/LabelFilterTest.php b/tests/PHPUnit/Integration/LabelFilterTest.php
index 574b1ab8b7..aa7c4eb46d 100644
--- a/tests/PHPUnit/Integration/LabelFilterTest.php
+++ b/tests/PHPUnit/Integration/LabelFilterTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php b/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php
index 119ffb61c4..5e685b406a 100755
--- a/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php
+++ b/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/MockLocationProvider.php';
diff --git a/tests/PHPUnit/Integration/NoVisitTest.php b/tests/PHPUnit/Integration/NoVisitTest.php
index 0a4280cf8f..436830118b 100755
--- a/tests/PHPUnit/Integration/NoVisitTest.php
+++ b/tests/PHPUnit/Integration/NoVisitTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/NonUnicodeTest.php b/tests/PHPUnit/Integration/NonUnicodeTest.php
index a3e87c4c52..e3f69d9a53 100755
--- a/tests/PHPUnit/Integration/NonUnicodeTest.php
+++ b/tests/PHPUnit/Integration/NonUnicodeTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRangeTest.php b/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRangeTest.php
index a718950c5e..a235b7a81f 100755
--- a/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRangeTest.php
+++ b/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRangeTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRange_ArchivingTestsTest.php b/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRange_ArchivingTestsTest.php
index 6213a845c5..7148246e86 100755
--- a/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRange_ArchivingTestsTest.php
+++ b/tests/PHPUnit/Integration/OneVisitorOneWebsite_SeveralDaysDateRange_ArchivingTestsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php b/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
index cd615eea02..d8dd2f6c6b 100755
--- a/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
+++ b/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/OneVisitorTwoVisits_withCookieSupportTest.php b/tests/PHPUnit/Integration/OneVisitorTwoVisits_withCookieSupportTest.php
index ce24d26195..5442fef4e8 100755
--- a/tests/PHPUnit/Integration/OneVisitorTwoVisits_withCookieSupportTest.php
+++ b/tests/PHPUnit/Integration/OneVisitorTwoVisits_withCookieSupportTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php b/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
index 3a6be2dfa1..c9c519d344 100644
--- a/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
+++ b/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
* Tests that filter_truncate works recursively in Page URLs report AND in the case there are 2 different data Keywords -> search engine
diff --git a/tests/PHPUnit/Integration/OneVisitor_NoKeywordSpecifiedTest.php b/tests/PHPUnit/Integration/OneVisitor_NoKeywordSpecifiedTest.php
index e20c0c869a..fbe7be3e95 100755
--- a/tests/PHPUnit/Integration/OneVisitor_NoKeywordSpecifiedTest.php
+++ b/tests/PHPUnit/Integration/OneVisitor_NoKeywordSpecifiedTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/PeriodIsRange_DateIsLastN_MetadataAndNormalAPITest.php b/tests/PHPUnit/Integration/PeriodIsRange_DateIsLastN_MetadataAndNormalAPITest.php
index 57720a4fe8..586495cb73 100755
--- a/tests/PHPUnit/Integration/PeriodIsRange_DateIsLastN_MetadataAndNormalAPITest.php
+++ b/tests/PHPUnit/Integration/PeriodIsRange_DateIsLastN_MetadataAndNormalAPITest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/RowEvolutionTest.php b/tests/PHPUnit/Integration/RowEvolutionTest.php
index 3cde9201db..bcc338e664 100755
--- a/tests/PHPUnit/Integration/RowEvolutionTest.php
+++ b/tests/PHPUnit/Integration/RowEvolutionTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/SiteSearchTest.php b/tests/PHPUnit/Integration/SiteSearchTest.php
index f2a5fbda92..570a5b8663 100755
--- a/tests/PHPUnit/Integration/SiteSearchTest.php
+++ b/tests/PHPUnit/Integration/SiteSearchTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TrackCustomVariablesAndCampaigns_ForceUsingVisitIdNotHeuristicsTest.php b/tests/PHPUnit/Integration/TrackCustomVariablesAndCampaigns_ForceUsingVisitIdNotHeuristicsTest.php
index 50e5898557..b6f9d955ac 100755
--- a/tests/PHPUnit/Integration/TrackCustomVariablesAndCampaigns_ForceUsingVisitIdNotHeuristicsTest.php
+++ b/tests/PHPUnit/Integration/TrackCustomVariablesAndCampaigns_ForceUsingVisitIdNotHeuristicsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TrackGoals_AllowMultipleConversionsPerVisitTest.php b/tests/PHPUnit/Integration/TrackGoals_AllowMultipleConversionsPerVisitTest.php
index 47cf749067..0e7d0ec4e6 100755
--- a/tests/PHPUnit/Integration/TrackGoals_AllowMultipleConversionsPerVisitTest.php
+++ b/tests/PHPUnit/Integration/TrackGoals_AllowMultipleConversionsPerVisitTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
index 2fcbc697d3..539912ba7c 100755
--- a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDaysTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ArchivingDisabledTest.php b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ArchivingDisabledTest.php
index b9449ed9a3..6f45a99cbe 100755
--- a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ArchivingDisabledTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ArchivingDisabledTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ConversionsTest.php b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ConversionsTest.php
index 2f2c5bf7f5..89dc547841 100755
--- a/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ConversionsTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitors_TwoWebsites_DifferentDays_ConversionsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'Goals/Goals.php';
diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesTest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesTest.php
index d9c771aac2..85f82ec8e0 100755
--- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentContainsTest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentContainsTest.php
index f6b69208f6..724fadb81d 100755
--- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentContainsTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentContainsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalDataTest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalDataTest.php
index fe4d910cc2..b512ff6975 100755
--- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalDataTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalDataTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class Test_Piwik_Integration_TwoVisitsWithCustomVariables_SegmentMatchALL_NoGoalData extends IntegrationTestCase
diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchNONETest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchNONETest.php
index 3afe266885..d7fa597535 100755
--- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchNONETest.php
+++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchNONETest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchVisitorTypeTest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchVisitorTypeTest.php
index b5aa4b93b2..ae1ef968c8 100755
--- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchVisitorTypeTest.php
+++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariables_SegmentMatchVisitorTypeTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/Integration/VisitsInPast_InvalidateOldReportsTest.php b/tests/PHPUnit/Integration/VisitsInPast_InvalidateOldReportsTest.php
index 4b586d79fc..b89d3aa87a 100644
--- a/tests/PHPUnit/Integration/VisitsInPast_InvalidateOldReportsTest.php
+++ b/tests/PHPUnit/Integration/VisitsInPast_InvalidateOldReportsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
/**
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index b3f1c6b802..59f65fdf6d 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH . '/libs/PiwikTracker/PiwikTracker.php';
diff --git a/tests/PHPUnit/MockEventDispatcher.php b/tests/PHPUnit/MockEventDispatcher.php
index 370e99179d..a7026df572 100644
--- a/tests/PHPUnit/MockEventDispatcher.php
+++ b/tests/PHPUnit/MockEventDispatcher.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class MockEventDispatcher extends Event_Dispatcher
{
diff --git a/tests/PHPUnit/MockLocationProvider.php b/tests/PHPUnit/MockLocationProvider.php
index 3b2c7e9fb3..260e45c03b 100755
--- a/tests/PHPUnit/MockLocationProvider.php
+++ b/tests/PHPUnit/MockLocationProvider.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class MockLocationProvider extends Piwik_UserCountry_LocationProvider
diff --git a/tests/PHPUnit/MockPiwikOption.php b/tests/PHPUnit/MockPiwikOption.php
index b03a8c5e2b..5ead64c3ae 100644
--- a/tests/PHPUnit/MockPiwikOption.php
+++ b/tests/PHPUnit/MockPiwikOption.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class MockPiwikOption extends Piwik_Option
{
diff --git a/tests/PHPUnit/Plugins/ActionsTest.php b/tests/PHPUnit/Plugins/ActionsTest.php
index 4db6d5503f..71b2036a11 100644
--- a/tests/PHPUnit/Plugins/ActionsTest.php
+++ b/tests/PHPUnit/Plugins/ActionsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'Actions/Actions.php';
diff --git a/tests/PHPUnit/Plugins/AnonymizeIPTest.php b/tests/PHPUnit/Plugins/AnonymizeIPTest.php
index eaaf273f4c..b319b0351d 100644
--- a/tests/PHPUnit/Plugins/AnonymizeIPTest.php
+++ b/tests/PHPUnit/Plugins/AnonymizeIPTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'AnonymizeIP/AnonymizeIP.php';
diff --git a/tests/PHPUnit/Plugins/LanguagesManagerTest.php b/tests/PHPUnit/Plugins/LanguagesManagerTest.php
index 757c7726fc..e95d92af90 100755
--- a/tests/PHPUnit/Plugins/LanguagesManagerTest.php
+++ b/tests/PHPUnit/Plugins/LanguagesManagerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'LanguagesManager/API.php';
diff --git a/tests/PHPUnit/Plugins/LoginTest.php b/tests/PHPUnit/Plugins/LoginTest.php
index 38c82cbe32..5edbf1326b 100644
--- a/tests/PHPUnit/Plugins/LoginTest.php
+++ b/tests/PHPUnit/Plugins/LoginTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'Login/Auth.php';
diff --git a/tests/PHPUnit/Plugins/MobileMessagingTest.php b/tests/PHPUnit/Plugins/MobileMessagingTest.php
index 35955d0e1e..ac0b67fa07 100644
--- a/tests/PHPUnit/Plugins/MobileMessagingTest.php
+++ b/tests/PHPUnit/Plugins/MobileMessagingTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class MobileMessagingTest extends DatabaseTestCase
diff --git a/tests/PHPUnit/Plugins/MultiSitesTest.php b/tests/PHPUnit/Plugins/MultiSitesTest.php
index d46312e0c9..9052c4c4dc 100644
--- a/tests/PHPUnit/Plugins/MultiSitesTest.php
+++ b/tests/PHPUnit/Plugins/MultiSitesTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class MultiSitesTest extends DatabaseTestCase
diff --git a/tests/PHPUnit/Plugins/PDFReportsTest.php b/tests/PHPUnit/Plugins/PDFReportsTest.php
index 533f3ce5f5..d0618895aa 100644
--- a/tests/PHPUnit/Plugins/PDFReportsTest.php
+++ b/tests/PHPUnit/Plugins/PDFReportsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'PDFReports/PDFReports.php';
diff --git a/tests/PHPUnit/Plugins/PrivacyManagerTest.php b/tests/PHPUnit/Plugins/PrivacyManagerTest.php
index 888a662afc..5b69b77a6b 100755
--- a/tests/PHPUnit/Plugins/PrivacyManagerTest.php
+++ b/tests/PHPUnit/Plugins/PrivacyManagerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'PrivacyManager/PrivacyManager.php';
diff --git a/tests/PHPUnit/Plugins/ProxyTest.php b/tests/PHPUnit/Plugins/ProxyTest.php
index 000b9cd9f7..31a67aa0d9 100644
--- a/tests/PHPUnit/Plugins/ProxyTest.php
+++ b/tests/PHPUnit/Plugins/ProxyTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class ProxyTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Plugins/ReferersTest.php b/tests/PHPUnit/Plugins/ReferersTest.php
index fb95c34429..8757ebde67 100644
--- a/tests/PHPUnit/Plugins/ReferersTest.php
+++ b/tests/PHPUnit/Plugins/ReferersTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'Referers/Referers.php';
diff --git a/tests/PHPUnit/Plugins/SEOTest.php b/tests/PHPUnit/Plugins/SEOTest.php
index c177e9e617..2d3483cc9a 100644
--- a/tests/PHPUnit/Plugins/SEOTest.php
+++ b/tests/PHPUnit/Plugins/SEOTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class SEOTest extends PHPUnit_Framework_TestCase
{
diff --git a/tests/PHPUnit/Plugins/SitesManagerTest.php b/tests/PHPUnit/Plugins/SitesManagerTest.php
index 7559cd3798..717c5acb8a 100644
--- a/tests/PHPUnit/Plugins/SitesManagerTest.php
+++ b/tests/PHPUnit/Plugins/SitesManagerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class SitesManagerTest extends DatabaseTestCase
{
diff --git a/tests/PHPUnit/Plugins/UserCountryTest.php b/tests/PHPUnit/Plugins/UserCountryTest.php
index ef627d012c..0dea828590 100644
--- a/tests/PHPUnit/Plugins/UserCountryTest.php
+++ b/tests/PHPUnit/Plugins/UserCountryTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once PIWIK_INCLUDE_PATH.'/plugins/UserCountry/UserCountry.php';
require_once 'UserCountry/functions.php';
diff --git a/tests/PHPUnit/Plugins/UserSettingsTest.php b/tests/PHPUnit/Plugins/UserSettingsTest.php
index 49ffbdc875..9f48ef5571 100644
--- a/tests/PHPUnit/Plugins/UserSettingsTest.php
+++ b/tests/PHPUnit/Plugins/UserSettingsTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
require_once 'UserSettings/UserSettings.php';
require_once 'UserSettings/functions.php';
diff --git a/tests/PHPUnit/Plugins/UsersManagerTest.php b/tests/PHPUnit/Plugins/UsersManagerTest.php
index 8c4a12a39d..33a1faf95c 100644
--- a/tests/PHPUnit/Plugins/UsersManagerTest.php
+++ b/tests/PHPUnit/Plugins/UsersManagerTest.php
@@ -4,7 +4,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id$
*/
class UsersManagerTest extends DatabaseTestCase
{
diff --git a/tests/javascript/SQLite.php b/tests/javascript/SQLite.php
index 1c07a24678..17d63898a6 100644
--- a/tests/javascript/SQLite.php
+++ b/tests/javascript/SQLite.php
@@ -6,7 +6,6 @@
*
* @link http://piwik.org
* @source http://dev.piwik.org/trac/browser/trunk/tests/javascript/SQLite.php
- * @version $Id$
* @license http://www.opensource.org/licenses/bsd-license.php Simplified BSD
*/
if (class_exists('SQLite3'))
diff --git a/tests/javascript/jash/Jash.css b/tests/javascript/jash/Jash.css
index ff0235d070..a9d3838926 100644
--- a/tests/javascript/jash/Jash.css
+++ b/tests/javascript/jash/Jash.css
@@ -1,5 +1,4 @@
/**
-* $Id: Jash.css,v 1.2 2007/07/13 04:38:41 billyreisinger Exp $
*
* Jash - JavaScript Shell
* Copyright: 2007, Billy Reisinger
diff --git a/tests/javascript/piwiktest.js b/tests/javascript/piwiktest.js
index 601a6a45a3..b921c7376c 100644
--- a/tests/javascript/piwiktest.js
+++ b/tests/javascript/piwiktest.js
@@ -3,7 +3,6 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: $
*/
/*global Piwik getToken */