aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--libmpio/debug.h24
-rw-r--r--libmpio/defs.h44
-rw-r--r--libmpio/mpio.h44
-rw-r--r--libmpio/src/cis.c35
-rw-r--r--libmpio/src/cis.h35
-rw-r--r--libmpio/src/debug.c24
-rw-r--r--libmpio/src/directory.c35
-rw-r--r--libmpio/src/directory.h35
-rw-r--r--libmpio/src/ecc.c35
-rw-r--r--libmpio/src/ecc.h35
-rw-r--r--libmpio/src/fat.c35
-rw-r--r--libmpio/src/fat.h35
-rw-r--r--libmpio/src/id3.c4
-rw-r--r--libmpio/src/id3.h4
-rw-r--r--libmpio/src/io.c43
-rw-r--r--libmpio/src/io.h43
-rw-r--r--libmpio/src/mpio.c41
18 files changed, 273 insertions, 279 deletions
diff --git a/ChangeLog b/ChangeLog
index cca85fe..8095693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2003-04-27 Markus Germeier <mager@tzi.de>
* libmpio: fixed some C code "things" found with
"paranoia" CFLAGS settings
+ * libmpio: changed license from GPL to LGPL
2003-04-21 Markus Germeier <mager@tzi.de>
diff --git a/libmpio/debug.h b/libmpio/debug.h
index a316e57..c523310 100644
--- a/libmpio/debug.h
+++ b/libmpio/debug.h
@@ -1,10 +1,24 @@
-/*
- * debug.h
+/*
+ * $Id: debug.h,v 1.5 2003/04/27 12:08:20 germeier Exp $
*
- * Author: Dirk Meyer <dmeyer@tzi.de>
- * Andreas Büsching <crunchy@tzi.de>
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Dirk Meyer <dmeyer@tzi.de> and
+ * Andreas Büsching <crunchy@tzi.de>
+ *
+ * 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 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 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
*
- * $Id: debug.h,v 1.4 2003/04/23 09:03:38 crunchy Exp $
*/
#ifndef _MPIO_DEBUG_H_
diff --git a/libmpio/defs.h b/libmpio/defs.h
index 0c1a6c4..cd0def3 100644
--- a/libmpio/defs.h
+++ b/libmpio/defs.h
@@ -1,31 +1,29 @@
-/* -*- linux-c -*- */
-
-/*
- * $Id: defs.h,v 1.25 2003/04/27 11:01:27 germeier Exp $
- *
- * Library for USB MPIO-*
- *
- * Markus Germeier (mager@tzi.de)
+/*
+ * $Id: defs.h,v 1.26 2003/04/27 12:08:20 germeier Exp $
*
- * uses code from mpio_stat.c by
- * Yuji Touya (salmoon@users.sourceforge.net)
+ * 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
*
- * */
+ */
+
+/*
+ * uses code from mpio_stat.c by
+ * Yuji Touya (salmoon@users.sourceforge.net)
+ */
#ifndef _MPIO_DEFS_H_
#define _MPIO_DEFS_H_
diff --git a/libmpio/mpio.h b/libmpio/mpio.h
index 436ff85..999b0db 100644
--- a/libmpio/mpio.h
+++ b/libmpio/mpio.h
@@ -1,31 +1,29 @@
-#/* -*- linux-c -*- */
-
-/*
- * $Id: mpio.h,v 1.20 2003/04/23 08:53:24 crunchy Exp $
- *
- * Library for USB MPIO-*
- *
- * Markus Germeier (mager@tzi.de)
+/*
+ * $Id: mpio.h,v 1.21 2003/04/27 12:08:20 germeier Exp $
*
- * uses code from mpio_stat.c by
- * Yuji Touya (salmoon@users.sourceforge.net)
+ * 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
*
- * */
+ */
+
+/*
+ * uses code from mpio_stat.c by
+ * Yuji Touya (salmoon@users.sourceforge.net)
+ */
#ifndef _MPIO_H_
#define _MPIO_H_
diff --git a/libmpio/src/cis.c b/libmpio/src/cis.c
index 3cc65c9..7341bfd 100644
--- a/libmpio/src/cis.c
+++ b/libmpio/src/cis.c
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: cis.c,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: cis.c,v 1.2 2003/04/27 11:01:28 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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 <stdlib.h>
diff --git a/libmpio/src/cis.h b/libmpio/src/cis.h
index 8d20a01..655270a 100644
--- a/libmpio/src/cis.h
+++ b/libmpio/src/cis.h
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: cis.h,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: cis.h,v 1.2 2003/04/27 11:01:28 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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.
- *
- * */
+ */
#ifndef _MPIO_CIS_H_
#define _MPIO_CIS_H_
diff --git a/libmpio/src/debug.c b/libmpio/src/debug.c
index 5b4fae8..6f0a4b8 100644
--- a/libmpio/src/debug.c
+++ b/libmpio/src/debug.c
@@ -1,10 +1,24 @@
-/*
- * debug.c
+/*
+ * $Id: debug.c,v 1.5 2003/04/27 12:08:21 germeier Exp $
*
- * Authors: Dirk Meyer <dmeyer@tzi.de>
- * Andreas Büsching <crunchy@tzi.de>
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Dirk Meyer <dmeyer@tzi.de> and
+ * Andreas Büsching <crunchy@tzi.de>
+ *
+ * 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 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 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
*
- * $Id: debug.c,v 1.4 2003/04/27 11:01:29 germeier Exp $
*/
#include "debug.h"
diff --git a/libmpio/src/directory.c b/libmpio/src/directory.c
index 19894c3..bc23646 100644
--- a/libmpio/src/directory.c
+++ b/libmpio/src/directory.c
@@ -1,27 +1,24 @@
-/*
- *
- * $Id: directory.c,v 1.2 2003/04/27 11:01:29 germeier Exp $
- *
- * Library for USB MPIO-*
+/*
+ * $Id: directory.c,v 1.3 2003/04/27 12:08:21 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
*
- * */
+ */
#include <unistd.h>
#include <iconv.h>
diff --git a/libmpio/src/directory.h b/libmpio/src/directory.h
index 02d76ee..2ae17ec 100644
--- a/libmpio/src/directory.h
+++ b/libmpio/src/directory.h
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: directory.h,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: directory.h,v 1.2 2003/04/27 11:01:29 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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.
- *
- * */
+ */
#ifndef _MPIO_DIRECTORY_H_
#define _MPIO_DIRECTORY_H_
diff --git a/libmpio/src/ecc.c b/libmpio/src/ecc.c
index 415532e..39e3a28 100644
--- a/libmpio/src/ecc.c
+++ b/libmpio/src/ecc.c
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: ecc.c,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: ecc.c,v 1.2 2003/04/27 11:01:29 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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 "ecc.h"
#include "debug.h"
diff --git a/libmpio/src/ecc.h b/libmpio/src/ecc.h
index 55ca297..89e342e 100644
--- a/libmpio/src/ecc.h
+++ b/libmpio/src/ecc.h
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: ecc.h,v 1.2 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: ecc.h,v 1.1 2003/04/23 08:34:15 crunchy Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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.
- *
- * */
+ */
#ifndef _MPIO_ECC_H_
#define _MPIO_ECC_H_
diff --git a/libmpio/src/fat.c b/libmpio/src/fat.c
index cff3084..0bd05d9 100644
--- a/libmpio/src/fat.c
+++ b/libmpio/src/fat.c
@@ -1,27 +1,24 @@
-/*
- *
- * $Id: fat.c,v 1.2 2003/04/27 11:01:29 germeier Exp $
+/*
+ * $Id: fat.c,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * Library for USB MPIO-*
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Markus Germeier (mager@tzi.de)
+ * 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 "fat.h"
#include "io.h"
diff --git a/libmpio/src/fat.h b/libmpio/src/fat.h
index 2ed895e..4561a14 100644
--- a/libmpio/src/fat.h
+++ b/libmpio/src/fat.h
@@ -1,27 +1,24 @@
-/*
+/*
+ * $Id: fat.h,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: fat.h,v 1.2 2003/04/27 11:01:29 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
+ * 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
*
- * 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.
- *
- * */
+ */
#ifndef _MPIO_FAT_H_
#define _MPIO_FAT_H_
diff --git a/libmpio/src/id3.c b/libmpio/src/id3.c
index cc11ef8..92054f5 100644
--- a/libmpio/src/id3.c
+++ b/libmpio/src/id3.c
@@ -1,7 +1,7 @@
/*
- * $Id: id3.c,v 1.2 2003/04/27 11:01:29 germeier Exp $
+ * $Id: id3.c,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * Library for accessing Digit@lways MPIO players
+ * libmpio - a library for accessing Digit@lways MPIO players
* Copyright (C) 2003 Markus Germeier
*
* This library is free software; you can redistribute it and/or
diff --git a/libmpio/src/id3.h b/libmpio/src/id3.h
index 1bb549c..6fe1465 100644
--- a/libmpio/src/id3.h
+++ b/libmpio/src/id3.h
@@ -1,7 +1,7 @@
/*
- * $Id: id3.h,v 1.1 2003/04/23 08:34:15 crunchy Exp $
+ * $Id: id3.h,v 1.2 2003/04/27 12:08:21 germeier Exp $
*
- * Library for accessing Digit@lways MPIO players
+ * libmpio - a library for accessing Digit@lways MPIO players
* Copyright (C) 2003 Markus Germeier
*
* This library is free software; you can redistribute it and/or
diff --git a/libmpio/src/io.c b/libmpio/src/io.c
index b0699a4..55ed6cd 100644
--- a/libmpio/src/io.c
+++ b/libmpio/src/io.c
@@ -1,32 +1,29 @@
-/* -*- linux-c -*- */
-
-/*
+/*
+ * $Id: io.c,v 1.3 2003/04/27 12:08:21 germeier Exp $
*
- * $Id: io.c,v 1.2 2003/04/27 11:01:29 germeier Exp $
+ * libmpio - a library for accessing Digit@lways MPIO players
+ * Copyright (C) 2002, 2003 Markus Germeier
*
- * Library for USB MPIO-*
+ * 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.
*
- * Markus Germeier (mager@tzi.de)
+ * 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 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.
- *
- * */
+ */
/*
*
diff --git a/libmpio/src/io.h b/libmpio/src/io.h
index 9f338d0..54b3bfd 100644
--- a/libmpio/src/io.h
+++ b/libmpio/src/io.h
@@ -1,32 +1,29 @@
-/* -*- linux-c -*- */
-
-/*
+/*
+ * $Id: io.h,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: io.h,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.
- *
- * */
+ */
#ifndef _MPIO_IO_H_
#define _MPIO_IO_H_
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 <stdlib.h>
#include <sys/types.h>