From: Stephane Desneux Date: Fri, 9 Jun 2017 21:40:52 +0000 (+0200) Subject: fix typo: 'license', not 'licence' (french) X-Git-Tag: dab_3.99.3~73 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7e6516ce83590fa2a5e47917696c6a19d7c6859f;p=staging%2Fxdg-launcher.git fix typo: 'license', not 'licence' (french) Change-Id: Iaa3fc567f7f61f944c6d4cb17dd1693dbf3c67be Signed-off-by: Stephane Desneux --- 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 @@ @PROJECT_DESCRIPTION@ @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> - @PROJECT_LICENCE@ + @PROJECT_LICENSE@ 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 @@ @PROJECT_DESCRIPTION@ @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> - @PROJECT_LICENCE@ + @PROJECT_LICENSE@