Added complete scripts for generating third party license files

This commit is contained in:
Mikayla Maki 2023-01-18 12:28:02 -08:00
parent 9d58032064
commit d060114f00
65 changed files with 143 additions and 27 deletions

View File

@ -1 +1 @@
TWSTS
Place holder

View File

@ -2,6 +2,7 @@
name = "activity_indicator"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/activity_indicator.rs"

View File

@ -2,6 +2,7 @@
name = "assets"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/assets.rs"

View File

@ -2,6 +2,7 @@
name = "auto_update"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/auto_update.rs"

View File

@ -2,6 +2,7 @@
name = "breadcrumbs"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/breadcrumbs.rs"

View File

@ -2,6 +2,7 @@
name = "call"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/call.rs"

View File

@ -2,6 +2,7 @@
name = "cli"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/cli.rs"

View File

@ -2,6 +2,7 @@
name = "client"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/client.rs"

View File

@ -2,6 +2,7 @@
name = "clock"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/clock.rs"

View File

@ -4,6 +4,7 @@ default-run = "collab"
edition = "2021"
name = "collab"
version = "0.5.3"
publish = false
[[bin]]
name = "collab"

View File

@ -2,6 +2,7 @@
name = "collab_ui"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/collab_ui.rs"

View File

@ -2,6 +2,7 @@
name = "collections"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/collections.rs"

View File

@ -2,6 +2,7 @@
name = "command_palette"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/command_palette.rs"

View File

@ -2,6 +2,7 @@
name = "context_menu"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/context_menu.rs"

View File

@ -2,6 +2,7 @@
name = "db"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/db.rs"

View File

@ -2,6 +2,7 @@
name = "diagnostics"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/diagnostics.rs"

View File

@ -2,6 +2,7 @@
name = "drag_and_drop"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/drag_and_drop.rs"

View File

@ -2,6 +2,7 @@
name = "editor"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/editor.rs"

View File

@ -2,6 +2,7 @@
name = "file_finder"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/file_finder.rs"

View File

@ -2,6 +2,7 @@
name = "fs"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/fs.rs"

View File

@ -3,6 +3,7 @@ name = "fsevent"
version = "2.0.2"
license = "MIT"
edition = "2021"
publish = false
[lib]
path = "src/fsevent.rs"

View File

@ -2,6 +2,7 @@
name = "fuzzy"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/fuzzy.rs"

View File

@ -2,6 +2,7 @@
name = "git"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/git.rs"

View File

@ -2,6 +2,7 @@
name = "go_to_line"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/go_to_line.rs"

View File

@ -4,6 +4,7 @@ edition = "2021"
name = "gpui"
version = "0.1.0"
description = "A GPU-accelerated UI framework"
publish = false
[lib]
path = "src/gpui.rs"

View File

@ -2,6 +2,7 @@
name = "gpui_macros"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/gpui_macros.rs"

View File

@ -2,6 +2,7 @@
name = "journal"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/journal.rs"

View File

@ -2,6 +2,7 @@
name = "language"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/language.rs"

View File

@ -3,6 +3,7 @@ name = "live_kit_client"
version = "0.1.0"
edition = "2021"
description = "Bindings to LiveKit Swift client SDK"
publish = false
[lib]
path = "src/live_kit_client.rs"

View File

@ -3,6 +3,7 @@ name = "live_kit_server"
version = "0.1.0"
edition = "2021"
description = "SDK for the LiveKit server API"
publish = false
[lib]
path = "src/live_kit_server.rs"

View File

@ -2,6 +2,7 @@
name = "lsp"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/lsp.rs"

View File

@ -2,6 +2,7 @@
name = "media"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/media.rs"

View File

@ -2,6 +2,7 @@
name = "menu"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/menu.rs"

View File

@ -2,6 +2,7 @@
name = "outline"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/outline.rs"

View File

@ -2,6 +2,7 @@
name = "picker"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/picker.rs"

View File

@ -2,6 +2,7 @@
name = "plugin"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
serde = "1.0"

View File

@ -2,6 +2,7 @@
name = "plugin_macros"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
proc-macro = true

View File

@ -2,6 +2,7 @@
name = "plugin_runtime"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
wasmtime = "0.38"

View File

@ -2,6 +2,7 @@
name = "project"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/project.rs"

View File

@ -2,6 +2,7 @@
name = "project_panel"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/project_panel.rs"

View File

@ -2,6 +2,7 @@
name = "project_symbols"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/project_symbols.rs"

View File

@ -2,6 +2,7 @@
name = "recent_projects"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/recent_projects.rs"

View File

@ -2,6 +2,7 @@
name = "rope"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/rope.rs"

View File

