From 8fd74f2dacd720fe1b391fe7686627792f876ad9 Mon Sep 17 00:00:00 2001 From: Alex Karezin Date: Wed, 4 Oct 2023 04:06:35 -0400 Subject: [PATCH] docs: add repository map reference to README.md (#235) Adding a link to the high-level diagrams including module, library dependency and others (https://sourcespy.com/github/samsunglpvs/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project. In the spirit of transparency - I am the author of the diagrams. Hope contributors find it useful. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e48cbf6..8325635c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![RepoSize](https://img.shields.io/github/repo-size/samsung/lpvs.svg)](https://github.com/Samsung/LPVS) [![Release](https://img.shields.io/github/v/release/samsung/lpvs.svg)](https://github.com/Samsung/LPVS/releases) [![LICENSE](https://img.shields.io/github/license/samsung/lpvs.svg)](https://github.com/Samsung/LPVS/blob/main/LICENSE) +[![Project Map](https://sourcespy.com/shield.svg)](https://sourcespy.com/github/samsunglpvs/) ## Introduction Open-source code [refers](https://en.wikipedia.org/wiki/Open-source_software) to software that is freely available for use, study, modification, and distribution, subject to meeting the conditions of the corresponding license. Failure to comply with the license conditions can lead to legal disputes, financial liabilities, the requirement to disclose intellectual property, and reputational damage.