From cd919b6d661342645d6ef3ecd33fbc82c5885f0e Mon Sep 17 00:00:00 2001 From: smahana123 Date: Wed, 7 Dec 2022 15:03:37 +0530 Subject: [PATCH] license file added to the repo. Issue-id: AIMLWF-6 Signed-off-by: smahana123 Change-Id: I735235ea4f75ea44bf4a3eb3a4a3d9bc5ff8a286 --- LICENSES.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 LICENSES.txt diff --git a/LICENSES.txt b/LICENSES.txt new file mode 100644 index 0000000..cee52e2 --- /dev/null +++ b/LICENSES.txt @@ -0,0 +1,30 @@ +Unless otherwise specified, all software contained herein is licensed +under the Apache License, Version 2.0 (the "Software License"); +you may not use this software except in compliance with the Software +License. You may obtain a copy of the Software License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the Software License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the Software License for the specific language governing permissions +and limitations under the Software License. + + + +Unless otherwise specified, all documentation contained herein is licensed +under the Creative Commons License, Attribution 4.0 Intl. (the +"Documentation License"); you may not use this documentation except in +compliance with the Documentation License. You may obtain a copy of the +Documentation License at + +https://creativecommons.org/licenses/by/4.0/ + +Unless required by applicable law or agreed to in writing, documentation +distributed under the Documentation License is distributed on an "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied. See the Documentation License for the specific language governing +permissions and limitations under the Documentation License. + +This source code is part of the AIMLFW (AI ML Framework) project. -- 2.16.6