aboutsummaryrefslogtreecommitdiff
path: root/libmpio
diff options
context:
space:
mode:
authorgermeier <germeier>2003-04-30 07:17:01 +0000
committergermeier <germeier>2003-04-30 07:17:01 +0000
commit9841f7a01501357be1edd487b300c5c812b6faa9 (patch)
tree9ce7bfe5e46d6a0e4ead933a53753abe00697f75 /libmpio
parent82e0696fa84befaae8e93acd881c7978d8219f5f (diff)
downloadmpiosh-9841f7a01501357be1edd487b300c5c812b6faa9.tar.gz
mpiosh-9841f7a01501357be1edd487b300c5c812b6faa9.tar.bz2
mpiosh-9841f7a01501357be1edd487b300c5c812b6faa9.zip
libmpio: changed license from GPL to LGPL
Diffstat (limited to 'libmpio')
-rw-r--r--libmpio/src/smartmedia.c38
-rw-r--r--libmpio/src/smartmedia.h37
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 <stdio.h>
#include <stdlib.h>
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_