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/js
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-06-10 05:35:51 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-10 05:35:51 +0400
commit66568338216c261668a871e1e41a28c9e755bda8 (patch)
tree5b41d2b724c30eb57c256ace19cd527909f35abe /js
parentfc3eeee485eb85de42b714fc8a4a0b81773f048a (diff)
Adding LibreJS license information in piwik.js Fixes #3770 #5276
https://www.gnu.org/software/librejs/free-your-javascript.html#magnet-link-license
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 09f00bf561..4f0152698a 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -5,9 +5,9 @@
*
* @link http://piwik.org
* @source https://github.com/piwik/piwik/blob/master/js/piwik.js
- * @license http://piwik.org/free-software/bsd/ Simplified BSD (also in js/LICENSE.txt)
+ * @license http://piwik.org/free-software/bsd/ BSD-3 Clause (also in js/LICENSE.txt)
+ * @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt BSD-3-Clause
*/
-
// Refer to README.md for build instructions when minifying this file for distribution.
/*
@@ -3296,3 +3296,6 @@ if (typeof piwik_log !== 'function') {
}
};
}
+
+/*! @license-end */
+