1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/LICENSE Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,176 @@
1.4 + Apache License
1.5 + Version 2.0, January 2004
1.6 + http://www.apache.org/licenses/
1.7 +
1.8 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1.9 +
1.10 + 1. Definitions.
1.11 +
1.12 + "License" shall mean the terms and conditions for use, reproduction,
1.13 + and distribution as defined by Sections 1 through 9 of this document.
1.14 +
1.15 + "Licensor" shall mean the copyright owner or entity authorized by
1.16 + the copyright owner that is granting the License.
1.17 +
1.18 + "Legal Entity" shall mean the union of the acting entity and all
1.19 + other entities that control, are controlled by, or are under common
1.20 + control with that entity. For the purposes of this definition,
1.21 + "control" means (i) the power, direct or indirect, to cause the
1.22 + direction or management of such entity, whether by contract or
1.23 + otherwise, or (ii) ownership of fifty percent (50%) or more of the
1.24 + outstanding shares, or (iii) beneficial ownership of such entity.
1.25 +
1.26 + "You" (or "Your") shall mean an individual or Legal Entity
1.27 + exercising permissions granted by this License.
1.28 +
1.29 + "Source" form shall mean the preferred form for making modifications,
1.30 + including but not limited to software source code, documentation
1.31 + source, and configuration files.
1.32 +
1.33 + "Object" form shall mean any form resulting from mechanical
1.34 + transformation or translation of a Source form, including but
1.35 + not limited to compiled object code, generated documentation,
1.36 + and conversions to other media types.
1.37 +
1.38 + "Work" shall mean the work of authorship, whether in Source or
1.39 + Object form, made available under the License, as indicated by a
1.40 + copyright notice that is included in or attached to the work
1.41 + (an example is provided in the Appendix below).
1.42 +
1.43 + "Derivative Works" shall mean any work, whether in Source or Object
1.44 + form, that is based on (or derived from) the Work and for which the
1.45 + editorial revisions, annotations, elaborations, or other modifications
1.46 + represent, as a whole, an original work of authorship. For the purposes
1.47 + of this License, Derivative Works shall not include works that remain
1.48 + separable from, or merely link (or bind by name) to the interfaces of,
1.49 + the Work and Derivative Works thereof.
1.50 +
1.51 + "Contribution" shall mean any work of authorship, including
1.52 + the original version of the Work and any modifications or additions
1.53 + to that Work or Derivative Works thereof, that is intentionally
1.54 + submitted to Licensor for inclusion in the Work by the copyright owner
1.55 + or by an individual or Legal Entity authorized to submit on behalf of
1.56 + the copyright owner. For the purposes of this definition, "submitted"
1.57 + means any form of electronic, verbal, or written communication sent
1.58 + to the Licensor or its representatives, including but not limited to
1.59 + communication on electronic mailing lists, source code control systems,
1.60 + and issue tracking systems that are managed by, or on behalf of, the
1.61 + Licensor for the purpose of discussing and improving the Work, but
1.62 + excluding communication that is conspicuously marked or otherwise
1.63 + designated in writing by the copyright owner as "Not a Contribution."
1.64 +
1.65 + "Contributor" shall mean Licensor and any individual or Legal Entity
1.66 + on behalf of whom a Contribution has been received by Licensor and
1.67 + subsequently incorporated within the Work.
1.68 +
1.69 + 2. Grant of Copyright License. Subject to the terms and conditions of
1.70 + this License, each Contributor hereby grants to You a perpetual,
1.71 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1.72 + copyright license to reproduce, prepare Derivative Works of,
1.73 + publicly display, publicly perform, sublicense, and distribute the
1.74 + Work and such Derivative Works in Source or Object form.
1.75 +
1.76 + 3. Grant of Patent License. Subject to the terms and conditions of
1.77 + this License, each Contributor hereby grants to You a perpetual,
1.78 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1.79 + (except as stated in this section) patent license to make, have made,
1.80 + use, offer to sell, sell, import, and otherwise transfer the Work,
1.81 + where such license applies only to those patent claims licensable
1.82 + by such Contributor that are necessarily infringed by their
1.83 + Contribution(s) alone or by combination of their Contribution(s)
1.84 + with the Work to which such Contribution(s) was submitted. If You
1.85 + institute patent litigation against any entity (including a
1.86 + cross-claim or counterclaim in a lawsuit) alleging that the Work
1.87 + or a Contribution incorporated within the Work constitutes direct
1.88 + or contributory patent infringement, then any patent licenses
1.89 + granted to You under this License for that Work shall terminate
1.90 + as of the date such litigation is filed.
1.91 +
1.92 + 4. Redistribution. You may reproduce and distribute copies of the
1.93 + Work or Derivative Works thereof in any medium, with or without
1.94 + modifications, and in Source or Object form, provided that You
1.95 + meet the following conditions:
1.96 +
1.97 + (a) You must give any other recipients of the Work or
1.98 + Derivative Works a copy of this License; and
1.99 +
1.100 + (b) You must cause any modified files to carry prominent notices
1.101 + stating that You changed the files; and
1.102 +
1.103 + (c) You must retain, in the Source form of any Derivative Works
1.104 + that You distribute, all copyright, patent, trademark, and
1.105 + attribution notices from the Source form of the Work,
1.106 + excluding those notices that do not pertain to any part of
1.107 + the Derivative Works; and
1.108 +
1.109 + (d) If the Work includes a "NOTICE" text file as part of its
1.110 + distribution, then any Derivative Works that You distribute must
1.111 + include a readable copy of the attribution notices contained
1.112 + within such NOTICE file, excluding those notices that do not
1.113 + pertain to any part of the Derivative Works, in at least one
1.114 + of the following places: within a NOTICE text file distributed
1.115 + as part of the Derivative Works; within the Source form or
1.116 + documentation, if provided along with the Derivative Works; or,
1.117 + within a display generated by the Derivative Works, if and
1.118 + wherever such third-party notices normally appear. The contents
1.119 + of the NOTICE file are for informational purposes only and
1.120 + do not modify the License. You may add Your own attribution
1.121 + notices within Derivative Works that You distribute, alongside
1.122 + or as an addendum to the NOTICE text from the Work, provided
1.123 + that such additional attribution notices cannot be construed
1.124 + as modifying the License.
1.125 +
1.126 + You may add Your own copyright statement to Your modifications and
1.127 + may provide additional or different license terms and conditions
1.128 + for use, reproduction, or distribution of Your modifications, or
1.129 + for any such Derivative Works as a whole, provided Your use,
1.130 + reproduction, and distribution of the Work otherwise complies with
1.131 + the conditions stated in this License.
1.132 +
1.133 + 5. Submission of Contributions. Unless You explicitly state otherwise,
1.134 + any Contribution intentionally submitted for inclusion in the Work
1.135 + by You to the Licensor shall be under the terms and conditions of
1.136 + this License, without any additional terms or conditions.
1.137 + Notwithstanding the above, nothing herein shall supersede or modify
1.138 + the terms of any separate license agreement you may have executed
1.139 + with Licensor regarding such Contributions.
1.140 +
1.141 + 6. Trademarks. This License does not grant permission to use the trade
1.142 + names, trademarks, service marks, or product names of the Licensor,
1.143 + except as required for reasonable and customary use in describing the
1.144 + origin of the Work and reproducing the content of the NOTICE file.
1.145 +
1.146 + 7. Disclaimer of Warranty. Unless required by applicable law or
1.147 + agreed to in writing, Licensor provides the Work (and each
1.148 + Contributor provides its Contributions) on an "AS IS" BASIS,
1.149 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1.150 + implied, including, without limitation, any warranties or conditions
1.151 + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1.152 + PARTICULAR PURPOSE. You are solely responsible for determining the
1.153 + appropriateness of using or redistributing the Work and assume any
1.154 + risks associated with Your exercise of permissions under this License.
1.155 +
1.156 + 8. Limitation of Liability. In no event and under no legal theory,
1.157 + whether in tort (including negligence), contract, or otherwise,
1.158 + unless required by applicable law (such as deliberate and grossly
1.159 + negligent acts) or agreed to in writing, shall any Contributor be
1.160 + liable to You for damages, including any direct, indirect, special,
1.161 + incidental, or consequential damages of any character arising as a
1.162 + result of this License or out of the use or inability to use the
1.163 + Work (including but not limited to damages for loss of goodwill,
1.164 + work stoppage, computer failure or malfunction, or any and all
1.165 + other commercial damages or losses), even if such Contributor
1.166 + has been advised of the possibility of such damages.
1.167 +
1.168 + 9. Accepting Warranty or Additional Liability. While redistributing
1.169 + the Work or Derivative Works thereof, You may choose to offer,
1.170 + and charge a fee for, acceptance of support, warranty, indemnity,
1.171 + or other liability obligations and/or rights consistent with this
1.172 + License. However, in accepting such obligations, You may act only
1.173 + on Your own behalf and on Your sole responsibility, not on behalf
1.174 + of any other Contributor, and only if You agree to indemnify,
1.175 + defend, and hold each Contributor harmless for any liability
1.176 + incurred by, or claims asserted against, such Contributor by reason
1.177 + of your accepting any such warranty or additional liability.
1.178 +
1.179 + END OF TERMS AND CONDITIONS