1*eb8dc403SDave Cobbley/* 2*eb8dc403SDave Cobbley * Copyright (C) 2008 Alex Graveley 3*eb8dc403SDave Cobbley * Copyright (C) 2010 Ulrik Sverdrup <ulrik.sverdrup@gmail.com> 4*eb8dc403SDave Cobbley * 5*eb8dc403SDave Cobbley * Permission is hereby granted, free of charge, to any person obtaining 6*eb8dc403SDave Cobbley * a copy of this software and associated documentation files (the 7*eb8dc403SDave Cobbley * "Software"), to deal in the Software without restriction, including 8*eb8dc403SDave Cobbley * without limitation the rights to use, copy, modify, merge, publish, 9*eb8dc403SDave Cobbley * distribute, sublicense, and/or sell copies of the Software, and to 10*eb8dc403SDave Cobbley * permit persons to whom the Software is furnished to do so, subject to 11*eb8dc403SDave Cobbley * the following conditions: 12*eb8dc403SDave Cobbley * 13*eb8dc403SDave Cobbley * The above copyright notice and this permission notice shall be 14*eb8dc403SDave Cobbley * included in all copies or substantial portions of the Software. 15*eb8dc403SDave Cobbley * 16*eb8dc403SDave Cobbley * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17*eb8dc403SDave Cobbley * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18*eb8dc403SDave Cobbley * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 19*eb8dc403SDave Cobbley * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 20*eb8dc403SDave Cobbley * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21*eb8dc403SDave Cobbley * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 22*eb8dc403SDave Cobbley * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23*eb8dc403SDave Cobbley */ 24