Skip to content

Commit

Permalink
Adding LibreJS license information in piwik.js Fixes matomo-org#3770 m…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jun 10, 2014
1 parent fc3eeee commit 6656833
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions js/piwik.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.

/*
Expand Down Expand Up @@ -3296,3 +3296,6 @@ if (typeof piwik_log !== 'function') {
}
};
}

/*! @license-end */

7 changes: 5 additions & 2 deletions piwik.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6656833

Please sign in to comment.