Skip to content

Commit ad168a2

Browse files
authored
Update license to 2023 (tauri-apps#835)
1 parent a331780 commit ad168a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
# Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
# SPDX-License-Identifier: Apache-2.0
33
# SPDX-License-Identifier: MIT
44

LICENSE-MIT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 Ngo Iok Ui & Tauri Programme within The Commons Conservancy
3+
Copyright (c) 2020-2023 Ngo Iok Ui & Tauri Programme within The Commons Conservancy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE.spdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
66
PackageHomePage: https://tauri.app
77
PackageLicenseDeclared: Apache-2.0
88
PackageLicenseDeclared: MIT
9-
PackageCopyrightText: 2020-2022, The Tauri Programme in the Commons Conservancy
9+
PackageCopyrightText: 2020-2023, The Tauri Programme in the Commons Conservancy
1010
PackageSummary: <text>Wry is the official, rust-based webview
1111
windowing service for Tauri.
1212
</text>

bench/src/build_benchmark_jsons.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

bench/src/run_benchmark.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

bench/src/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

bench/tests/src/cpu_intensive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

bench/tests/src/custom_protocol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

bench/tests/src/hello_world.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/custom_protocol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/custom_protocol_page1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
<!-- Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
SPDX-License-Identifier: Apache-2.0
33
SPDX-License-Identifier: MIT -->
44

examples/custom_protocol_page2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
<!-- Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
SPDX-License-Identifier: Apache-2.0
33
SPDX-License-Identifier: MIT -->
44

examples/custom_protocol_script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44
if (window.location.pathname.startsWith('/custom_protocol_page2')) {

examples/custom_titlebar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/detect_js_ecma.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/dragndrop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
<!-- Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
SPDX-License-Identifier: Apache-2.0
33
SPDX-License-Identifier: MIT -->
44

examples/form.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/fullscreen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/hello_world.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/menu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/multi_window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/navigation_event.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/new_window_req_event.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/stream.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
<!-- Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
SPDX-License-Identifier: Apache-2.0
33
SPDX-License-Identifier: MIT -->
44

examples/stream_range.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/transparent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

examples/user_agent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/application.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/file_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/binding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/Ipc.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/Logger.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/PermissionHelper.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/RustWebChromeClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/RustWebView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/RustWebViewClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/kotlin/TauriActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/main_pipe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/android/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/web_context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/webkitgtk/file_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/webkitgtk/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/webkitgtk/web_context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/webview2/file_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/webview2/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/wkwebview/file_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/wkwebview/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

src/webview/wkwebview/web_context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2022 Tauri Programme within The Commons Conservancy
1+
// Copyright 2020-2023 Tauri Programme within The Commons Conservancy
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

0 commit comments

Comments
 (0)