Skip to content

Commit a2a79cb

Browse files
Removed notice
1 parent 56bedb1 commit a2a79cb

4 files changed

Lines changed: 0 additions & 50 deletions

File tree

NOTICE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,3 @@ See [contributing](https://www.cursorless.org/docs/contributing/).
5959
## Change Log
6060

6161
See [CHANGELOG.md](CHANGELOG.md).
62-
63-
## Attributions
64-
65-
See [NOTICE.md](NOTICE.md).

packages/app-vscode/src/scripts/populateDist/assets.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { Asset } from "./Asset";
55
export const assets: Asset[] = [
66
{ source: "../../CHANGELOG.md", destination: "CHANGELOG.md" },
77
{ source: "../../LICENSE", destination: "LICENSE" },
8-
{ source: "../../NOTICE.md", destination: "NOTICE.md" },
98
{ source: "../../README.md", destination: "README.md" },
109
{
1110
source: "../lib-cheatsheet-local/out/index.html",
@@ -49,10 +48,6 @@ export const assets: Asset[] = [
4948
source: "resources/installationDependencies.js",
5049
destination: "resources/installationDependencies.js",
5150
},
52-
{
53-
source: "../../third-party-licenses.csv",
54-
destination: "third-party-licenses.csv",
55-
},
5651
{
5752
source: "../../queries",
5853
destination: "queries",

third-party-licenses.csv

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)