mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 18:51:34 +03:00
chore: remove license_text
This commit is contained in:
parent
4568f80f2e
commit
51c7078f47
@ -34,12 +34,6 @@ export const meta: Meta = {
|
||||
author: "EliverLara",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md",
|
||||
license_checksum:
|
||||
"2f7886f1a05cefc2c26f5e49de1a39fa4466413c1ccb06fc80960e73f5ed4b89",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/EliverLara/Andromeda",
|
||||
}
|
||||
|
@ -29,11 +29,6 @@ export const metaCommon: {
|
||||
author: "Bram de Haan (http://atelierbramdehaan.nl)",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url: "https://atelierbram.mit-license.org/license.txt",
|
||||
license_checksum:
|
||||
"f95ce526ef4e7eecf7a832bba0e3451cc1000f9ce63eb01ed6f64f8109f5d0a5",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -79,12 +79,6 @@ export const meta: Meta = {
|
||||
author: "dempfi",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/dempfi/ayu/master/LICENSE",
|
||||
license_checksum:
|
||||
"e0af0e0d1754c18ca075649d42f5c6d9a60f8bdc03c20dfd97105f2253a94173",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/dempfi/ayu",
|
||||
}
|
||||
|
@ -33,13 +33,6 @@ export interface Meta {
|
||||
|
||||
export interface License {
|
||||
SPDX: SPDXExpression
|
||||
/// A url where we can download the license's text
|
||||
license_text: Verification | string
|
||||
}
|
||||
|
||||
export interface Verification {
|
||||
https_url: string
|
||||
license_checksum: string
|
||||
}
|
||||
|
||||
// License name -> License text
|
||||
|
@ -248,8 +248,6 @@ export const meta: Meta = {
|
||||
name,
|
||||
license: {
|
||||
SPDX: "MIT", // "MIT/X11"
|
||||
license_text:
|
||||
"Copyright <YEAR> <COPYRIGHT HOLDER>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/ or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
|
||||
},
|
||||
author: "morhetz <morhetz@gmail.com>",
|
||||
url: "https://github.com/morhetz/gruvbox",
|
||||
|
@ -74,12 +74,6 @@ export const meta: Meta = {
|
||||
author: "simurai",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/atom/atom/master/packages/one-light-ui/LICENSE.md",
|
||||
license_checksum:
|
||||
"d5af8fc171f6f600c0ab4e7597dca398dda80dbe6821ce01cef78e859e7a00f8",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/atom/atom/tree/master/packages/one-dark-ui",
|
||||
}
|
||||
|
@ -73,12 +73,6 @@ export const meta: Meta = {
|
||||
author: "simurai",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/atom/atom/master/packages/one-light-ui/LICENSE.md",
|
||||
license_checksum:
|
||||
"d5af8fc171f6f600c0ab4e7597dca398dda80dbe6821ce01cef78e859e7a00f8",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/atom/atom/tree/master/packages/one-light-ui",
|
||||
}
|
||||
|
@ -34,12 +34,6 @@ export const meta: Meta = {
|
||||
author: "edunfelt",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/edunfelt/base16-rose-pine-scheme/main/LICENSE",
|
||||
license_checksum:
|
||||
"6ca1b9da8c78c8441c5aa43d024a4e4a7bf59d1ecca1480196e94fda0f91ee4a",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/edunfelt/base16-rose-pine-scheme",
|
||||
}
|
||||
|
@ -34,12 +34,6 @@ export const meta: Meta = {
|
||||
author: "edunfelt",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/edunfelt/base16-rose-pine-scheme/main/LICENSE",
|
||||
license_checksum:
|
||||
"6ca1b9da8c78c8441c5aa43d024a4e4a7bf59d1ecca1480196e94fda0f91ee4a",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/edunfelt/base16-rose-pine-scheme",
|
||||
}
|
||||
|
@ -32,12 +32,6 @@ export const meta: Meta = {
|
||||
author: "edunfelt",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/edunfelt/base16-rose-pine-scheme/main/LICENSE",
|
||||
license_checksum:
|
||||
"6ca1b9da8c78c8441c5aa43d024a4e4a7bf59d1ecca1480196e94fda0f91ee4a",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/edunfelt/base16-rose-pine-scheme",
|
||||
}
|
||||
|
@ -32,12 +32,6 @@ export const meta: Meta = {
|
||||
author: "gessig",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/gessig/base16-sandcastle-scheme/master/LICENSE",
|
||||
license_checksum:
|
||||
"8399d44b4d935b60be9fee0a76d7cc9a817b4f3f11574c9d6d1e8fd57e72ffdc",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/gessig/base16-sandcastle-scheme",
|
||||
}
|
||||
|
@ -35,12 +35,6 @@ export const meta: Metadata = {
|
||||
author: "Ethan Schoonover",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/altercation/solarized/master/LICENSE",
|
||||
license_checksum:
|
||||
"494aefdabf86acce06bd63001ad8aedad4ee38da23509d3f917d95aa3368b9a6",
|
||||
},
|
||||
},
|
||||
url: "https://github.com/altercation/solarized",
|
||||
}
|
||||
|
@ -34,11 +34,5 @@ export const meta: Meta = {
|
||||
url: "https://github.com/zoefiri/base16-sc",
|
||||
license: {
|
||||
SPDX: "MIT",
|
||||
license_text: {
|
||||
https_url:
|
||||
"https://raw.githubusercontent.com/zoefiri/base16-sc/master/LICENSE",
|
||||
license_checksum:
|
||||
"fadcc834b7eaf2943800956600e8aeea4b495ecf6490f4c4b6c91556a90accaf",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user