Change scanner.c license to MIT

This commit is contained in:
Kristian Høgsberg 2011-08-11 14:51:31 -04:00
parent 9a606bedfd
commit 3733157d55

View file

@ -1,19 +1,24 @@
/* /*
* Copyright © 2010 Intel Corporation * Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2011 Intel Corporation
* *
* This program is free software; you can redistribute it and/or modify * Permission to use, copy, modify, distribute, and sell this software and its
* it under the terms of the GNU General Public License as published by * documentation for any purpose is hereby granted without fee, provided that
* the Free Software Foundation; either version 2 of the License, or * the above copyright notice appear in all copies and that both that copyright
* (at your option) any later version. * notice and this permission notice appear in supporting documentation, and
* that the name of the copyright holders not be used in advertising or
* publicity pertaining to distribution of the software without specific,
* written prior permission. The copyright holders make no representations
* about the suitability of this software for any purpose. It is provided "as
* is" without express or implied warranty.
* *
* This program is distributed in the hope that it will be useful, * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* GNU General Public License for more details. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* You should have received a copy of the GNU General Public License * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* along with this program; if not, write to the Free Software Foundation, * OF THIS SOFTWARE.
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include <stdio.h> #include <stdio.h>