[oe-commits] Chase Maupin : audiofile: Update LICENSE field version to GPLv2 and LGPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:46 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: d2ff3df899bbfcd499487162a3f47393c297dff2
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=d2ff3df899bbfcd499487162a3f47393c297dff2

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Fri May 11 17:25:18 2012 -0500

audiofile: Update LICENSE field version to GPLv2 and LGPLv2

* Updated LICENSE field version from generic LGPL/GPL to LGPLv2
  and GPLv2 to reflect the real license version.
* This change was based on setting in oe-core as well as code
  inspection

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>

---

 recipes/audiofile/audiofile_0.2.6.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/audiofile/audiofile_0.2.6.bb b/recipes/audiofile/audiofile_0.2.6.bb
index 6840506..f7e3b3b 100644
--- a/recipes/audiofile/audiofile_0.2.6.bb
+++ b/recipes/audiofile/audiofile_0.2.6.bb
@@ -3,9 +3,9 @@ API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
 WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
 Research, Amiga IFF/8SVX, and NIST SPHERE."
 SECTION = "libs"
-LICENSE = "LGPL GPL"
+LICENSE = "LGPLv2 GPLv2"
 RPROVIDES_${PN} += "audiofile"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz \
 	   file://audiofile-m4_quote_fix.diff;striplevel=0 \





More information about the Openembedded-commits mailing list