Blame LICENSE

Packit Service 8bf002
/*-
Packit Service 8bf002
 * Copyright (c) 1998, 2002-2008 Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
Packit Service 8bf002
 * All rights reserved.
Packit Service 8bf002
 *
Packit Service 8bf002
 * This software including the files in this directory is provided under
Packit Service 8bf002
 * the following license.
Packit Service 8bf002
 *
Packit Service 8bf002
 * Redistribution and use in source and binary forms, with or without
Packit Service 8bf002
 * modification, are permitted provided that the following conditions
Packit Service 8bf002
 * are met:
Packit Service 8bf002
 * 1. Redistributions of source code must retain the above copyright
Packit Service 8bf002
 *    notice, this list of conditions and the following disclaimer.
Packit Service 8bf002
 * 2. Redistributions in binary form must reproduce the above copyright
Packit Service 8bf002
 *    notice, this list of conditions and the following disclaimer in the
Packit Service 8bf002
 *    documentation and/or other materials provided with the distribution.
Packit Service 8bf002
 *
Packit Service 8bf002
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
Packit Service 8bf002
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit Service 8bf002
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit Service 8bf002
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE
Packit Service 8bf002
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 8bf002
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit Service 8bf002
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit Service 8bf002
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit Service 8bf002
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit Service 8bf002
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit Service 8bf002
 * SUCH DAMAGE.
Packit Service 8bf002
 */
Packit Service 8bf002