diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-08-15 10:02:10 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-08-16 15:54:29 +0200 |
commit | cc1756d5e7e32e108f8baf4787ba9a811370aefd (patch) | |
tree | bba6dee90087901b391178c460ac7d8de205c999 /conf.d/cmake | |
parent | fa46d3cd2c0166d064a720bd5e621b11751a9977 (diff) |
Fix widget configuration
Bug-AGL: SPEC-2738
- move license comment before xml tags
into license section
- set correct license type in config.cmake
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Change-Id: I9ff5b83dad5e0ea1de51beabec0b917ee3b89a2f
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'conf.d/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 |