6033N/AThe MIT License
6033N/A
6033N/ACopyright (c) 2009 Evan Rosson, Jan Dittberner, Domen Kožar
2058N/A
6033N/APermission is hereby granted, free of charge, to any person obtaining a copy
6033N/Aof this software and associated documentation files (the "Software"), to deal
6033N/Ain the Software without restriction, including without limitation the rights
6033N/Ato use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6033N/Acopies of the Software, and to permit persons to whom the Software is
6033N/Afurnished to do so, subject to the following conditions:
6033N/A
6033N/AThe above copyright notice and this permission notice shall be included in
6033N/Aall copies or substantial portions of the Software.
2058N/A
6033N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6033N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6033N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6033N/AAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6033N/ALIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6033N/AOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6033N/ATHE SOFTWARE.
6033N/A==============================================================================
6033N/AAdditional license seen:
6033N/A
6033N/Asetup.py
2058N/A
6033N/A#!/usr/bin/env python
6033N/A# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
6033N/A#
6033N/A# Licensed under the Apache License, Version 2.0 (the "License");
6033N/A# you may not use this file except in compliance with the License.
6033N/A# You may obtain a copy of the License at
6033N/A#
6033N/A# http://www.apache.org/licenses/LICENSE-2.0
6033N/A#
6033N/A# Unless required by applicable law or agreed to in writing, software
6033N/A# distributed under the License is distributed on an "AS IS" BASIS,
6033N/A# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6033N/A# implied.
6033N/A# See the License for the specific language governing permissions and
6033N/A# limitations under the License.
6033N/A==============================================================================