mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
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 -->
3.4 KiB
3.4 KiB
Docs •
Contributing •
Twitter •
Discord
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
- Download Sourcegraph for macOS and Linux
- Use Sourcegraph on the cloud or self-hosted
- Sourcegraph.com public code search
Development
Refer to the Developing Sourcegraph guide to get started.
Documentation
The doc directory has additional documentation for developing and understanding Sourcegraph:
- Project FAQ
- Architecture: high-level architecture
- Database setup: database best practices
- Go style guide
- Documentation style guide
- GraphQL API: useful tips when modifying the GraphQL API
- Contributing
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.