Commit 027a2ac
fix: rename license files to fix GitHub license detection (#2024)
GitHub's licensee detection returns NOASSERTION because LICENSE.md
contains only a short markdown wrapper instead of actual license text.
Rename license files to match the pattern used by vis-network (which
is detected correctly):
* LICENSE.md → LICENSE (keeps the wrapper/index file)
* LICENSE.Apache-2.0.txt → LICENSE-APACHE-2.0
* LICENSE.MIT.txt → LICENSE-MIT
Update references in README.md and package snapshot test accordingly.
Closes #2024
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4106771 commit 027a2ac
File tree
5 files changed
+5
-5
lines changed- __snapshots__
5 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments