LICENSE 922 B

1234567891011121314151617181920
  1. Different components of isar are under different licenses (a mix of MIT and
  2. GPLv2). Please see:
  3. meta/licenses/COPYING.GPLv2 (GPLv2)
  4. meta/licenses/COPYING.MIT (MIT)
  5. All metadata is MIT licensed unless otherwise stated. Source code
  6. included in tree for individual recipes is under the LICENSE stated in
  7. the associated recipe (.bb file) unless otherwise stated.
  8. License information for any other files is either explicitly stated
  9. or defaults to GPL version 2.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  12. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  13. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  14. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  15. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  16. THE SOFTWARE.