|
1 | | -Copyright (c) 2015, Julia Computing Inc. |
2 | | -All rights reserved. |
| 1 | +The ArrayFire.jl package is licensed under the MIT "Expat" License: |
3 | 2 |
|
4 | | -Redistribution and use in source and binary forms, with or without modification, |
5 | | -are permitted provided that the following conditions are met: |
| 3 | +> Copyright (c) 2016: Joe Petviashvili. |
| 4 | +> |
| 5 | +> Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +> of this software and associated documentation files (the "Software"), to deal |
| 7 | +> in the Software without restriction, including without limitation the rights |
| 8 | +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +> copies of the Software, and to permit persons to whom the Software is |
| 10 | +> furnished to do so, subject to the following conditions: |
| 11 | +> |
| 12 | +> The above copyright notice and this permission notice shall be included in all |
| 13 | +> copies or substantial portions of the Software. |
| 14 | +> |
| 15 | +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +> SOFTWARE. |
| 22 | +> |
6 | 23 |
|
7 | | -* Redistributions of source code must retain the above copyright notice, this |
8 | | - list of conditions and the following disclaimer. |
| 24 | +Rewrite from scratch, original package by Julia Computing Inc: |
9 | 25 |
|
10 | | -* Redistributions in binary form must reproduce the above copyright notice, this |
11 | | - list of conditions and the following disclaimer in the documentation and/or |
12 | | - other materials provided with the distribution. |
13 | | - |
14 | | -* Neither the name of the ArrayFire nor the names of its |
15 | | - contributors may be used to endorse or promote products derived from |
16 | | - this software without specific prior written permission. |
17 | | - |
18 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
19 | | -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
20 | | -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
21 | | -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
22 | | -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
23 | | -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
24 | | -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
25 | | -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
26 | | -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
27 | | -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 26 | +> Copyright (c) 2015, Julia Computing Inc. |
| 27 | +> All rights reserved. |
| 28 | +> |
| 29 | +> Redistribution and use in source and binary forms, with or without modification, |
| 30 | +> are permitted provided that the following conditions are met: |
| 31 | +> |
| 32 | +> * Redistributions of source code must retain the above copyright notice, this |
| 33 | +> list of conditions and the following disclaimer. |
| 34 | +> |
| 35 | +> * Redistributions in binary form must reproduce the above copyright notice, this |
| 36 | +> list of conditions and the following disclaimer in the documentation and/or |
| 37 | +> other materials provided with the distribution. |
| 38 | +> |
| 39 | +> * Neither the name of the ArrayFire nor the names of its |
| 40 | +> contributors may be used to endorse or promote products derived from |
| 41 | +> this software without specific prior written permission. |
| 42 | +> |
| 43 | +> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 44 | +> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 45 | +> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 46 | +> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 47 | +> ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 48 | +> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 49 | +> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 50 | +> ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 51 | +> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 52 | +> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments