From e36bb31a567784ffa9c0ad30ed9e72ba89392e65 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Wed, 26 Jul 2017 15:31:19 +0200 Subject: [PATCH] licensing information Change-Id: Ia982ad3df7a15f05dd09ba17c7bf04a36f6fa89b Signed-off-by: Michele Carignani --- UEAppInterfaceApi.json | 13 ++++--------- UEAppInterfaceApi.yaml | 8 ++------ 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/UEAppInterfaceApi.json b/UEAppInterfaceApi.json index c792a75..5067730 100644 --- a/UEAppInterfaceApi.json +++ b/UEAppInterfaceApi.json @@ -4,15 +4,10 @@ "description": "An initial attempt to describe the MEC UE Application Interface API using OpenAPI", "version": "0.3.1", "title": "UE Application Interface API", - "termsOfService": "TBD", - "contact": { - "name": "TBD", - "url": "TBD" - }, - "license": { - "name": "ETSI MEC", - "url": "TBD" - } + "license": { + "name": "ETSI Forge copyright notice", + "url": "https://forge.etsi.org/etsi-forge-copyright-notice.txt" + } }, "externalDocs": { "description": "ETSI MEC016 V0.3.1 UE Application Interface API", diff --git a/UEAppInterfaceApi.yaml b/UEAppInterfaceApi.yaml index f1b51fc..2f766e5 100644 --- a/UEAppInterfaceApi.yaml +++ b/UEAppInterfaceApi.yaml @@ -5,13 +5,9 @@ info: OpenAPI version: 0.3.1 title: UE Application Interface API - termsOfService: TBD - contact: - name: TBD - url: TBD license: - name: ETSI MEC - url: TBD + name: ETSI Forge copyright notice + url: 'https://forge.etsi.org/etsi-forge-copyright-notice.txt' externalDocs: description: ETSI MEC016 V0.3.1 UE Application Interface API url: 'https://docbox.etsi.org/ISG/MEC/70-Draft/0016UEAppInterface' -- GitLab