diff options
Diffstat (limited to 'license.html')
-rw-r--r-- | license.html | 77 |
1 files changed, 39 insertions, 38 deletions
diff --git a/license.html b/license.html index fb1449db..9ed74ce2 100644 --- a/license.html +++ b/license.html | |||
@@ -1,25 +1,26 @@ | |||
1 | <!DOCTYPE html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility LLC. |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
5 | BSD License. | ||
6 | 5 | ||
7 | Redistribution and use in source and binary forms, with or without | 6 | Redistribution and use in source and binary forms, with or without |
8 | modification, are permitted provided that the following conditions are met: | 7 | modification, are permitted provided that the following conditions are met: |
9 | 8 | ||
10 | - Redistributions of source code must retain the above copyright notice, | 9 | * Redistributions of source code must retain the above copyright notice, |
11 | this list of conditions and the following disclaimer. | 10 | this list of conditions and the following disclaimer. |
12 | - Redistributions in binary form must reproduce the above copyright | 11 | |
13 | notice, this list of conditions and the following disclaimer in the | 12 | * Redistributions in binary form must reproduce the above copyright notice, |
14 | documentation and/or other materials provided with the distribution. | 13 | this list of conditions and the following disclaimer in the documentation |
15 | - Neither the name of Motorola Mobility nor the names of its contributors | 14 | and/or other materials provided with the distribution. |
16 | may be used to endorse or promote products derived from this software | 15 | |
17 | without specific prior written permission. | 16 | * Neither the name of Motorola Mobility LLC nor the names of its |
17 | contributors may be used to endorse or promote products derived from this | ||
18 | software without specific prior written permission. | ||
18 | 19 | ||
19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
22 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | 23 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
23 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 24 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
24 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 25 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
25 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 26 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
@@ -30,38 +31,38 @@ POSSIBILITY OF SUCH DAMAGE. | |||
30 | </copyright> --> | 31 | </copyright> --> |
31 | <html> | 32 | <html> |
32 | 33 | ||
33 | <head lang="en"> | 34 | <head lang="en"> |
34 | <title>Ninja License</title> | 35 | <title>Ninja License</title> |
35 | 36 | ||
36 | <meta charset="utf-8"/> | 37 | <meta charset="utf-8"/> |
37 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 38 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
38 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> | 39 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> |
39 | <meta http-equiv="Pragma" content="no-store, no-cache" /> | 40 | <meta http-equiv="Pragma" content="no-store, no-cache" /> |
40 | <meta http-equiv="Expires" content="0" /> | 41 | <meta http-equiv="Expires" content="0" /> |
41 | 42 | ||
42 | <link rel="icon" href="images/favicon.png" sizes="16x16"> | 43 | <link rel="icon" href="images/favicon.png" sizes="16x16"> |
43 | 44 | ||
44 | <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono' rel='stylesheet' type='text/css'> | 45 | <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono' rel='stylesheet' type='text/css'> |
45 | 46 | ||
46 | <style type="text/css"> | 47 | <style type="text/css"> |
47 | 48 | ||
48 | html, body | 49 | html, body |
49 | { | 50 | { |
50 | width: 98%; | 51 | width: 98%; |
51 | height: 98%; | 52 | height: 98%; |
52 | overflow: hidden; | 53 | overflow: hidden; |
53 | background: white; | 54 | background: white; |
54 | margin: 0; | 55 | margin: 0; |
55 | padding: 0; | 56 | padding: 0; |
56 | color: black; | 57 | color: black; |
57 | text-align: left; | 58 | text-align: left; |
58 | font-family: Arial; | 59 | font-family: Arial; |
59 | margin: 1%; | 60 | margin: 1%; |
60 | } | 61 | } |
61 | </style> | 62 | </style> |
62 | </head> | 63 | </head> |
63 | 64 | ||
64 | <body> | 65 | <body> |
65 | <h2>Motorola Mobility, Inc. Ninja BSD License</h2> | 66 | <h2>Motorola Mobility, Inc. Ninja BSD License</h2> |
66 | <h2>Copyright © 2010-2012, Motorola Mobility, Inc. All rights reserved.</h2> | 67 | <h2>Copyright © 2010-2012, Motorola Mobility, Inc. All rights reserved.</h2> |
67 | <p> | 68 | <p> |
@@ -71,6 +72,6 @@ POSSIBILITY OF SUCH DAMAGE. | |||
71 | * Neither the name of the Motorola Mobility Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.<br> | 72 | * Neither the name of the Motorola Mobility Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.<br> |
72 | </p> | 73 | </p> |
73 | <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Motorola Mobility Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> | 74 | <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Motorola Mobility Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> |
74 | </body> | 75 | </body> |
75 | 76 | ||
76 | </html> | 77 | </html> |