diff --git a/NOTICE.md b/NOTICE.md
index 3d00f98364861cf94b030c212d3df0c6365e9cd6..b9e0ef5cc5029c3e2d324c1b890dd58312fa43be 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -4,11 +4,12 @@ This content is produced and maintained by the Eclipse openPASS project.
 
  * Project home: https://projects.eclipse.org/projects/automotive.openpass
 
+[TOC]
+
 ## Copyright
 
 All content is the property of the respective authors or their employers.
-For more information regarding authorship of content, please consult the
-listed source code repository logs.
+For more information regarding authorship of content, please consult the listed source code repository logs.
 
 ## Declared Project Licenses
 
@@ -27,7 +28,7 @@ The project maintains the following source code repositories:
 
 ## Third-party Content
 
-#### Required dependencies
+### Required Dependencies
 
 The listed versions are confirmed working versions, not minimum requirements:
 
@@ -38,7 +39,7 @@ The listed versions are confirmed working versions, not minimum requirements:
 | bzip2                     | Data compressor                                                                  | [bzip2-1.0.6](https://spdx.org/licenses/bzip2-1.0.6.html) | 1.0.8   | [Homepage](https://sourceware.org/bzip2/), [GitLab](https://gitlab.com/federicomenaquintero/bzip2)                                                                                                                                                              |
 | CMake                     | Build system generator                                                           | [New BSD](https://opensource.org/license/bsd-3-clause)    | 3.28.1  | [Homepage](https://cmake.org/), [GitLab](https://gitlab.kitware.com/cmake/cmake)                                                                                                                                                                                |
 | fmilibrary                | FMU importer                                                                     | [New BSD](https://opensource.org/license/bsd-3-clause)    | 2.0.3   | [GitHub](https://github.com/modelon-community/fmi-library)                                                                                                                                                                                                      |
-| libiconv                  | Character set conversion                                                         | [GPL-3.0](https://opensource.org/license/gpl-3-0)         | 1.17.0  | [Homepage](https://www.gnu.org/software/libiconv/), [GitHub](https://github.com/bnoordhuis/libiconv)                                                                                                                                                            |
+| libiconv                  | Character set conversion                                                         | [LGPL-2.0](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.de.html)         | 1.17.0  | [Homepage](https://www.gnu.org/software/libiconv/), [GitHub](https://github.com/bnoordhuis/libiconv)                                                                                                                                                            |
 | libxml2                   | XML toolkit                                                                      | [MIT](https://opensource.org/license/mit)                 | 2.12.5  | [GitLab](https://gitlab.gnome.org/GNOME/libxml2), [Documentation](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home)                                                                                                                                          |
 | mantleapi                 | Interface between scenario engine & environment simulator                        | [EPL-2.0](https://www.eclipse.org/legal/epl-2.0/)         | 5.1.0   | [GitLab](https://gitlab.eclipse.org/eclipse/openpass/mantle-api)                                                                                                                                                                                                |
 | minizip                   | .zip file unpacker                                                               | [zlib](https://www.zlib.net/zlib_license.html)            | 1.2.13  | See zlib                                                                                                                                                                                                                                                        |
@@ -49,12 +50,9 @@ The listed versions are confirmed working versions, not minimum requirements:
 | yase                      | Vehicle simulation engine                                                        | [EPL-2.0](https://www.eclipse.org/legal/epl-2.0/)         | 0.1     | [GitLab](https://gitlab.eclipse.org/eclipse/openpass/yase)                                                                                                                                                                                                      |
 | zlib                      | File decompression                                                               | [zlib](https://www.zlib.net/zlib_license.html)            | 1.3.1   | [Homepage](https://www.zlib.net/), [GitHub](https://github.com/madler/zlib)                                                                                                                                                                                     |
 
-<!--| | | | | |-->
-<!--(Follows from CMake: | make | Executable generator | [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) | 4.4.1 | [Homepage](https://www.gnu.org/software/make/), [Source](https://savannah.gnu.org/projects/make/) | )-->
-
-For further details, see the [installation prerequisites](doc/source/installation_guide/20_install_prerequisites.rst).
+For more information, please refer to the [openPASS Documentation](https://eclipse.dev/openpass), section `Installing Prerequisites`.
 
-#### Optional dependencies
+### Optional Dependencies
 
 These dependencies are for optional features for continuous development such as package management, documentation generation and test execution.
 
@@ -64,6 +62,7 @@ The listed versions are confirmed working versions, not minimum requirements:
 | ---------------------- | ------------------------------------ | ------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------- |
 | breathe                | Sphinx plugin for Doxygen            | [New BSD](https://opensource.org/license/bsd-3-clause)                    | 4.35.0  | [Homepage](https://www.breathe-doc.org/), [GitHub](https://github.com/breathe-doc/breathe)                                      |
 | conan                  | Package management                   | [MIT](https://opensource.org/license/mit)                                 | 2.9.3   | [Homepage](https://conan.io/), [GitHub](https://github.com/conan-io/conan)                                                      |
+| ctcache                | Cache for clang-tidy results         | [BSL-1.0](https://opensource.org/license/bsl-1-0)                         | 1.1.0   | [GitHub](https://github.com/matus-chochlik/ctcache)                                                                             |
 | doxygen                | C++ doc generator                    | [GPL-2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html#SEC1) | 1.10.0  | [Homepage](https://www.doxygen.nl/), [GitHub](https://github.com/doxygen/doxygen)                                               |
 | exhale                 | C++ API doc generator                | [New BSD](https://opensource.org/license/bsd-3-clause)                    | 0.3.7   | [Github](https://github.com/svenevs/exhale), [Documentation](https://exhale.readthedocs.io/en/latest/)                          |
 | filelock               | File lock for Python                 | [Unlicense](https://unlicense.org/)                                       | 3.12.3  | [GitHub](https://github.com/tox-dev/filelock), [Documentation](https://py-filelock.readthedocs.io/en/latest/index.html)         |