From cc1756d5e7e32e108f8baf4787ba9a811370aefd Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Thu, 15 Aug 2019 10:02:10 +0200 Subject: 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 Change-Id: I9ff5b83dad5e0ea1de51beabec0b917ee3b89a2f Signed-off-by: Tobias Jahnke --- conf.d/cmake/config.cmake | 2 +- conf.d/wgt/config.xml.in | 30 ++++++++++++++---------------- 2 files changed, 15 insertions(+), 17 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 diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index c0ff952..b2675af 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -1,27 +1,25 @@ - + http://www.apache.org/licenses/LICENSE-2.0 - - + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + @PROJECT_NAME@ @PROJECT_DESCRIPTION@ @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> - @PROJECT_LICENSE@ -- cgit 1.2.3-korg