From ca92c950ee8fb709001b99412233cf38d3a091fd Mon Sep 17 00:00:00 2001 From: ETSI CTI Date: Tue, 17 Sep 2019 11:07:24 +0200 Subject: [PATCH] Update license information --- RniAPI.json | 6 +++--- RniAPI.proto.txt | 5 ++++- RniAPI.yaml | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/RniAPI.json b/RniAPI.json index b724d61..4b8f199 100644 --- a/RniAPI.json +++ b/RniAPI.json @@ -5,8 +5,8 @@ "version": "1.1.1", "title": "RNI 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": { @@ -6565,4 +6565,4 @@ "example": "EVENT_A3" } } -} \ No newline at end of file +} diff --git a/RniAPI.proto.txt b/RniAPI.proto.txt index 7d2164e..c1bea39 100644 --- a/RniAPI.proto.txt +++ b/RniAPI.proto.txt @@ -6,6 +6,9 @@ info: externalDocs: description: ETSI GS MEC012 Radio Network Information API, V1.1.1 url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/01.01.01_60/gs_mec012v010101p.pdf' +license: + name: BSD-3-Clause + url: 'https://forge.etsi.org/legal-matters' */ /* START PROTO DEFINITION*/ @@ -623,4 +626,4 @@ message S1BearerNotification TimeStamp timeStamp = 1; S1EventType s1Event = 2; S1UeInfo s1UeInfo = 3; -} \ No newline at end of file +} diff --git a/RniAPI.yaml b/RniAPI.yaml index 5f2cfe6..3970977 100644 --- a/RniAPI.yaml +++ b/RniAPI.yaml @@ -4,8 +4,8 @@ info: version: 1.1.1 title: RNI 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 GS MEC012 Radio Network Information API, V1.1.1 url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/01.01.01_60/gs_mec012v010101p.pdf' @@ -4546,4 +4546,4 @@ definitions: properties: qosInformation: $ref: '#/definitions/QosInformation' - description: QoS Class Identifier as defined in TS 23.401 \ No newline at end of file + description: QoS Class Identifier as defined in TS 23.401 -- GitLab