From 41390e83801efa972028440a7eb9c1325a5e4e21 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Tue, 5 Dec 2017 17:42:07 +0100 Subject: [PATCH] initial readme and copyright information Change-Id: Iae21011d61da94a382147402d652dc651dea9f8a Signed-off-by: Michele Carignani --- COPYRIGHT | 14 ++++++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 COPYRIGHT create mode 100644 README.md diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..8574ed4 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,14 @@ +ETSI FORGE COPYRIGHT STATEMENT + +Copyright (c) ETSI 2017. + +This software is subject to copyrights owned by ETSI. Non-exclusive permission +is hereby granted, free of charge, to copy, reproduce and amend this file +under the following conditions: It is provided "as is", without warranty of any +kind, expressed or implied. + +ETSI shall never be liable for any claim, damages, or other liability arising +from its use or inability of use.This permission does not apply to any documentation +associated with this file for which ETSI keeps all rights reserved. The present +copyright notice shall be included in all copies of whole or part of this +software and shall not imply any sub-license right. diff --git a/README.md b/README.md new file mode 100644 index 0000000..596d4d3 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Radio Network Information API + +This repository contains OpenAPIs descriptions for the interfaces specified in ETSI GS MEC 012. + +## Online resources + +* [Navigate the API in the browser](https://forge.etsi.org/rep/gitweb.cgi/MEC.GS_012.git/blob/HEAD:/RniAPI.yaml#swagger). +* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/gitweb.cgi/MEC.GS_012.git/blob_plain/HEAD:/RniAPI.yaml). + +## ETSI Forge Copyright statement + +Copyright (c) ETSI 2017. + +This software is subject to copyrights owned by ETSI. Non-exclusive permission +is hereby granted, free of charge, to copy, reproduce and amend this file +under the following conditions: It is provided "as is", without warranty of any +kind, expressed or implied. + +ETSI shall never be liable for any claim, damages, or other liability arising +from its use or inability of use.This permission does not apply to any documentation +associated with this file for which ETSI keeps all rights reserved. The present +copyright notice shall be included in all copies of whole or part of this +software and shall not imply any sub-license right. -- GitLab