@ -3,6 +3,7 @@ description = "Shared logic for communication between the Zed app and the zed.de
edition = "2021"
name = "rpc"
version = "0.1.0"
publish = false
[lib]
path = "src/rpc.rs"

View File

@ -2,6 +2,7 @@
name = "search"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/search.rs"

View File

@ -2,6 +2,7 @@
name = "settings"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/settings.rs"

View File

@ -2,6 +2,7 @@
name = "snippet"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/snippet.rs"

View File

@ -2,6 +2,7 @@
name = "sqlez"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,6 +2,7 @@
name = "sqlez_macros"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/sqlez_macros.rs"

View File

@ -2,6 +2,7 @@
name = "sum_tree"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/sum_tree.rs"

View File

@ -2,6 +2,7 @@
name = "terminal"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/terminal.rs"

View File

@ -2,6 +2,7 @@
name = "terminal_view"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/terminal_view.rs"

View File

@ -2,6 +2,7 @@
name = "text"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/text.rs"

View File

@ -2,6 +2,7 @@
name = "theme"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/theme.rs"

View File

@ -2,6 +2,7 @@
name = "theme_selector"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/theme_selector.rs"

View File

@ -2,6 +2,7 @@
name = "theme_testbench"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/theme_testbench.rs"

View File

@ -2,6 +2,7 @@
name = "util"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
doctest = false

View File

@ -2,6 +2,7 @@
name = "vim"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/vim.rs"

View File

@ -2,6 +2,7 @@
name = "workspace"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/workspace.rs"

View File

@ -4,6 +4,7 @@ description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.71.0"
publish = false
[lib]
name = "zed"

View File

@ -1,17 +0,0 @@
//usr/bin/env rustc $0 -o a.out && ./a.out ; rm -f ./a.out ; exit
fn main() {
println!("Hello world");
}
// Next steps:
// 1a. Add wiring in Zed to check for a licenses markdown file
// 1b. Add wiring in Zed.dev for builds to publish licenses alongside releases as well as licenses for Zed.dev itself
// (e.g. https://github.com/zed-industries/zed.dev/tree/main/content/licenses)
// 2. Figure out how to run those commands and get the license text for each MIT and Apache licensed software
// 3. Add in the configuration file:
// a. and refactor this script to have types of licenses
// b. add callback handlers for each type,
// c. check if the handler succeeds

10
script/generate-licenses Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
cargo about generate --workspace -o assets/licenses.md -c script/licenses/zed-licenses.toml script/licenses/template.hbs.md
# cargo about automatically html-escapes all output, so we need to undo it here:
sed -i '' 's/"/"/g' assets/licenses.md
sed -i '' 's/'/'\''/g' assets/licenses.md # `'\''` ends the string, appends a single quote, and re-opens the string
sed -i '' 's/=/=/g' assets/licenses.md
sed -i '' 's/`/`/g' assets/licenses.md
sed -i '' 's/&lt;/</g' assets/licenses.md
sed -i '' 's/&gt;/>/g' assets/licenses.md

View File

@ -0,0 +1,27 @@
# Third Party Licenses
This page lists the licenses of the projects used in Zed.
## Overview of licenses:
{{#each overview}}
* {{name}} ({{count}})
{{/each}}
## All license texts:
{{#each licenses}}
### {{name}}
#### Used by:
{{#each used_by}}
* [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}})
{{/each}}
{{text}}
--------------------------------------------------------------------------------
{{/each}}

View File

@ -0,0 +1,37 @@
no-clearly-defined = true
private = { ignore = true }
accepted = [
"Apache-2.0",
"MIT",
"Apache-2.0 WITH LLVM-exception",
"MPL-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"ISC",
"CC0-1.0",
"Unicode-DFS-2016",
"OpenSSL",
"Zlib",
]
workarounds = [
"ring",
"wasmtime",
]
[procinfo.clarify]
license = "MIT"
[[procinfo.clarify.git]]
path = 'LICENSE.md'
checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
[webpki.clarify]
license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
[[webpki.clarify.files]]
path = 'LICENSE'
checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
[fuchsia-cprng.clarify]
license = "BSD-3-Clause"
[[fuchsia-cprng.clarify.files]]
path = 'LICENSE'
checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'

View File

@ -11,15 +11,15 @@ const license = {
export const light = createColorScheme(`${name}`, true, {
neutral: chroma.scale([
"#090a0b",
"#202227",
"#383a42",
"#696c77",
"#a0a1a7",
"#e5e5e6",
"#f0f0f1",
"#fafafa",
])
"#090a0b",
"#202227",
"#383a42",
"#696c77",
"#a0a1a7",
"#e5e5e6",
"#f0f0f1",
"#fafafa",
])
.domain([0.05, 0.22, 0.25, 0.45, 0.62, 0.8, 0.9, 1]),
red: colorRamp(chroma("#ca1243")),