From 330785e8d7b3796bc1030c7f20539b56edd657b9 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 27 Apr 2003 12:08:19 +0000 Subject: libmpio: changed license from GPL to LGPL --- libmpio/src/mpio.c | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'libmpio/src/mpio.c') diff --git a/libmpio/src/mpio.c b/libmpio/src/mpio.c index 4a2ce10..f0843ae 100644 --- a/libmpio/src/mpio.c +++ b/libmpio/src/mpio.c @@ -1,30 +1,29 @@ -/* +/* + * $Id: mpio.c,v 1.3 2003/04/27 12:08:21 germeier Exp $ + * + * libmpio - a library for accessing Digit@lways MPIO players + * Copyright (C) 2002, 2003 Markus Germeier * - * $Id: mpio.c,v 1.2 2003/04/27 11:01:29 germeier Exp $ + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * Library for USB MPIO-* + * This library 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 + * Lesser General Public License for more details. * - * Markus Germeier (mager@tzi.de) + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc.,g 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + */ + +/* * uses code from mpio_stat.c by * Yuji Touya (salmoon@users.sourceforge.net) - * - * - * 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. - * - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * */ + */ #include #include -- cgit v1.2.3