diff options
Diffstat (limited to 'embryo')
-rw-r--r-- | embryo/embryo_cvs.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embryo/embryo_cvs.oe b/embryo/embryo_cvs.oe index 5d5280b4f1..00753f5856 100644 --- a/embryo/embryo_cvs.oe +++ b/embryo/embryo_cvs.oe @@ -1,4 +1,4 @@ -DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ + DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ of the Enlightenment project, namely Edje. Embryo's scripting language is based on \ CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \ Embryo allows scripting capabilities in places that otherwise wouldn't support \ @@ -10,6 +10,7 @@ PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/embryo" S = "${WORKDIR}/embryo" +LICENSE = "MIT" inherit autotools pkgconfig binconfig |