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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon Pang <apang@softwaredevelopment.ca>2015-07-13 03:12:49 +0300
committerAnthon Pang <apang@softwaredevelopment.ca>2015-07-13 03:13:02 +0300
commitb95837534c6fc4c9dd63eef2c2e9d8bb343ca23e (patch)
tree34c185c4e4de45eea722e6802e384133c1dd3eca /core/Settings
parent01e43b4b78c718784d04962af5192ed6dca53535 (diff)
Missing @license docblocks (according to fossology)
Diffstat (limited to 'core/Settings')
-rw-r--r--core/Settings/StorageInterface.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/Settings/StorageInterface.php b/core/Settings/StorageInterface.php
index 7ffcac0d60..6a4a76c5ac 100644
--- a/core/Settings/StorageInterface.php
+++ b/core/Settings/StorageInterface.php
@@ -1,9 +1,10 @@
<?php
/**
- * Created by PhpStorm.
- * User: thomassteur
- * Date: 25.10.13
- * Time: 13:33
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
*/
namespace Piwik\Settings;