mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 21:32:39 +00:00
Fix license generation and Closure LSP repo link (#8876)
Release Notes: - N/A
This commit is contained in:
parent
e0c66b30c8
commit
4b2e774594
3 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Clojure
|
# Clojure
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-clojure](https://github.com/sogaiu/tree-sitter-clojure)
|
- Tree Sitter: [tree-sitter-clojure](https://github.com/prcastro/tree-sitter-clojure)
|
||||||
- Language Server: [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp)
|
- Language Server: [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -euo pipefail
|
||||||
|
|
||||||
OUTPUT_FILE=$(pwd)/assets/licenses.md
|
OUTPUT_FILE=$(pwd)/assets/licenses.md
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ accepted = [
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
"OpenSSL",
|
"OpenSSL",
|
||||||
"Zlib",
|
"Zlib",
|
||||||
|
"BSL-1.0"
|
||||||
]
|
]
|
||||||
workarounds = [
|
workarounds = [
|
||||||
"ring",
|
"ring",
|
||||||
|
@ -35,3 +36,9 @@ license = "BSD-3-Clause"
|
||||||
[[fuchsia-cprng.clarify.files]]
|
[[fuchsia-cprng.clarify.files]]
|
||||||
path = 'LICENSE'
|
path = 'LICENSE'
|
||||||
checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'
|
checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'
|
||||||
|
|
||||||
|
[tree-sitter-hcl.clarify]
|
||||||
|
license = "Apache-2.0"
|
||||||
|
[[tree-sitter-hcl.clarify.files]]
|
||||||
|
path = 'LICENSE'
|
||||||
|
checksum = 'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||||
|
|
Loading…
Reference in a new issue