You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/extractor/licenses.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
|`tsg-python/tree-sitter-python`| Y | MIT | Used in `tsg-python` to parse Python files |
7
7
|`tsg-python`| Y | MIT / Apache | This is our own creation, so are free to choose what license it is covered by. |
8
8
|`tree-sitter-graph`| N | MIT / Apache | Used in `tsg-python` to execute files written in the `tree-sitter-graph` language. |
9
-
|`unparse.py`| Y | PSF | Copied and adapted from `Tools/unparse.py` from the `cpython` source code, with attribution. |
10
9
|`imp.py`| Y | PSF | Copied and adapted from `Lib/imp.py` from the `cpython` source code, with attribution. |
11
10
|`semmle/data/*.trap`| Y | PSF | These files were derived from the C source code of the `cpython` project, and are used in our modelling of built-in objects. No attribution, currently. |
12
11
|`semmle/thrift/parse.py`| Y | Apache | Includes a grammar based on https://github.com/apache/thrift/blob/master/doc/specs/idl.md, with comment stating this attribution. |
0 commit comments