diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-11 14:51:31 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-11 14:57:36 -0400 |
commit | 3733157d55df862ad5a89d1911a0500af67e7e08 (patch) | |
tree | 8eb5a6c62d6c953c4753613b1e75aec4bfe5df96 | |
parent | 9a606bedfdca505fdd82044793a278b2eb4b2553 (diff) |
Change scanner.c license to MIT
-rw-r--r-- | wayland/scanner.c | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/wayland/scanner.c b/wayland/scanner.c index 839d9d7..9584046 100644 --- a/wayland/scanner.c +++ b/wayland/scanner.c @@ -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 - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that copyright + * 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, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE + * OF THIS SOFTWARE. */ #include <stdio.h> |