Mercurial > p > roundup > code
annotate 3rdparty/bootstrap/LICENSE @ 5543:bc3e00a3d24b
MySQL backend fixes for Python 3.
With Python 2, text sent to and from MySQL is treated as bytes in
Python. The database may be recorded by MySQL as having some other
encoding (latin1 being the default in some MySQL versions - Roundup
does not set an encoding explicitly, unlike in back_postgresql), but
as long as MySQL's notion of the connection encoding agrees with its
notion of the database encoding, no conversions actually take place
and the bytes are stored and returned as-is.
With Python 3, text sent to and from MySQL is treated as Python
Unicode strings. When the database and connection encoding is latin1,
that means the bytes stored in the database under Python 2 are
interpreted as latin1 and converted from that to Unicode, producing
incorrect results for any non-ASCII characters; furthermore, if trying
to store new non-ASCII data in the database under Python 3, any
non-latin1 characters produce errors.
This patch arranges for both the connection and database character
sets to be UTF-8 when using Python 3, and documents a need to export
and import the database when moving from Python 2 to Python 3 with
this backend.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Sun, 16 Sep 2018 16:19:20 +0000 |
| parents | c109f7c1e477 |
| children |
| rev | line source |
|---|---|
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
1 Apache License |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
2 Version 2.0, January 2004 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
3 http://www.apache.org/licenses/ |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
4 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
6 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
7 1. Definitions. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
8 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
9 "License" shall mean the terms and conditions for use, reproduction, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
10 and distribution as defined by Sections 1 through 9 of this document. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
11 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
12 "Licensor" shall mean the copyright owner or entity authorized by |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
13 the copyright owner that is granting the License. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
14 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
15 "Legal Entity" shall mean the union of the acting entity and all |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
16 other entities that control, are controlled by, or are under common |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
17 control with that entity. For the purposes of this definition, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
18 "control" means (i) the power, direct or indirect, to cause the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
19 direction or management of such entity, whether by contract or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
21 outstanding shares, or (iii) beneficial ownership of such entity. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
22 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
23 "You" (or "Your") shall mean an individual or Legal Entity |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
24 exercising permissions granted by this License. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
25 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
26 "Source" form shall mean the preferred form for making modifications, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
27 including but not limited to software source code, documentation |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
28 source, and configuration files. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
29 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
30 "Object" form shall mean any form resulting from mechanical |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
31 transformation or translation of a Source form, including but |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
32 not limited to compiled object code, generated documentation, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
33 and conversions to other media types. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
34 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
35 "Work" shall mean the work of authorship, whether in Source or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
36 Object form, made available under the License, as indicated by a |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
37 copyright notice that is included in or attached to the work |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
38 (an example is provided in the Appendix below). |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
39 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
40 "Derivative Works" shall mean any work, whether in Source or Object |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
41 form, that is based on (or derived from) the Work and for which the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
42 editorial revisions, annotations, elaborations, or other modifications |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
43 represent, as a whole, an original work of authorship. For the purposes |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
44 of this License, Derivative Works shall not include works that remain |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
45 separable from, or merely link (or bind by name) to the interfaces of, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
46 the Work and Derivative Works thereof. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
47 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
48 "Contribution" shall mean any work of authorship, including |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
49 the original version of the Work and any modifications or additions |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
50 to that Work or Derivative Works thereof, that is intentionally |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
51 submitted to Licensor for inclusion in the Work by the copyright owner |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
52 or by an individual or Legal Entity authorized to submit on behalf of |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
53 the copyright owner. For the purposes of this definition, "submitted" |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
54 means any form of electronic, verbal, or written communication sent |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
55 to the Licensor or its representatives, including but not limited to |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
56 communication on electronic mailing lists, source code control systems, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
57 and issue tracking systems that are managed by, or on behalf of, the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
58 Licensor for the purpose of discussing and improving the Work, but |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
59 excluding communication that is conspicuously marked or otherwise |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
60 designated in writing by the copyright owner as "Not a Contribution." |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
61 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
62 "Contributor" shall mean Licensor and any individual or Legal Entity |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
63 on behalf of whom a Contribution has been received by Licensor and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
64 subsequently incorporated within the Work. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
65 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
66 2. Grant of Copyright License. Subject to the terms and conditions of |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
67 this License, each Contributor hereby grants to You a perpetual, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
69 copyright license to reproduce, prepare Derivative Works of, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
70 publicly display, publicly perform, sublicense, and distribute the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
71 Work and such Derivative Works in Source or Object form. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
72 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
73 3. Grant of Patent License. Subject to the terms and conditions of |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
74 this License, each Contributor hereby grants to You a perpetual, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
76 (except as stated in this section) patent license to make, have made, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
77 use, offer to sell, sell, import, and otherwise transfer the Work, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
78 where such license applies only to those patent claims licensable |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
79 by such Contributor that are necessarily infringed by their |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
80 Contribution(s) alone or by combination of their Contribution(s) |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
81 with the Work to which such Contribution(s) was submitted. If You |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
82 institute patent litigation against any entity (including a |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
83 cross-claim or counterclaim in a lawsuit) alleging that the Work |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
84 or a Contribution incorporated within the Work constitutes direct |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
85 or contributory patent infringement, then any patent licenses |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
86 granted to You under this License for that Work shall terminate |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
87 as of the date such litigation is filed. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
88 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
89 4. Redistribution. You may reproduce and distribute copies of the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
90 Work or Derivative Works thereof in any medium, with or without |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
91 modifications, and in Source or Object form, provided that You |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
92 meet the following conditions: |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
93 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
94 (a) You must give any other recipients of the Work or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
95 Derivative Works a copy of this License; and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
96 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
97 (b) You must cause any modified files to carry prominent notices |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
98 stating that You changed the files; and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
99 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
100 (c) You must retain, in the Source form of any Derivative Works |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
101 that You distribute, all copyright, patent, trademark, and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
102 attribution notices from the Source form of the Work, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
103 excluding those notices that do not pertain to any part of |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
104 the Derivative Works; and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
105 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
106 (d) If the Work includes a "NOTICE" text file as part of its |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
107 distribution, then any Derivative Works that You distribute must |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
108 include a readable copy of the attribution notices contained |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
109 within such NOTICE file, excluding those notices that do not |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
110 pertain to any part of the Derivative Works, in at least one |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
111 of the following places: within a NOTICE text file distributed |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
112 as part of the Derivative Works; within the Source form or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
113 documentation, if provided along with the Derivative Works; or, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
114 within a display generated by the Derivative Works, if and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
115 wherever such third-party notices normally appear. The contents |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
116 of the NOTICE file are for informational purposes only and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
117 do not modify the License. You may add Your own attribution |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
118 notices within Derivative Works that You distribute, alongside |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
119 or as an addendum to the NOTICE text from the Work, provided |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
120 that such additional attribution notices cannot be construed |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
121 as modifying the License. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
122 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
123 You may add Your own copyright statement to Your modifications and |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
124 may provide additional or different license terms and conditions |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
125 for use, reproduction, or distribution of Your modifications, or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
126 for any such Derivative Works as a whole, provided Your use, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
127 reproduction, and distribution of the Work otherwise complies with |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
128 the conditions stated in this License. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
129 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
130 5. Submission of Contributions. Unless You explicitly state otherwise, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
131 any Contribution intentionally submitted for inclusion in the Work |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
132 by You to the Licensor shall be under the terms and conditions of |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
133 this License, without any additional terms or conditions. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
134 Notwithstanding the above, nothing herein shall supersede or modify |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
135 the terms of any separate license agreement you may have executed |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
136 with Licensor regarding such Contributions. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
137 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
138 6. Trademarks. This License does not grant permission to use the trade |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
139 names, trademarks, service marks, or product names of the Licensor, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
140 except as required for reasonable and customary use in describing the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
141 origin of the Work and reproducing the content of the NOTICE file. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
142 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
143 7. Disclaimer of Warranty. Unless required by applicable law or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
144 agreed to in writing, Licensor provides the Work (and each |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
145 Contributor provides its Contributions) on an "AS IS" BASIS, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
147 implied, including, without limitation, any warranties or conditions |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
149 PARTICULAR PURPOSE. You are solely responsible for determining the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
150 appropriateness of using or redistributing the Work and assume any |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
151 risks associated with Your exercise of permissions under this License. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
152 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
153 8. Limitation of Liability. In no event and under no legal theory, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
154 whether in tort (including negligence), contract, or otherwise, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
155 unless required by applicable law (such as deliberate and grossly |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
156 negligent acts) or agreed to in writing, shall any Contributor be |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
157 liable to You for damages, including any direct, indirect, special, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
158 incidental, or consequential damages of any character arising as a |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
159 result of this License or out of the use or inability to use the |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
160 Work (including but not limited to damages for loss of goodwill, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
161 work stoppage, computer failure or malfunction, or any and all |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
162 other commercial damages or losses), even if such Contributor |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
163 has been advised of the possibility of such damages. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
164 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
165 9. Accepting Warranty or Additional Liability. While redistributing |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
166 the Work or Derivative Works thereof, You may choose to offer, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
167 and charge a fee for, acceptance of support, warranty, indemnity, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
168 or other liability obligations and/or rights consistent with this |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
169 License. However, in accepting such obligations, You may act only |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
170 on Your own behalf and on Your sole responsibility, not on behalf |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
171 of any other Contributor, and only if You agree to indemnify, |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
172 defend, and hold each Contributor harmless for any liability |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
173 incurred by, or claims asserted against, such Contributor by reason |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
174 of your accepting any such warranty or additional liability. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
175 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
176 END OF TERMS AND CONDITIONS |
