diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
commit | 420653c3bebaab15a99f8acf5da9383c7149aa7f (patch) | |
tree | de25205b16a1df8803cac1464277af2a516bbd18 /gpe-todo | |
parent | 00b25f525858bd9382356610e23279242d1999df (diff) |
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
Diffstat (limited to 'gpe-todo')
-rw-r--r-- | gpe-todo/gpe-todo_0.46.oe | 1 | ||||
-rw-r--r-- | gpe-todo/gpe-todo_0.48.oe | 9 | ||||
-rw-r--r-- | gpe-todo/gpe-todo_0.49.oe | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/gpe-todo/gpe-todo_0.46.oe b/gpe-todo/gpe-todo_0.46.oe index 1fb90b5a1a..a5b78aaa16 100644 --- a/gpe-todo/gpe-todo_0.46.oe +++ b/gpe-todo/gpe-todo_0.46.oe @@ -1,3 +1,4 @@ +LICENSE = "GPL" inherit gpe DESCRIPTION = "GPE to-do list" diff --git a/gpe-todo/gpe-todo_0.48.oe b/gpe-todo/gpe-todo_0.48.oe index e69de29bb2..3f267c4937 100644 --- a/gpe-todo/gpe-todo_0.48.oe +++ b/gpe-todo/gpe-todo_0.48.oe @@ -0,0 +1,9 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE to-do list" +DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + diff --git a/gpe-todo/gpe-todo_0.49.oe b/gpe-todo/gpe-todo_0.49.oe index e69de29bb2..3f267c4937 100644 --- a/gpe-todo/gpe-todo_0.49.oe +++ b/gpe-todo/gpe-todo_0.49.oe @@ -0,0 +1,9 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE to-do list" +DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + |