Skip to content

Commit 3952d2e

Browse files
committed
fixed typo and mistakes in the readme file
Signed-off-by: Naveen-singla <Naveensingla2001@gmail.com>
1 parent c1da697 commit 3952d2e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AboutCode is a suite of tools to uncover data ... about software and code:
88
- What is its license?
99
- Is it secure, maintained, well coded?
1010

11-
These are important questions when there are millions of free and open source software components available on the web.
11+
These are important questions when there are millions of free and open-source software components available on the web.
1212

1313
### Documentation Build Status
1414

@@ -34,20 +34,20 @@ If you want to get in touch with the team with issues other than documentation,
3434

3535
Each AboutCode project has its own repository:
3636

37-
- **[ScanCode Toolkit](https://github.com/nexB/scancode-toolkit)**: This is a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode now uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular projects and is used by 100's of software teams. https://github.com/nexB/scancode-toolkit . The lead maintainer is @pombredanne
37+
- **[ScanCode Toolkit](https://github.com/nexB/scancode-toolkit)**: This is a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode now uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular project and is used by 100's of software teams. https://github.com/nexB/scancode-toolkit . The lead maintainer is @pombredanne
3838

3939
- **[Scancode Workbench](https://github.com/nexB/scancode-workbench)**
4040
(formerly AboutCode Manager) This is a desktop application (based on Electron) to review the results of a scan and document your conclusions about the origin and license of software components and packages. https://github.com/nexB/aboutcode-manager . The lead maintainer is @majurg
4141

42-
- **[AboutCode Toolkit](https://github.com/nexB/aboutcode-toolkit)**: This is a set of command line tools to document the provenance of your code and generate attribution notices. AboutCode Toolkit uses small yaml files to document code provenance inside a codebase. https://github.com/nexB/aboutcode-toolkit . The lead maintainer is @chinyeungli
42+
- **[AboutCode Toolkit](https://github.com/nexB/aboutcode-toolkit)**: This is a set of command-line tools to document the provenance of your code and generate attribution notices. AboutCode Toolkit uses small YAML files to document code provenance inside a codebase. https://github.com/nexB/aboutcode-toolkit . The lead maintainer is @chinyeungli
4343

4444
- **[TraceCode Toolkit](https://github.com/nexB/tracecode-toolkit)**: This is a set of tools to trace files from your deployment or distribution packages back to their origin in a development codebase or repository. The primary tool uses strace https://github.com/strace/strace/ to trace system calls on Linux and construct a build graph from syscalls to show which files are used to build a binary. We are contributors to strace. Maintained by @pombredanne
4545

4646
- **[Conan](https://github.com/nexB/conan)**: stands for "CONtainer ANalysis" and is a tool to analyze the structure and provenance of software components in Docker images using static analysis. https://github.com/nexB/conan Maintained by @pombredanne
4747

48-
- **[license-expression](https://github.com/nexB/license-expression/)**: this is a library to parse, analyze, compare and normalize SPDX and SPDX-like license expressions using a boolean logic expression engine. See https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60 to understand what an expression is. See https://github.com/nexB/license-expression for the code. The underlying boolea engine live at https://github.com/bastikr/boolean.py . Both are co-maintained by @pombredanne
48+
- **[license-expression](https://github.com/nexB/license-expression/)**: this is a library to parse, analyze, compare and normalize SPDX and SPDX-like license expressions using a boolean logic expression engine. See https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60 to understand what an expression is. See https://github.com/nexB/license-expression for the code. The underlying boolean engine is live at https://github.com/bastikr/boolean.py . Both are co-maintained by @pombredanne
4949

50-
- **ABCD aka AboutCode Data** is a simple set of conventions to define data structures that all the AboutCode tools can understand and use to exchange data. The specification lives in this repository. .ABOUT files and ScanCode tooklit data are example of this approach. Other projects such as https://libraries.io and and [OSS Review Toolkit](https://github.com/heremaps/oss-review-toolkit) are also using these conventions.
50+
- **ABCD, aka AboutCode Data** is a simple set of conventions to define data structures that all the AboutCode tools can understand and use to exchange data. The specification lives in this repository. ABOUT files and ScanCode toolkit data are examples of this approach. Other projects such as https://libraries.io and [OSS Review Toolkit](https://github.com/heremaps/oss-review-toolkit) are also using these conventions.
5151

5252
- **[DeltaCode](https://github.com/nexB/deltacode)** is a command line
5353
tool to compare scans and determine if and where there are material
@@ -57,7 +57,7 @@ differences that affect licensing. The lead maintainer is @majurg
5757
server-side application to collect and track known package vulnerabilities.
5858

5959

60-
We also co-started and work closely with a few key other orgs and projects:
60+
We also co-started and worked closely with a few key other organizations and projects:
6161

6262
- [Package URL](https://github.com/package-url) which is an emerging
6363
standard to reference software packages of all types with simple, readable and

0 commit comments

Comments
 (0)