Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.05 KB

FAQ.md

File metadata and controls

19 lines (10 loc) · 1.05 KB

Sourcegraph Project FAQ

Note: This document primarily talks about the Sourcegraph open source project itself, not e.g. features of Sourcegraph.

What kinds of contributions are accepted?

See CONTRIBUTING.md.

What license is Sourcegraph under?

Sourcegraph is under the Apache License v2.0.

Is all of Sourcegraph open source?

This repository is 100% open source and builds a product known as Sourcegraph OSS. Sourcegraph OSS omits certain trademarks, logos, and paid enterprise features from the official Sourcegraph build to make it open-source.

The official, free Sourcegraph build is called Sourcegraph Core and includes these additions, so it's not open source. The reason why we include these features in the official build is to provide a smooth upgrade path to Sourcegraph Enterprise (you can just supply a license key to activate the features, with no migration necessary).

Note: To build a 100% open-source sourcegraph/server image, use dev/dev-sourcegraph-server.sh.