| rev |
line source |
|
bsw@1045
|
1 Copyright (c) 2009-2014 Public Software Group e. V., Berlin, Germany
|
|
bsw/jbe@0
|
2
|
|
bsw/jbe@0
|
3 Permission is hereby granted, free of charge, to any person obtaining a
|
|
bsw/jbe@0
|
4 copy of this software and associated documentation files (the "Software"),
|
|
bsw/jbe@0
|
5 to deal in the Software without restriction, including without limitation
|
|
bsw/jbe@0
|
6 the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
bsw/jbe@0
|
7 and/or sell copies of the Software, and to permit persons to whom the
|
|
bsw/jbe@0
|
8 Software is furnished to do so, subject to the following conditions:
|
|
bsw/jbe@0
|
9
|
|
bsw/jbe@0
|
10 The above copyright notice and this permission notice shall be included in
|
|
bsw/jbe@0
|
11 all copies or substantial portions of the Software.
|
|
bsw/jbe@0
|
12
|
|
bsw/jbe@0
|
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
bsw/jbe@0
|
14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
bsw/jbe@0
|
15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
bsw/jbe@0
|
16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
bsw/jbe@0
|
17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
bsw/jbe@0
|
18 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
bsw/jbe@0
|
19 DEALINGS IN THE SOFTWARE.
|
|
bsw/jbe@0
|
20
|
|
bsw@1049
|
21 =============================================================================
|
|
bsw@1049
|
22
|
|
bsw/jbe@0
|
23
|
|
bsw/jbe@0
|
24 3rd party license information:
|
|
bsw/jbe@0
|
25
|
|
bsw@1049
|
26 -----------------------------------------------------------------------------
|
|
bsw@1049
|
27
|
|
bsw@1049
|
28 Some of the icons used in LiquidFeedback (except national flags) are from
|
|
bsw@1049
|
29 Silk icon set 1.3 by Mark James. [ http://www.famfamfam.com/lab/icons/silk/ ]
|
|
bsw/jbe@0
|
30 His work is licensed under a Creative Commons Attribution 2.5 License.
|
|
bsw/jbe@6
|
31 [ http://creativecommons.org/licenses/by/2.5/ ]
|
|
bsw@95
|
32
|
|
bsw@1049
|
33 -----------------------------------------------------------------------------
|
|
bsw@1049
|
34
|
|
bsw@95
|
35 The emoticons are taken from the following web pages:
|
|
bsw@1049
|
36
|
|
bsw@95
|
37 http://de.wikipedia.org/w/index.php?title=Datei:Face-smile.svg and
|
|
bsw@95
|
38 http://de.wikipedia.org/w/index.php?title=Datei:Face-sad.svg
|
|
bsw@95
|
39 The author granted usage under the following terms:
|
|
bsw@95
|
40 "This file has been (or is hereby) released into the public domain by
|
|
bsw@95
|
41 its author, The Tango! Desktop Project. This applies worldwide. In case
|
|
bsw@95
|
42 this is not legally possible: The Tango! Desktop Project grants anyone
|
|
bsw@95
|
43 the right to use this work for any purpose, without any conditions,
|
|
bsw@95
|
44 unless such conditions are required by law."
|
|
bsw@95
|
45 The orange and red smiley are modified versions of Face-sad.
|
|
bsw@95
|
46
|
|
bsw@1049
|
47 -----------------------------------------------------------------------------
|
|
bsw@95
|
48
|
|
bsw@1049
|
49 The "jquery" library is licensed as follows:
|
|
bsw@1049
|
50
|
|
bsw@1049
|
51 Copyright 2005, 2014 jQuery Foundation and other contributors,
|
|
bsw@1049
|
52 https://jquery.org/
|
|
bsw@1049
|
53
|
|
bsw@1049
|
54 This software consists of voluntary contributions made by many
|
|
bsw@1049
|
55 individuals. For exact contribution history, see the revision history
|
|
bsw@1049
|
56 available at https://github.com/jquery/jquery
|
|
bsw@1049
|
57
|
|
bsw@1049
|
58 The following license applies to all parts of this software except as
|
|
bsw@1049
|
59 documented below:
|
|
bsw@1049
|
60
|
|
bsw@1049
|
61 ====
|
|
bsw@1049
|
62
|
|
bsw@1049
|
63 Permission is hereby granted, free of charge, to any person obtaining
|
|
bsw@1049
|
64 a copy of this software and associated documentation files (the
|
|
bsw@1049
|
65 "Software"), to deal in the Software without restriction, including
|
|
bsw@1049
|
66 without limitation the rights to use, copy, modify, merge, publish,
|
|
bsw@1049
|
67 distribute, sublicense, and/or sell copies of the Software, and to
|
|
bsw@1049
|
68 permit persons to whom the Software is furnished to do so, subject to
|
|
bsw@1049
|
69 the following conditions:
|
|
bsw@1049
|
70
|
|
bsw@1049
|
71 The above copyright notice and this permission notice shall be
|
|
bsw@1049
|
72 included in all copies or substantial portions of the Software.
|
|
bsw@1049
|
73
|
|
bsw@1049
|
74 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
bsw@1049
|
75 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
bsw@1049
|
76 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
bsw@1049
|
77 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
bsw@1049
|
78 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
bsw@1049
|
79 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
bsw@1049
|
80 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
bsw@1049
|
81
|
|
bsw@1049
|
82 ====
|
|
bsw@1049
|
83
|
|
bsw@1049
|
84 All files located in the node_modules and external directories are
|
|
bsw@1049
|
85 externally maintained libraries used by this software which have their
|
|
bsw@1049
|
86 own licenses; we recommend you read them, as their terms may differ from
|
|
bsw@1049
|
87 the terms above.
|
|
bsw@1049
|
88
|
|
bsw@1049
|
89 -----------------------------------------------------------------------------
|
|
bsw@1049
|
90
|
|
bsw@1049
|
91 "LESS - Leaner CSS" is licensed as follows:
|
|
bsw@1049
|
92
|
|
bsw@1049
|
93 Copyright (c) 2009-2013, Alexis Sellier
|
|
bsw@1049
|
94
|
|
bsw@1049
|
95 Apache License
|
|
bsw@1049
|
96 Version 2.0, January 2004
|
|
bsw@1049
|
97 http://www.apache.org/licenses/
|
|
bsw@1049
|
98
|
|
bsw@1049
|
99 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
bsw@1049
|
100
|
|
bsw@1049
|
101 1. Definitions.
|
|
bsw@1049
|
102
|
|
bsw@1049
|
103 "License" shall mean the terms and conditions for use, reproduction,
|
|
bsw@1049
|
104 and distribution as defined by Sections 1 through 9 of this document.
|
|
bsw@1049
|
105
|
|
bsw@1049
|
106 "Licensor" shall mean the copyright owner or entity authorized by
|
|
bsw@1049
|
107 the copyright owner that is granting the License.
|
|
bsw@1049
|
108
|
|
bsw@1049
|
109 "Legal Entity" shall mean the union of the acting entity and all
|
|
bsw@1049
|
110 other entities that control, are controlled by, or are under common
|
|
bsw@1049
|
111 control with that entity. For the purposes of this definition,
|
|
bsw@1049
|
112 "control" means (i) the power, direct or indirect, to cause the
|
|
bsw@1049
|
113 direction or management of such entity, whether by contract or
|
|
bsw@1049
|
114 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
bsw@1049
|
115 outstanding shares, or (iii) beneficial ownership of such entity.
|
|
bsw@1049
|
116
|
|
bsw@1049
|
117 "You" (or "Your") shall mean an individual or Legal Entity
|
|
bsw@1049
|
118 exercising permissions granted by this License.
|
|
bsw@1049
|
119
|
|
bsw@1049
|
120 "Source" form shall mean the preferred form for making modifications,
|
|
bsw@1049
|
121 including but not limited to software source code, documentation
|
|
bsw@1049
|
122 source, and configuration files.
|
|
bsw@1049
|
123
|
|
bsw@1049
|
124 "Object" form shall mean any form resulting from mechanical
|
|
bsw@1049
|
125 transformation or translation of a Source form, including but
|
|
bsw@1049
|
126 not limited to compiled object code, generated documentation,
|
|
bsw@1049
|
127 and conversions to other media types.
|
|
bsw@1049
|
128
|
|
bsw@1049
|
129 "Work" shall mean the work of authorship, whether in Source or
|
|
bsw@1049
|
130 Object form, made available under the License, as indicated by a
|
|
bsw@1049
|
131 copyright notice that is included in or attached to the work
|
|
bsw@1049
|
132 (an example is provided in the Appendix below).
|
|
bsw@1049
|
133
|
|
bsw@1049
|
134 "Derivative Works" shall mean any work, whether in Source or Object
|
|
bsw@1049
|
135 form, that is based on (or derived from) the Work and for which the
|
|
bsw@1049
|
136 editorial revisions, annotations, elaborations, or other modifications
|
|
bsw@1049
|
137 represent, as a whole, an original work of authorship. For the purposes
|
|
bsw@1049
|
138 of this License, Derivative Works shall not include works that remain
|
|
bsw@1049
|
139 separable from, or merely link (or bind by name) to the interfaces of,
|
|
bsw@1049
|
140 the Work and Derivative Works thereof.
|
|
bsw@1049
|
141
|
|
bsw@1049
|
142 "Contribution" shall mean any work of authorship, including
|
|
bsw@1049
|
143 the original version of the Work and any modifications or additions
|
|
bsw@1049
|
144 to that Work or Derivative Works thereof, that is intentionally
|
|
bsw@1049
|
145 submitted to Licensor for inclusion in the Work by the copyright owner
|
|
bsw@1049
|
146 or by an individual or Legal Entity authorized to submit on behalf of
|
|
bsw@1049
|
147 the copyright owner. For the purposes of this definition, "submitted"
|
|
bsw@1049
|
148 means any form of electronic, verbal, or written communication sent
|
|
bsw@1049
|
149 to the Licensor or its representatives, including but not limited to
|
|
bsw@1049
|
150 communication on electronic mailing lists, source code control systems,
|
|
bsw@1049
|
151 and issue tracking systems that are managed by, or on behalf of, the
|
|
bsw@1049
|
152 Licensor for the purpose of discussing and improving the Work, but
|
|
bsw@1049
|
153 excluding communication that is conspicuously marked or otherwise
|
|
bsw@1049
|
154 designated in writing by the copyright owner as "Not a Contribution."
|
|
bsw@1049
|
155
|
|
bsw@1049
|
156 "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
bsw@1049
|
157 on behalf of whom a Contribution has been received by Licensor and
|
|
bsw@1049
|
158 subsequently incorporated within the Work.
|
|
bsw@1049
|
159
|
|
bsw@1049
|
160 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
bsw@1049
|
161 this License, each Contributor hereby grants to You a perpetual,
|
|
bsw@1049
|
162 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
bsw@1049
|
163 copyright license to reproduce, prepare Derivative Works of,
|
|
bsw@1049
|
164 publicly display, publicly perform, sublicense, and distribute the
|
|
bsw@1049
|
165 Work and such Derivative Works in Source or Object form.
|
|
bsw@1049
|
166
|
|
bsw@1049
|
167 3. Grant of Patent License. Subject to the terms and conditions of
|
|
bsw@1049
|
168 this License, each Contributor hereby grants to You a perpetual,
|
|
bsw@1049
|
169 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
bsw@1049
|
170 (except as stated in this section) patent license to make, have made,
|
|
bsw@1049
|
171 use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
bsw@1049
|
172 where such license applies only to those patent claims licensable
|
|
bsw@1049
|
173 by such Contributor that are necessarily infringed by their
|
|
bsw@1049
|
174 Contribution(s) alone or by combination of their Contribution(s)
|
|
bsw@1049
|
175 with the Work to which such Contribution(s) was submitted. If You
|
|
bsw@1049
|
176 institute patent litigation against any entity (including a
|
|
bsw@1049
|
177 cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
bsw@1049
|
178 or a Contribution incorporated within the Work constitutes direct
|
|
bsw@1049
|
179 or contributory patent infringement, then any patent licenses
|
|
bsw@1049
|
180 granted to You under this License for that Work shall terminate
|
|
bsw@1049
|
181 as of the date such litigation is filed.
|
|
bsw@1049
|
182
|
|
bsw@1049
|
183 4. Redistribution. You may reproduce and distribute copies of the
|
|
bsw@1049
|
184 Work or Derivative Works thereof in any medium, with or without
|
|
bsw@1049
|
185 modifications, and in Source or Object form, provided that You
|
|
bsw@1049
|
186 meet the following conditions:
|
|
bsw@1049
|
187
|
|
bsw@1049
|
188 (a) You must give any other recipients of the Work or
|
|
bsw@1049
|
189 Derivative Works a copy of this License; and
|
|
bsw@1049
|
190
|
|
bsw@1049
|
191 (b) You must cause any modified files to carry prominent notices
|
|
bsw@1049
|
192 stating that You changed the files; and
|
|
bsw@1049
|
193
|
|
bsw@1049
|
194 (c) You must retain, in the Source form of any Derivative Works
|
|
bsw@1049
|
195 that You distribute, all copyright, patent, trademark, and
|
|
bsw@1049
|
196 attribution notices from the Source form of the Work,
|
|
bsw@1049
|
197 excluding those notices that do not pertain to any part of
|
|
bsw@1049
|
198 the Derivative Works; and
|
|
bsw@1049
|
199
|
|
bsw@1049
|
200 (d) If the Work includes a "NOTICE" text file as part of its
|
|
bsw@1049
|
201 distribution, then any Derivative Works that You distribute must
|
|
bsw@1049
|
202 include a readable copy of the attribution notices contained
|
|
bsw@1049
|
203 within such NOTICE file, excluding those notices that do not
|
|
bsw@1049
|
204 pertain to any part of the Derivative Works, in at least one
|
|
bsw@1049
|
205 of the following places: within a NOTICE text file distributed
|
|
bsw@1049
|
206 as part of the Derivative Works; within the Source form or
|
|
bsw@1049
|
207 documentation, if provided along with the Derivative Works; or,
|
|
bsw@1049
|
208 within a display generated by the Derivative Works, if and
|
|
bsw@1049
|
209 wherever such third-party notices normally appear. The contents
|
|
bsw@1049
|
210 of the NOTICE file are for informational purposes only and
|
|
bsw@1049
|
211 do not modify the License. You may add Your own attribution
|
|
bsw@1049
|
212 notices within Derivative Works that You distribute, alongside
|
|
bsw@1049
|
213 or as an addendum to the NOTICE text from the Work, provided
|
|
bsw@1049
|
214 that such additional attribution notices cannot be construed
|
|
bsw@1049
|
215 as modifying the License.
|
|
bsw@1049
|
216
|
|
bsw@1049
|
217 You may add Your own copyright statement to Your modifications and
|
|
bsw@1049
|
218 may provide additional or different license terms and conditions
|
|
bsw@1049
|
219 for use, reproduction, or distribution of Your modifications, or
|
|
bsw@1049
|
220 for any such Derivative Works as a whole, provided Your use,
|
|
bsw@1049
|
221 reproduction, and distribution of the Work otherwise complies with
|
|
bsw@1049
|
222 the conditions stated in this License.
|
|
bsw@1049
|
223
|
|
bsw@1049
|
224 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
bsw@1049
|
225 any Contribution intentionally submitted for inclusion in the Work
|
|
bsw@1049
|
226 by You to the Licensor shall be under the terms and conditions of
|
|
bsw@1049
|
227 this License, without any additional terms or conditions.
|
|
bsw@1049
|
228 Notwithstanding the above, nothing herein shall supersede or modify
|
|
bsw@1049
|
229 the terms of any separate license agreement you may have executed
|
|
bsw@1049
|
230 with Licensor regarding such Contributions.
|
|
bsw@1049
|
231
|
|
bsw@1049
|
232 6. Trademarks. This License does not grant permission to use the trade
|
|
bsw@1049
|
233 names, trademarks, service marks, or product names of the Licensor,
|
|
bsw@1049
|
234 except as required for reasonable and customary use in describing the
|
|
bsw@1049
|
235 origin of the Work and reproducing the content of the NOTICE file.
|
|
bsw@1049
|
236
|
|
bsw@1049
|
237 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
bsw@1049
|
238 agreed to in writing, Licensor provides the Work (and each
|
|
bsw@1049
|
239 Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
bsw@1049
|
240 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
bsw@1049
|
241 implied, including, without limitation, any warranties or conditions
|
|
bsw@1049
|
242 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
bsw@1049
|
243 PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
bsw@1049
|
244 appropriateness of using or redistributing the Work and assume any
|
|
bsw@1049
|
245 risks associated with Your exercise of permissions under this License.
|
|
bsw@1049
|
246
|
|
bsw@1049
|
247 8. Limitation of Liability. In no event and under no legal theory,
|
|
bsw@1049
|
248 whether in tort (including negligence), contract, or otherwise,
|
|
bsw@1049
|
249 unless required by applicable law (such as deliberate and grossly
|
|
bsw@1049
|
250 negligent acts) or agreed to in writing, shall any Contributor be
|
|
bsw@1049
|
251 liable to You for damages, including any direct, indirect, special,
|
|
bsw@1049
|
252 incidental, or consequential damages of any character arising as a
|
|
bsw@1049
|
253 result of this License or out of the use or inability to use the
|
|
bsw@1049
|
254 Work (including but not limited to damages for loss of goodwill,
|
|
bsw@1049
|
255 work stoppage, computer failure or malfunction, or any and all
|
|
bsw@1049
|
256 other commercial damages or losses), even if such Contributor
|
|
bsw@1049
|
257 has been advised of the possibility of such damages.
|
|
bsw@1049
|
258
|
|
bsw@1049
|
259 9. Accepting Warranty or Additional Liability. While redistributing
|
|
bsw@1049
|
260 the Work or Derivative Works thereof, You may choose to offer,
|
|
bsw@1049
|
261 and charge a fee for, acceptance of support, warranty, indemnity,
|
|
bsw@1049
|
262 or other liability obligations and/or rights consistent with this
|
|
bsw@1049
|
263 License. However, in accepting such obligations, You may act only
|
|
bsw@1049
|
264 on Your own behalf and on Your sole responsibility, not on behalf
|
|
bsw@1049
|
265 of any other Contributor, and only if You agree to indemnify,
|
|
bsw@1049
|
266 defend, and hold each Contributor harmless for any liability
|
|
bsw@1049
|
267 incurred by, or claims asserted against, such Contributor by reason
|
|
bsw@1049
|
268 of your accepting any such warranty or additional liability.
|
|
bsw@1049
|
269
|
|
bsw@1049
|
270 END OF TERMS AND CONDITIONS
|
|
bsw@1049
|
271
|
|
bsw@1049
|
272 -----------------------------------------------------------------------------
|
|
bsw@1049
|
273
|
|
bsw@1049
|
274 END OF LICENSE FILE
|