aboutsummaryrefslogtreecommitdiff
path: root/license.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 18:19:58 -0700
committerValerio Virgillito2012-07-09 18:19:58 -0700
commitac017fbb8a0489e650047780fab823962cb9da76 (patch)
treee4462ac36a5d91df305667db73e8a6858c70ad4a /license.html
parentd5d2d734e2f37cfd00cbc1dce2e342a0f8970ba2 (diff)
downloadninja-ac017fbb8a0489e650047780fab823962cb9da76.tar.gz
Add some <li> to the copyright notice
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'license.html')
-rw-r--r--license.html21
1 files changed, 11 insertions, 10 deletions
diff --git a/license.html b/license.html
index b838aa64..0a939b70 100644
--- a/license.html
+++ b/license.html
@@ -46,31 +46,32 @@ POSSIBILITY OF SUCH DAMAGE.
46 46
47 <style type="text/css"> 47 <style type="text/css">
48 48
49 html, body 49 html, body {
50 {
51 width: 98%; 50 width: 98%;
52 height: 98%; 51 height: 98%;
53 overflow: hidden; 52 overflow: hidden;
54 background: white; 53 background: white;
55 margin: 0;
56 padding: 0; 54 padding: 0;
57 color: black; 55 color: black;
58 text-align: left; 56 text-align: left;
59 font-family: Arial; 57 font-family: Arial, Helvetica, sans-serif;
60 margin: 1%; 58 margin: 1%;
61 } 59 }
60
62 </style> 61 </style>
63 </head> 62 </head>
64 63
65 <body> 64 <body>
66 <h2>Motorola Mobility LLC. Ninja BSD License</h2> 65 <h2>Motorola Mobility LLC. Ninja BSD License</h2>
67 <h2>Copyright &copy 2012, Motorola Mobility LLC. All rights reserved.</h2> 66 <h2>Copyright &copy 2012, Motorola Mobility LLC. All rights reserved.</h2>
68 <p> 67 <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
69 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:<br> 68
70 * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.<br> 69 <ul>
71 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.<br> 70 <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
72 * Neither the name of Motorola Mobility LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.<br> 71 <li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
73 </p> 72 <li>Neither the name of Motorola Mobility LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li>
73 </ul>
74
74 <p> 75 <p>
75 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br> 76 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br>
76 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br> 77 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br>