[oe-commits] chase maupin : audiofile: Update LICENSE field version to GPLv2 and LGPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:22 UTC 2012


Module: openembedded.git
Branch: master
Commit: 143b48f3356db369e80c711ec03168640ee14080
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=143b48f3356db369e80c711ec03168640ee14080

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:13 2012 +0000

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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