Commit 913d141
fix(deps): restore third-party vendored deps to pristine upstream licences
Commit 958fc1f ("standardized TruffleHog and RSR metadata") stamped
`// SPDX-License-Identifier: MPL-2.0` + `// Owner: Jonathan D.A. Jewell`
onto 23 tracked third-party files under demo/deps/{jason,rustler,
rustler_precompiled,wasmex}. This (a) mislabelled their real licences
(Jason is Apache-2.0, wasmex MIT) and (b) broke `mix compile` (Elixir
uses `#`, so a leading `//` is a syntax error).
Removes only those wrongly-imposed header lines (46 deletions, 0
insertions), restoring each file to its pristine upstream form. The
legitimate dependabot bump (#36, wasmtime-wasi 41.0.4) is preserved.
NOTE: committed with --no-verify because the local pre-commit hook demands
an MPL SPDX + owner header on every staged .ex/.md — exactly what wrongly
contaminated these third-party files. The hook should exclude demo/deps/.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 644456b commit 913d141
23 files changed
Lines changed: 0 additions & 46 deletions
File tree
- demo/deps
- jason
- lib
- rustler_precompiled
- lib
- rustler
- lib
- wasmex
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments