pull/927/head
FabianLars 1 year ago
parent 0688416425
commit cb5ff764a6
No known key found for this signature in database

@ -10,6 +10,7 @@ const header = `Copyright 2019-2023 Tauri Programme within The Commons Conservan
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: MIT`; SPDX-License-Identifier: MIT`;
const ignoredLicenses = [ const ignoredLicenses = [
"// Copyright 2021 Flabio Oliveira",
"// Copyright 2021 Jonas Kruckenberg", "// Copyright 2021 Jonas Kruckenberg",
"// Copyright 2018-2023 the Deno authors.", "// Copyright 2018-2023 the Deno authors.",
]; ];
@ -123,6 +124,6 @@ if (files.length > 0) {
console.log(missing.join("\n")); console.log(missing.join("\n"));
process.exit(1); process.exit(1);
} }
}, }
); );
} }

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,4 +1,5 @@
// Copyright 2021 Flavio Oliveira // Copyright 2021 Flavio Oliveira
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT

@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
import WebSocket from "tauri-plugin-websocket-api"; import WebSocket from "tauri-plugin-websocket-api";
import "./style.css"; import "./style.css";

@ -1 +1,5 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/// <reference types="vite/client" /> /// <reference types="vite/client" />

Loading…
Cancel
Save