|
| 1 | +Numenta License for Non-Commercial Use |
| 2 | +Copyright (c) 2011 Barry Maturkanich |
| 3 | + |
| 4 | +All rights reserved. |
| 5 | + |
| 6 | +This software is based upon or includes certain works and algorithms related |
| 7 | +to hierarchical temporal memory ("HTM") technology published by Numenta Inc. |
| 8 | +Numenta holds patent rights related to HTM and the algorithms used in this |
| 9 | +software. Numenta has agreed not to assert its patent rights against |
| 10 | +development or use of independent HTM systems, as long as such development |
| 11 | +or use is for research purposes only, and not for any commercial or production |
| 12 | +use. Any commercial or production use of HTM technology that infringes on |
| 13 | +Numenta's patents will require a commercial license from Numenta. |
| 14 | + |
| 15 | +Based on the foregoing, this software is licensed under the terms below, for |
| 16 | +research purposes only and not for any commercial or production use. For |
| 17 | +purposes of this license, "commercial or production use" includes training an |
| 18 | +HTM network with the intent of later deploying the trained network or |
| 19 | +application for commercial or production purposes, and using or permitting |
| 20 | +others to use the output from HTM technology for commercial or production |
| 21 | +purposes. |
| 22 | + |
| 23 | +Redistribution and use in source and binary forms, with or without |
| 24 | +modification, are permitted (subject to the limitations in the disclaimer |
| 25 | +below) provided that the following conditions are met: |
| 26 | + |
| 27 | +* Redistributions of source code, including any modifications or derivative |
| 28 | +works, must retain the full text of this license and the following disclaimer, |
| 29 | +and be subject to the terms and conditions of this license. |
| 30 | + |
| 31 | +* Redistributions in binary form, including any modifications or derivative |
| 32 | +works, must reproduce the full text of this license and the following |
| 33 | +disclaimer in the documentation and/or other materials provided with the |
| 34 | +distribution, and be subject to the terms and conditions of this license. |
| 35 | + |
| 36 | +* Neither the name of Numenta, Inc., Barry Maturkanich, nor the names of other |
| 37 | +contributors may be used to endorse or promote products derived from this |
| 38 | +software without specific prior written permission. |
| 39 | + |
| 40 | +NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT RIGHTS ARE GRANTED BY THIS |
| 41 | +LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 42 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 43 | +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 44 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
| 45 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 46 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 47 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 48 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 49 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 50 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 51 | + |
| 52 | + |
| 53 | + |
0 commit comments