Blame COPYING

Packit Service 4f68e0
/*
Packit Service 4f68e0
 * Copyright (c) Copyright (c) Bull S.A.  2005  All Rights Reserved.
Packit Service 4f68e0
 * Redistribution and use in source and binary forms, with or without
Packit Service 4f68e0
 * modification, are permitted provided that the following conditions
Packit Service 4f68e0
 * are met:
Packit Service 4f68e0
 * 1. Redistributions of source code must retain the above copyright
Packit Service 4f68e0
 *    notice, this list of conditions and the following disclaimer.
Packit Service 4f68e0
 * 2. Redistributions in binary form must reproduce the above copyright
Packit Service 4f68e0
 *    notice, this list of conditions and the following disclaimer in the
Packit Service 4f68e0
 *    documentation and/or other materials provided with the distribution.
Packit Service 4f68e0
 * 3. The name of the author may not be used to endorse or promote products
Packit Service 4f68e0
 *    derived from this software without specific prior written permission.
Packit Service 4f68e0
 *
Packit Service 4f68e0
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
Packit Service 4f68e0
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit Service 4f68e0
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit Service 4f68e0
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit Service 4f68e0
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
Packit Service 4f68e0
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit Service 4f68e0
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit Service 4f68e0
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service 4f68e0
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
Packit Service 4f68e0
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service 4f68e0
 */
Packit Service 4f68e0