| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-38-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27611/ |
| State | Accepted |
| Commit | 4ab9bad3b6d399a3e5e2912473ed184281acb093 |
| Headers | show |
Comments
Patch
diff --git a/recipes/schroedinger/schroedinger_1.0.9.bb b/recipes/schroedinger/schroedinger_1.0.9.bb index 2994428..7813083 100644 --- a/recipes/schroedinger/schroedinger_1.0.9.bb +++ b/recipes/schroedinger/schroedinger_1.0.9.bb @@ -1,6 +1,8 @@ require schroedinger.inc -PR = "${INC_PR}.0" +LICENSE = "MPL-1.1 | LGPLv2 | GPLv2 | MIT" + +PR = "${INC_PR}.1" inherit autotools
* Updated LICENSE field version from generic MPL/GPL/LGPL/MIT to MPL-1.1 or LGPLv2 or GPLv2 or MIT to reflect the real license version. * This change was based on code inspection Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/schroedinger/schroedinger_1.0.9.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)