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
path: root/core
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 /core
parenteb32a329f893e0a2edcf355aece0f95b03db2bad (diff)
refs #1630
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core')
-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
195 files changed, 195 insertions, 195 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