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: LICENSE
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -660,4 +660,8 @@ if any, to sign a "copyright disclaimer" for the program, if necessary.
660
660
For more information on this, and how to apply and follow the GNU AGPL, see
661
661
<https://www.gnu.org/licenses/>.
662
662
663
+
Wasm-sysroot licensing
664
+
665
+
-------------------
666
+
663
667
The wasm-sysroot is copied from the tree-sitter repo: (https://github.com/tree-sitter/tree-sitter) : specifically https://github.com/tree-sitter/tree-sitter/tree/master/crates/language/wasm/include. The C headers there are a modified version of glibc headers, which are originally under LGPL license.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,18 @@ Key signatures:
20
20
21
21
> [!TIP]
22
22
> You can place the downloaded app in a location of your choosing (e.g., the `Applications` folder on macOS or `~/.local/bin` on Linux).
23
-
>
23
+
>
24
24
> When you launch CodeTracer for the first time, it will prompt you to complete the remaining installation steps, such as adding the command-line utilities to your PATH.
25
25
26
-
> [!CAUTION]
26
+
> [!CAUTION]
27
27
> Upon the first launch, macOS users will see the error message "CodeTracer is damaged and can't be opened". To resolve this problem, please execute the command `user $ xattr -c <path/to/CodeTracer.app>`.
28
28
>
29
29
> We expect this inconvenience will be remedied soon through our enrollment in the Apple Developer program which will ensure CodeTracer is properly signed and whitelisted by Apple.
30
30
> See [this discussion](https://discussions.apple.com/thread/253714860?sortBy=rank) for more details.
31
31
32
32
> [!CAUTION]
33
33
> Recording ruby on macOS requires you to install ruby through [homebrew](https://brew.sh), otherwise trying to record ruby programs will fail due to the built-in ruby binary on macOS being more than 7 years old.
34
-
>
34
+
>
35
35
> Once homebrew is installed, simply install ruby with `user $ brew install ruby`.
36
36
37
37
# Introduction
@@ -228,3 +228,5 @@ Check out our [Contributors Guide](./CONTRIBUTING.md) for more details.
228
228
## License
229
229
230
230
CodeTracer is distributed under the GNU Affero General Public License (AGPLv3).
231
+
232
+
The wasm-sysroot is copied from the tree-sitter repo: (https://github.com/tree-sitter/tree-sitter) : specifically https://github.com/tree-sitter/tree-sitter/tree/master/crates/language/wasm/include. The C headers there are a modified version of glibc headers, which are originally under LGPL license.
0 commit comments