summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2009-02-03 09:56:26 -0800
committerGravatar Dan Dennedy 2009-02-03 09:56:26 -0800
commit775c2d6275fed21acdf3f2527ff37a05c3e8b56f (patch)
treee3c441e85bdebfd3ef1aa53bc1cb0f3c0e9ac2c8
parentbump version and add release notes (diff)
Change the license of the "juju" fw*.[hc] files to LGPL v2.1 as approved
by Kristian Hogsberg in an e-mail to the linux1394-devel mailing list on Feb 3, 2009. Signed-off-by: Dan Dennedy <dan@dennedy.org>
-rw-r--r--src/fw-iso.c16
-rw-r--r--src/fw.c16
-rw-r--r--src/fw.h16
3 files changed, 9 insertions, 39 deletions
diff --git a/src/fw-iso.c b/src/fw-iso.c
index a87259b..e7618b5 100644
--- a/src/fw-iso.c
+++ b/src/fw-iso.c
@@ -4,19 +4,9 @@
*
* Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * This library is licensed under the GNU Lesser General Public License (LGPL),
+ * version 2.1 or later. See the file COPYING.LIB in the distribution for
+ * details.
*/
#include <string.h>
diff --git a/src/fw.c b/src/fw.c
index 8cca403..0b6ed67 100644
--- a/src/fw.c
+++ b/src/fw.c
@@ -4,19 +4,9 @@
*
* Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * This library is licensed under the GNU Lesser General Public License (LGPL),
+ * version 2.1 or later. See the file COPYING.LIB in the distribution for
+ * details.
*/
#include <stdlib.h>
diff --git a/src/fw.h b/src/fw.h
index a5e3772..2d8ee38 100644
--- a/src/fw.h
+++ b/src/fw.h
@@ -4,19 +4,9 @@
*
* Copyright (C) 2007 Kristian Hoegsberg <krh@bitplanet.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * This library is licensed under the GNU Lesser General Public License (LGPL),
+ * version 2.1 or later. See the file COPYING.LIB in the distribution for
+ * details.
*/
#ifndef LIBRAW1394_FW_H