Skip to content

Commit b21908f

Browse files
committed
change license to Apache 2.0
1 parent ac66522 commit b21908f

3 files changed

Lines changed: 17 additions & 26 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codegraph"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["anvanster"]
6-
license = "MIT OR Apache-2.0"
6+
license = "Apache-2.0"
77
description = "A fast, reliable, and flexible graph database optimized for storing and querying code relationships"
88
repository = "https://github.com/anvanster/codegraph"
99
readme = "README.md"

LICENSE-MIT

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,24 @@ Before contributing, please:
297297

298298
## License
299299

300-
Licensed under either of:
300+
codegraph is licensed under the **Apache License 2.0**, which means:
301301

302-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
303-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
302+
**You can:**
303+
- Use in commercial products
304+
- Modify and distribute
305+
- Use in proprietary software
304306

305-
at your option.
307+
**You must:**
308+
- Include a copy of the license
309+
- Disclose significant changes (in a CHANGES file)
310+
- Include the patent grant notice
311+
312+
**You can't:**
313+
- Hold us liable
314+
- Claim we endorse your product
315+
316+
**This is a truly open license.** There's no "gotcha" later where we switch
317+
to GPL or a commercial model. Apache-2.0 is forever.
306318

307319
## Code of Conduct
308320

0 commit comments

Comments
 (0)