From 38e332fa6619323c17a097d74c2c48e1af740e5d Mon Sep 17 00:00:00 2001 From: ETSI CTI Date: Tue, 17 Sep 2019 11:45:47 +0200 Subject: [PATCH] Update license information --- BwManagementApi.json | 6 +++--- BwManagementApi.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BwManagementApi.json b/BwManagementApi.json index 863ca94..56a1031 100644 --- a/BwManagementApi.json +++ b/BwManagementApi.json @@ -5,8 +5,8 @@ "version": "1.1.1", "title": "BWM API", "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" } }, "externalDocs": { @@ -670,4 +670,4 @@ "type": "string" } } - } \ No newline at end of file + } diff --git a/BwManagementApi.yaml b/BwManagementApi.yaml index 58564da..f79ab08 100644 --- a/BwManagementApi.yaml +++ b/BwManagementApi.yaml @@ -5,8 +5,8 @@ info: version: 1.1.1 title: BWM API 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' externalDocs: description: ETSI MEC015 V1.1.1 Bandwidth Management API url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/015/01.01.01_60/gs_MEC015v010101p.pdf' @@ -482,4 +482,4 @@ definitions: Protocol: description: >- Protocol number - type: string \ No newline at end of file + type: string -- GitLab