Philip
Should the library (libcrystalhd) also have its license updated?
Naren
----- Original Message -----
From: Philip Langdale <
langd...@gmail.com>
To: 
crystalhd-...@googlegroups.com <
crystalhd-...@googlegroups.com>; 
crystalhd-...@googlegroups.com <
crystalhd-...@googlegroups.com>
Cc: Philip Langdale <
langd...@gmail.com>; Naren (Narendra) Sankar
Sent: Mon Jan 24 21:27:04 2011
Subject: [PATCH] Updating licence to LGPL 2.1 or later.
Signed-off-by: Philip Langdale <
langd...@gmail.com>
---
 filters/gst/gst-plugin/AUTHORS           |    3 ++-
 filters/gst/gst-plugin/src/decif.c       |    5 +++--
 filters/gst/gst-plugin/src/decif.h       |    3 ++-
 filters/gst/gst-plugin/src/gstbcmdec.c   |    3 ++-
 filters/gst/gst-plugin/src/gstbcmdec.h   |    3 ++-
 filters/gst/gst-plugin/src/parse.c       |    3 ++-
 filters/gst/gst-plugin/src/parse.h       |    3 ++-
 filters/gst/gst-plugin/src/version.h     |    3 ++-
 filters/gst/gst-plugin/src/version_lnx.h |    3 ++-
 9 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/filters/gst/gst-plugin/AUTHORS b/filters/gst/gst-plugin/AUTHORS
index ab4aa9a..c4bc518 100644
--- a/filters/gst/gst-plugin/AUTHORS
+++ b/filters/gst/gst-plugin/AUTHORS
@@ -5,7 +5,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/decif.c b/filters/gst/gst-plugin/src/decif.c
index f218058..66062d4 100644
--- a/filters/gst/gst-plugin/src/decif.c
+++ b/filters/gst/gst-plugin/src/decif.c
@@ -13,7 +13,8 @@
  *
  * 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.
+ * 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
@@ -204,4 +205,4 @@ BC_STATUS decif_setinputformat(BcmDecIF *decif, BC_INPUT_FORMAT bcInputFormat)
 	sts = DtsSetInputFormat(decif->hdev, &bcInputFormat);
 
 	return sts;
-}
\ No newline at end of file
+}
diff --git a/filters/gst/gst-plugin/src/decif.h b/filters/gst/gst-plugin/src/decif.h
index 4ad02ff..58c5a2f 100644
--- a/filters/gst/gst-plugin/src/decif.h
+++ b/filters/gst/gst-plugin/src/decif.h
@@ -13,7 +13,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/gstbcmdec.c b/filters/gst/gst-plugin/src/gstbcmdec.c
index 5873634..352b272 100644
--- a/filters/gst/gst-plugin/src/gstbcmdec.c
+++ b/filters/gst/gst-plugin/src/gstbcmdec.c
@@ -13,7 +13,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/gstbcmdec.h b/filters/gst/gst-plugin/src/gstbcmdec.h
index 6e5b100..8f048ea 100644
--- a/filters/gst/gst-plugin/src/gstbcmdec.h
+++ b/filters/gst/gst-plugin/src/gstbcmdec.h
@@ -13,7 +13,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/parse.c b/filters/gst/gst-plugin/src/parse.c
index dbd401e..fa9f71d 100644
--- a/filters/gst/gst-plugin/src/parse.c
+++ b/filters/gst/gst-plugin/src/parse.c
@@ -2,7 +2,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/parse.h b/filters/gst/gst-plugin/src/parse.h
index 47a2839..65b91ab 100644
--- a/filters/gst/gst-plugin/src/parse.h
+++ b/filters/gst/gst-plugin/src/parse.h
@@ -2,7 +2,8 @@
  *
  * 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.
+ * 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
diff --git a/filters/gst/gst-plugin/src/version.h b/filters/gst/gst-plugin/src/version.h
index f0580e9..42d1009 100644
--- a/filters/gst/gst-plugin/src/version.h
+++ b/filters/gst/gst-plugin/src/version.h
@@ -13,7 +13,8 @@
 *
 * 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.
+* 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
diff --git a/filters/gst/gst-plugin/src/version_lnx.h b/filters/gst/gst-plugin/src/version_lnx.h
index c633fc7..bbb870c 100644
--- a/filters/gst/gst-plugin/src/version_lnx.h
+++ b/filters/gst/gst-plugin/src/version_lnx.h
@@ -13,7 +13,8 @@
 *
 * 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.
+* 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
-- 
1.7.1