[libdmapsharing] Fix license on test-dmap-client.c after receiving confirmation from Andre Signed-off-by: W. Michael



commit 2ae05d954043ae89d5206d0cb3a1e47de9f19b04
Author: W. Michael Petullo <mike flyn org>
Date:   Fri Sep 3 21:49:33 2010 -0500

    Fix license on test-dmap-client.c after receiving confirmation from Andre
    Signed-off-by: W. Michael Petullo <mike flyn org>

 AUTHORS                  |   18 ++++++++++++++++++
 ChangeLog                |    3 +++
 tests/test-dmap-client.c |   20 ++++++++++----------
 tests/test-dmap-server.c |   20 ++++++++++----------
 4 files changed, 41 insertions(+), 20 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 92d4a2c..9c09a98 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -122,3 +122,21 @@ was not intentional:
 	> I just noticed that dacp-player.[ch] are licensed as GPL. This should
 	> be LGPL because libdmapsharing is LGPL. May I have your permission to
 	> change the license of these files to LGPLv2.1+?
+
+Andre Moreira Magalhaes approved the use of LGPL for test-dmap-client.c.
+
+	Please do it, no problem at all
+
+	BR
+	Andre
+
+	> Andre,
+	>
+	> I have been maintaining libdmapsharing and recently noticed that
+	> tests/test-dmap-client.c and test-dmap-server.c are licensed as
+	> GPL and you are the copyright holder. May I change this to LGPLv2.1+ in
+	> order to match the rest of libdmapsharing? This will make distribution
+	> easier as packages may be licensed at LGPLv2.1+ only.
+	>
+	> --
+	> Mike
diff --git a/ChangeLog b/ChangeLog
index ad3ff0a..13a3d1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 	* Fix license on dacp-player.[ch] after receiving confirmation
 	from Alexandre.
 
+	* Fix license on test-dmap-client.c after receiving confirmation
+	from Andre.
+
 20 August 2010 W. Michael Petullo <mike flyn org>
 
 	* Back out Alexandre's addition of itemid property from
diff --git a/tests/test-dmap-client.c b/tests/test-dmap-client.c
index ff62ea9..4149d9d 100644
--- a/tests/test-dmap-client.c
+++ b/tests/test-dmap-client.c
@@ -2,19 +2,19 @@
  * Copyright (C) 2006 INDT
  *  Andre Moreira Magalhaes <andre magalhaes indt org br>
  *
- * 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,
+ * 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.
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include <glib.h>
diff --git a/tests/test-dmap-server.c b/tests/test-dmap-server.c
index 5b0b596..ab10dbd 100644
--- a/tests/test-dmap-server.c
+++ b/tests/test-dmap-server.c
@@ -1,19 +1,19 @@
 /*
  * Copyright (C) 2008 W. Michael Petullo <mike flyn org>
  *
- * 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,
+ * 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.
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include "config.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]