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/man | |
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/man')
-rw-r--r-- | packages/man/man_1.5m2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/man/man_1.5m2.bb b/packages/man/man_1.5m2.bb index 9d55486819..09cdc58d32 100644 --- a/packages/man/man_1.5m2.bb +++ b/packages/man/man_1.5m2.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" SECTION = "base" DESCRIPTION = "The man page suite, including man, apropos, \ and whatis consists of programs that are used to read most \ |