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/gtkhtml | |
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/gtkhtml')
-rw-r--r-- | packages/gtkhtml/gtkhtml-3.0_3.0.10.bb | 2 | ||||
-rw-r--r-- | packages/gtkhtml/gtkhtml-3.1_3.1.16.bb | 2 | ||||
-rw-r--r-- | packages/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/gtkhtml/gtkhtml-3.0_3.0.10.bb b/packages/gtkhtml/gtkhtml-3.0_3.0.10.bb index 4922c57143..165b2ff5f4 100644 --- a/packages/gtkhtml/gtkhtml-3.0_3.0.10.bb +++ b/packages/gtkhtml/gtkhtml-3.0_3.0.10.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" SECTION = "x11/libs" DESCRIPTION = "HTML rendering/editing library" DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui gal-2.0" diff --git a/packages/gtkhtml/gtkhtml-3.1_3.1.16.bb b/packages/gtkhtml/gtkhtml-3.1_3.1.16.bb index 5937b25acb..2b57a0b2c4 100644 --- a/packages/gtkhtml/gtkhtml-3.1_3.1.16.bb +++ b/packages/gtkhtml/gtkhtml-3.1_3.1.16.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" SECTION = "x11/libs" DESCRIPTION = "HTML rendering/editing library" DEPENDS = "gtk+ gail libbonoboui libgnomeprintui libgnomeui" diff --git a/packages/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb b/packages/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb index 8ed1fa938c..c3687b70cc 100644 --- a/packages/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb +++ b/packages/gtkhtml/gtkhtml-lite-3.0_3.0.10.bb @@ -1,4 +1,4 @@ -LICENSE = GPL +LICENSE = "GPL" SECTION = "x11/libs" DESCRIPTION = "HTML rendering/editing library" DEPENDS = "gtk+ gail libgnomeprint orbit2-native" |