Skip to content

Commit

Permalink
Merge pull request #76 from semgrep/martin/license-references
Browse files Browse the repository at this point in the history
Update mentions of the license to LGPL instead of GPL
  • Loading branch information
aryx authored May 30, 2024
2 parents 1593c0d + f325f95 commit b7d8468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Before you get started, make sure you're ok with signing the
which will be needed before we accept your pull request. The goal is
only to allow future relicensing without having to track down any past
contributor, if such need were to arise. Note that the current license is
GPLv3 and any contribution made today will remain available under that
LGPL and any contribution made today will remain available under that
license no matter what.

### Development setup
Expand Down Expand Up @@ -76,7 +76,7 @@ ocaml-tree-sitter is free software with contributors from multiple
organizations. The project is driven by [r2c](https://github.com/returntocorp).

- OCaml code developed specifically for this project is
distributed under the terms of the [GNU GPL v3](LICENSE).
distributed under the terms of the [GNU LGPL 2.1](LICENSE).
- The OCaml bindings to tree-sitter's C API were created by Bryan
Phelps as part of the reason-tree-sitter project.
- The tree-sitter grammars for major programming languages are
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors: ["r2c"]
homepage: "https://github.com/returntocorp/ocaml-tree-sitter"
bug-reports: "https://github.com/returntocorp/ocaml-tree-sitter/issues"
dev-repo: "git+https://github.com/returntocorp/ocaml-tree-sitter.git"
license: "GPL-3.0-only"
license: "LGPL-2.1"

build: [
["./configure"]
Expand Down

0 comments on commit b7d8468

Please sign in to comment.