1.1 --- a/Licenses/License.html Sat Jun 08 17:07:18 2013 +0000
1.2 +++ b/Licenses/License.html Sat Jun 08 17:15:09 2013 +0000
1.3 @@ -76,6 +76,8 @@
1.4 <li><a href="#WinRing0">WinRing0 License</a></li>
1.5 <li><a href="#jQuery">jQuery License</a></li>
1.6 <li><a href="#Knockout">Knockout License</a></li>
1.7 +<li><a href="#OxyPlot">OxyPlot License</a></li>
1.8 +<li><a href="#LINQBridge">LINQBridge License</a></li>
1.9 </ul>
1.10
1.11 <br/>
1.12 @@ -281,24 +283,23 @@
1.13 <pre>
1.14 Copyright (c) 2012 John Resig, http://jquery.com/
1.15
1.16 -Permission is hereby granted, free of charge, to any person obtaining
1.17 -a copy of this software and associated documentation files (the
1.18 -"Software"), to deal in the Software without restriction, including
1.19 -without limitation the rights to use, copy, modify, merge, publish,
1.20 -distribute, sublicense, and/or sell copies of the Software, and to
1.21 -permit persons to whom the Software is furnished to do so, subject to
1.22 -the following conditions:
1.23 +Permission is hereby granted, free of charge, to any person obtaining a copy
1.24 +of this software and associated documentation files (the "Software"), to deal
1.25 +in the Software without restriction, including without limitation the rights
1.26 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1.27 +copies of the Software, and to permit persons to whom the Software is
1.28 +furnished to do so, subject to the following conditions:
1.29
1.30 -The above copyright notice and this permission notice shall be
1.31 -included in all copies or substantial portions of the Software.
1.32 +The above copyright notice and this permission notice shall be included in
1.33 +all copies or substantial portions of the Software.
1.34
1.35 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1.36 -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1.37 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1.38 -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1.39 -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1.40 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1.41 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1.42 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1.43 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1.44 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1.45 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1.46 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1.47 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1.48 +THE SOFTWARE.
1.49 </pre>
1.50
1.51 <hr/>
1.52 @@ -310,27 +311,88 @@
1.53 <pre>
1.54 Copyright (c) 2012 Steven Sanderson, Roy Jacobs
1.55
1.56 -Permission is hereby granted, free of charge, to any person obtaining
1.57 -a copy of this software and associated documentation files (the
1.58 -"Software"), to deal in the Software without restriction, including
1.59 -without limitation the rights to use, copy, modify, merge, publish,
1.60 -distribute, sublicense, and/or sell copies of the Software, and to
1.61 -permit persons to whom the Software is furnished to do so, subject to
1.62 -the following conditions:
1.63 +Permission is hereby granted, free of charge, to any person obtaining a copy
1.64 +of this software and associated documentation files (the "Software"), to deal
1.65 +in the Software without restriction, including without limitation the rights
1.66 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1.67 +copies of the Software, and to permit persons to whom the Software is
1.68 +furnished to do so, subject to the following conditions:
1.69
1.70 -The above copyright notice and this permission notice shall be
1.71 -included in all copies or substantial portions of the Software.
1.72 +The above copyright notice and this permission notice shall be included in
1.73 +all copies or substantial portions of the Software.
1.74
1.75 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1.76 -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1.77 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1.78 -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1.79 -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1.80 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1.81 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1.82 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1.83 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1.84 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1.85 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1.86 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1.87 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1.88 +THE SOFTWARE.
1.89 </pre>
1.90
1.91 +<hr/>
1.92
1.93 +<h1 id="OxyPlot">OxyPlot License</h1>
1.94 +<p>
1.95 +This license applies to the OxyPlot library.
1.96 +</p>
1.97 +<pre>
1.98 +Copyright (c) 2012 Oystein Bjorke
1.99 +
1.100 +Permission is hereby granted, free of charge, to any person obtaining a copy
1.101 +of this software and associated documentation files (the "Software"), to deal
1.102 +in the Software without restriction, including without limitation the rights
1.103 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1.104 +copies of the Software, and to permit persons to whom the Software is
1.105 +furnished to do so, subject to the following conditions:
1.106 +
1.107 +The above copyright notice and this permission notice shall be included in
1.108 +all copies or substantial portions of the Software.
1.109 +
1.110 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1.111 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1.112 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1.113 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1.114 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1.115 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1.116 +THE SOFTWARE.
1.117 +</pre>
1.118 +
1.119 +<hr/>
1.120 +
1.121 +<h1 id="LINQBridge">LINQBridge License</h1>
1.122 +<p>
1.123 +This license applies to the LINQBridge library.
1.124 +</p>
1.125 +<pre>
1.126 +Copyright (c) 2007-2009 Atif Aziz, Joseph Albahari. All rights reserved.
1.127 +
1.128 +Redistribution and use in source and binary forms, with or without
1.129 +modification, are permitted provided that the following conditions
1.130 +are met:
1.131 +
1.132 +- Redistributions of source code must retain the above copyright notice, this list
1.133 +of conditions and the following disclaimer.
1.134 +- Redistributions in binary form must reproduce the above copyright notice, this
1.135 +list of conditions and the following disclaimer in the documentation and/or other
1.136 +materials provided with the distribution.
1.137 +- Neither the name of the original authors nor the names of its contributors may
1.138 +be used to endorse or promote products derived from this software without specific
1.139 +prior written permission.
1.140 +
1.141 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1.142 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1.143 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1.144 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1.145 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1.146 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1.147 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1.148 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1.149 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1.150 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1.151 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.152 +
1.153 +</pre>
1.154
1.155 </div>
1.156 </div>