From 97ce3eacaaa79e8ed6cf71717149ced4f5328ee7 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 18 Mar 2020 16:02:00 +0100 Subject: [PATCH] Fixes for 1.3.0 release --- .rat-excludes | 2 ++ NOTICE | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 2c0be75b4..672c0e7dd 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -14,6 +14,8 @@ pts-l2cap.txt pts-sm.txt 94654-20170317-085122560.tpg 94654-20170317-085441153.pts +uncrustify.cfg +.style_ignored_dirs # tinycrypt - BSD License. tinycrypt diff --git a/NOTICE b/NOTICE index fc24c6abc..84ecb14d9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Mynewt NimBLE -Copyright 2015-2018 The Apache Software Foundation +Copyright 2015-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/README.md b/README.md index a6f4d04a1..37103be08 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## Overview -Apache NimBLE is an open-source Bluetooth 5.0 stack (both Host & Controller) +Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) that completely replaces the proprietary SoftDevice on Nordic chipsets. It is part of [Apache Mynewt project](https://github.com/apache/mynewt-core).