Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-08-30 15:08:46 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-08-30 15:08:46 +0300
commitd11cfcf777b33cf565f9c089b819add14b76d162 (patch)
tree4696ed4e3c14c7bed5ce0fea992f3e3f75548670 /doc/development/licensing.md
parentb64ba567ff4409a9e10f764297ea110023d4aec8 (diff)
Exclude frontend development dependencies from license restrictions
Diffstat (limited to 'doc/development/licensing.md')
-rw-r--r--doc/development/licensing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/licensing.md b/doc/development/licensing.md
index ddaf636a742..0e71cd47481 100644
--- a/doc/development/licensing.md
+++ b/doc/development/licensing.md
@@ -100,7 +100,7 @@ If a gem uses a license which is not listed above, open an issue and ask. If a l
Keep in mind that each license has its own restrictions (typically defined in their body text). Please make sure to comply with those restrictions at all times whenever an external library is used.
-Gems which are included only in the "development" or "test" groups by Bundler are exempt from license requirements, as they're not distributed for use in production.
+Dependencies which are only used in development or test environment are exempt from license requirements, as they're not distributed for use in production.
**NOTE:** This document is **not** legal advice, nor is it comprehensive. It should not be taken as such.