From 9841f7a01501357be1edd487b300c5c812b6faa9 Mon Sep 17 00:00:00 2001 From: germeier Date: Wed, 30 Apr 2003 07:17:01 +0000 Subject: libmpio: changed license from GPL to LGPL --- libmpio/src/smartmedia.c | 38 ++++++++++++++++---------------------- libmpio/src/smartmedia.h | 37 ++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 43 deletions(-) diff --git a/libmpio/src/smartmedia.c b/libmpio/src/smartmedia.c index 9b70108..196480f 100644 --- a/libmpio/src/smartmedia.c +++ b/libmpio/src/smartmedia.c @@ -1,30 +1,24 @@ -/* -*- linux-c -*- */ - -/* - * - * $Id: smartmedia.c,v 1.1 2003/04/23 08:34:15 crunchy Exp $ - * - * Library for USB MPIO-* +/* + * $Id: smartmedia.c,v 1.2 2003/04/30 07:17:01 germeier Exp $ * - * Markus Germeier (mager@tzi.de) + * libmpio - a library for accessing Digit@lways MPIO players + * Copyright (C) 2002, 2003 Markus Germeier * + * 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. * - * - * 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 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. * - * 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 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 * - * 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 diff --git a/libmpio/src/smartmedia.h b/libmpio/src/smartmedia.h index 57f3e3e..ce030a6 100644 --- a/libmpio/src/smartmedia.h +++ b/libmpio/src/smartmedia.h @@ -1,29 +1,24 @@ -/* -*- linux-c -*- */ - -/* - * - * $Id: smartmedia.h,v 1.1 2003/04/23 08:34:15 crunchy Exp $ - * - * Library for USB MPIO-* +/* + * $Id: smartmedia.h,v 1.2 2003/04/30 07:17:02 germeier Exp $ * - * Markus Germeier (mager@tzi.de) + * libmpio - a library for accessing Digit@lways MPIO players + * Copyright (C) 2002, 2003 Markus Germeier * - * - * 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 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. * - * 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. + * 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. * - * 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. + * 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 * - * */ + */ #ifndef _MPIO_SMARTMEDIA_H_ #define _MPIO_SMARTMEDIA_H_ -- cgit v1.2.3