sourcegraph/README.md
coury-clark 3cd931ef54
relicense all paths other than MIT licensed code, client/cody*, jetbrains, VS code, and browser extension to enterprise (#53345) (#53345)
Preparing for 5.1 based on latest executive decisions. Re-licensing the
majority of sourcegraph/sourcegraph to enterprise instead of Apache.
Official external statements forthcoming with 5.1 release.

[Searching this branch for LICENSE files
](https://sourcegraph.sourcegraph.com/search?q=context:sourcegraph+repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+file:LICENSE%24+-file:client/cody+rev:cclark/relicense&patternType=standard&sm=1&groupBy=path)

This leaves only 2 licenses in directories other than `client/cody*`
1. MIT code in syntax highlighter
2. MIT code in react-accessible-treeview

Edit: updates from exec team
Jetbrains extension / VS Code extension / browser extension will remain
Apache

Here is a search showing all Apache licensed paths in this branch
https://sourcegraph.sourcegraph.com/search?q=context:sourcegraph+repo:%5Egithub%5C.com/sourcegraph/sourcegraph%24+file:LICENSE%24++rev:cclark/relicense&patternType=standard&sm=1&groupBy=path

If either of those should be changing, please let me know.
## Test plan
N/A
<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
2023-06-13 10:28:11 -07:00

3.4 KiB

DocsContributingTwitterDiscord

Build status Scorecard Latest release Discord Contributors


Sourcegraph makes it easy to read, write, and fix code—even in big, complex codebases.

  • Code search: Search all of your repositories across all branches and all code hosts.
  • Code intelligence: Navigate code, find references, see code owners, trace history, and more.
  • Fix and refactor: Roll out large-scale changes to many repositories at once and track big migrations.

Getting started



Development

Refer to the Developing Sourcegraph guide to get started.

Documentation

The doc directory has additional documentation for developing and understanding Sourcegraph:

License

This repository contains primarily non-OSS-licensed files, and some OSS licensed files (for example, IDE extensions). We maintain one repository rather than two separate repositories mainly for development convenience.

See the LICENSE for an explanation of how files are licensed.