strcasecmp: Actually use the right license
Forgot to update the license when I committed the FreeBSD version, so it still had an old SGI license. Sorry. Sorry.
This commit is contained in:
parent
441f084bfe
commit
dcf6293030
|
@ -1,28 +1,31 @@
|
||||||
/************************************************************
|
/*
|
||||||
Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
|
* Copyright (c) 1987, 1993
|
||||||
|
* The Regents of the University of California. All rights reserved.
|
||||||
Permission to use, copy, modify, and distribute this
|
*
|
||||||
software and its documentation for any purpose and without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
fee is hereby granted, provided that the above copyright
|
* modification, are permitted provided that the following conditions
|
||||||
notice appear in all copies and that both that copyright
|
* are met:
|
||||||
notice and this permission notice appear in supporting
|
* 1. Redistributions of source code must retain the above copyright
|
||||||
documentation, and that the name of Silicon Graphics not be
|
* notice, this list of conditions and the following disclaimer.
|
||||||
used in advertising or publicity pertaining to distribution
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
of the software without specific prior written permission.
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
Silicon Graphics makes no representation about the suitability
|
* documentation and/or other materials provided with the distribution.
|
||||||
of this software for any purpose. It is provided "as is"
|
* 4. Neither the name of the University nor the names of its contributors
|
||||||
without any express or implied warranty.
|
* may be used to endorse or promote products derived from this software
|
||||||
|
* without specific prior written permission.
|
||||||
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
*
|
||||||
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
||||||
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
||||||
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
********************************************************/
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
* SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
Loading…
Reference in New Issue