From 6810de10ec761d39c041ee5f75c613d95432f4c9 Mon Sep 17 00:00:00 2001 From: czichy Date: Tue, 8 Oct 2019 10:28:53 +0300 Subject: [PATCH] creative commons license to be used All files in this repo should fall under creative commons license Change-Id: Ie533e583e2b8918e8c1e7d54d2c3f9f0c85e0f9b Signed-off-by: czichy --- LICENSE.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6fed555 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,16 @@ +Copyright (c) 2019 AT&T Intellectual Property. +Copyright (c) 2019 Nokia. + +Unless otherwise specified, all documentation contained herein is licensed +under the Creative Commons License, Attribution 4.0 Intl. (the "License"); +you may not use this documentation except in compliance with the License. +You may obtain a copy of the License at + +https://creativecommons.org/licenses/by/4.0/ + +Unless required by applicable law or agreed to in writing, documentation +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + -- 2.16.6