File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "codegraph"
33version = " 0.1.0"
44edition = " 2021"
55authors = [" anvanster" ]
6- license = " MIT OR Apache-2.0"
6+ license = " Apache-2.0"
77description = " A fast, reliable, and flexible graph database optimized for storing and querying code relationships"
88repository = " https://github.com/anvanster/codegraph"
99readme = " README.md"
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments