From 7e6516ce83590fa2a5e47917696c6a19d7c6859f Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 9 Jun 2017 23:40:52 +0200 Subject: fix typo: 'license', not 'licence' (french) Change-Id: Iaa3fc567f7f61f944c6d4cb17dd1693dbf3c67be Signed-off-by: Stephane Desneux --- cmake/config.cmake.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/config.cmake.sample') 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 -- cgit 1.2.3-korg