From 52a3144145ac9ba73bb7e8c123b5d0c88e57a8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 8 Aug 2021 17:08:37 +0200 Subject: [PATCH] Update users docs --- docs/Readme.md | 4 ++-- docs/commercial-users.md | 22 +++++++++++----------- docs/opensource-users.md | 24 ++++++++++++------------ 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/Readme.md b/docs/Readme.md index a501c505..d06be721 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -35,8 +35,8 @@ FAQ: Other: * [Why Catch2?](why-catch.md#top) * [Migrating from v2 to v3](migrate-v2-to-v3.md#top) -* [Open Source Projects using Catch](opensource-users.md#top) -* [Commercial Projects using Catch](commercial-users.md#top) +* [Open Source Projects using Catch2](opensource-users.md#top) +* [Commercial Projects using Catch2](commercial-users.md#top) * [Contributing](contributing.md#top) * [Release Notes](release-notes.md#top) * [Deprecations and incoming changes](deprecations.md#top) diff --git a/docs/commercial-users.md b/docs/commercial-users.md index 7d2e87d3..ca77b67d 100644 --- a/docs/commercial-users.md +++ b/docs/commercial-users.md @@ -1,22 +1,22 @@ -# Commercial users of Catch +# Commercial users of Catch2 -As well as [Open Source](opensource-users.md#top) users Catch is widely used within proprietary code bases too. -Many organisations like to keep this information internal, and that's fine, -but if you're more open it would be great if we could list the names of as -many organisations as possible that use Catch somewhere in their codebase. -Enterprise environments often tend to be far more conservative in their tool adoption - -and being aware that other companies are using Catch can ease the path in. +Catch2 is also widely used in proprietary code bases. This page contains +some of them that are willing to share this information. -So if you are aware of Catch usage in your organisation, and are fairly confident there is no issue with sharing this -fact then please let us know - either directly, via a PR or -[issue](https://github.com/philsquared/Catch/issues), or on the [forums](https://groups.google.com/forum/?fromgroups#!forum/catch-forum). +If you want to add your organisation, please check that there is no issue +with you sharing this fact. - Bloomberg - [Bloomlife](https://bloomlife.com) - - NASA - [Inscopix Inc.](https://www.inscopix.com/) + - Locksley.CZ - [Makimo](https://makimo.pl/) + - NASA - [UX3D](https://ux3d.io) - [King](https://king.com) + +--- + +[Home](Readme.md#top) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 86acd16a..6e867bdb 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -1,19 +1,19 @@ -# Open Source projects using Catch +# Open Source projects using Catch2 -Catch is great for open source. With its [liberal license](../LICENSE.txt) and single-header, dependency-free, distribution -it's easy to just drop the header into your project and start writing tests - what's not to like? +Catch2 is great for open source. It is licensed under the [Boost Software +License (BSL)](../LICENSE.txt), has no further dependencies and supports +two file distribution. -As a result Catch is now being used in many Open Source projects, including some quite well known ones. -This page is an attempt to track those projects. Obviously it can never be complete. -This effort largely relies on the maintainers of the projects themselves updating this page and submitting a PR -(or, if you prefer contact one of the maintainers of Catch directly, use the -[forums](https://groups.google.com/forum/?fromgroups#!forum/catch-forum)), or raise an [issue](https://github.com/philsquared/Catch/issues) to let us know). -Of course users of those projects might want to update this page too. That's fine - as long you're confident the project maintainers won't mind. -If you're an Open Source project maintainer and see your project listed here but would rather it wasn't - -just let us know via any of the previously mentioned means - although I'm sure there won't be many who feel that way. +As a result, Catch2 is used for testing in many different Open Source +projects. This page lists at least some of them, even though it will +obviously never be complete (and does not have the ambition to be +complete). Note that the list below is intended to be in alphabetical +order, to avoid implications of relative importance of the projects. + +_Please only add projects here if you are their maintainer, or have the +maintainer's explicit consent._ -Listing a project here does not imply endorsement and the plan is to keep these ordered alphabetically to avoid an implication of relative importance. ## Libraries & Frameworks