diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 13:10:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:10:57 +0000 |
commit | 6459e42616e99de566c5aecd2bc12f30220378df (patch) | |
tree | b09475947dd5dc7402f485b33300026180e2eb2f /packages/python | |
parent | e0b41578571cf4541a512dc4a9b18e3dbc389f35 (diff) |
LICENSE = GPL -> LICENSE = "GPL"
using find . -name '*.inc' -print0 | xargs -0r sed -i 's/LICENSE = GPL/LICENSE = "GPL"/'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-ao_0.82.bb | 2 | ||||
-rw-r--r-- | packages/python/python-scapy_0.9.17.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-ao_0.82.bb b/packages/python/python-ao_0.82.bb index 6c23a87b96..368c01fd87 100644 --- a/packages/python/python-ao_0.82.bb +++ b/packages/python/python-ao_0.82.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" diff --git a/packages/python/python-scapy_0.9.17.bb b/packages/python/python-scapy_0.9.17.bb index d90875f75e..3d0d09d574 100644 --- a/packages/python/python-scapy_0.9.17.bb +++ b/packages/python/python-scapy_0.9.17.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \ packet generator, network scanner, network discovery, packet sniffer, etc. \ It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \ |