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:
-rw-r--r--LEGALNOTICE4
-rw-r--r--core/Tracker/javascriptTag.tpl7
2 files changed, 9 insertions, 2 deletions
diff --git a/LEGALNOTICE b/LEGALNOTICE
index 05ec57c034..46e26f711e 100644
--- a/LEGALNOTICE
+++ b/LEGALNOTICE
@@ -48,6 +48,10 @@ SEPARATELY LICENSED COMPONENTS AND LIBRARIES
The following components/libraries are distributed in this package,
and subject to their respective licenses.
+ Name: javascriptTag.tpl - tracking tag to embed in your web pages
+ Link: http://dev.piwik.org/trac/browser/trunk/core/Tracker/javascriptTag.tpl
+ License: Public Domain
+
Name: jquery.truncate
Link: http://dev.piwik.org/trac/browser/trunk/libs/jquery/truncate/
License: New BSD
diff --git a/core/Tracker/javascriptTag.tpl b/core/Tracker/javascriptTag.tpl
index f0370aca3d..51c2fc058d 100644
--- a/core/Tracker/javascriptTag.tpl
+++ b/core/Tracker/javascriptTag.tpl
@@ -1,4 +1,7 @@
-<!-- Piwik -->
+<!--
+- Piwik Tracking Tag
+- @license Public Domain
+-->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://{$piwikUrl}" : "http://{$piwikUrl}");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
@@ -9,4 +12,4 @@ try {
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://{$piwikUrl}piwik.php?idsite={$idSite}" style="border:0" alt="" /></p></noscript>
-<!-- End Piwik Tag -->
+<!-- End Piwik Tracking Tag -->