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 | |
parent | 17fb3bffc431626528057891a11504ca15e679b4 (diff) |
fix typo: 'license', not 'licence' (french)
Change-Id: Iaa3fc567f7f61f944c6d4cb17dd1693dbf3c67be
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | cmake/config.cmake.sample | 2 | ||||
-rw-r--r-- | rpm/rpm-config.spec.in | 2 | ||||
-rw-r--r-- | wgt/config.xml.in | 2 | ||||
-rw-r--r-- | wgt/config.xml.in.sample | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 3405aeb..793c2a0 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -26,7 +26,7 @@ set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Last Name, First Name") set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") -set(PROJECT_LICENCE "APL2.0") +set(PROJECT_LICENSE "APL2.0") set(PROJECT_LANGUAGES,"C") # Where are stored default templates files from submodule or subtree app-templates in your project tree diff --git a/rpm/rpm-config.spec.in b/rpm/rpm-config.spec.in index 31a2a0a..0383102 100644 --- a/rpm/rpm-config.spec.in +++ b/rpm/rpm-config.spec.in @@ -20,7 +20,7 @@ Name: @PROJECT_NAME@ Version: @PROJECT_VERSION@ Release: 1 -License: @PROJECT_LICENCE@ +License: @PROJECT_LICENSE@ Summary: @PROJECT_DESCRIPTION@ Url: @PROJECT_URL@ Source0: %{name}_%{version}.orig.tar.gz 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> diff --git a/wgt/config.xml.in.sample b/wgt/config.xml.in.sample index a774140..b93f3d9 100644 --- a/wgt/config.xml.in.sample +++ b/wgt/config.xml.in.sample @@ -5,7 +5,7 @@ <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> <!-- Feature : required-api ------------------------------------------------------ #### param name="#target" OPTIONAL |