diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-09 23:40:52 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 1fcad973b6d7ce2d178135d1cf40cdb79efa070e (patch) | |
tree | ed17fa9b4b700ac1e51f9f2cdabe06a15033f68a /wgt/config.xml.in | |
parent | 17fb3bffc431626528057891a11504ca15e679b4 (diff) |
fix typo: 'license', not 'licence' (french)
Change-Id: Iaa3fc567f7f61f944c6d4cb17dd1693dbf3c67be
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'wgt/config.xml.in')
-rw-r--r-- | wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgt/config.xml.in b/wgt/config.xml.in index 3549ebe..35d20b8 100644 --- a/wgt/config.xml.in +++ b/wgt/config.xml.in @@ -5,5 +5,5 @@ <content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/> <description>@PROJECT_DESCRIPTION@</description> <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> - <license>@PROJECT_LICENCE@</license> + <license>@PROJECT_LICENSE@</license> </widget> |