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:
authorrobocoder <anthon.pang@gmail.com>2010-08-20 19:26:33 +0400
committerrobocoder <anthon.pang@gmail.com>2010-08-20 19:26:33 +0400
commitbadf5a5a82e47ab280d8e9943f38ebcd3514b42d (patch)
treecd62880f16a129329169f418058f62b2d7f006de
parenteb32a329f893e0a2edcf355aece0f95b03db2bad (diff)
refs #1630
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-rw-r--r--core/API/DataTableGenericFilter.php2
-rw-r--r--core/API/DocumentationGenerator.php2
-rw-r--r--core/API/Proxy.php2
-rw-r--r--core/API/Request.php2
-rw-r--r--core/API/ResponseBuilder.php2
-rw-r--r--core/Access.php2
-rw-r--r--core/Archive.php2
-rw-r--r--core/Archive/Array.php2
-rw-r--r--core/Archive/Array/IndexedByDate.php2
-rw-r--r--core/Archive/Array/IndexedBySite.php2
-rw-r--r--core/Archive/Single.php2
-rw-r--r--core/ArchiveProcessing.php2
-rw-r--r--core/ArchiveProcessing/Day.php2
-rw-r--r--core/ArchiveProcessing/Period.php2
-rw-r--r--core/ArchiveProcessing/Record.php2
-rw-r--r--core/ArchiveProcessing/Record/Blob.php2
-rw-r--r--core/ArchiveProcessing/Record/Numeric.php2
-rw-r--r--core/ArchiveProcessing/RecordArray.php2
-rw-r--r--core/AssetManager.php2
-rw-r--r--core/Auth.php2
-rw-r--r--core/CacheFile.php2
-rw-r--r--core/Common.php2
-rw-r--r--core/Config.php2
-rw-r--r--core/Controller.php2
-rw-r--r--core/Cookie.php2
-rw-r--r--core/DataFiles/Countries.php2
-rw-r--r--core/DataFiles/LanguageToCountry.php2
-rw-r--r--core/DataFiles/SearchEngines.php2
-rw-r--r--core/DataTable.php2
-rw-r--r--core/DataTable/Array.php2
-rw-r--r--core/DataTable/Filter.php2
-rw-r--r--core/DataTable/Filter/AddColumnsProcessedMetrics.php2
-rw-r--r--core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php2
-rw-r--r--core/DataTable/Filter/AddConstantMetadata.php2
-rw-r--r--core/DataTable/Filter/AddSummaryRow.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddMetadata.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackDeleteRow.php2
-rw-r--r--core/DataTable/Filter/ColumnCallbackReplace.php2
-rw-r--r--core/DataTable/Filter/ColumnDelete.php2
-rw-r--r--core/DataTable/Filter/ExcludeLowPopulation.php2
-rw-r--r--core/DataTable/Filter/Limit.php2
-rw-r--r--core/DataTable/Filter/MetadataCallbackAddMetadata.php2
-rw-r--r--core/DataTable/Filter/MetadataCallbackReplace.php2
-rw-r--r--core/DataTable/Filter/Null.php2
-rw-r--r--core/DataTable/Filter/Pattern.php2
-rw-r--r--core/DataTable/Filter/PatternRecursive.php2
-rw-r--r--core/DataTable/Filter/ReplaceColumnNames.php2
-rw-r--r--core/DataTable/Filter/ReplaceSummaryRowLabel.php2
-rw-r--r--core/DataTable/Filter/SafeDecodeLabel.php2
-rw-r--r--core/DataTable/Filter/Sort.php2
-rw-r--r--core/DataTable/Filter/Truncate.php2
-rw-r--r--core/DataTable/Manager.php2
-rw-r--r--core/DataTable/Renderer.php2
-rw-r--r--core/DataTable/Renderer/Console.php2
-rw-r--r--core/DataTable/Renderer/Csv.php2
-rw-r--r--core/DataTable/Renderer/Html.php2
-rw-r--r--core/DataTable/Renderer/Json.php2
-rw-r--r--core/DataTable/Renderer/Php.php2
-rw-r--r--core/DataTable/Renderer/Rss.php2
-rw-r--r--core/DataTable/Renderer/Tsv.php2
-rw-r--r--core/DataTable/Renderer/Xml.php2
-rw-r--r--core/DataTable/Row.php2
-rw-r--r--core/DataTable/Row/DataTableSummary.php2
-rw-r--r--core/DataTable/Simple.php2
-rw-r--r--core/Date.php2
-rw-r--r--core/Db/Adapter.php2
-rw-r--r--core/Db/Adapter/Mysqli.php2
-rw-r--r--core/Db/Adapter/Pdo/Mssql.php2
-rw-r--r--core/Db/Adapter/Pdo/Mysql.php2
-rw-r--r--core/Db/Adapter/Pdo/Pgsql.php2
-rw-r--r--core/Db/Schema.php2
-rw-r--r--core/Db/Schema/Myisam.php2
-rw-r--r--core/ErrorHandler.php2
-rw-r--r--core/ExceptionHandler.php2
-rw-r--r--core/FrontController.php2
-rw-r--r--core/Http.php2
-rw-r--r--core/Loader.php2
-rw-r--r--core/Log.php2
-rw-r--r--core/Log/APICall.php2
-rw-r--r--core/Log/Error.php2
-rw-r--r--core/Log/Exception.php2
-rw-r--r--core/Log/Message.php2
-rw-r--r--core/Mail.php2
-rw-r--r--core/Menu/Abstract.php2
-rw-r--r--core/Menu/Admin.php2
-rw-r--r--core/Menu/Main.php2
-rw-r--r--core/Menu/Top.php2
-rw-r--r--core/Nonce.php2
-rw-r--r--core/Option.php2
-rw-r--r--core/Period.php2
-rw-r--r--core/Period/Day.php2
-rw-r--r--core/Period/Month.php2
-rw-r--r--core/Period/Range.php2
-rw-r--r--core/Period/Week.php2
-rw-r--r--core/Period/Year.php2
-rw-r--r--core/Piwik.php2
-rw-r--r--core/Plugin.php2
-rw-r--r--core/PluginsFunctions/Sql.php2
-rw-r--r--core/PluginsFunctions/WidgetsList.php2
-rw-r--r--core/PluginsManager.php2
-rw-r--r--core/QuickForm2.php2
-rw-r--r--core/ScheduledTask.php2
-rw-r--r--core/ScheduledTime.php2
-rw-r--r--core/ScheduledTime/Daily.php2
-rw-r--r--core/ScheduledTime/Hourly.php2
-rw-r--r--core/ScheduledTime/Monthly.php2
-rw-r--r--core/ScheduledTime/Weekly.php2
-rw-r--r--core/Session.php2
-rw-r--r--core/Site.php2
-rw-r--r--core/Smarty.php2
-rw-r--r--core/SmartyPlugins/function.ajaxErrorDiv.php2
-rw-r--r--core/SmartyPlugins/function.ajaxLoadingDiv.php2
-rw-r--r--core/SmartyPlugins/function.ajaxRequestErrorDiv.php2
-rw-r--r--core/SmartyPlugins/function.hiddenurl.php2
-rw-r--r--core/SmartyPlugins/function.includeAssets.php2
-rw-r--r--core/SmartyPlugins/function.loadJavascriptTranslations.php2
-rw-r--r--core/SmartyPlugins/function.logoHtml.php2
-rw-r--r--core/SmartyPlugins/function.postEvent.php2
-rw-r--r--core/SmartyPlugins/function.sparkline.php2
-rw-r--r--core/SmartyPlugins/function.url.php2
-rw-r--r--core/SmartyPlugins/modifier.escape.php2
-rw-r--r--core/SmartyPlugins/modifier.inlineHelp.php2
-rw-r--r--core/SmartyPlugins/modifier.money.php2
-rw-r--r--core/SmartyPlugins/modifier.stripeol.php2
-rw-r--r--core/SmartyPlugins/modifier.sumtime.php2
-rw-r--r--core/SmartyPlugins/modifier.translate.php2
-rw-r--r--core/SmartyPlugins/modifier.unescape.php2
-rw-r--r--core/SmartyPlugins/modifier.urlRewriteBasicView.php2
-rw-r--r--core/SmartyPlugins/modifier.urlRewriteWithParameters.php2
-rw-r--r--core/SmartyPlugins/outputfilter.ajaxcdn.php2
-rw-r--r--core/SmartyPlugins/outputfilter.cachebuster.php2
-rw-r--r--core/TablePartitioning.php2
-rw-r--r--core/TaskScheduler.php2
-rw-r--r--core/Timer.php2
-rw-r--r--core/Tracker.php2
-rw-r--r--core/Tracker/Action.php2
-rw-r--r--core/Tracker/Config.php2
-rw-r--r--core/Tracker/Db.php2
-rw-r--r--core/Tracker/Db/Mysqli.php2
-rw-r--r--core/Tracker/Db/Pdo/Mysql.php2
-rw-r--r--core/Tracker/Db/Pdo/Pgsql.php2
-rw-r--r--core/Tracker/GoalManager.php2
-rw-r--r--core/Tracker/Visit.php2
-rw-r--r--core/Translate.php2
-rw-r--r--core/UpdateCheck.php2
-rw-r--r--core/Updater.php2
-rw-r--r--core/Updates.php2
-rw-r--r--core/Updates/0.2.10.php2
-rw-r--r--core/Updates/0.2.12.php2
-rw-r--r--core/Updates/0.2.13.php2
-rw-r--r--core/Updates/0.2.24.php2
-rw-r--r--core/Updates/0.2.27.php2
-rw-r--r--core/Updates/0.2.32.php2
-rw-r--r--core/Updates/0.2.33.php2
-rw-r--r--core/Updates/0.2.34.php2
-rw-r--r--core/Updates/0.2.35.php2
-rw-r--r--core/Updates/0.2.37.php2
-rw-r--r--core/Updates/0.4.1.php2
-rw-r--r--core/Updates/0.4.2.php2
-rw-r--r--core/Updates/0.4.4.php2
-rw-r--r--core/Updates/0.4.php2
-rw-r--r--core/Updates/0.5.4.php2
-rw-r--r--core/Updates/0.5.5.php2
-rw-r--r--core/Updates/0.5.php2
-rw-r--r--core/Updates/0.6-rc1.php2
-rw-r--r--core/Updates/0.6.2.php2
-rw-r--r--core/Updates/0.6.3.php2
-rw-r--r--core/Updates/0.7.php2
-rw-r--r--core/Url.php2
-rw-r--r--core/Version.php2
-rw-r--r--core/View.php2
-rw-r--r--core/ViewDataTable.php2
-rw-r--r--core/ViewDataTable/Cloud.php2
-rw-r--r--core/ViewDataTable/GenerateGraphData.php2
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartEvolution.php2
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartPie.php2
-rw-r--r--core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php2
-rw-r--r--core/ViewDataTable/GenerateGraphHTML.php2
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php2
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartPie.php2
-rw-r--r--core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php2
-rw-r--r--core/ViewDataTable/HtmlTable.php2
-rw-r--r--core/ViewDataTable/HtmlTable/AllColumns.php2
-rw-r--r--core/ViewDataTable/HtmlTable/Goals.php2
-rw-r--r--core/ViewDataTable/Sparkline.php2
-rw-r--r--core/Visualization/Chart.php2
-rw-r--r--core/Visualization/Chart/Evolution.php2
-rw-r--r--core/Visualization/Chart/Pie.php2
-rw-r--r--core/Visualization/Chart/VerticalBar.php2
-rw-r--r--core/Visualization/Cloud.php2
-rw-r--r--core/Visualization/Sparkline.php2
-rw-r--r--core/iView.php2
-rw-r--r--core/testMinimumPhpVersion.php2
-rw-r--r--js/piwik.js2
-rw-r--r--piwik.js4
-rw-r--r--plugins/API/API.php2
-rw-r--r--plugins/API/Controller.php2
-rw-r--r--plugins/Actions/API.php2
-rw-r--r--plugins/Actions/Actions.php2
-rw-r--r--plugins/Actions/Controller.php2
-rw-r--r--plugins/AnonymizeIP/AnonymizeIP.php2
-rw-r--r--plugins/CoreAdminHome/API.php2
-rw-r--r--plugins/CoreAdminHome/Controller.php2
-rw-r--r--plugins/CoreAdminHome/CoreAdminHome.php2
-rw-r--r--plugins/CoreAdminHome/templates/generalSettings.js8
-rw-r--r--plugins/CoreHome/Controller.php2
-rw-r--r--plugins/CoreHome/CoreHome.php2
-rw-r--r--plugins/CoreHome/templates/autocomplete.js9
-rw-r--r--plugins/CoreHome/templates/broadcast.js8
-rw-r--r--plugins/CoreHome/templates/calendar.js10
-rw-r--r--plugins/CoreHome/templates/datatable.js8
-rw-r--r--plugins/CoreHome/templates/date.js8
-rw-r--r--plugins/CoreHome/templates/menu.js8
-rw-r--r--plugins/CoreHome/templates/sparkline.js10
-rw-r--r--plugins/CorePluginsAdmin/Controller.php2
-rw-r--r--plugins/CorePluginsAdmin/CorePluginsAdmin.php2
-rw-r--r--plugins/CoreUpdater/Controller.php2
-rw-r--r--plugins/CoreUpdater/CoreUpdater.php2
-rw-r--r--plugins/DBStats/API.php2
-rw-r--r--plugins/DBStats/Controller.php2
-rw-r--r--plugins/DBStats/DBStats.php2
-rw-r--r--plugins/Dashboard/Controller.php2
-rw-r--r--plugins/Dashboard/Dashboard.php2
-rw-r--r--plugins/Dashboard/templates/Dashboard.js8
-rw-r--r--plugins/Dashboard/templates/widgetMenu.js8
-rw-r--r--plugins/ExampleAPI/API.php2
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php2
-rw-r--r--plugins/ExampleFeedburner/ExampleFeedburner.php2
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php2
-rw-r--r--plugins/ExamplePlugin/lang/en.php2
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php2
-rw-r--r--plugins/ExampleUI/API.php2
-rw-r--r--plugins/ExampleUI/Controller.php2
-rw-r--r--plugins/ExampleUI/ExampleUI.php2
-rw-r--r--plugins/Feedback/Controller.php2
-rw-r--r--plugins/Feedback/Feedback.php2
-rw-r--r--plugins/Feedback/templates/feedback.js8
-rw-r--r--plugins/Goals/API.php2
-rw-r--r--plugins/Goals/Controller.php2
-rw-r--r--plugins/Goals/Goals.php2
-rw-r--r--plugins/Goals/templates/GoalForm.js9
-rw-r--r--plugins/Installation/Controller.php2
-rw-r--r--plugins/Installation/FormDatabaseSetup.php2
-rw-r--r--plugins/Installation/FormFirstWebsiteSetup.php2
-rw-r--r--plugins/Installation/FormGeneralSetup.php2
-rw-r--r--plugins/Installation/Installation.php2
-rw-r--r--plugins/Installation/View.php2
-rw-r--r--plugins/LanguagesManager/API.php2
-rw-r--r--plugins/LanguagesManager/Controller.php2
-rw-r--r--plugins/LanguagesManager/LanguagesManager.php2
-rw-r--r--plugins/Live/API.php2
-rw-r--r--plugins/Live/Controller.php2
-rw-r--r--plugins/Live/Live.php2
-rw-r--r--plugins/Live/Visitor.php2
-rw-r--r--plugins/Live/templates/scripts/live.js105
-rw-r--r--plugins/Login/Auth.php2
-rw-r--r--plugins/Login/Controller.php2
-rw-r--r--plugins/Login/FormLogin.php2
-rw-r--r--plugins/Login/FormPassword.php2
-rw-r--r--plugins/Login/FormResetPassword.php2
-rw-r--r--plugins/Login/Login.php2
-rw-r--r--plugins/MultiSites/Controller.php2
-rw-r--r--plugins/MultiSites/MultiSites.php2
-rw-r--r--plugins/MultiSites/templates/common.js8
-rw-r--r--plugins/PDFReports/API.php2
-rw-r--r--plugins/PDFReports/Controller.php2
-rw-r--r--plugins/PDFReports/PDFRenderer.php2
-rw-r--r--plugins/PDFReports/PDFReports.php2
-rw-r--r--plugins/PDFReports/templates/pdf.js7
-rw-r--r--plugins/Provider/API.php2
-rw-r--r--plugins/Provider/Controller.php2
-rw-r--r--plugins/Provider/Provider.php2
-rw-r--r--plugins/Provider/functions.php2
-rw-r--r--plugins/Referers/API.php2
-rw-r--r--plugins/Referers/Controller.php2
-rw-r--r--plugins/Referers/Referers.php2
-rw-r--r--plugins/Referers/functions.php2
-rw-r--r--plugins/SEO/API.php2
-rw-r--r--plugins/SEO/Controller.php2
-rw-r--r--plugins/SEO/RankChecker.php2
-rw-r--r--plugins/SEO/SEO.php2
-rw-r--r--plugins/SEO/templates/rank.js10
-rw-r--r--plugins/SecurityInfo/Controller.php2
-rw-r--r--plugins/SecurityInfo/SecurityInfo.php2
-rw-r--r--plugins/SitesManager/API.php2
-rw-r--r--plugins/SitesManager/Controller.php2
-rw-r--r--plugins/SitesManager/SitesManager.php2
-rw-r--r--plugins/SitesManager/templates/SitesManager.js10
-rw-r--r--plugins/UserCountry/API.php2
-rw-r--r--plugins/UserCountry/Controller.php2
-rw-r--r--plugins/UserCountry/UserCountry.php2
-rw-r--r--plugins/UserCountry/functions.php2
-rw-r--r--plugins/UserCountryMap/UserCountryMap.php2
-rw-r--r--plugins/UserSettings/API.php2
-rw-r--r--plugins/UserSettings/Controller.php2
-rw-r--r--plugins/UserSettings/UserSettings.php2
-rw-r--r--plugins/UserSettings/functions.php2
-rw-r--r--plugins/UsersManager/API.php2
-rw-r--r--plugins/UsersManager/Controller.php2
-rw-r--r--plugins/UsersManager/UsersManager.php2
-rw-r--r--plugins/UsersManager/templates/UsersManager.js8
-rw-r--r--plugins/UsersManager/templates/userSettings.js8
-rw-r--r--plugins/VisitFrequency/API.php2
-rw-r--r--plugins/VisitFrequency/Controller.php2
-rw-r--r--plugins/VisitFrequency/VisitFrequency.php2
-rw-r--r--plugins/VisitTime/API.php2
-rw-r--r--plugins/VisitTime/Controller.php2
-rw-r--r--plugins/VisitTime/VisitTime.php2
-rw-r--r--plugins/VisitorGenerator/Controller.php2
-rw-r--r--plugins/VisitorGenerator/Generator.php2
-rw-r--r--plugins/VisitorGenerator/Tracker.php2
-rw-r--r--plugins/VisitorGenerator/Visit.php2
-rw-r--r--plugins/VisitorGenerator/VisitorGenerator.php2
-rw-r--r--plugins/VisitorGenerator/data/AcceptLanguage.php2
-rw-r--r--plugins/VisitorGenerator/data/Referers.php2
-rw-r--r--plugins/VisitorGenerator/data/UserAgent.php2
-rw-r--r--plugins/VisitorInterest/API.php2
-rw-r--r--plugins/VisitorInterest/Controller.php2
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php2
-rw-r--r--plugins/VisitsSummary/API.php2
-rw-r--r--plugins/VisitsSummary/Controller.php2
-rw-r--r--plugins/VisitsSummary/VisitsSummary.php2
-rw-r--r--plugins/Widgetize/Controller.php2
-rw-r--r--plugins/Widgetize/Widgetize.php2
-rw-r--r--plugins/Widgetize/templates/widgetize.js8
-rw-r--r--tests/javascript/piwiktest.js2
-rw-r--r--themes/default/common.js2
329 files changed, 521 insertions, 365 deletions
diff --git a/core/API/DataTableGenericFilter.php b/core/API/DataTableGenericFilter.php
index 7f194193d8..d8ba57c51d 100644
--- a/core/API/DataTableGenericFilter.php
+++ b/core/API/DataTableGenericFilter.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/API/DocumentationGenerator.php b/core/API/DocumentationGenerator.php
index 37ab59400b..bbada6c27f 100644
--- a/core/API/DocumentationGenerator.php
+++ b/core/API/DocumentationGenerator.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/API/Proxy.php b/core/API/Proxy.php
index 6498508aa1..accdb1feaa 100644
--- a/core/API/Proxy.php
+++ b/core/API/Proxy.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/API/Request.php b/core/API/Request.php
index b1e41cdf5b..39a91a4f88 100644
--- a/core/API/Request.php
+++ b/core/API/Request.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/API/ResponseBuilder.php b/core/API/ResponseBuilder.php
index 7aeed06604..de8af21d02 100644
--- a/core/API/ResponseBuilder.php
+++ b/core/API/ResponseBuilder.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Access.php b/core/Access.php
index 05130df862..8582fbf44e 100644
--- a/core/Access.php
+++ b/core/Access.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Archive.php b/core/Archive.php
index 17900f51a5..4f1a246e20 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Archive/Array.php b/core/Archive/Array.php
index 53063ece02..a31e1cffa6 100644
--- a/core/Archive/Array.php
+++ b/core/Archive/Array.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Archive/Array/IndexedByDate.php b/core/Archive/Array/IndexedByDate.php
index 8629ef9672..173854b715 100644
--- a/core/Archive/Array/IndexedByDate.php
+++ b/core/Archive/Array/IndexedByDate.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Archive/Array/IndexedBySite.php b/core/Archive/Array/IndexedBySite.php
index a5d4cf6163..a5ec51ad04 100644
--- a/core/Archive/Array/IndexedBySite.php
+++ b/core/Archive/Array/IndexedBySite.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Archive/Single.php b/core/Archive/Single.php
index b69a5b59ea..2c53a7b5bd 100644
--- a/core/Archive/Single.php
+++ b/core/Archive/Single.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
*
diff --git a/core/ArchiveProcessing.php b/core/ArchiveProcessing.php
index 1f9cad3165..cd2d1d174d 100644
--- a/core/ArchiveProcessing.php
+++ b/core/ArchiveProcessing.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/Day.php b/core/ArchiveProcessing/Day.php
index 5193a39562..30600afb3d 100644
--- a/core/ArchiveProcessing/Day.php
+++ b/core/ArchiveProcessing/Day.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/Period.php b/core/ArchiveProcessing/Period.php
index 37b65cba70..e1d4d96c23 100644
--- a/core/ArchiveProcessing/Period.php
+++ b/core/ArchiveProcessing/Period.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/Record.php b/core/ArchiveProcessing/Record.php
index e1b107d2e7..eb6e22a127 100644
--- a/core/ArchiveProcessing/Record.php
+++ b/core/ArchiveProcessing/Record.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/Record/Blob.php b/core/ArchiveProcessing/Record/Blob.php
index bdaa307875..302b07efef 100644
--- a/core/ArchiveProcessing/Record/Blob.php
+++ b/core/ArchiveProcessing/Record/Blob.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/Record/Numeric.php b/core/ArchiveProcessing/Record/Numeric.php
index 26f0ca4781..2cfe7cb9b9 100644
--- a/core/ArchiveProcessing/Record/Numeric.php
+++ b/core/ArchiveProcessing/Record/Numeric.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ArchiveProcessing/RecordArray.php b/core/ArchiveProcessing/RecordArray.php
index 1339383096..4cdcdbbde8 100644
--- a/core/ArchiveProcessing/RecordArray.php
+++ b/core/ArchiveProcessing/RecordArray.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/AssetManager.php b/core/AssetManager.php
index 2451bddc4f..a216e1c466 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id: AssetManager.php
*
* @category Piwik
diff --git a/core/Auth.php b/core/Auth.php
index cd73f8a4d6..c55b52176b 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/CacheFile.php b/core/CacheFile.php
index 6a3f95cf9e..0c6f3c46da 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Common.php b/core/Common.php
index df5ce98174..80df793a06 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Config.php b/core/Config.php
index 440f5748a4..0140ac51e1 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Controller.php b/core/Controller.php
index 4a078c22cc..67fa0298cb 100644
--- a/core/Controller.php
+++ b/core/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Cookie.php b/core/Cookie.php
index 7bf2e30927..98a055a6d1 100644
--- a/core/Cookie.php
+++ b/core/Cookie.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataFiles/Countries.php b/core/DataFiles/Countries.php
index d72c418bec..551f340e17 100644
--- a/core/DataFiles/Countries.php
+++ b/core/DataFiles/Countries.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataFiles/LanguageToCountry.php b/core/DataFiles/LanguageToCountry.php
index db71ba139f..e44b6f63d1 100644
--- a/core/DataFiles/LanguageToCountry.php
+++ b/core/DataFiles/LanguageToCountry.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index ff6dfab69e..8c974cf7a9 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable.php b/core/DataTable.php
index e667a2ac40..fd15f0bdf7 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Array.php b/core/DataTable/Array.php
index ee2b8bfac9..0ad69b161b 100644
--- a/core/DataTable/Array.php
+++ b/core/DataTable/Array.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter.php b/core/DataTable/Filter.php
index 44d2916d72..dc8a9b079a 100644
--- a/core/DataTable/Filter.php
+++ b/core/DataTable/Filter.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/AddColumnsProcessedMetrics.php b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
index 5f0b75404c..ea769deb54 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetrics.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetrics.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
index 33b6cfba0e..548b8879f0 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/AddConstantMetadata.php b/core/DataTable/Filter/AddConstantMetadata.php
index 25f19485f7..c7ca68fed9 100644
--- a/core/DataTable/Filter/AddConstantMetadata.php
+++ b/core/DataTable/Filter/AddConstantMetadata.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/AddSummaryRow.php b/core/DataTable/Filter/AddSummaryRow.php
index 5bdbf44c02..0dc8307852 100644
--- a/core/DataTable/Filter/AddSummaryRow.php
+++ b/core/DataTable/Filter/AddSummaryRow.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
index d63d8298e3..6e40b4a12a 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
index b0513b0d0c..b802858ee8 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackAddMetadata.php b/core/DataTable/Filter/ColumnCallbackAddMetadata.php
index d90079e3f1..83a3d90f46 100644
--- a/core/DataTable/Filter/ColumnCallbackAddMetadata.php
+++ b/core/DataTable/Filter/ColumnCallbackAddMetadata.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackDeleteRow.php b/core/DataTable/Filter/ColumnCallbackDeleteRow.php
index 14468b14ef..c08db59367 100644
--- a/core/DataTable/Filter/ColumnCallbackDeleteRow.php
+++ b/core/DataTable/Filter/ColumnCallbackDeleteRow.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnCallbackReplace.php b/core/DataTable/Filter/ColumnCallbackReplace.php
index 0c0e05b67e..774058f2d6 100644
--- a/core/DataTable/Filter/ColumnCallbackReplace.php
+++ b/core/DataTable/Filter/ColumnCallbackReplace.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ColumnDelete.php b/core/DataTable/Filter/ColumnDelete.php
index c300f11d6d..988d0ac57d 100644
--- a/core/DataTable/Filter/ColumnDelete.php
+++ b/core/DataTable/Filter/ColumnDelete.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ExcludeLowPopulation.php b/core/DataTable/Filter/ExcludeLowPopulation.php
index c2f024430d..68fdd42111 100644
--- a/core/DataTable/Filter/ExcludeLowPopulation.php
+++ b/core/DataTable/Filter/ExcludeLowPopulation.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/Limit.php b/core/DataTable/Filter/Limit.php
index 60a7a1b209..ca4fd39c15 100644
--- a/core/DataTable/Filter/Limit.php
+++ b/core/DataTable/Filter/Limit.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/MetadataCallbackAddMetadata.php b/core/DataTable/Filter/MetadataCallbackAddMetadata.php
index 9de5c48e0c..ea2b78eebf 100644
--- a/core/DataTable/Filter/MetadataCallbackAddMetadata.php
+++ b/core/DataTable/Filter/MetadataCallbackAddMetadata.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/MetadataCallbackReplace.php b/core/DataTable/Filter/MetadataCallbackReplace.php
index c990a32252..f066eb0eae 100644
--- a/core/DataTable/Filter/MetadataCallbackReplace.php
+++ b/core/DataTable/Filter/MetadataCallbackReplace.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/Null.php b/core/DataTable/Filter/Null.php
index b5a67bdd44..b955db66ba 100644
--- a/core/DataTable/Filter/Null.php
+++ b/core/DataTable/Filter/Null.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/Pattern.php b/core/DataTable/Filter/Pattern.php
index 6132871b7f..0d0aa7671d 100644
--- a/core/DataTable/Filter/Pattern.php
+++ b/core/DataTable/Filter/Pattern.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/PatternRecursive.php b/core/DataTable/Filter/PatternRecursive.php
index 0743293e84..79b5f3b157 100644
--- a/core/DataTable/Filter/PatternRecursive.php
+++ b/core/DataTable/Filter/PatternRecursive.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ReplaceColumnNames.php b/core/DataTable/Filter/ReplaceColumnNames.php
index 3865cace7c..6a01098cd2 100644
--- a/core/DataTable/Filter/ReplaceColumnNames.php
+++ b/core/DataTable/Filter/ReplaceColumnNames.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/ReplaceSummaryRowLabel.php b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
index b5eb5bfd61..abbd1b46e3 100644
--- a/core/DataTable/Filter/ReplaceSummaryRowLabel.php
+++ b/core/DataTable/Filter/ReplaceSummaryRowLabel.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/SafeDecodeLabel.php b/core/DataTable/Filter/SafeDecodeLabel.php
index 0f8f598aa1..b0f712174b 100644
--- a/core/DataTable/Filter/SafeDecodeLabel.php
+++ b/core/DataTable/Filter/SafeDecodeLabel.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 2b5dbff5ea..22418b111d 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Filter/Truncate.php b/core/DataTable/Filter/Truncate.php
index 34cef3f853..8f8b713464 100644
--- a/core/DataTable/Filter/Truncate.php
+++ b/core/DataTable/Filter/Truncate.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Manager.php b/core/DataTable/Manager.php
index 54976f014c..6120482635 100644
--- a/core/DataTable/Manager.php
+++ b/core/DataTable/Manager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer.php b/core/DataTable/Renderer.php
index 50e940e346..8f374ac4bd 100644
--- a/core/DataTable/Renderer.php
+++ b/core/DataTable/Renderer.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Console.php b/core/DataTable/Renderer/Console.php
index 7d0fb5f001..5d9013219a 100644
--- a/core/DataTable/Renderer/Console.php
+++ b/core/DataTable/Renderer/Console.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Csv.php b/core/DataTable/Renderer/Csv.php
index e0f2524dfe..62d3e3d537 100644
--- a/core/DataTable/Renderer/Csv.php
+++ b/core/DataTable/Renderer/Csv.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Html.php b/core/DataTable/Renderer/Html.php
index 2ebc36c0ce..d15fcdf204 100644
--- a/core/DataTable/Renderer/Html.php
+++ b/core/DataTable/Renderer/Html.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Json.php b/core/DataTable/Renderer/Json.php
index 95b580ca28..ac34b5f660 100644
--- a/core/DataTable/Renderer/Json.php
+++ b/core/DataTable/Renderer/Json.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Php.php b/core/DataTable/Renderer/Php.php
index cebda20266..429876b6ce 100644
--- a/core/DataTable/Renderer/Php.php
+++ b/core/DataTable/Renderer/Php.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Rss.php b/core/DataTable/Renderer/Rss.php
index 9c07515678..7929879d80 100644
--- a/core/DataTable/Renderer/Rss.php
+++ b/core/DataTable/Renderer/Rss.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Tsv.php b/core/DataTable/Renderer/Tsv.php
index 1af22ca122..107c4667a2 100644
--- a/core/DataTable/Renderer/Tsv.php
+++ b/core/DataTable/Renderer/Tsv.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Renderer/Xml.php b/core/DataTable/Renderer/Xml.php
index 34074db6aa..f02209ad0a 100644
--- a/core/DataTable/Renderer/Xml.php
+++ b/core/DataTable/Renderer/Xml.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Row.php b/core/DataTable/Row.php
index 90178ac848..45415aeccf 100644
--- a/core/DataTable/Row.php
+++ b/core/DataTable/Row.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Row/DataTableSummary.php b/core/DataTable/Row/DataTableSummary.php
index b0c612573d..2423372852 100644
--- a/core/DataTable/Row/DataTableSummary.php
+++ b/core/DataTable/Row/DataTableSummary.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/DataTable/Simple.php b/core/DataTable/Simple.php
index 87a26f1e4d..809c5b0eee 100644
--- a/core/DataTable/Simple.php
+++ b/core/DataTable/Simple.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Date.php b/core/Date.php
index 9a64f16017..82b0595cdd 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Adapter.php b/core/Db/Adapter.php
index 7334348660..c2fbab398e 100644
--- a/core/Db/Adapter.php
+++ b/core/Db/Adapter.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Adapter/Mysqli.php b/core/Db/Adapter/Mysqli.php
index 34cb3f5e55..82945107e7 100644
--- a/core/Db/Adapter/Mysqli.php
+++ b/core/Db/Adapter/Mysqli.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Adapter/Pdo/Mssql.php b/core/Db/Adapter/Pdo/Mssql.php
index 7246c3838e..da2bd4cec8 100644
--- a/core/Db/Adapter/Pdo/Mssql.php
+++ b/core/Db/Adapter/Pdo/Mssql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Adapter/Pdo/Mysql.php b/core/Db/Adapter/Pdo/Mysql.php
index d17e7dfcef..954468ff39 100644
--- a/core/Db/Adapter/Pdo/Mysql.php
+++ b/core/Db/Adapter/Pdo/Mysql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Adapter/Pdo/Pgsql.php b/core/Db/Adapter/Pdo/Pgsql.php
index f83a023b01..525127c258 100644
--- a/core/Db/Adapter/Pdo/Pgsql.php
+++ b/core/Db/Adapter/Pdo/Pgsql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Schema.php b/core/Db/Schema.php
index 7afe91d0e8..22c0dd5806 100644
--- a/core/Db/Schema.php
+++ b/core/Db/Schema.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Db/Schema/Myisam.php b/core/Db/Schema/Myisam.php
index ac8aa7b362..5d0b1ffc8c 100644
--- a/core/Db/Schema/Myisam.php
+++ b/core/Db/Schema/Myisam.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php
index 01159458d1..759b9d89e8 100644
--- a/core/ErrorHandler.php
+++ b/core/ErrorHandler.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 7c8d070ec0..6df8c5ff6c 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/FrontController.php b/core/FrontController.php
index 7705e00b97..94ae313c34 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Http.php b/core/Http.php
index 4ec0333415..ed426f88b6 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Loader.php b/core/Loader.php
index 88b2c37585..989a52cf61 100644
--- a/core/Loader.php
+++ b/core/Loader.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Log.php b/core/Log.php
index 6e74c37436..0706dc57bb 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Log/APICall.php b/core/Log/APICall.php
index 8148c77014..d6bbacbbf6 100644
--- a/core/Log/APICall.php
+++ b/core/Log/APICall.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Log/Error.php b/core/Log/Error.php
index e015fa2518..c29257fc9f 100644
--- a/core/Log/Error.php
+++ b/core/Log/Error.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Log/Exception.php b/core/Log/Exception.php
index fe3e6ef98e..407f60dc05 100644
--- a/core/Log/Exception.php
+++ b/core/Log/Exception.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Log/Message.php b/core/Log/Message.php
index 45712f3521..fc9eaf26b5 100644
--- a/core/Log/Message.php
+++ b/core/Log/Message.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Mail.php b/core/Mail.php
index 14b5885f11..4dbac28cb4 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Menu/Abstract.php b/core/Menu/Abstract.php
index ecc873a871..e6accc9c00 100644
--- a/core/Menu/Abstract.php
+++ b/core/Menu/Abstract.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Menu/Admin.php b/core/Menu/Admin.php
index ee6a3e1897..d06db2d1cd 100644
--- a/core/Menu/Admin.php
+++ b/core/Menu/Admin.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Menu/Main.php b/core/Menu/Main.php
index 75581b1038..c2260ae7ec 100644
--- a/core/Menu/Main.php
+++ b/core/Menu/Main.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Menu/Top.php b/core/Menu/Top.php
index f7e75ed542..2a023d77ff 100644
--- a/core/Menu/Top.php
+++ b/core/Menu/Top.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Nonce.php b/core/Nonce.php
index e8b6e47589..e78352c15b 100644
--- a/core/Nonce.php
+++ b/core/Nonce.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Option.php b/core/Option.php
index 39513b5416..983083e7b1 100644
--- a/core/Option.php
+++ b/core/Option.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period.php b/core/Period.php
index 4e5e6e37bb..1d7b9d397f 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period/Day.php b/core/Period/Day.php
index a5eda257ed..d74126fd93 100644
--- a/core/Period/Day.php
+++ b/core/Period/Day.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period/Month.php b/core/Period/Month.php
index ef257c9bc8..f28a54b1f4 100644
--- a/core/Period/Month.php
+++ b/core/Period/Month.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period/Range.php b/core/Period/Range.php
index 2f1b33bdad..7a850b7bba 100644
--- a/core/Period/Range.php
+++ b/core/Period/Range.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period/Week.php b/core/Period/Week.php
index 90eb68f081..fbb436829a 100644
--- a/core/Period/Week.php
+++ b/core/Period/Week.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Period/Year.php b/core/Period/Year.php
index 19500be9ed..663bcf91fd 100644
--- a/core/Period/Year.php
+++ b/core/Period/Year.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Piwik.php b/core/Piwik.php
index 6d0c0ff359..5e4dba2748 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Plugin.php b/core/Plugin.php
index df1349a8a7..f42346e6e7 100644
--- a/core/Plugin.php
+++ b/core/Plugin.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/PluginsFunctions/Sql.php b/core/PluginsFunctions/Sql.php
index aa219d619b..1af15f7e83 100644
--- a/core/PluginsFunctions/Sql.php
+++ b/core/PluginsFunctions/Sql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/PluginsFunctions/WidgetsList.php b/core/PluginsFunctions/WidgetsList.php
index 1ab172a645..5f0d2ec3da 100644
--- a/core/PluginsFunctions/WidgetsList.php
+++ b/core/PluginsFunctions/WidgetsList.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/PluginsManager.php b/core/PluginsManager.php
index c50b4ca6ac..44b44d335b 100644
--- a/core/PluginsManager.php
+++ b/core/PluginsManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/QuickForm2.php b/core/QuickForm2.php
index d39aa8a97b..07c82cc128 100644
--- a/core/QuickForm2.php
+++ b/core/QuickForm2.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id:$
*
* @category Piwik
diff --git a/core/ScheduledTask.php b/core/ScheduledTask.php
index ee0f61d331..4f855cb495 100644
--- a/core/ScheduledTask.php
+++ b/core/ScheduledTask.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ScheduledTime.php b/core/ScheduledTime.php
index d475287c0b..ff00c8635c 100644
--- a/core/ScheduledTime.php
+++ b/core/ScheduledTime.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ScheduledTime/Daily.php b/core/ScheduledTime/Daily.php
index 02487c29f9..383bb75ffd 100644
--- a/core/ScheduledTime/Daily.php
+++ b/core/ScheduledTime/Daily.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ScheduledTime/Hourly.php b/core/ScheduledTime/Hourly.php
index 10e91e6d40..8f039596fa 100644
--- a/core/ScheduledTime/Hourly.php
+++ b/core/ScheduledTime/Hourly.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ScheduledTime/Monthly.php b/core/ScheduledTime/Monthly.php
index 022d2cfbac..75bee07667 100644
--- a/core/ScheduledTime/Monthly.php
+++ b/core/ScheduledTime/Monthly.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ScheduledTime/Weekly.php b/core/ScheduledTime/Weekly.php
index 44c26c2b0d..c82e9c7b3d 100644
--- a/core/ScheduledTime/Weekly.php
+++ b/core/ScheduledTime/Weekly.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Session.php b/core/Session.php
index fb499f58c5..da254e3f1e 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Site.php b/core/Site.php
index 4edb0e7ba0..2526b15671 100644
--- a/core/Site.php
+++ b/core/Site.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Smarty.php b/core/Smarty.php
index cc5c000bbf..92b3fad54e 100644
--- a/core/Smarty.php
+++ b/core/Smarty.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.ajaxErrorDiv.php b/core/SmartyPlugins/function.ajaxErrorDiv.php
index b143fae09e..deb9d00086 100644
--- a/core/SmartyPlugins/function.ajaxErrorDiv.php
+++ b/core/SmartyPlugins/function.ajaxErrorDiv.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.ajaxLoadingDiv.php b/core/SmartyPlugins/function.ajaxLoadingDiv.php
index 34ee021426..fd72c2afd3 100644
--- a/core/SmartyPlugins/function.ajaxLoadingDiv.php
+++ b/core/SmartyPlugins/function.ajaxLoadingDiv.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.ajaxRequestErrorDiv.php b/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
index d0878ae00c..da298115fa 100644
--- a/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
+++ b/core/SmartyPlugins/function.ajaxRequestErrorDiv.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.hiddenurl.php b/core/SmartyPlugins/function.hiddenurl.php
index 9d6c38d7bb..061d8dc66a 100644
--- a/core/SmartyPlugins/function.hiddenurl.php
+++ b/core/SmartyPlugins/function.hiddenurl.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.includeAssets.php b/core/SmartyPlugins/function.includeAssets.php
index a50a4aab1e..f6de22df73 100644
--- a/core/SmartyPlugins/function.includeAssets.php
+++ b/core/SmartyPlugins/function.includeAssets.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id: function.includeAssets.php
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.loadJavascriptTranslations.php b/core/SmartyPlugins/function.loadJavascriptTranslations.php
index f3b559df88..e3bcd0bb85 100644
--- a/core/SmartyPlugins/function.loadJavascriptTranslations.php
+++ b/core/SmartyPlugins/function.loadJavascriptTranslations.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.logoHtml.php b/core/SmartyPlugins/function.logoHtml.php
index 2c59e15b67..cde61698d5 100644
--- a/core/SmartyPlugins/function.logoHtml.php
+++ b/core/SmartyPlugins/function.logoHtml.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.postEvent.php b/core/SmartyPlugins/function.postEvent.php
index e761c6d223..66977bdb8a 100644
--- a/core/SmartyPlugins/function.postEvent.php
+++ b/core/SmartyPlugins/function.postEvent.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.sparkline.php b/core/SmartyPlugins/function.sparkline.php
index 0e04b19972..f8a31e3bd9 100644
--- a/core/SmartyPlugins/function.sparkline.php
+++ b/core/SmartyPlugins/function.sparkline.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/function.url.php b/core/SmartyPlugins/function.url.php
index 8008a8e7e4..a30c2debc5 100644
--- a/core/SmartyPlugins/function.url.php
+++ b/core/SmartyPlugins/function.url.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.escape.php b/core/SmartyPlugins/modifier.escape.php
index 4591e1df2e..06c9892020 100644
--- a/core/SmartyPlugins/modifier.escape.php
+++ b/core/SmartyPlugins/modifier.escape.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.inlineHelp.php b/core/SmartyPlugins/modifier.inlineHelp.php
index 858a6da270..ce374d4565 100644
--- a/core/SmartyPlugins/modifier.inlineHelp.php
+++ b/core/SmartyPlugins/modifier.inlineHelp.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.money.php b/core/SmartyPlugins/modifier.money.php
index 52acffd4fd..25c228ae78 100644
--- a/core/SmartyPlugins/modifier.money.php
+++ b/core/SmartyPlugins/modifier.money.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.stripeol.php b/core/SmartyPlugins/modifier.stripeol.php
index d9e70f810d..7443716557 100644
--- a/core/SmartyPlugins/modifier.stripeol.php
+++ b/core/SmartyPlugins/modifier.stripeol.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.sumtime.php b/core/SmartyPlugins/modifier.sumtime.php
index 836d335827..c16f8d308b 100644
--- a/core/SmartyPlugins/modifier.sumtime.php
+++ b/core/SmartyPlugins/modifier.sumtime.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.translate.php b/core/SmartyPlugins/modifier.translate.php
index 09a2ecdf89..6cd267f452 100644
--- a/core/SmartyPlugins/modifier.translate.php
+++ b/core/SmartyPlugins/modifier.translate.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.unescape.php b/core/SmartyPlugins/modifier.unescape.php
index 66e2395ad8..30c5417174 100644
--- a/core/SmartyPlugins/modifier.unescape.php
+++ b/core/SmartyPlugins/modifier.unescape.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.urlRewriteBasicView.php b/core/SmartyPlugins/modifier.urlRewriteBasicView.php
index 920f953999..9ec68fdafe 100644
--- a/core/SmartyPlugins/modifier.urlRewriteBasicView.php
+++ b/core/SmartyPlugins/modifier.urlRewriteBasicView.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
index 7f42333820..6cec46aa5d 100644
--- a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
+++ b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/outputfilter.ajaxcdn.php b/core/SmartyPlugins/outputfilter.ajaxcdn.php
index 9d010f7475..118ddd3010 100644
--- a/core/SmartyPlugins/outputfilter.ajaxcdn.php
+++ b/core/SmartyPlugins/outputfilter.ajaxcdn.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/SmartyPlugins/outputfilter.cachebuster.php b/core/SmartyPlugins/outputfilter.cachebuster.php
index 93202426a2..292c1af296 100644
--- a/core/SmartyPlugins/outputfilter.cachebuster.php
+++ b/core/SmartyPlugins/outputfilter.cachebuster.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/TablePartitioning.php b/core/TablePartitioning.php
index d74eefff3b..97a26309cb 100644
--- a/core/TablePartitioning.php
+++ b/core/TablePartitioning.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/TaskScheduler.php b/core/TaskScheduler.php
index 86efd2a7d1..f13b1a4c7c 100644
--- a/core/TaskScheduler.php
+++ b/core/TaskScheduler.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id: TaskScheduler.php
*
* @category Piwik
diff --git a/core/Timer.php b/core/Timer.php
index 06b54aa4a2..fdb682ed63 100644
--- a/core/Timer.php
+++ b/core/Timer.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker.php b/core/Tracker.php
index aede9ca984..ab4d751393 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Action.php b/core/Tracker/Action.php
index 8b0fb56304..50c6dfd78c 100644
--- a/core/Tracker/Action.php
+++ b/core/Tracker/Action.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Config.php b/core/Tracker/Config.php
index 50f6023395..5927655a09 100644
--- a/core/Tracker/Config.php
+++ b/core/Tracker/Config.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php
index 331fb3593a..04c6c8c121 100644
--- a/core/Tracker/Db.php
+++ b/core/Tracker/Db.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Db/Mysqli.php b/core/Tracker/Db/Mysqli.php
index 161801c494..0f86134855 100644
--- a/core/Tracker/Db/Mysqli.php
+++ b/core/Tracker/Db/Mysqli.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Db/Pdo/Mysql.php b/core/Tracker/Db/Pdo/Mysql.php
index 3a223c4ff9..257469c260 100644
--- a/core/Tracker/Db/Pdo/Mysql.php
+++ b/core/Tracker/Db/Pdo/Mysql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Db/Pdo/Pgsql.php b/core/Tracker/Db/Pdo/Pgsql.php
index e11ab3983d..cb71fc7b54 100644
--- a/core/Tracker/Db/Pdo/Pgsql.php
+++ b/core/Tracker/Db/Pdo/Pgsql.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php
index 11d11fe2de..4582f590ee 100644
--- a/core/Tracker/GoalManager.php
+++ b/core/Tracker/GoalManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index 640537f5c3..21bdb7a85a 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Translate.php b/core/Translate.php
index 1877478679..4a722f41d8 100644
--- a/core/Translate.php
+++ b/core/Translate.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/UpdateCheck.php b/core/UpdateCheck.php
index 84ac819e20..b2d8346999 100644
--- a/core/UpdateCheck.php
+++ b/core/UpdateCheck.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updater.php b/core/Updater.php
index 8dfba6a35d..17670f3da0 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates.php b/core/Updates.php
index cea45d94e0..690b9016f8 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.10.php b/core/Updates/0.2.10.php
index 54ad8c0c51..e23d7655c0 100644
--- a/core/Updates/0.2.10.php
+++ b/core/Updates/0.2.10.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.12.php b/core/Updates/0.2.12.php
index 98524552ce..3e19e49110 100644
--- a/core/Updates/0.2.12.php
+++ b/core/Updates/0.2.12.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.13.php b/core/Updates/0.2.13.php
index 78b51a0d99..47448cfd96 100644
--- a/core/Updates/0.2.13.php
+++ b/core/Updates/0.2.13.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.24.php b/core/Updates/0.2.24.php
index 8d25dc6d45..9e664df0d7 100644
--- a/core/Updates/0.2.24.php
+++ b/core/Updates/0.2.24.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.27.php b/core/Updates/0.2.27.php
index a9398051a0..f1d046d643 100644
--- a/core/Updates/0.2.27.php
+++ b/core/Updates/0.2.27.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.32.php b/core/Updates/0.2.32.php
index e8b16ab05e..64d6bcf05a 100644
--- a/core/Updates/0.2.32.php
+++ b/core/Updates/0.2.32.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.33.php b/core/Updates/0.2.33.php
index f0232262dd..fe192b225d 100644
--- a/core/Updates/0.2.33.php
+++ b/core/Updates/0.2.33.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.34.php b/core/Updates/0.2.34.php
index fec0b4e0b0..a6816438a3 100644
--- a/core/Updates/0.2.34.php
+++ b/core/Updates/0.2.34.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.35.php b/core/Updates/0.2.35.php
index a6dcd6a5b2..d164a00a6b 100644
--- a/core/Updates/0.2.35.php
+++ b/core/Updates/0.2.35.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.2.37.php b/core/Updates/0.2.37.php
index b786257f24..0be00663c4 100644
--- a/core/Updates/0.2.37.php
+++ b/core/Updates/0.2.37.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.4.1.php b/core/Updates/0.4.1.php
index 4a9bf8b601..17b63c879b 100644
--- a/core/Updates/0.4.1.php
+++ b/core/Updates/0.4.1.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.4.2.php b/core/Updates/0.4.2.php
index 1e5aaca339..dbe0c9108f 100644
--- a/core/Updates/0.4.2.php
+++ b/core/Updates/0.4.2.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.4.4.php b/core/Updates/0.4.4.php
index e29c07eed8..7041481b24 100644
--- a/core/Updates/0.4.4.php
+++ b/core/Updates/0.4.4.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.4.php b/core/Updates/0.4.php
index cd6f53ec15..5c4ed6343c 100644
--- a/core/Updates/0.4.php
+++ b/core/Updates/0.4.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.5.4.php b/core/Updates/0.5.4.php
index a2027483b4..e2650b3ea5 100644
--- a/core/Updates/0.5.4.php
+++ b/core/Updates/0.5.4.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.5.5.php b/core/Updates/0.5.5.php
index 83ddd9fe8c..143dae57ad 100644
--- a/core/Updates/0.5.5.php
+++ b/core/Updates/0.5.5.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.5.php b/core/Updates/0.5.php
index 93d044d484..6d743ca46c 100644
--- a/core/Updates/0.5.php
+++ b/core/Updates/0.5.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.6-rc1.php b/core/Updates/0.6-rc1.php
index bd9e09eaa0..f55a44303e 100644
--- a/core/Updates/0.6-rc1.php
+++ b/core/Updates/0.6-rc1.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.6.2.php b/core/Updates/0.6.2.php
index 5c564df099..3edd5c961b 100644
--- a/core/Updates/0.6.2.php
+++ b/core/Updates/0.6.2.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.6.3.php b/core/Updates/0.6.3.php
index eb67d73b97..093dc7c76b 100644
--- a/core/Updates/0.6.3.php
+++ b/core/Updates/0.6.3.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Updates/0.7.php b/core/Updates/0.7.php
index 9e6ebed0b4..b7d82ff70a 100644
--- a/core/Updates/0.7.php
+++ b/core/Updates/0.7.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Url.php b/core/Url.php
index 35c9b7f522..f36b696acf 100644
--- a/core/Url.php
+++ b/core/Url.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Version.php b/core/Version.php
index 4688bf652e..1dbdad98b5 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/View.php b/core/View.php
index 0a3537fe63..1d5f29ece3 100644
--- a/core/View.php
+++ b/core/View.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 4f0c2a0538..08878421a6 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/Cloud.php b/core/ViewDataTable/Cloud.php
index c7d68be64a..17f8421e93 100644
--- a/core/ViewDataTable/Cloud.php
+++ b/core/ViewDataTable/Cloud.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphData.php b/core/ViewDataTable/GenerateGraphData.php
index 4a2fcce75e..44eef1e758 100644
--- a/core/ViewDataTable/GenerateGraphData.php
+++ b/core/ViewDataTable/GenerateGraphData.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartEvolution.php b/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
index 8c8d961ade..848253ae64 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartEvolution.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartPie.php b/core/ViewDataTable/GenerateGraphData/ChartPie.php
index 3792ed6676..bef1c61626 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartPie.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartPie.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php b/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
index 31a0626bfe..db3418a20b 100644
--- a/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
+++ b/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML.php b/core/ViewDataTable/GenerateGraphHTML.php
index 43bdae373d..d3468152ce 100644
--- a/core/ViewDataTable/GenerateGraphHTML.php
+++ b/core/ViewDataTable/GenerateGraphHTML.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
index c644c4d557..9c5eb218d1 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartPie.php b/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
index bd80b52a0c..885327e1b3 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartPie.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php b/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
index 8e5d7e8896..d074e9c9d2 100644
--- a/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
+++ b/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/HtmlTable.php b/core/ViewDataTable/HtmlTable.php
index cac953024c..dbe56cb661 100644
--- a/core/ViewDataTable/HtmlTable.php
+++ b/core/ViewDataTable/HtmlTable.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/HtmlTable/AllColumns.php b/core/ViewDataTable/HtmlTable/AllColumns.php
index 2d14ba1098..fbc5f49712 100644
--- a/core/ViewDataTable/HtmlTable/AllColumns.php
+++ b/core/ViewDataTable/HtmlTable/AllColumns.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/HtmlTable/Goals.php b/core/ViewDataTable/HtmlTable/Goals.php
index 8bd6c43f0c..1ae6fc7af9 100644
--- a/core/ViewDataTable/HtmlTable/Goals.php
+++ b/core/ViewDataTable/HtmlTable/Goals.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/ViewDataTable/Sparkline.php b/core/ViewDataTable/Sparkline.php
index 790bb7e15c..431ff8db3e 100644
--- a/core/ViewDataTable/Sparkline.php
+++ b/core/ViewDataTable/Sparkline.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Chart.php b/core/Visualization/Chart.php
index ab3738de0f..78dc2901fd 100644
--- a/core/Visualization/Chart.php
+++ b/core/Visualization/Chart.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Chart/Evolution.php b/core/Visualization/Chart/Evolution.php
index c7c7453ced..cc5c8ae8f5 100644
--- a/core/Visualization/Chart/Evolution.php
+++ b/core/Visualization/Chart/Evolution.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Chart/Pie.php b/core/Visualization/Chart/Pie.php
index c297c0adb6..31305244a5 100644
--- a/core/Visualization/Chart/Pie.php
+++ b/core/Visualization/Chart/Pie.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Chart/VerticalBar.php b/core/Visualization/Chart/VerticalBar.php
index bad117e87e..83ad48c1dd 100644
--- a/core/Visualization/Chart/VerticalBar.php
+++ b/core/Visualization/Chart/VerticalBar.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Cloud.php b/core/Visualization/Cloud.php
index 9bf3a5d188..18f49b9c88 100644
--- a/core/Visualization/Cloud.php
+++ b/core/Visualization/Cloud.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/Visualization/Sparkline.php b/core/Visualization/Sparkline.php
index 3b17e8fceb..9977f5e7a8 100644
--- a/core/Visualization/Sparkline.php
+++ b/core/Visualization/Sparkline.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/iView.php b/core/iView.php
index d25926a21e..d801fad842 100644
--- a/core/iView.php
+++ b/core/iView.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php
index 2a9304d0cf..eff8aaaea3 100644
--- a/core/testMinimumPhpVersion.php
+++ b/core/testMinimumPhpVersion.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik
diff --git a/js/piwik.js b/js/piwik.js
index fc2ad1f719..e1049dad84 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -2,7 +2,7 @@
* Piwik - Web Analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*/
diff --git a/piwik.js b/piwik.js
index ed3d08b520..7fc5c7e1e3 100644
--- a/piwik.js
+++ b/piwik.js
@@ -2,7 +2,7 @@
* Piwik - Web Analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*/
var Piwik,piwik_log,piwik_track;if(!this.Piwik){Piwik=(function(){var b,f={},d=document,c=navigator,g=screen,l=window,i=l.location.hostname,h=false,o=[];function n(q){return typeof q!=="undefined"}function e(t,s,r,q){if(t.addEventListener){t.addEventListener(s,r,q);return true}else{if(t.attachEvent){return t.attachEvent("on"+s,r)}}t["on"+s]=r}function k(r,u){var q="",t,s;for(t in f){s=f[t][r];if(typeof s==="function"){q+=s(u)}}return q}function m(q){if(n(b)){var r;do{r=new Date()}while(r.getTime()<b)}k("unload")}function p(r){if(!h){h=true;k("load");for(var q=0;q<o.length;q++){o[q]()}}return true}function a(){if(d.addEventListener){e(d,"DOMContentLoaded",function(){d.removeEventListener("DOMContentLoaded",arguments.callee,false);p()})}else{if(d.attachEvent){d.attachEvent("onreadystatechange",function(){if(d.readyState==="complete"){d.detachEvent("onreadystatechange",arguments.callee);
@@ -12,4 +12,4 @@ function z(ai,af,ad,ah,ae,ag){var ac;if(ad){ac=new Date();ac.setTime(ac.getTime(
ae="idsite="+aa+"&rec=1&url="+s(n(V)?V:d.location.href)+"&res="+g.width+"x"+g.height+"&h="+ac.getHours()+"&m="+ac.getMinutes()+"&s="+ac.getSeconds()+"&cookie="+y+"&urlref="+s(w)+"&rand="+Math.random();for(ad in B){ae+="&"+B[ad][0]+"="+B[ad][2]}ae=D+"?"+ae;return ae}function r(ad){var ac=H();ac+="&action_name="+s(n(ad)?ad:Z);if(n(O)){ac+="&data="+s(ab(O))}ac+=k("log");q(ac,C)}function W(ac,af,ae){var ad=H();ad+="&idgoal="+ac;if(n(af)&&af!==null){ad+="&revenue="+af}if(n(ae)){if(ae!==null){ad+="&data="+s(ab(ae))}}else{if(n(O)){ad+="&data="+s(ab(O))}}ad+=k("goal");q(ad,C)}function F(ad,ac,af){var ae;ae="idsite="+aa+"&rec=1&"+ac+"="+s(ad)+"&rand="+Math.random()+"&redirect=0";if(n(af)){if(af!==null){ae+="&data="+s(ab(af))}}else{if(n(O)){ae+="&data="+s(ab(O))}}ae+=k("click");ae=D+"?"+ae;q(ae,C)}function L(af){var ad,ac,ae;for(ad=0;ad<R.length;ad++){ac=R[ad].toLowerCase();if(af==ac){return true}if(ac.substr(0,2)=="*."){if((af)==ac.substr(2)){return true}ae=af.length-ac.length+1;if((ae>0)&&(af.substr(ae)==ac.substr(1))){return true
}}}return false}function M(ae,ad){var af,ac="(^| )(piwik[_-]"+ad;if(n(ae)){for(af=0;af<ae.length;af++){ac+="|"+ae[af]}}ac+=")( |$)";return new RegExp(ac)}function Y(af,ac,ag){if(!ag){return"link"}var ae=M(S,"download"),ad=M(T,"link"),ah=new RegExp("\\.("+G+")([?&#]|$)","i");return ad.test(af)?"link":(ae.test(af)||ah.test(ac)?"download":0)}function E(aj){var ad,ai,ak,ac;if(!n(aj)){aj=l.event}if(n(aj.target)){ad=aj.target}else{if(n(aj.srcElement)){ad=aj.srcElement}else{return}}while((ai=ad.parentNode)&&((ak=ad.tagName)!="A"&&ak!="AREA")){ad=ai}if(n(ad.href)){var ah=ad.hostname,af=ah.toLowerCase(),ae=ad.href.replace(ah,af),ag=new RegExp("^(javascript|vbscript|jscript|mocha|livescript|ecmascript): *","i");if(!ag.test(ae)){ac=Y(ad.className,ae,L(af));if(ac){F(ae,ac)}}}}function U(ac){e(ac,"click",E,false)}function J(){if(!K){K=true;var ad,ac=M(u,"ignore"),ae=d.links;if(ae){for(ad=0;ad<ae.length;ad++){if(!ac.test(ae[ad].className)){U(ae[ad])}}}}}function x(ad,ac){var ae=null;if(typeof ad=="string"&&!n(v[ad])){if(typeof ac=="object"){ae=ac
}else{if(typeof ac=="string"){try{eval("hookObj ="+ac)}catch(af){}}}v[ad]=ae}return ae}w=I();y=N();A();k("run",x);return{hook:v,getHook:function(ac){return v[ac]},setTrackerUrl:function(ac){if(n(ac)){D=ac}},setSiteId:function(ac){if(n(ac)){aa=ac}},setCustomData:function(ac){if(n(ac)){O=ac}},setLinkTrackingTimer:function(ac){if(n(ac)){C=ac}},setDownloadExtensions:function(ac){if(n(ac)){G=ac}},addDownloadExtensions:function(ac){if(n(ac)){G+="|"+ac}},setDomains:function(ac){if(typeof ac=="object"&&ac instanceof Array){R=ac;R[R.length]=i}else{if(typeof ac=="string"){R=[ac,i]}}},setIgnoreClasses:function(ac){if(typeof ac=="object"&&ac instanceof Array){u=ac}else{if(typeof ac=="string"){u=[ac]}}},setCustomUrl:function(ac){if(n(ac)){V=ac}},setDocumentTitle:function(ac){if(n(ac)){Z=ac}},setDownloadClasses:function(ac){if(typeof ac=="object"&&ac instanceof Array){S=ac}else{if(typeof ac=="string"){S=[ac]}}},setDownloadClass:function(ac){if(typeof ac=="string"){S=[ac]}},setLinkClasses:function(ac){if(typeof ac=="object"&&ac instanceof Array){T=ac
-}else{if(typeof ac=="string"){T=[ac]}}},setLinkClass:function(ac){if(typeof ac=="string"){T=[ac]}},addListener:function(ac){if(n(ac)){U(ac)}},enableLinkTracking:function(){if(h){J()}else{o[o.length]=function(){J()}}},trackGoal:function(ac,ae,ad){W(ac,ae,ad)},trackLink:function(ad,ac,ae){F(ad,ac,ae)},trackPageView:function(ac){r(ac)}}}e(l,"beforeunload",m,false);a();return{addPlugin:function(q,r){f[q]=r},getTracker:function(q,r){return new j(q,r)}}}());piwik_log=function(b,e,c,f){function a(g){try{return eval("piwik_"+g)}catch(h){}return}var d=Piwik.getTracker(c,e);d.setDocumentTitle(b);d.setCustomData(f);d.setLinkTrackingTimer(a("tracker_pause"));d.setDownloadExtensions(a("download_extensions"));d.setDomains(a("hosts_alias"));d.setIgnoreClasses(a("ignore_classes"));d.trackPageView();if(a("install_tracker")!==false){piwik_track=function(h,j,i,g){d.setSiteId(j);d.setTrackerUrl(i);d.trackLink(h,g)};d.enableLinkTracking()}}}; \ No newline at end of file
+}else{if(typeof ac=="string"){T=[ac]}}},setLinkClass:function(ac){if(typeof ac=="string"){T=[ac]}},addListener:function(ac){if(n(ac)){U(ac)}},enableLinkTracking:function(){if(h){J()}else{o[o.length]=function(){J()}}},trackGoal:function(ac,ae,ad){W(ac,ae,ad)},trackLink:function(ad,ac,ae){F(ad,ac,ae)},trackPageView:function(ac){r(ac)}}}e(l,"beforeunload",m,false);a();return{addPlugin:function(q,r){f[q]=r},getTracker:function(q,r){return new j(q,r)}}}());piwik_log=function(b,e,c,f){function a(g){try{return eval("piwik_"+g)}catch(h){}return}var d=Piwik.getTracker(c,e);d.setDocumentTitle(b);d.setCustomData(f);d.setLinkTrackingTimer(a("tracker_pause"));d.setDownloadExtensions(a("download_extensions"));d.setDomains(a("hosts_alias"));d.setIgnoreClasses(a("ignore_classes"));d.trackPageView();if(a("install_tracker")!==false){piwik_track=function(h,j,i,g){d.setSiteId(j);d.setTrackerUrl(i);d.trackLink(h,g)};d.enableLinkTracking()}}};
diff --git a/plugins/API/API.php b/plugins/API/API.php
index ded725692c..957c7892da 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -4,7 +4,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index 0af36df64e..9b2ef80352 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index a2dfc13cb6..955350b5d9 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index a6e869b946..cc1fbcf23d 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Actions/Controller.php b/plugins/Actions/Controller.php
index 5e85433fbb..a8aaf4eb39 100644
--- a/plugins/Actions/Controller.php
+++ b/plugins/Actions/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/AnonymizeIP/AnonymizeIP.php b/plugins/AnonymizeIP/AnonymizeIP.php
index e921b57e31..7e7daffe73 100644
--- a/plugins/AnonymizeIP/AnonymizeIP.php
+++ b/plugins/AnonymizeIP/AnonymizeIP.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreAdminHome/API.php b/plugins/CoreAdminHome/API.php
index c10876f86b..da04fc5e63 100644
--- a/plugins/CoreAdminHome/API.php
+++ b/plugins/CoreAdminHome/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreAdminHome/Controller.php b/plugins/CoreAdminHome/Controller.php
index e4000a376c..9c0ae90716 100644
--- a/plugins/CoreAdminHome/Controller.php
+++ b/plugins/CoreAdminHome/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreAdminHome/CoreAdminHome.php b/plugins/CoreAdminHome/CoreAdminHome.php
index 083b4309fd..c301040f6f 100644
--- a/plugins/CoreAdminHome/CoreAdminHome.php
+++ b/plugins/CoreAdminHome/CoreAdminHome.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreAdminHome/templates/generalSettings.js b/plugins/CoreAdminHome/templates/generalSettings.js
index 6d9a099f97..ecce87cbde 100644
--- a/plugins/CoreAdminHome/templates/generalSettings.js
+++ b/plugins/CoreAdminHome/templates/generalSettings.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function getGeneralSettingsAJAX()
{
var ajaxRequest = piwikHelper.getStandardAjaxConf('ajaxLoading', 'ajaxError');
diff --git a/plugins/CoreHome/Controller.php b/plugins/CoreHome/Controller.php
index 853e65d4e3..bfc5848990 100644
--- a/plugins/CoreHome/Controller.php
+++ b/plugins/CoreHome/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreHome/CoreHome.php b/plugins/CoreHome/CoreHome.php
index 5be02c23b8..190087045f 100644
--- a/plugins/CoreHome/CoreHome.php
+++ b/plugins/CoreHome/CoreHome.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreHome/templates/autocomplete.js b/plugins/CoreHome/templates/autocomplete.js
index 8c1367517a..499447bf4c 100644
--- a/plugins/CoreHome/templates/autocomplete.js
+++ b/plugins/CoreHome/templates/autocomplete.js
@@ -1,3 +1,10 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
$('.but').bind('click', function(e)
{
@@ -75,4 +82,4 @@ $(function() {
});
});
- \ No newline at end of file
+
diff --git a/plugins/CoreHome/templates/broadcast.js b/plugins/CoreHome/templates/broadcast.js
index 74d1149ee3..879cf9d357 100644
--- a/plugins/CoreHome/templates/broadcast.js
+++ b/plugins/CoreHome/templates/broadcast.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
/* broadcast object is to help maintain a hash for link clicks and ajax calls
* so we can have back button and refresh button working.
*
diff --git a/plugins/CoreHome/templates/calendar.js b/plugins/CoreHome/templates/calendar.js
index 1084b39dce..dab944cfc5 100644
--- a/plugins/CoreHome/templates/calendar.js
+++ b/plugins/CoreHome/templates/calendar.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
Date.prototype.getWeek = function() {
var onejan = new Date(this.getFullYear(),0,1);
return Math.ceil((((this - onejan) / 86400000) + onejan.getDay())/7);
@@ -164,4 +172,4 @@ if(typeof piwik.currentDateString != "undefined")
_pk_translate('CoreHome_MonthDecember_js')]
});
});
-} \ No newline at end of file
+}
diff --git a/plugins/CoreHome/templates/datatable.js b/plugins/CoreHome/templates/datatable.js
index d089c401cb..e92ecde6c8 100644
--- a/plugins/CoreHome/templates/datatable.js
+++ b/plugins/CoreHome/templates/datatable.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
//-----------------------------------------------------------------------------
// DataTable
//-----------------------------------------------------------------------------
diff --git a/plugins/CoreHome/templates/date.js b/plugins/CoreHome/templates/date.js
index ddf592e2d6..04a5c9cd25 100644
--- a/plugins/CoreHome/templates/date.js
+++ b/plugins/CoreHome/templates/date.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
$(document).ready(function(){
//period widget handler
diff --git a/plugins/CoreHome/templates/menu.js b/plugins/CoreHome/templates/menu.js
index f9672461e3..b9dca0ef72 100644
--- a/plugins/CoreHome/templates/menu.js
+++ b/plugins/CoreHome/templates/menu.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function menu()
{
this.param = {};
diff --git a/plugins/CoreHome/templates/sparkline.js b/plugins/CoreHome/templates/sparkline.js
index 3789f9a4b2..0e59d8c5f1 100644
--- a/plugins/CoreHome/templates/sparkline.js
+++ b/plugins/CoreHome/templates/sparkline.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function initializeSparklines () {
$("a[name='evolutionGraph']").each( function() {
var graph = $(this);
@@ -42,4 +50,4 @@ function initializeSparklines () {
});
}
});
-} \ No newline at end of file
+}
diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php
index 845f587a1e..8a430ea90c 100644
--- a/plugins/CorePluginsAdmin/Controller.php
+++ b/plugins/CorePluginsAdmin/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CorePluginsAdmin/CorePluginsAdmin.php b/plugins/CorePluginsAdmin/CorePluginsAdmin.php
index 3680c7dd80..ad8c2cfbd6 100644
--- a/plugins/CorePluginsAdmin/CorePluginsAdmin.php
+++ b/plugins/CorePluginsAdmin/CorePluginsAdmin.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreUpdater/Controller.php b/plugins/CoreUpdater/Controller.php
index 67db737763..a3acbb8fb4 100644
--- a/plugins/CoreUpdater/Controller.php
+++ b/plugins/CoreUpdater/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/CoreUpdater/CoreUpdater.php b/plugins/CoreUpdater/CoreUpdater.php
index 53628cec80..7f171d9c34 100644
--- a/plugins/CoreUpdater/CoreUpdater.php
+++ b/plugins/CoreUpdater/CoreUpdater.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/DBStats/API.php b/plugins/DBStats/API.php
index 4821f4e2b9..59eca32f6d 100644
--- a/plugins/DBStats/API.php
+++ b/plugins/DBStats/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php
index 4d19ade2e2..9dea86426f 100644
--- a/plugins/DBStats/Controller.php
+++ b/plugins/DBStats/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 6e12ecf1c0..3045810bfc 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index 9e4afe3eac..76f2dd2702 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index 9eae9be593..1f5fd9724e 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Dashboard/templates/Dashboard.js b/plugins/Dashboard/templates/Dashboard.js
index 75be96fc24..551f81e116 100644
--- a/plugins/Dashboard/templates/Dashboard.js
+++ b/plugins/Dashboard/templates/Dashboard.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function dashboard()
{
this.dashboardElement = {};
diff --git a/plugins/Dashboard/templates/widgetMenu.js b/plugins/Dashboard/templates/widgetMenu.js
index 2bb850e063..61ffff48c6 100644
--- a/plugins/Dashboard/templates/widgetMenu.js
+++ b/plugins/Dashboard/templates/widgetMenu.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function widgetsHelper()
{
}
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 6c35269a35..085d5355af 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index 271b58c9ab..f70550acf9 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleFeedburner/ExampleFeedburner.php b/plugins/ExampleFeedburner/ExampleFeedburner.php
index 9d973b4987..d41ca82a93 100644
--- a/plugins/ExampleFeedburner/ExampleFeedburner.php
+++ b/plugins/ExampleFeedburner/ExampleFeedburner.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index a9fb224a40..8014d91c5c 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExamplePlugin/lang/en.php b/plugins/ExamplePlugin/lang/en.php
index 3c64d52fe9..fbab6c8632 100644
--- a/plugins/ExamplePlugin/lang/en.php
+++ b/plugins/ExamplePlugin/lang/en.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 16944a5711..f2a5727ee5 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 8d741a8c2b..08c5888144 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index 3fe44d43ef..1d9f3d82b4 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/ExampleUI/ExampleUI.php b/plugins/ExampleUI/ExampleUI.php
index 93be866688..978f85de42 100644
--- a/plugins/ExampleUI/ExampleUI.php
+++ b/plugins/ExampleUI/ExampleUI.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index a626e71989..0c2897dd18 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Feedback/Feedback.php b/plugins/Feedback/Feedback.php
index 792dce9587..b15b8b2af5 100644
--- a/plugins/Feedback/Feedback.php
+++ b/plugins/Feedback/Feedback.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Feedback/templates/feedback.js b/plugins/Feedback/templates/feedback.js
index 890c9a2ebe..b610e916ea 100644
--- a/plugins/Feedback/templates/feedback.js
+++ b/plugins/Feedback/templates/feedback.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
$(function() {
var feedback = $('a#topmenu-feedback');
if (feedback.size()) {
diff --git a/plugins/Goals/API.php b/plugins/Goals/API.php
index ed523c78f7..ece8e1e56a 100644
--- a/plugins/Goals/API.php
+++ b/plugins/Goals/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php
index c28ab6e048..5b099e9c9c 100644
--- a/plugins/Goals/Controller.php
+++ b/plugins/Goals/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index c3a9abdc85..b10ffae95d 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Goals/templates/GoalForm.js b/plugins/Goals/templates/GoalForm.js
index 3bbb6d80a5..4f73093d19 100644
--- a/plugins/Goals/templates/GoalForm.js
+++ b/plugins/Goals/templates/GoalForm.js
@@ -1,3 +1,10 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
function showAddNewGoal()
{
@@ -171,4 +178,4 @@ function initAndShowAddGoalForm()
{
initGoalForm('Goals.addGoal', _pk_translate('Goals_AddGoal_js'), '', 'url', '', 'contains', false, '0');
return showAddNewGoal();
-} \ No newline at end of file
+}
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 0ac0fddb26..70ef39631a 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Installation/FormDatabaseSetup.php b/plugins/Installation/FormDatabaseSetup.php
index 56a8e006a9..de06dadecd 100644
--- a/plugins/Installation/FormDatabaseSetup.php
+++ b/plugins/Installation/FormDatabaseSetup.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Installation/FormFirstWebsiteSetup.php b/plugins/Installation/FormFirstWebsiteSetup.php
index fe2f668c0e..5b62a5cdf7 100644
--- a/plugins/Installation/FormFirstWebsiteSetup.php
+++ b/plugins/Installation/FormFirstWebsiteSetup.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Installation/FormGeneralSetup.php b/plugins/Installation/FormGeneralSetup.php
index 0fa6579c6f..cc99e4f367 100644
--- a/plugins/Installation/FormGeneralSetup.php
+++ b/plugins/Installation/FormGeneralSetup.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index fbdd695b76..eefa73cc15 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Installation/View.php b/plugins/Installation/View.php
index 7f3ae3c197..58eec48f17 100644
--- a/plugins/Installation/View.php
+++ b/plugins/Installation/View.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/LanguagesManager/API.php b/plugins/LanguagesManager/API.php
index 3ebd04258d..6eec3ba630 100644
--- a/plugins/LanguagesManager/API.php
+++ b/plugins/LanguagesManager/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/LanguagesManager/Controller.php b/plugins/LanguagesManager/Controller.php
index f0e678125f..edaaa329c8 100644
--- a/plugins/LanguagesManager/Controller.php
+++ b/plugins/LanguagesManager/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/LanguagesManager/LanguagesManager.php b/plugins/LanguagesManager/LanguagesManager.php
index 25b2115088..800374a57d 100644
--- a/plugins/LanguagesManager/LanguagesManager.php
+++ b/plugins/LanguagesManager/LanguagesManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index fb4f1f8456..7f3e221759 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index 9af16063ba..5035fc5ae5 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index 282479107b..7673c238a2 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index a52afa3e16..619983a768 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Live/templates/scripts/live.js b/plugins/Live/templates/scripts/live.js
index 29319d5b81..7e2b399780 100644
--- a/plugins/Live/templates/scripts/live.js
+++ b/plugins/Live/templates/scripts/live.js
@@ -1,49 +1,56 @@
-
-// first I'm ensuring that 'last' has been initialised (with last.constructor == Object),
-// then prev.html() == last.html() will return true if the HTML is the same, or false,
-// if I have a different entry.
-function check_for_dupe(prev, last)
-{
- if (last.constructor == Object)
- {
- return (prev.html() == last.html());
- }
- else
- {
- return 0;
- }
-}
-
-
-function lastIdVisit()
-{
- updateTotalVisits();
- updateVisitBox();
-
- return $('#visitsLive > div:lt(2) .idvisit').html();
-}
-var pauseImage = "plugins/Live/templates/images/pause.gif";
-var pauseDisabledImage = "plugins/Live/templates/images/pause_disabled.gif";
-var playImage = "plugins/Live/templates/images/play.gif";
-var playDisabledImage = "plugins/Live/templates/images/play_disabled.gif";
-function onClickPause()
-{
- $('#pauseImage').attr('src', pauseImage);
- $('#playImage').attr('src', playDisabledImage);
- return pauseSpy();
-}
-function onClickPlay()
-{
- $('#playImage').attr('src', playImage);
- $('#pauseImage').attr('src', pauseDisabledImage);
- return playSpy();
-}
-
-/* TOOLTIP */
-$('#visitsLive label').tooltip({
- track: true,
- delay: 0,
- showURL: false,
- showBody: " - ",
- fade: 250
-}); \ No newline at end of file
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
+// first I'm ensuring that 'last' has been initialised (with last.constructor == Object),
+// then prev.html() == last.html() will return true if the HTML is the same, or false,
+// if I have a different entry.
+function check_for_dupe(prev, last)
+{
+ if (last.constructor == Object)
+ {
+ return (prev.html() == last.html());
+ }
+ else
+ {
+ return 0;
+ }
+}
+
+
+function lastIdVisit()
+{
+ updateTotalVisits();
+ updateVisitBox();
+
+ return $('#visitsLive > div:lt(2) .idvisit').html();
+}
+var pauseImage = "plugins/Live/templates/images/pause.gif";
+var pauseDisabledImage = "plugins/Live/templates/images/pause_disabled.gif";
+var playImage = "plugins/Live/templates/images/play.gif";
+var playDisabledImage = "plugins/Live/templates/images/play_disabled.gif";
+function onClickPause()
+{
+ $('#pauseImage').attr('src', pauseImage);
+ $('#playImage').attr('src', playDisabledImage);
+ return pauseSpy();
+}
+function onClickPlay()
+{
+ $('#playImage').attr('src', playImage);
+ $('#pauseImage').attr('src', pauseDisabledImage);
+ return playSpy();
+}
+
+/* TOOLTIP */
+$('#visitsLive label').tooltip({
+ track: true,
+ delay: 0,
+ showURL: false,
+ showBody: " - ",
+ fade: 250
+});
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index 9c2e08b5d1..8eec398a91 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index 2ffccdc31f..d0228f0029 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Login/FormLogin.php b/plugins/Login/FormLogin.php
index 94a24f3a23..334998b98c 100644
--- a/plugins/Login/FormLogin.php
+++ b/plugins/Login/FormLogin.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Login/FormPassword.php b/plugins/Login/FormPassword.php
index 6f7338dcb2..e58a39ea44 100644
--- a/plugins/Login/FormPassword.php
+++ b/plugins/Login/FormPassword.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Login/FormResetPassword.php b/plugins/Login/FormResetPassword.php
index dbc080aa57..ed697e6ba6 100644
--- a/plugins/Login/FormResetPassword.php
+++ b/plugins/Login/FormResetPassword.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 4b81297f81..0f39785d71 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/MultiSites/Controller.php b/plugins/MultiSites/Controller.php
index 3c5385d7f1..3836929fe0 100644
--- a/plugins/MultiSites/Controller.php
+++ b/plugins/MultiSites/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/MultiSites/MultiSites.php b/plugins/MultiSites/MultiSites.php
index 0013c827f3..f682c55e1d 100644
--- a/plugins/MultiSites/MultiSites.php
+++ b/plugins/MultiSites/MultiSites.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/MultiSites/templates/common.js b/plugins/MultiSites/templates/common.js
index 00d0d9bfd9..d41ec121ff 100644
--- a/plugins/MultiSites/templates/common.js
+++ b/plugins/MultiSites/templates/common.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function setRowData (idsite, visits, actions, unique, name, url, visitsSummaryValue, actionsSummaryValue, uniqueSummaryValue)
{
this.idsite = idsite;
diff --git a/plugins/PDFReports/API.php b/plugins/PDFReports/API.php
index df8f577dbb..fb9ee78b7d 100644
--- a/plugins/PDFReports/API.php
+++ b/plugins/PDFReports/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/PDFReports/Controller.php b/plugins/PDFReports/Controller.php
index 575a845a4f..d96092a374 100644
--- a/plugins/PDFReports/Controller.php
+++ b/plugins/PDFReports/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/PDFReports/PDFRenderer.php b/plugins/PDFReports/PDFRenderer.php
index c03caece35..c3f6a50b92 100644
--- a/plugins/PDFReports/PDFRenderer.php
+++ b/plugins/PDFReports/PDFRenderer.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/PDFReports/PDFReports.php b/plugins/PDFReports/PDFReports.php
index da188b56ba..ccad1722a4 100644
--- a/plugins/PDFReports/PDFReports.php
+++ b/plugins/PDFReports/PDFReports.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/PDFReports/templates/pdf.js b/plugins/PDFReports/templates/pdf.js
index c4b1ab5655..9d7f5ae907 100644
--- a/plugins/PDFReports/templates/pdf.js
+++ b/plugins/PDFReports/templates/pdf.js
@@ -1,3 +1,10 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
function formSetEditReport(idReport)
{
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 272925dded..a1f8d9815e 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Provider/Controller.php b/plugins/Provider/Controller.php
index 2fcc7d197b..d87d07be07 100644
--- a/plugins/Provider/Controller.php
+++ b/plugins/Provider/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Provider/Provider.php b/plugins/Provider/Provider.php
index 69805c6935..88a840cc4c 100644
--- a/plugins/Provider/Provider.php
+++ b/plugins/Provider/Provider.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php
index 7966fe64aa..23bf14e43c 100644
--- a/plugins/Provider/functions.php
+++ b/plugins/Provider/functions.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Referers/API.php b/plugins/Referers/API.php
index 8153a148cb..9f966c9ffc 100644
--- a/plugins/Referers/API.php
+++ b/plugins/Referers/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 9275103b05..4df6302d21 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Referers/Referers.php b/plugins/Referers/Referers.php
index 82b35f475c..d1d70e9f46 100644
--- a/plugins/Referers/Referers.php
+++ b/plugins/Referers/Referers.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Referers/functions.php b/plugins/Referers/functions.php
index 3713f8321f..75b488595f 100644
--- a/plugins/Referers/functions.php
+++ b/plugins/Referers/functions.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php
index 58db313874..ba65d3fd71 100644
--- a/plugins/SEO/API.php
+++ b/plugins/SEO/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SEO/Controller.php b/plugins/SEO/Controller.php
index 43381226b3..ce92286a92 100644
--- a/plugins/SEO/Controller.php
+++ b/plugins/SEO/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SEO/RankChecker.php b/plugins/SEO/RankChecker.php
index ae4ccf8118..d7fd89c479 100644
--- a/plugins/SEO/RankChecker.php
+++ b/plugins/SEO/RankChecker.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SEO/SEO.php b/plugins/SEO/SEO.php
index 72100cc542..c2ff1605b1 100644
--- a/plugins/SEO/SEO.php
+++ b/plugins/SEO/SEO.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SEO/templates/rank.js b/plugins/SEO/templates/rank.js
index f8f6fc2d8f..3bd3d26b1a 100644
--- a/plugins/SEO/templates/rank.js
+++ b/plugins/SEO/templates/rank.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
$(document).ready(function() {
function getRank()
{
@@ -28,4 +36,4 @@ $(document).ready(function() {
return false ;
});
-}); \ No newline at end of file
+});
diff --git a/plugins/SecurityInfo/Controller.php b/plugins/SecurityInfo/Controller.php
index ccd310fdab..70bb5878fc 100644
--- a/plugins/SecurityInfo/Controller.php
+++ b/plugins/SecurityInfo/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SecurityInfo/SecurityInfo.php b/plugins/SecurityInfo/SecurityInfo.php
index 849b3992af..090551d84d 100644
--- a/plugins/SecurityInfo/SecurityInfo.php
+++ b/plugins/SecurityInfo/SecurityInfo.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 9d064292fa..2a02f70c5f 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SitesManager/Controller.php b/plugins/SitesManager/Controller.php
index 874bec4e00..e3a07506f9 100644
--- a/plugins/SitesManager/Controller.php
+++ b/plugins/SitesManager/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php
index 19ec4739dc..202cacfcc3 100644
--- a/plugins/SitesManager/SitesManager.php
+++ b/plugins/SitesManager/SitesManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/SitesManager/templates/SitesManager.js b/plugins/SitesManager/templates/SitesManager.js
index 2f59ecc0dc..c951a6c423 100644
--- a/plugins/SitesManager/templates/SitesManager.js
+++ b/plugins/SitesManager/templates/SitesManager.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function SitesManager ( _timezones, _currencies, _defaultTimezone, _defaultCurrency ) {
var timezones = _timezones;
@@ -276,4 +284,4 @@ function SitesManager ( _timezones, _currencies, _defaultTimezone, _defaultCurre
$(this).find('.addsite').click();
}
}
-} \ No newline at end of file
+}
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 107c072b3d..0480c8d1d9 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserCountry/Controller.php b/plugins/UserCountry/Controller.php
index 3e7646be52..4ecbb9cef0 100644
--- a/plugins/UserCountry/Controller.php
+++ b/plugins/UserCountry/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 22bb33f5a2..d1f7e06741 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserCountry/functions.php b/plugins/UserCountry/functions.php
index cbb38b0f06..ef8b6ecae6 100644
--- a/plugins/UserCountry/functions.php
+++ b/plugins/UserCountry/functions.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserCountryMap/UserCountryMap.php b/plugins/UserCountryMap/UserCountryMap.php
index faad1e4fbe..5eb0a76e44 100644
--- a/plugins/UserCountryMap/UserCountryMap.php
+++ b/plugins/UserCountryMap/UserCountryMap.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index 0096175fc6..c792154602 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserSettings/Controller.php b/plugins/UserSettings/Controller.php
index 2344ed002c..fc7d827858 100644
--- a/plugins/UserSettings/Controller.php
+++ b/plugins/UserSettings/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserSettings/UserSettings.php b/plugins/UserSettings/UserSettings.php
index 2b595b4cfc..9b309f1953 100644
--- a/plugins/UserSettings/UserSettings.php
+++ b/plugins/UserSettings/UserSettings.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UserSettings/functions.php b/plugins/UserSettings/functions.php
index c2aebe7b64..e4d4055df4 100644
--- a/plugins/UserSettings/functions.php
+++ b/plugins/UserSettings/functions.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UsersManager/API.php b/plugins/UsersManager/API.php
index c237193501..dce3239dca 100644
--- a/plugins/UsersManager/API.php
+++ b/plugins/UsersManager/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UsersManager/Controller.php b/plugins/UsersManager/Controller.php
index 7e700ee573..5ae2c9c572 100644
--- a/plugins/UsersManager/Controller.php
+++ b/plugins/UsersManager/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php
index 7a98f41711..36e6850bbc 100644
--- a/plugins/UsersManager/UsersManager.php
+++ b/plugins/UsersManager/UsersManager.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/UsersManager/templates/UsersManager.js b/plugins/UsersManager/templates/UsersManager.js
index fe755b5693..92b7bcd6de 100644
--- a/plugins/UsersManager/templates/UsersManager.js
+++ b/plugins/UsersManager/templates/UsersManager.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function changeSite()
{
var action = $('form#accessSites').attr('action');
diff --git a/plugins/UsersManager/templates/userSettings.js b/plugins/UsersManager/templates/userSettings.js
index fe26323595..dd64ac7e54 100644
--- a/plugins/UsersManager/templates/userSettings.js
+++ b/plugins/UsersManager/templates/userSettings.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function getUserSettingsAJAX()
{
var params;
diff --git a/plugins/VisitFrequency/API.php b/plugins/VisitFrequency/API.php
index 7e31fd637d..6004fa8429 100644
--- a/plugins/VisitFrequency/API.php
+++ b/plugins/VisitFrequency/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitFrequency/Controller.php b/plugins/VisitFrequency/Controller.php
index 11c509ebba..bdbe735928 100644
--- a/plugins/VisitFrequency/Controller.php
+++ b/plugins/VisitFrequency/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitFrequency/VisitFrequency.php b/plugins/VisitFrequency/VisitFrequency.php
index febe492ea4..c3ded4339c 100644
--- a/plugins/VisitFrequency/VisitFrequency.php
+++ b/plugins/VisitFrequency/VisitFrequency.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php
index 8869bc4a07..01eeab5405 100644
--- a/plugins/VisitTime/API.php
+++ b/plugins/VisitTime/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitTime/Controller.php b/plugins/VisitTime/Controller.php
index 765ab1bd6a..f8f6e63e76 100644
--- a/plugins/VisitTime/Controller.php
+++ b/plugins/VisitTime/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index b702303911..8ac0bcc73e 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/Controller.php b/plugins/VisitorGenerator/Controller.php
index 2b7806ea62..8417bcc289 100644
--- a/plugins/VisitorGenerator/Controller.php
+++ b/plugins/VisitorGenerator/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/Generator.php b/plugins/VisitorGenerator/Generator.php
index fc16933d3e..65ecb911da 100644
--- a/plugins/VisitorGenerator/Generator.php
+++ b/plugins/VisitorGenerator/Generator.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/Tracker.php b/plugins/VisitorGenerator/Tracker.php
index 506133868d..4a2e100c1b 100644
--- a/plugins/VisitorGenerator/Tracker.php
+++ b/plugins/VisitorGenerator/Tracker.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/Visit.php b/plugins/VisitorGenerator/Visit.php
index 6b71429404..b9eaa253bf 100644
--- a/plugins/VisitorGenerator/Visit.php
+++ b/plugins/VisitorGenerator/Visit.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/VisitorGenerator.php b/plugins/VisitorGenerator/VisitorGenerator.php
index 705952c1cc..a02a124071 100644
--- a/plugins/VisitorGenerator/VisitorGenerator.php
+++ b/plugins/VisitorGenerator/VisitorGenerator.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/data/AcceptLanguage.php b/plugins/VisitorGenerator/data/AcceptLanguage.php
index dbf3d8b593..24aeebf5d0 100644
--- a/plugins/VisitorGenerator/data/AcceptLanguage.php
+++ b/plugins/VisitorGenerator/data/AcceptLanguage.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/data/Referers.php b/plugins/VisitorGenerator/data/Referers.php
index cf4b36b4e4..adf047a43b 100644
--- a/plugins/VisitorGenerator/data/Referers.php
+++ b/plugins/VisitorGenerator/data/Referers.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorGenerator/data/UserAgent.php b/plugins/VisitorGenerator/data/UserAgent.php
index 8345f22bc4..66be8613fa 100644
--- a/plugins/VisitorGenerator/data/UserAgent.php
+++ b/plugins/VisitorGenerator/data/UserAgent.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php
index ad2aeb42fa..4dd920aeaf 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorInterest/Controller.php b/plugins/VisitorInterest/Controller.php
index aafd6d6c3c..f4569f0141 100644
--- a/plugins/VisitorInterest/Controller.php
+++ b/plugins/VisitorInterest/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 51cd182a15..fb9d273408 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitsSummary/API.php b/plugins/VisitsSummary/API.php
index c4c80a2542..27d0ed9fec 100644
--- a/plugins/VisitsSummary/API.php
+++ b/plugins/VisitsSummary/API.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitsSummary/Controller.php b/plugins/VisitsSummary/Controller.php
index 460b2be9b0..d31f89a709 100644
--- a/plugins/VisitsSummary/Controller.php
+++ b/plugins/VisitsSummary/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/VisitsSummary/VisitsSummary.php b/plugins/VisitsSummary/VisitsSummary.php
index 3eab74952d..f47c896c55 100644
--- a/plugins/VisitsSummary/VisitsSummary.php
+++ b/plugins/VisitsSummary/VisitsSummary.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Widgetize/Controller.php b/plugins/Widgetize/Controller.php
index bb212e36f1..809f6c5a5c 100644
--- a/plugins/Widgetize/Controller.php
+++ b/plugins/Widgetize/Controller.php
@@ -3,7 +3,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Widgetize/Widgetize.php b/plugins/Widgetize/Widgetize.php
index bd19f816b6..af8035d3ad 100644
--- a/plugins/Widgetize/Widgetize.php
+++ b/plugins/Widgetize/Widgetize.php
@@ -4,7 +4,7 @@
* Piwik - Open source web analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*
* @category Piwik_Plugins
diff --git a/plugins/Widgetize/templates/widgetize.js b/plugins/Widgetize/templates/widgetize.js
index 5b1dc0dbc1..5eb8eee883 100644
--- a/plugins/Widgetize/templates/widgetize.js
+++ b/plugins/Widgetize/templates/widgetize.js
@@ -1,3 +1,11 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
+
function widgetize()
{
var self = this;
diff --git a/tests/javascript/piwiktest.js b/tests/javascript/piwiktest.js
index 441c2d1319..83d767295f 100644
--- a/tests/javascript/piwiktest.js
+++ b/tests/javascript/piwiktest.js
@@ -2,7 +2,7 @@
* Piwik - Web Analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*/
diff --git a/themes/default/common.js b/themes/default/common.js
index efbe7f2552..aea7eff4c4 100644
--- a/themes/default/common.js
+++ b/themes/default/common.js
@@ -2,7 +2,7 @@
* Piwik - Web Analytics
*
* @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @version $Id$
*/