From 02398237dd69f40f17e73f3d0b971fd4855ae0fa Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Wed, 28 Mar 2012 14:13:06 +0200 Subject: Fix typo in license name. Signed-off-by: Christian Muck --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9898d5c..67a4d77 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option(WITH_DLTTEST "Set to ON to build with modifications to test Uuser-Dae # RPM settings set( GENIVI_RPM_RELEASE "1")#${DLT_REVISION}") -set( LICENSE "Mozilla Public License Version 2.0s" ) +set( LICENSE "Mozilla Public License Version 2.0" ) # Build, project and include settings find_package(Threads REQUIRED) -- cgit v1.2.1