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

LEGALNOTICE - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbf2a28196db12445c4f93614316e90b09ac0b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
COPYRIGHT

	Piwik - Open Source Web Analytics

	The software package is:

		Copyright (C) 2010  Matthieu Aubry

	Individual contributions, components, and libraries are copyright
	their respective authors.


SOFTWARE LICENSE

	The free software license of Piwik is GNU General Public License v3
	or later.  A copy of GNU GPL v3 should have been included in this
	software package in misc/gpl-3.0.txt.


TRADEMARK

	Piwik (TM) is an internationally registered trademark.

	The software license does not grant any rights under trademark
	law for use of the trademark.  Refer to http://piwik.org/trademark/
	for up-to-date trademark licensing information.

*
* The software license applies to both the aggregate software and
* application-specific portions of the software.
*
* You may not remove this legal notice or modify the software
* in such a way that misrepresents the origin of the software.
*

CREDITS

	The software consists of contributions made by many individuals.
	Major contributors are listed in http://piwik.org/the-piwik-team/.

	For detailed contribution history, refer to the source, tickets,
	patches, and svn revision history, available at
	http://dev.piwik.org/trac/.


SEPARATELY LICENSED COMPONENTS AND LIBRARIES

	The following components/libraries are distributed in this package,
	and subject to their respective licenses.

	Name:  jquery.truncate
	Link:  http://dev.piwik.org/trac/browser/trunk/libs/jquery/truncate/
	License:  New BSD

	Name:  PiwikMap.swf - map renderer
	Link:  http://dev.piwik.org/trac/browser/worldmap/trunk/mapRenderer
	License:  GPL
	Notes:
	- depends on as3corelib (http://code.google.com/p/as3corelib/); New BSD

	Name:  PiwikMap - data builder
	Link:  http://bitbucket.org/gka/piwik-map/overview
	License:  MIT

	Name:  PiwikTracker
	Link: http://dev.piwik.org/trac/browser/trunk/libs/PiwikTracker/PiwikTracker.php
	License:  New BSD

	Name:  UserAgentParser
	Link:  http://dev.piwik.org/trac/browser/trunk/libs/UserAgentParser/
	License:  New BSD


THIRD-PARTY COMPONENTS AND LIBRARIES

	The following components/libraries are redistributed in this package,
	and subject to their respective licenses.

	Name:  jQuery
	Link:  http://jquery.com/
	License:  Dual-licensed: MIT or GPL
	Notes:
	- GPL version not explicitly stated in source but GPL v2 is in git
	- includes Sizzle.js - multi-licensed: MIT, New BSD, or GPL [v2]

	Name:  jQuery UI
	Link:  http://jqueryui.com/
	License:  Dual-licensed: MIT or GPL
	Notes:
	- GPL version not explicitly stated in source but GPL v2 is in git

	Name:  fdd2div
	Link:  http://code.google.com/p/fdd2div/
	License:  GPL v3

	Name:  jquery.bgiframe
	Link:  http://plugins.jquery.com/project/bgiframe
	License:  Dual licensed: MIT or GPL

	Name:  jquery.blockUI
	Link:  http://jquery.malsup.com/block/
	License:  Dual licensed: MIT or GPL

	Name:  jquery.history
	Link:  http://www.mikage.to/jquery/jquery_history.html
	License:  MIT

	Name:  jquery.scrollTo
	Link:  http://plugins.jquery.com/project/ScrollTo
	License:  Dual licensed: MIT or GPL

	Name:  jquery.spy
	Link:  http://leftlogic.com/lounge/articles/jquery_spy2
	License:  MIT

	Name:  Superfish
	Link:  http://users.tpg.com.au/j_birch/plugins/superfish/
	License:  GPL

	Name:  Tooltip
	Link:  http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
	License:  Dual licensed: MIT or GPL

	Name:  json2.js
	Link:  http://json.org/
	License:  Public domain
	Notes:
	- reference implementation

	Name:  cssmin
	Link:  http://code.google.com/p/cssmin/
	License:  MIT

	Name:  jsmin
	Link:  http://code.google.com/p/jsmin-php/
	License:  MIT

	Name:  sparkline
	Link:  https//sourceforge.net/projects/sparkline/
	License:  Dual-licensed: New BSD or GPL v2

	Name:  swfObject
	Link:  http://code.google.com/p/swfobject/
	License:  MIT

	Name:  upgrade.php
	Link:  http://upgradephp.berlios.de/
	License:  Public domain

	Name:  Event Dispatcher (and Notification)
	Link:  http://pear.php.net/package/Event_Dispatcher/
	License:  New BSD

	Name:  HTML Common2
	Link:  http://pear.php.net/package/HTML_Common2/
	License:  New BSD

	Name:  HTML QuickForm2
	Link:  http://pear.php.net/package/HTML_QuickForm2/
	License:  New BSD

	Name:  HTML QuickForm2_Renderer_Smarty
	Link:  http://www.phcomp.co.uk/tmp/Smarty.phps
	License:  New BSD

	Name:  Open Flash Chart
	Link:  http://teethgrinder.co.uk/open-flash-chart-2/
	License:  LGPL
	Notes:
	- includes JSON.php (New BSD)

	Name:  PclZip
	Link:  http://www.phpconcept.net/pclzip/
	License:  LGPL
	Notes:
	- GPL version not explicitly stated but tarball contains LGPL v2.1

	Name:  PEAR (base system)
	Link:  http://pear.php.net/package/PEAR
	License:  New BSD

	Name:  PhpSecInfo
	Link:  http://phpsec.org/projects/phpsecinfo/
	License:  New BSD

	Name:  RankChecker
	Link:  http://www.getrank.org/free-pagerank-script
	License:  GPL

	Name:  Smarty
	Link:  http://smarty.net/
	License:  LGPL v2.1 or later

	Name:  TCPDF
	Link:  http://sourceforge.net/projects/tcpdf
	License:  LGPL v3 or later

	Name: Zend Framework
	Link:  http://www.zendframework.com/
	License:  New BSD


Notes:
- the "New BSD" license refers to either the "Modified BSD" and "Simplified BSD"
  licenses, which are GPL compatible.
- the "MIT" license is also referred to as the "X11" license