summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-01-23 21:18:17 +0100
committerGravatar Nikias Bassen2012-01-23 21:18:17 +0100
commit9008cf0ef31528bf3c144af844fc70ea07699a1a (patch)
tree6e8d42705702d784f5bc3bd1dc154ac364fafca7
parentc8622579c41022c9786439af4d1af68d54204587 (diff)
downloadusbmuxd-9008cf0ef31528bf3c144af844fc70ea07699a1a.tar.gz
usbmuxd-9008cf0ef31528bf3c144af844fc70ea07699a1a.tar.bz2
Licensed common/utils.c and common/utils.h under LGPL
The legal copyright holders, Hector Martin and Nikias Bassen, both agreed to change the license of these files to LGPL so using libusbmuxd won't violate the GPL anymore for using code from these files.
-rw-r--r--common/utils.c13
-rw-r--r--common/utils.h13
2 files changed, 14 insertions, 12 deletions
diff --git a/common/utils.c b/common/utils.c
index db628ce..0096907 100644
--- a/common/utils.c
+++ b/common/utils.c
@@ -4,17 +4,18 @@
Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com>
Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
-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 or version 3.
+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,
+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 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
+You should have received a copy of the GNU Lesser General Public
+License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
diff --git a/common/utils.h b/common/utils.h
index ee79e48..0addb46 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -4,17 +4,18 @@
Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com>
Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
-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 or version 3.
+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,
+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 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
+You should have received a copy of the GNU Lesser General Public
+License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/