aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-06-09 23:40:52 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2017-06-09 23:40:52 +0200
commit7e6516ce83590fa2a5e47917696c6a19d7c6859f (patch)
tree5ad3a28d7a4aca46d0b73ebde76700d67e634926
parent9471b670c7bcfdbcb88075bf5fa6401ae67a43c2 (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.sample2
-rw-r--r--rpm/rpm-config.spec.in2
-rw-r--r--wgt/config.xml.in2
-rw-r--r--wgt/config.xml.in.sample2
4 files changed, 4 insertions, 4 deletions
diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample
index d2c95d6..49995b9 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@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</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@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
- <license>@PROJECT_LICENCE@</license>
+ <license>@PROJECT_LICENSE@</license>
<!-- Feature : required-api ------------------------------------------------------
#### param name="#target" OPTIONAL