From e5c689b7fb9af910c4f6a07bfa6e40575e2ed159 Mon Sep 17 00:00:00 2001 From: ETSI CTI Date: Tue, 17 Sep 2019 10:58:31 +0200 Subject: [PATCH] Update license information --- MecAppSupportApi.json | 6 +++--- MecAppSupportApi.yaml | 6 +++--- MecServiceMgmtApi.json | 6 +++--- MecServiceMgmtApi.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/MecAppSupportApi.json b/MecAppSupportApi.json index f257373..941fee6 100644 --- a/MecAppSupportApi.json +++ b/MecAppSupportApi.json @@ -13,8 +13,8 @@ "version": "2.0.11", "description": "The ETSI MEC ISG MEC011 MEC Application Support 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" @@ -1743,4 +1743,4 @@ } } } -} \ No newline at end of file +} diff --git a/MecAppSupportApi.yaml b/MecAppSupportApi.yaml index a0fd2ea..e3f07a0 100644 --- a/MecAppSupportApi.yaml +++ b/MecAppSupportApi.yaml @@ -7,8 +7,8 @@ info: version: 2.0.11 description: The ETSI MEC ISG MEC011 MEC Application Support 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: @@ -1322,4 +1322,4 @@ components: dstInterface: interfaceType: 'IP' dstIpAddress: '20.1.1.1' - state: 'ACTIVE' \ No newline at end of file + state: 'ACTIVE' diff --git a/MecServiceMgmtApi.json b/MecServiceMgmtApi.json index 6d64d22..2f00d24 100644 --- a/MecServiceMgmtApi.json +++ b/MecServiceMgmtApi.json @@ -13,8 +13,8 @@ "version": "2.0.11", "description": "The ETSI MEC ISG MEC011 MEC Service Management 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" @@ -1647,4 +1647,4 @@ } } } -} \ No newline at end of file +} diff --git a/MecServiceMgmtApi.yaml b/MecServiceMgmtApi.yaml index 516a9aa..8270e25 100644 --- a/MecServiceMgmtApi.yaml +++ b/MecServiceMgmtApi.yaml @@ -7,8 +7,8 @@ info: version: 2.0.11 description: The ETSI MEC ISG MEC011 MEC Service Management 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: @@ -1247,4 +1247,4 @@ components: grantTypes: - 'OAUTH2_CLIENT_CREDENTIALS' tokenEndpoint: '/mecSerMgmtApi/security/TokenEndPoint' - serializer: 'JSON' \ No newline at end of file + serializer: 'JSON' -- GitLab