From 5ddb7e7b160516796b947382575cde490aa1c0bd Mon Sep 17 00:00:00 2001 From: ETSI CTI Date: Tue, 17 Sep 2019 11:50:59 +0200 Subject: [PATCH] Update license information --- UEAppInterfaceApi.json | 6 +++--- UEAppInterfaceApi.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/UEAppInterfaceApi.json b/UEAppInterfaceApi.json index c5ee3fc..87dc5e5 100644 --- a/UEAppInterfaceApi.json +++ b/UEAppInterfaceApi.json @@ -5,8 +5,8 @@ "version": "1.1.1", "description": "The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI", "license": { - "name": "ETSI Forge copyright notice", - "url": "https://forge.etsi.org/etsi-forge-copyright-notice.txt" + "name": "BSD-3-Clause", + "url": "https://forge.etsi.org/legal-matters" }, "contact": { "email": "cti_support@etsi.org" @@ -615,4 +615,4 @@ } } } -} \ No newline at end of file +} diff --git a/UEAppInterfaceApi.yaml b/UEAppInterfaceApi.yaml index 4174e13..f328ac5 100644 --- a/UEAppInterfaceApi.yaml +++ b/UEAppInterfaceApi.yaml @@ -5,8 +5,8 @@ info: description: >- The ETSI MEC ISG MEC016 UE Application Interface API described using OpenAPI license: - name: ETSI Forge copyright notice - url: https://forge.etsi.org/etsi-forge-copyright-notice.txt + name: BSD-3-Clause + url: https://forge.etsi.org/legal-matters contact: email: cti_support@etsi.org externalDocs: @@ -493,4 +493,4 @@ components: application package shall comply with the definitions in clause 6.2.1.2 of ETSI GS MEC 010-2 type: string - format: uri \ No newline at end of file + format: uri -- GitLab