Added binaries for the OxyPlot library and updated the License.html file.
1.1 Binary file External/OxyPlot.WindowsForms.dll has changed
2.1 Binary file External/OxyPlot.dll has changed
3.1 --- a/Licenses/License.html Sat Jun 08 17:07:18 2013 +0000
3.2 +++ b/Licenses/License.html Sat Jun 08 17:15:09 2013 +0000
3.3 @@ -76,6 +76,8 @@
3.4 <li><a href="#WinRing0">WinRing0 License</a></li>
3.5 <li><a href="#jQuery">jQuery License</a></li>
3.6 <li><a href="#Knockout">Knockout License</a></li>
3.7 +<li><a href="#OxyPlot">OxyPlot License</a></li>
3.8 +<li><a href="#LINQBridge">LINQBridge License</a></li>
3.9 </ul>
3.10
3.11 <br/>
3.12 @@ -281,24 +283,23 @@
3.13 <pre>
3.14 Copyright (c) 2012 John Resig, http://jquery.com/
3.15
3.16 -Permission is hereby granted, free of charge, to any person obtaining
3.17 -a copy of this software and associated documentation files (the
3.18 -"Software"), to deal in the Software without restriction, including
3.19 -without limitation the rights to use, copy, modify, merge, publish,
3.20 -distribute, sublicense, and/or sell copies of the Software, and to
3.21 -permit persons to whom the Software is furnished to do so, subject to
3.22 -the following conditions:
3.23 +Permission is hereby granted, free of charge, to any person obtaining a copy
3.24 +of this software and associated documentation files (the "Software"), to deal
3.25 +in the Software without restriction, including without limitation the rights
3.26 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3.27 +copies of the Software, and to permit persons to whom the Software is
3.28 +furnished to do so, subject to the following conditions:
3.29
3.30 -The above copyright notice and this permission notice shall be
3.31 -included in all copies or substantial portions of the Software.
3.32 +The above copyright notice and this permission notice shall be included in
3.33 +all copies or substantial portions of the Software.
3.34
3.35 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3.36 -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3.37 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3.38 -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3.39 -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3.40 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3.41 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3.42 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3.43 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3.44 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3.45 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3.46 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3.47 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3.48 +THE SOFTWARE.
3.49 </pre>
3.50
3.51 <hr/>
3.52 @@ -310,27 +311,88 @@
3.53 <pre>
3.54 Copyright (c) 2012 Steven Sanderson, Roy Jacobs
3.55
3.56 -Permission is hereby granted, free of charge, to any person obtaining
3.57 -a copy of this software and associated documentation files (the
3.58 -"Software"), to deal in the Software without restriction, including
3.59 -without limitation the rights to use, copy, modify, merge, publish,
3.60 -distribute, sublicense, and/or sell copies of the Software, and to
3.61 -permit persons to whom the Software is furnished to do so, subject to
3.62 -the following conditions:
3.63 +Permission is hereby granted, free of charge, to any person obtaining a copy
3.64 +of this software and associated documentation files (the "Software"), to deal
3.65 +in the Software without restriction, including without limitation the rights
3.66 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3.67 +copies of the Software, and to permit persons to whom the Software is
3.68 +furnished to do so, subject to the following conditions:
3.69
3.70 -The above copyright notice and this permission notice shall be
3.71 -included in all copies or substantial portions of the Software.
3.72 +The above copyright notice and this permission notice shall be included in
3.73 +all copies or substantial portions of the Software.
3.74
3.75 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3.76 -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3.77 -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3.78 -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3.79 -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3.80 -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3.81 -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3.82 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3.83 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3.84 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3.85 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3.86 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3.87 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3.88 +THE SOFTWARE.
3.89 </pre>
3.90
3.91 +<hr/>
3.92
3.93 +<h1 id="OxyPlot">OxyPlot License</h1>
3.94 +<p>
3.95 +This license applies to the OxyPlot library.
3.96 +</p>
3.97 +<pre>
3.98 +Copyright (c) 2012 Oystein Bjorke
3.99 +
3.100 +Permission is hereby granted, free of charge, to any person obtaining a copy
3.101 +of this software and associated documentation files (the "Software"), to deal
3.102 +in the Software without restriction, including without limitation the rights
3.103 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3.104 +copies of the Software, and to permit persons to whom the Software is
3.105 +furnished to do so, subject to the following conditions:
3.106 +
3.107 +The above copyright notice and this permission notice shall be included in
3.108 +all copies or substantial portions of the Software.
3.109 +
3.110 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3.111 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3.112 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3.113 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3.114 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3.115 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3.116 +THE SOFTWARE.
3.117 +</pre>
3.118 +
3.119 +<hr/>
3.120 +
3.121 +<h1 id="LINQBridge">LINQBridge License</h1>
3.122 +<p>
3.123 +This license applies to the LINQBridge library.
3.124 +</p>
3.125 +<pre>
3.126 +Copyright (c) 2007-2009 Atif Aziz, Joseph Albahari. All rights reserved.
3.127 +
3.128 +Redistribution and use in source and binary forms, with or without
3.129 +modification, are permitted provided that the following conditions
3.130 +are met:
3.131 +
3.132 +- Redistributions of source code must retain the above copyright notice, this list
3.133 +of conditions and the following disclaimer.
3.134 +- Redistributions in binary form must reproduce the above copyright notice, this
3.135 +list of conditions and the following disclaimer in the documentation and/or other
3.136 +materials provided with the distribution.
3.137 +- Neither the name of the original authors nor the names of its contributors may
3.138 +be used to endorse or promote products derived from this software without specific
3.139 +prior written permission.
3.140 +
3.141 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
3.142 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
3.143 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
3.144 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
3.145 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
3.146 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
3.147 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
3.148 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
3.149 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3.150 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3.151 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3.152 +
3.153 +</pre>
3.154
3.155 </div>
3.156 </div>