diff --git a/LICENSE b/LICENSE index 6bebed2..5b32bf9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 NXP +Copyright (c) 2016-2020 NXP Copyright (c) 2014-2016 Freescale Semiconductor, Inc. Copyright (c) 2014, Mentor Graphics Corporation Copyright (c) 2015 Xilinx, Inc. All rights reserved. diff --git a/README.md b/README.md index 98b22a6..3accdfb 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The RPMsg-Lite can be configured at the compile time. The default configuration We welcome and encourage the community to submit patches directly to the rpmsg-lite project placed on github. Contributing can be managed via pull-requests. Before a pull-request is created the code should be tested and properly formatted. ## How to format rpmsg-lite code -To format code, use the application developed by Google, named *clang-format*. This tool is part of the [llvm](http://llvm.org/) project. Currently, the clang-format 7.0.1 version is used for rpmsg-lite. +To format code, use the application developed by Google, named *clang-format*. This tool is part of the [llvm](http://llvm.org/) project. Currently, the clang-format 10.0.0 version is used for rpmsg-lite. The set of style settings used for clang-format is defined in the `.clang-format` file, placed in a root of the rpmsg-lite directory where Python script ``run_clang_format.py`` can be executed. This script executes the application named *clang-format.exe*. You need to have the path of this application in the OS's environment path, or you need to change the script. @@ -106,4 +106,4 @@ This script executes the application named *clang-format.exe*. You need to have --- Copyright © 2016 Freescale Semiconductor, Inc. -Copyright © 2016-2019 NXP +Copyright © 2016-2020 NXP diff --git a/doxygen/Doxyfile.rpmsglite b/doxygen/Doxyfile.rpmsglite index 2bed71f..c629455 100644 --- a/doxygen/Doxyfile.rpmsglite +++ b/doxygen/Doxyfile.rpmsglite @@ -38,7 +38,7 @@ PROJECT_NAME = "RPMsg-Lite User's Guide" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "Rev. 3.0.0" +PROJECT_NUMBER = "Rev. 3.1.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doxygen/html_footer.html b/doxygen/html_footer.html index 99eff85..dd02cae 100644 --- a/doxygen/html_footer.html +++ b/doxygen/html_footer.html @@ -3,14 +3,14 @@