diff options
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 6219fad..1f9049a 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -28,7 +28,7 @@ set(PROJECT_URL "https://git.automotivelinux.org/apps/agl-service-unicens-contro set(PROJECT_ICON "icon-service.png") set(PROJECT_AUTHOR "Jahnke, Tobias") set(PROJECT_AUTHOR_MAIL "tobias.jahnke@microchip.com") -set(PROJECT_LICENSE "BSD-3") +set(PROJECT_LICENSE "Apache-2.0") set(PROJECT_LANGUAGES "C") # Which directories inspect to find CMakeLists.txt target files |