diff options
author | Christoph Brill <egore911@egore911.de> | 2008-07-11 20:00:26 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-07-11 20:00:26 +0200 |
commit | 2476f0d6c75e0a410307212e796ac72725b86931 (patch) | |
tree | 5ce99d44676f08a40b29c54b2da05a910d63fe66 /src/alpscomm.c | |
parent | a2e1f9e0a22ed0d9e7728f77978bbdace712dcae (diff) |
Finally change the GPL headers to MIT ones
Diffstat (limited to 'src/alpscomm.c')
-rw-r--r-- | src/alpscomm.c | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/src/alpscomm.c b/src/alpscomm.c index 955e88f..4f19d04 100644 --- a/src/alpscomm.c +++ b/src/alpscomm.c @@ -1,22 +1,31 @@ -/* Copyright (C) 2001 Stefan Gmeiner <riddlebox@freesurf.ch> - * - * Copyright (c) 2003 Neil Brown <neilb@cse.unsw.edu.au> - * Copyright (c) 2003-2005,2007 Peter Osterlund <petero2@telia.com> - * - * 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. +/* + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2003 Neil Brown + * Copyright © 2003-2005,2007 Peter Osterlund * - * 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. + * 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 Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS 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. * + * Authors: + * Stefan Gmeiner (riddlebox@freesurf.ch) + * Neil Brown (neilb@cse.unsw.edu.au) + * Peter Osterlund (petero2@telia.com) */ #ifdef HAVE_CONFIG_H |