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/procps | |
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/procps')
-rw-r--r-- | packages/procps/procps_3.1.15.bb | 2 | ||||
-rw-r--r-- | packages/procps/procps_3.2.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/procps/procps_3.1.15.bb b/packages/procps/procps_3.1.15.bb index 892b88a876..12d6a43fd2 100644 --- a/packages/procps/procps_3.1.15.bb +++ b/packages/procps/procps_3.1.15.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" DESCRIPTION = "Procps is the package that has a bunch \ of small useful utilities that give information \ about processes using the /proc filesystem. The package \ diff --git a/packages/procps/procps_3.2.1.bb b/packages/procps/procps_3.2.1.bb index 4796bbf7bf..3c0aaf547a 100644 --- a/packages/procps/procps_3.2.1.bb +++ b/packages/procps/procps_3.2.1.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" DESCRIPTION = "Procps is the package that has a bunch \ of small useful utilities that give information \ about processes using the /proc filesystem. The package \ |