| 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/jbe@1309 | 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/jbe@1309 | 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/jbe@1309 | 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/jbe@1309 | 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/jbe@1309 | 272 ============================================================================= | 
| bsw@1049 | 273 | 
| bsw@1072 | 274 The collection of LDAP error codes (mldap_errorcodes[]) has been derived | 
| bsw@1072 | 275 from the file ldap.h that is part of OpenLDAP Software. OpenLDAP's license | 
| bsw@1072 | 276 information is stated below: | 
| bsw@1072 | 277 | 
| bsw@1072 | 278 This work is part of OpenLDAP Software <http://www.openldap.org/>. | 
| bsw@1072 | 279 | 
| bsw@1072 | 280 Copyright 1998-2013 The OpenLDAP Foundation. | 
| bsw@1072 | 281 All rights reserved. | 
| bsw@1072 | 282 | 
| bsw@1072 | 283 Redistribution and use in source and binary forms, with or without | 
| bsw@1072 | 284 modification, are permitted only as authorized by the OpenLDAP | 
| bsw@1072 | 285 Public License. | 
| bsw@1072 | 286 | 
| bsw@1072 | 287 A copy of this license is available below: | 
| bsw@1072 | 288 | 
| bsw@1072 | 289 The OpenLDAP Public License | 
| bsw@1072 | 290 Version 2.8, 17 August 2003 | 
| bsw@1072 | 291 | 
| bsw@1072 | 292 Redistribution and use of this software and associated documentation | 
| bsw@1072 | 293 ("Software"), with or without modification, are permitted provided | 
| bsw@1072 | 294 that the following conditions are met: | 
| bsw@1072 | 295 | 
| bsw@1072 | 296 1. Redistributions in source form must retain copyright statements | 
| bsw@1072 | 297    and notices, | 
| bsw@1072 | 298 | 
| bsw@1072 | 299 2. Redistributions in binary form must reproduce applicable copyright | 
| bsw@1072 | 300    statements and notices, this list of conditions, and the following | 
| bsw@1072 | 301    disclaimer in the documentation and/or other materials provided | 
| bsw@1072 | 302    with the distribution, and | 
| bsw@1072 | 303 | 
| bsw@1072 | 304 3. Redistributions must contain a verbatim copy of this document. | 
| bsw@1072 | 305 | 
| bsw@1072 | 306 The OpenLDAP Foundation may revise this license from time to time. | 
| bsw@1072 | 307 Each revision is distinguished by a version number.  You may use | 
| bsw@1072 | 308 this Software under terms of this license revision or under the | 
| bsw@1072 | 309 terms of any subsequent revision of the license. | 
| bsw@1072 | 310 | 
| bsw@1072 | 311 THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS | 
| bsw@1072 | 312 CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, | 
| bsw@1072 | 313 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | 
| bsw@1072 | 314 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT | 
| bsw@1072 | 315 SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) | 
| bsw@1072 | 316 OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, | 
| bsw@1072 | 317 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | 
| bsw@1072 | 318 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
| bsw@1072 | 319 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | 
| bsw@1072 | 320 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
| bsw@1072 | 321 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | 
| bsw@1072 | 322 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 
| bsw@1072 | 323 POSSIBILITY OF SUCH DAMAGE. | 
| bsw@1072 | 324 | 
| bsw@1072 | 325 The names of the authors and copyright holders must not be used in | 
| bsw@1072 | 326 advertising or otherwise to promote the sale, use or other dealing | 
| bsw@1072 | 327 in this Software without specific, written prior permission.  Title | 
| bsw@1072 | 328 to copyright in this Software shall at all times remain with copyright | 
| bsw@1072 | 329 holders. | 
| bsw@1072 | 330 | 
| bsw@1072 | 331 OpenLDAP is a registered trademark of the OpenLDAP Foundation. | 
| bsw@1072 | 332 | 
| bsw@1072 | 333 Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, | 
| bsw@1072 | 334 California, USA.  All Rights Reserved.  Permission to copy and | 
| bsw@1072 | 335 distribute verbatim copies of this document is granted. | 
| bsw@1072 | 336 | 
| bsw@1072 | 337 End of OpenLDAP Public License | 
| bsw@1072 | 338 | 
| bsw@1072 | 339 Portions Copyright (c) 1990 Regents of the University of Michigan. | 
| bsw@1072 | 340 All rights reserved. | 
| bsw@1072 | 341 | 
| bsw@1072 | 342 Redistribution and use in source and binary forms are permitted | 
| bsw@1072 | 343 provided that this notice is preserved and that due credit is given | 
| bsw@1072 | 344 to the University of Michigan at Ann Arbor. The name of the University | 
| bsw@1072 | 345 may not be used to endorse or promote products derived from this | 
| bsw@1072 | 346 software without specific prior written permission. This software | 
| bsw@1072 | 347 is provided ``as is'' without express or implied warranty. | 
| bsw@1072 | 348 | 
| bsw@1072 | 349 End of OpenLDAP's license information | 
| bsw@1072 | 350 | 
| bsw/jbe@1309 | 351 ============================================================================= | 
| bsw/jbe@1309 | 352 | 
| bsw/jbe@1309 | 353 "wysihtml" is licensed as follows: | 
| bsw/jbe@1309 | 354 | 
| bsw/jbe@1309 | 355 The MIT License (MIT) | 
| bsw/jbe@1309 | 356 | 
| bsw/jbe@1309 | 357 Copyright (C) 2012-2016 XING AG, Voog and contributors | 
| bsw/jbe@1309 | 358 | 
| bsw/jbe@1309 | 359 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | 
| bsw/jbe@1309 | 360 | 
| bsw/jbe@1309 | 361 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | 
| bsw/jbe@1309 | 362 | 
| bsw/jbe@1309 | 363 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 
| bsw/jbe@1309 | 364 | 
| bsw/jbe@1309 | 365 ============================================================================= | 
| bsw/jbe@1309 | 366 | 
| bsw/jbe@1309 | 367 The Roboto font family is licensed as follows: | 
| bsw/jbe@1309 | 368 | 
| bsw/jbe@1309 | 369 Apache License | 
| bsw/jbe@1309 | 370 | 
| bsw/jbe@1309 | 371 Version 2.0, January 2004 | 
| bsw/jbe@1309 | 372 | 
| bsw/jbe@1309 | 373 http://www.apache.org/licenses/ | 
| bsw/jbe@1309 | 374 | 
| bsw/jbe@1309 | 375 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | 
| bsw/jbe@1309 | 376 | 
| bsw/jbe@1309 | 377 1. Definitions. | 
| bsw/jbe@1309 | 378 | 
| bsw/jbe@1309 | 379 "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. | 
| bsw/jbe@1309 | 380 | 
| bsw/jbe@1309 | 381 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. | 
| bsw/jbe@1309 | 382 | 
| bsw/jbe@1309 | 383 "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. | 
| bsw/jbe@1309 | 384 | 
| bsw/jbe@1309 | 385 "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. | 
| bsw/jbe@1309 | 386 | 
| bsw/jbe@1309 | 387 "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. | 
| bsw/jbe@1309 | 388 | 
| bsw/jbe@1309 | 389 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. | 
| bsw/jbe@1309 | 390 | 
| bsw/jbe@1309 | 391 "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). | 
| bsw/jbe@1309 | 392 | 
| bsw/jbe@1309 | 393 "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. | 
| bsw/jbe@1309 | 394 | 
| bsw/jbe@1309 | 395 "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." | 
| bsw/jbe@1309 | 396 | 
| bsw/jbe@1309 | 397 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. | 
| bsw/jbe@1309 | 398 | 
| bsw/jbe@1309 | 399 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. | 
| bsw/jbe@1309 | 400 | 
| bsw/jbe@1309 | 401 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. | 
| bsw/jbe@1309 | 402 | 
| bsw/jbe@1309 | 403 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: | 
| bsw/jbe@1309 | 404 | 
| bsw/jbe@1309 | 405 You must give any other recipients of the Work or Derivative Works a copy of this License; and | 
| bsw/jbe@1309 | 406 You must cause any modified files to carry prominent notices stating that You changed the files; and | 
| bsw/jbe@1309 | 407 You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and | 
| bsw/jbe@1309 | 408 If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. | 
| bsw/jbe@1309 | 409 | 
| bsw/jbe@1309 | 410 You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. | 
| bsw/jbe@1309 | 411 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. | 
| bsw/jbe@1309 | 412 | 
| bsw/jbe@1309 | 413 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. | 
| bsw/jbe@1309 | 414 | 
| bsw/jbe@1309 | 415 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. | 
| bsw/jbe@1309 | 416 | 
| bsw/jbe@1309 | 417 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. | 
| bsw/jbe@1309 | 418 | 
| bsw/jbe@1309 | 419 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. | 
| bsw/jbe@1309 | 420 | 
| bsw/jbe@1309 | 421 END OF TERMS AND CONDITIONS | 
| bsw/jbe@1309 | 422 | 
| bsw/jbe@1309 | 423 ============================================================================= | 
| bsw/jbe@1309 | 424 | 
| bsw/jbe@1309 | 425 The "mdl" library is licensed as follows: | 
| bsw/jbe@1309 | 426 | 
| bsw/jbe@1309 | 427 | 
| bsw/jbe@1309 | 428 | 
| bsw/jbe@1309 | 429                                  Apache License | 
| bsw/jbe@1309 | 430                            Version 2.0, January 2004 | 
| bsw/jbe@1309 | 431                         http://www.apache.org/licenses/ | 
| bsw/jbe@1309 | 432 | 
| bsw/jbe@1309 | 433    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | 
| bsw/jbe@1309 | 434 | 
| bsw/jbe@1309 | 435    1. Definitions. | 
| bsw/jbe@1309 | 436 | 
| bsw/jbe@1309 | 437       "License" shall mean the terms and conditions for use, reproduction, | 
| bsw/jbe@1309 | 438       and distribution as defined by Sections 1 through 9 of this document. | 
| bsw/jbe@1309 | 439 | 
| bsw/jbe@1309 | 440       "Licensor" shall mean the copyright owner or entity authorized by | 
| bsw/jbe@1309 | 441       the copyright owner that is granting the License. | 
| bsw/jbe@1309 | 442 | 
| bsw/jbe@1309 | 443       "Legal Entity" shall mean the union of the acting entity and all | 
| bsw/jbe@1309 | 444       other entities that control, are controlled by, or are under common | 
| bsw/jbe@1309 | 445       control with that entity. For the purposes of this definition, | 
| bsw/jbe@1309 | 446       "control" means (i) the power, direct or indirect, to cause the | 
| bsw/jbe@1309 | 447       direction or management of such entity, whether by contract or | 
| bsw/jbe@1309 | 448       otherwise, or (ii) ownership of fifty percent (50%) or more of the | 
| bsw/jbe@1309 | 449       outstanding shares, or (iii) beneficial ownership of such entity. | 
| bsw/jbe@1309 | 450 | 
| bsw/jbe@1309 | 451       "You" (or "Your") shall mean an individual or Legal Entity | 
| bsw/jbe@1309 | 452       exercising permissions granted by this License. | 
| bsw/jbe@1309 | 453 | 
| bsw/jbe@1309 | 454       "Source" form shall mean the preferred form for making modifications, | 
| bsw/jbe@1309 | 455       including but not limited to software source code, documentation | 
| bsw/jbe@1309 | 456       source, and configuration files. | 
| bsw/jbe@1309 | 457 | 
| bsw/jbe@1309 | 458       "Object" form shall mean any form resulting from mechanical | 
| bsw/jbe@1309 | 459       transformation or translation of a Source form, including but | 
| bsw/jbe@1309 | 460       not limited to compiled object code, generated documentation, | 
| bsw/jbe@1309 | 461       and conversions to other media types. | 
| bsw/jbe@1309 | 462 | 
| bsw/jbe@1309 | 463       "Work" shall mean the work of authorship, whether in Source or | 
| bsw/jbe@1309 | 464       Object form, made available under the License, as indicated by a | 
| bsw/jbe@1309 | 465       copyright notice that is included in or attached to the work | 
| bsw/jbe@1309 | 466       (an example is provided in the Appendix below). | 
| bsw/jbe@1309 | 467 | 
| bsw/jbe@1309 | 468       "Derivative Works" shall mean any work, whether in Source or Object | 
| bsw/jbe@1309 | 469       form, that is based on (or derived from) the Work and for which the | 
| bsw/jbe@1309 | 470       editorial revisions, annotations, elaborations, or other modifications | 
| bsw/jbe@1309 | 471       represent, as a whole, an original work of authorship. For the purposes | 
| bsw/jbe@1309 | 472       of this License, Derivative Works shall not include works that remain | 
| bsw/jbe@1309 | 473       separable from, or merely link (or bind by name) to the interfaces of, | 
| bsw/jbe@1309 | 474       the Work and Derivative Works thereof. | 
| bsw/jbe@1309 | 475 | 
| bsw/jbe@1309 | 476       "Contribution" shall mean any work of authorship, including | 
| bsw/jbe@1309 | 477       the original version of the Work and any modifications or additions | 
| bsw/jbe@1309 | 478       to that Work or Derivative Works thereof, that is intentionally | 
| bsw/jbe@1309 | 479       submitted to Licensor for inclusion in the Work by the copyright owner | 
| bsw/jbe@1309 | 480       or by an individual or Legal Entity authorized to submit on behalf of | 
| bsw/jbe@1309 | 481       the copyright owner. For the purposes of this definition, "submitted" | 
| bsw/jbe@1309 | 482       means any form of electronic, verbal, or written communication sent | 
| bsw/jbe@1309 | 483       to the Licensor or its representatives, including but not limited to | 
| bsw/jbe@1309 | 484       communication on electronic mailing lists, source code control systems, | 
| bsw/jbe@1309 | 485       and issue tracking systems that are managed by, or on behalf of, the | 
| bsw/jbe@1309 | 486       Licensor for the purpose of discussing and improving the Work, but | 
| bsw/jbe@1309 | 487       excluding communication that is conspicuously marked or otherwise | 
| bsw/jbe@1309 | 488       designated in writing by the copyright owner as "Not a Contribution." | 
| bsw/jbe@1309 | 489 | 
| bsw/jbe@1309 | 490       "Contributor" shall mean Licensor and any individual or Legal Entity | 
| bsw/jbe@1309 | 491       on behalf of whom a Contribution has been received by Licensor and | 
| bsw/jbe@1309 | 492       subsequently incorporated within the Work. | 
| bsw/jbe@1309 | 493 | 
| bsw/jbe@1309 | 494    2. Grant of Copyright License. Subject to the terms and conditions of | 
| bsw/jbe@1309 | 495       this License, each Contributor hereby grants to You a perpetual, | 
| bsw/jbe@1309 | 496       worldwide, non-exclusive, no-charge, royalty-free, irrevocable | 
| bsw/jbe@1309 | 497       copyright license to reproduce, prepare Derivative Works of, | 
| bsw/jbe@1309 | 498       publicly display, publicly perform, sublicense, and distribute the | 
| bsw/jbe@1309 | 499       Work and such Derivative Works in Source or Object form. | 
| bsw/jbe@1309 | 500 | 
| bsw/jbe@1309 | 501    3. Grant of Patent License. Subject to the terms and conditions of | 
| bsw/jbe@1309 | 502       this License, each Contributor hereby grants to You a perpetual, | 
| bsw/jbe@1309 | 503       worldwide, non-exclusive, no-charge, royalty-free, irrevocable | 
| bsw/jbe@1309 | 504       (except as stated in this section) patent license to make, have made, | 
| bsw/jbe@1309 | 505       use, offer to sell, sell, import, and otherwise transfer the Work, | 
| bsw/jbe@1309 | 506       where such license applies only to those patent claims licensable | 
| bsw/jbe@1309 | 507       by such Contributor that are necessarily infringed by their | 
| bsw/jbe@1309 | 508       Contribution(s) alone or by combination of their Contribution(s) | 
| bsw/jbe@1309 | 509       with the Work to which such Contribution(s) was submitted. If You | 
| bsw/jbe@1309 | 510       institute patent litigation against any entity (including a | 
| bsw/jbe@1309 | 511       cross-claim or counterclaim in a lawsuit) alleging that the Work | 
| bsw/jbe@1309 | 512       or a Contribution incorporated within the Work constitutes direct | 
| bsw/jbe@1309 | 513       or contributory patent infringement, then any patent licenses | 
| bsw/jbe@1309 | 514       granted to You under this License for that Work shall terminate | 
| bsw/jbe@1309 | 515       as of the date such litigation is filed. | 
| bsw/jbe@1309 | 516 | 
| bsw/jbe@1309 | 517    4. Redistribution. You may reproduce and distribute copies of the | 
| bsw/jbe@1309 | 518       Work or Derivative Works thereof in any medium, with or without | 
| bsw/jbe@1309 | 519       modifications, and in Source or Object form, provided that You | 
| bsw/jbe@1309 | 520       meet the following conditions: | 
| bsw/jbe@1309 | 521 | 
| bsw/jbe@1309 | 522       (a) You must give any other recipients of the Work or | 
| bsw/jbe@1309 | 523           Derivative Works a copy of this License; and | 
| bsw/jbe@1309 | 524 | 
| bsw/jbe@1309 | 525       (b) You must cause any modified files to carry prominent notices | 
| bsw/jbe@1309 | 526           stating that You changed the files; and | 
| bsw/jbe@1309 | 527 | 
| bsw/jbe@1309 | 528       (c) You must retain, in the Source form of any Derivative Works | 
| bsw/jbe@1309 | 529           that You distribute, all copyright, patent, trademark, and | 
| bsw/jbe@1309 | 530           attribution notices from the Source form of the Work, | 
| bsw/jbe@1309 | 531           excluding those notices that do not pertain to any part of | 
| bsw/jbe@1309 | 532           the Derivative Works; and | 
| bsw/jbe@1309 | 533 | 
| bsw/jbe@1309 | 534       (d) If the Work includes a "NOTICE" text file as part of its | 
| bsw/jbe@1309 | 535           distribution, then any Derivative Works that You distribute must | 
| bsw/jbe@1309 | 536           include a readable copy of the attribution notices contained | 
| bsw/jbe@1309 | 537           within such NOTICE file, excluding those notices that do not | 
| bsw/jbe@1309 | 538           pertain to any part of the Derivative Works, in at least one | 
| bsw/jbe@1309 | 539           of the following places: within a NOTICE text file distributed | 
| bsw/jbe@1309 | 540           as part of the Derivative Works; within the Source form or | 
| bsw/jbe@1309 | 541           documentation, if provided along with the Derivative Works; or, | 
| bsw/jbe@1309 | 542           within a display generated by the Derivative Works, if and | 
| bsw/jbe@1309 | 543           wherever such third-party notices normally appear. The contents | 
| bsw/jbe@1309 | 544           of the NOTICE file are for informational purposes only and | 
| bsw/jbe@1309 | 545           do not modify the License. You may add Your own attribution | 
| bsw/jbe@1309 | 546           notices within Derivative Works that You distribute, alongside | 
| bsw/jbe@1309 | 547           or as an addendum to the NOTICE text from the Work, provided | 
| bsw/jbe@1309 | 548           that such additional attribution notices cannot be construed | 
| bsw/jbe@1309 | 549           as modifying the License. | 
| bsw/jbe@1309 | 550 | 
| bsw/jbe@1309 | 551       You may add Your own copyright statement to Your modifications and | 
| bsw/jbe@1309 | 552       may provide additional or different license terms and conditions | 
| bsw/jbe@1309 | 553       for use, reproduction, or distribution of Your modifications, or | 
| bsw/jbe@1309 | 554       for any such Derivative Works as a whole, provided Your use, | 
| bsw/jbe@1309 | 555       reproduction, and distribution of the Work otherwise complies with | 
| bsw/jbe@1309 | 556       the conditions stated in this License. | 
| bsw/jbe@1309 | 557 | 
| bsw/jbe@1309 | 558    5. Submission of Contributions. Unless You explicitly state otherwise, | 
| bsw/jbe@1309 | 559       any Contribution intentionally submitted for inclusion in the Work | 
| bsw/jbe@1309 | 560       by You to the Licensor shall be under the terms and conditions of | 
| bsw/jbe@1309 | 561       this License, without any additional terms or conditions. | 
| bsw/jbe@1309 | 562       Notwithstanding the above, nothing herein shall supersede or modify | 
| bsw/jbe@1309 | 563       the terms of any separate license agreement you may have executed | 
| bsw/jbe@1309 | 564       with Licensor regarding such Contributions. | 
| bsw/jbe@1309 | 565 | 
| bsw/jbe@1309 | 566    6. Trademarks. This License does not grant permission to use the trade | 
| bsw/jbe@1309 | 567       names, trademarks, service marks, or product names of the Licensor, | 
| bsw/jbe@1309 | 568       except as required for reasonable and customary use in describing the | 
| bsw/jbe@1309 | 569       origin of the Work and reproducing the content of the NOTICE file. | 
| bsw/jbe@1309 | 570 | 
| bsw/jbe@1309 | 571    7. Disclaimer of Warranty. Unless required by applicable law or | 
| bsw/jbe@1309 | 572       agreed to in writing, Licensor provides the Work (and each | 
| bsw/jbe@1309 | 573       Contributor provides its Contributions) on an "AS IS" BASIS, | 
| bsw/jbe@1309 | 574       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | 
| bsw/jbe@1309 | 575       implied, including, without limitation, any warranties or conditions | 
| bsw/jbe@1309 | 576       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A | 
| bsw/jbe@1309 | 577       PARTICULAR PURPOSE. You are solely responsible for determining the | 
| bsw/jbe@1309 | 578       appropriateness of using or redistributing the Work and assume any | 
| bsw/jbe@1309 | 579       risks associated with Your exercise of permissions under this License. | 
| bsw/jbe@1309 | 580 | 
| bsw/jbe@1309 | 581    8. Limitation of Liability. In no event and under no legal theory, | 
| bsw/jbe@1309 | 582       whether in tort (including negligence), contract, or otherwise, | 
| bsw/jbe@1309 | 583       unless required by applicable law (such as deliberate and grossly | 
| bsw/jbe@1309 | 584       negligent acts) or agreed to in writing, shall any Contributor be | 
| bsw/jbe@1309 | 585       liable to You for damages, including any direct, indirect, special, | 
| bsw/jbe@1309 | 586       incidental, or consequential damages of any character arising as a | 
| bsw/jbe@1309 | 587       result of this License or out of the use or inability to use the | 
| bsw/jbe@1309 | 588       Work (including but not limited to damages for loss of goodwill, | 
| bsw/jbe@1309 | 589       work stoppage, computer failure or malfunction, or any and all | 
| bsw/jbe@1309 | 590       other commercial damages or losses), even if such Contributor | 
| bsw/jbe@1309 | 591       has been advised of the possibility of such damages. | 
| bsw/jbe@1309 | 592 | 
| bsw/jbe@1309 | 593    9. Accepting Warranty or Additional Liability. While redistributing | 
| bsw/jbe@1309 | 594       the Work or Derivative Works thereof, You may choose to offer, | 
| bsw/jbe@1309 | 595       and charge a fee for, acceptance of support, warranty, indemnity, | 
| bsw/jbe@1309 | 596       or other liability obligations and/or rights consistent with this | 
| bsw/jbe@1309 | 597       License. However, in accepting such obligations, You may act only | 
| bsw/jbe@1309 | 598       on Your own behalf and on Your sole responsibility, not on behalf | 
| bsw/jbe@1309 | 599       of any other Contributor, and only if You agree to indemnify, | 
| bsw/jbe@1309 | 600       defend, and hold each Contributor harmless for any liability | 
| bsw/jbe@1309 | 601       incurred by, or claims asserted against, such Contributor by reason | 
| bsw/jbe@1309 | 602       of your accepting any such warranty or additional liability. | 
| bsw/jbe@1309 | 603 | 
| bsw/jbe@1309 | 604    END OF TERMS AND CONDITIONS | 
| bsw/jbe@1309 | 605 | 
| bsw/jbe@1309 | 606    APPENDIX: How to apply the Apache License to your work. | 
| bsw/jbe@1309 | 607 | 
| bsw/jbe@1309 | 608       To apply the Apache License to your work, attach the following | 
| bsw/jbe@1309 | 609       boilerplate notice, with the fields enclosed by brackets "[]" | 
| bsw/jbe@1309 | 610       replaced with your own identifying information. (Don't include | 
| bsw/jbe@1309 | 611       the brackets!)  The text should be enclosed in the appropriate | 
| bsw/jbe@1309 | 612       comment syntax for the file format. We also recommend that a | 
| bsw/jbe@1309 | 613       file or class name and description of purpose be included on the | 
| bsw/jbe@1309 | 614       same "printed page" as the copyright notice for easier | 
| bsw/jbe@1309 | 615       identification within third-party archives. | 
| bsw/jbe@1309 | 616 | 
| bsw/jbe@1309 | 617    Copyright 2015 Google Inc | 
| bsw/jbe@1309 | 618 | 
| bsw/jbe@1309 | 619    Licensed under the Apache License, Version 2.0 (the "License"); | 
| bsw/jbe@1309 | 620    you may not use this file except in compliance with the License. | 
| bsw/jbe@1309 | 621    You may obtain a copy of the License at | 
| bsw/jbe@1309 | 622 | 
| bsw/jbe@1309 | 623        http://www.apache.org/licenses/LICENSE-2.0 | 
| bsw/jbe@1309 | 624 | 
| bsw/jbe@1309 | 625    Unless required by applicable law or agreed to in writing, software | 
| bsw/jbe@1309 | 626    distributed under the License is distributed on an "AS IS" BASIS, | 
| bsw/jbe@1309 | 627    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| bsw/jbe@1309 | 628    See the License for the specific language governing permissions and | 
| bsw/jbe@1309 | 629    limitations under the License. | 
| bsw/jbe@1309 | 630 | 
| bsw/jbe@1309 | 631    All code in any directories or sub-directories that end with *.html or | 
| bsw/jbe@1309 | 632    *.css is licensed under the Creative Commons Attribution International | 
| bsw/jbe@1309 | 633    4.0 License, which full text can be found here: | 
| bsw/jbe@1309 | 634    https://creativecommons.org/licenses/by/4.0/legalcode. | 
| bsw/jbe@1309 | 635 | 
| bsw/jbe@1309 | 636    As an exception to this license, all html or css that is generated by | 
| bsw/jbe@1309 | 637    the software at the direction of the user is copyright the user. The | 
| bsw/jbe@1309 | 638    user has full ownership and control over such content, including | 
| bsw/jbe@1309 | 639    whether and how they wish to license it. | 
| bsw/jbe@1309 | 640 | 
| bsw/jbe@1309 | 641 ============================================================================= | 
| bsw@1072 | 642 | 
| bsw@1049 | 643 END OF LICENSE FILE |