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/module-init-tools | |
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/module-init-tools')
-rw-r--r-- | packages/module-init-tools/module-init-tools_3.2-pre4.bb | 2 | ||||
-rw-r--r-- | packages/module-init-tools/module-init-tools_3.2-pre7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/module-init-tools/module-init-tools_3.2-pre4.bb b/packages/module-init-tools/module-init-tools_3.2-pre4.bb index 90da33addb..41aea223fe 100644 --- a/packages/module-init-tools/module-init-tools_3.2-pre4.bb +++ b/packages/module-init-tools/module-init-tools_3.2-pre4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ the same function that the modutils package serves for Linux 2.4." -LICENSE = GPL +LICENSE = "GPL" SECTION = "base" PR = "r0" diff --git a/packages/module-init-tools/module-init-tools_3.2-pre7.bb b/packages/module-init-tools/module-init-tools_3.2-pre7.bb index 90da33addb..41aea223fe 100644 --- a/packages/module-init-tools/module-init-tools_3.2-pre7.bb +++ b/packages/module-init-tools/module-init-tools_3.2-pre7.bb @@ -1,7 +1,7 @@ DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ the same function that the modutils package serves for Linux 2.4." -LICENSE = GPL +LICENSE = "GPL" SECTION = "base" PR = "r0" |