From 03a3867d27f620c80fd3e2ab7f5f252bc5598218 Mon Sep 17 00:00:00 2001 From: Catherine Pope <cpope@gitlab.com> Date: Tue, 29 Nov 2022 18:24:36 +0000 Subject: [PATCH] Rewrite sentence to avoid 'parseable' --- doc/administration/package_information/licensing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/administration/package_information/licensing.md b/doc/administration/package_information/licensing.md index 0e46289a3089..ece1597c521b 100644 --- a/doc/administration/package_information/licensing.md +++ b/doc/administration/package_information/licensing.md @@ -25,8 +25,7 @@ Starting with version 9.2, the Omnibus GitLab package ships a `dependency_licenses.json` file containing version and license information of all bundled software, including software libraries, Ruby gems that the rails application uses, and JavaScript libraries that is required for the frontend -components. This file, being in JSON format, is easily machine parseable and -can be used for automated checks or validations. The file may be found at +components. Because it's in JSON format, GitLab can parse this file easily and use it for automated checks or validations. The file may be found at `/opt/gitlab/dependency_licenses.json`. Starting with version 11.3, we have also made the license information available -- GitLab