From ad168a22df3480f22b2b4733243e599a460cd9bc Mon Sep 17 00:00:00 2001 From: DK Liao Date: Sat, 7 Jan 2023 14:28:40 +0800 Subject: [PATCH] Update license to 2023 (#835) --- .gitignore | 2 +- LICENSE-MIT | 2 +- LICENSE.spdx | 2 +- bench/src/build_benchmark_jsons.rs | 2 +- bench/src/run_benchmark.rs | 2 +- bench/src/utils.rs | 2 +- bench/tests/src/cpu_intensive.rs | 2 +- bench/tests/src/custom_protocol.rs | 2 +- bench/tests/src/hello_world.rs | 2 +- build.rs | 2 +- examples/custom_protocol.rs | 2 +- examples/custom_protocol_page1.html | 2 +- examples/custom_protocol_page2.html | 2 +- examples/custom_protocol_script.js | 2 +- examples/custom_titlebar.rs | 2 +- examples/detect_js_ecma.rs | 2 +- examples/dragndrop.rs | 2 +- examples/form.html | 2 +- examples/form.rs | 2 +- examples/fullscreen.rs | 2 +- examples/hello_world.rs | 2 +- examples/menu.rs | 2 +- examples/multi_window.rs | 2 +- examples/navigation_event.rs | 2 +- examples/new_window_req_event.rs | 2 +- examples/stream.html | 2 +- examples/stream_range.rs | 2 +- examples/transparent.rs | 2 +- examples/user_agent.rs | 2 +- src/application.rs | 2 +- src/file_drop.rs | 2 +- src/lib.rs | 2 +- src/webview/android/binding.rs | 2 +- src/webview/android/kotlin/Ipc.kt | 2 +- src/webview/android/kotlin/Logger.kt | 2 +- src/webview/android/kotlin/PermissionHelper.kt | 2 +- src/webview/android/kotlin/RustWebChromeClient.kt | 2 +- src/webview/android/kotlin/RustWebView.kt | 2 +- src/webview/android/kotlin/RustWebViewClient.kt | 2 +- src/webview/android/kotlin/TauriActivity.kt | 2 +- src/webview/android/main_pipe.rs | 2 +- src/webview/android/mod.rs | 2 +- src/webview/mod.rs | 2 +- src/webview/web_context.rs | 2 +- src/webview/webkitgtk/file_drop.rs | 2 +- src/webview/webkitgtk/mod.rs | 2 +- src/webview/webkitgtk/web_context.rs | 2 +- src/webview/webview2/file_drop.rs | 2 +- src/webview/webview2/mod.rs | 2 +- src/webview/wkwebview/file_drop.rs | 2 +- src/webview/wkwebview/mod.rs | 2 +- src/webview/wkwebview/web_context.rs | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/.gitignore b/.gitignore index 5bca336..06f7773 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Tauri Programme within The Commons Conservancy +# Copyright 2020-2023 Tauri Programme within The Commons Conservancy # SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: MIT diff --git a/LICENSE-MIT b/LICENSE-MIT index ac611d4..94ef8bf 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 Ngo Iok Ui & Tauri Programme within The Commons Conservancy +Copyright (c) 2020-2023 Ngo Iok Ui & Tauri Programme within The Commons Conservancy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.spdx b/LICENSE.spdx index e78e164..7e0eb72 100644 --- a/LICENSE.spdx +++ b/LICENSE.spdx @@ -6,7 +6,7 @@ PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy PackageHomePage: https://tauri.app PackageLicenseDeclared: Apache-2.0 PackageLicenseDeclared: MIT -PackageCopyrightText: 2020-2022, The Tauri Programme in the Commons Conservancy +PackageCopyrightText: 2020-2023, The Tauri Programme in the Commons Conservancy PackageSummary: Wry is the official, rust-based webview windowing service for Tauri. diff --git a/bench/src/build_benchmark_jsons.rs b/bench/src/build_benchmark_jsons.rs index 4624c70..61403e4 100644 --- a/bench/src/build_benchmark_jsons.rs +++ b/bench/src/build_benchmark_jsons.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/bench/src/run_benchmark.rs b/bench/src/run_benchmark.rs index 77eae02..193a8bb 100644 --- a/bench/src/run_benchmark.rs +++ b/bench/src/run_benchmark.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/bench/src/utils.rs b/bench/src/utils.rs index 3e57fbe..e226f82 100644 --- a/bench/src/utils.rs +++ b/bench/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/bench/tests/src/cpu_intensive.rs b/bench/tests/src/cpu_intensive.rs index 0455132..73ed119 100644 --- a/bench/tests/src/cpu_intensive.rs +++ b/bench/tests/src/cpu_intensive.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/bench/tests/src/custom_protocol.rs b/bench/tests/src/custom_protocol.rs index 4a5e544..01cbe54 100644 --- a/bench/tests/src/custom_protocol.rs +++ b/bench/tests/src/custom_protocol.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/bench/tests/src/hello_world.rs b/bench/tests/src/hello_world.rs index f2f7224..0ead7be 100644 --- a/bench/tests/src/hello_world.rs +++ b/bench/tests/src/hello_world.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/build.rs b/build.rs index 4069907..9276c21 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/custom_protocol.rs b/examples/custom_protocol.rs index 703bcec..6e00f5e 100644 --- a/examples/custom_protocol.rs +++ b/examples/custom_protocol.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/custom_protocol_page1.html b/examples/custom_protocol_page1.html index 4d084cd..61a86d4 100644 --- a/examples/custom_protocol_page1.html +++ b/examples/custom_protocol_page1.html @@ -1,4 +1,4 @@ - diff --git a/examples/custom_protocol_page2.html b/examples/custom_protocol_page2.html index e14b78c..c3433a4 100644 --- a/examples/custom_protocol_page2.html +++ b/examples/custom_protocol_page2.html @@ -1,4 +1,4 @@ - diff --git a/examples/custom_protocol_script.js b/examples/custom_protocol_script.js index b1858de..ecfd1c1 100644 --- a/examples/custom_protocol_script.js +++ b/examples/custom_protocol_script.js @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT if (window.location.pathname.startsWith('/custom_protocol_page2')) { diff --git a/examples/custom_titlebar.rs b/examples/custom_titlebar.rs index dede82f..e0d4b00 100644 --- a/examples/custom_titlebar.rs +++ b/examples/custom_titlebar.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/detect_js_ecma.rs b/examples/detect_js_ecma.rs index 006ce1c..b5f5f35 100644 --- a/examples/detect_js_ecma.rs +++ b/examples/detect_js_ecma.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/dragndrop.rs b/examples/dragndrop.rs index ddee935..55d0d8e 100644 --- a/examples/dragndrop.rs +++ b/examples/dragndrop.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/form.html b/examples/form.html index 7f73afd..332a639 100644 --- a/examples/form.html +++ b/examples/form.html @@ -1,4 +1,4 @@ - diff --git a/examples/form.rs b/examples/form.rs index bc9609a..6a3a0a5 100644 --- a/examples/form.rs +++ b/examples/form.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index 435f0ba..48abdf6 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/hello_world.rs b/examples/hello_world.rs index 44921c3..fa0f215 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/menu.rs b/examples/menu.rs index 0b9b77f..ab055c9 100644 --- a/examples/menu.rs +++ b/examples/menu.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/multi_window.rs b/examples/multi_window.rs index 5deab85..d52427a 100644 --- a/examples/multi_window.rs +++ b/examples/multi_window.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/navigation_event.rs b/examples/navigation_event.rs index f8fae67..c6dc5dd 100644 --- a/examples/navigation_event.rs +++ b/examples/navigation_event.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/new_window_req_event.rs b/examples/new_window_req_event.rs index 6a3226d..0569fe0 100644 --- a/examples/new_window_req_event.rs +++ b/examples/new_window_req_event.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/stream.html b/examples/stream.html index 38ac349..bdb75c5 100644 --- a/examples/stream.html +++ b/examples/stream.html @@ -1,4 +1,4 @@ - diff --git a/examples/stream_range.rs b/examples/stream_range.rs index 384d7c9..b3623e2 100644 --- a/examples/stream_range.rs +++ b/examples/stream_range.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/transparent.rs b/examples/transparent.rs index a9d95a0..915afc9 100644 --- a/examples/transparent.rs +++ b/examples/transparent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/examples/user_agent.rs b/examples/user_agent.rs index 81b7c1c..ae45dad 100644 --- a/examples/user_agent.rs +++ b/examples/user_agent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/application.rs b/src/application.rs index 3bbdbd1..1a92c17 100644 --- a/src/application.rs +++ b/src/application.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/file_drop.rs b/src/file_drop.rs index 82c7894..bf9b516 100644 --- a/src/file_drop.rs +++ b/src/file_drop.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/lib.rs b/src/lib.rs index 439fb9c..3756825 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/binding.rs b/src/webview/android/binding.rs index 81099d5..a7abe8b 100644 --- a/src/webview/android/binding.rs +++ b/src/webview/android/binding.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/Ipc.kt b/src/webview/android/kotlin/Ipc.kt index fe7efa1..def6223 100644 --- a/src/webview/android/kotlin/Ipc.kt +++ b/src/webview/android/kotlin/Ipc.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/Logger.kt b/src/webview/android/kotlin/Logger.kt index 85f3c81..19e9795 100644 --- a/src/webview/android/kotlin/Logger.kt +++ b/src/webview/android/kotlin/Logger.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/PermissionHelper.kt b/src/webview/android/kotlin/PermissionHelper.kt index b805911..39da2ad 100644 --- a/src/webview/android/kotlin/PermissionHelper.kt +++ b/src/webview/android/kotlin/PermissionHelper.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/RustWebChromeClient.kt b/src/webview/android/kotlin/RustWebChromeClient.kt index 8681413..9915a04 100644 --- a/src/webview/android/kotlin/RustWebChromeClient.kt +++ b/src/webview/android/kotlin/RustWebChromeClient.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/RustWebView.kt b/src/webview/android/kotlin/RustWebView.kt index da9fb1d..069b869 100644 --- a/src/webview/android/kotlin/RustWebView.kt +++ b/src/webview/android/kotlin/RustWebView.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/RustWebViewClient.kt b/src/webview/android/kotlin/RustWebViewClient.kt index a4ff263..1a1176b 100644 --- a/src/webview/android/kotlin/RustWebViewClient.kt +++ b/src/webview/android/kotlin/RustWebViewClient.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/kotlin/TauriActivity.kt b/src/webview/android/kotlin/TauriActivity.kt index 2accef5..8e109cb 100644 --- a/src/webview/android/kotlin/TauriActivity.kt +++ b/src/webview/android/kotlin/TauriActivity.kt @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/main_pipe.rs b/src/webview/android/main_pipe.rs index 89bfab1..0390331 100644 --- a/src/webview/android/main_pipe.rs +++ b/src/webview/android/main_pipe.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/android/mod.rs b/src/webview/android/mod.rs index d46fe13..b0370f0 100644 --- a/src/webview/android/mod.rs +++ b/src/webview/android/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/mod.rs b/src/webview/mod.rs index 72ba288..37a0aec 100644 --- a/src/webview/mod.rs +++ b/src/webview/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/web_context.rs b/src/webview/web_context.rs index ee6742b..e736851 100644 --- a/src/webview/web_context.rs +++ b/src/webview/web_context.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/webkitgtk/file_drop.rs b/src/webview/webkitgtk/file_drop.rs index 36bbfb5..15b8dfe 100644 --- a/src/webview/webkitgtk/file_drop.rs +++ b/src/webview/webkitgtk/file_drop.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/webkitgtk/mod.rs b/src/webview/webkitgtk/mod.rs index 0ca41bd..c290329 100644 --- a/src/webview/webkitgtk/mod.rs +++ b/src/webview/webkitgtk/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/webkitgtk/web_context.rs b/src/webview/webkitgtk/web_context.rs index f566f67..b0cca7a 100644 --- a/src/webview/webkitgtk/web_context.rs +++ b/src/webview/webkitgtk/web_context.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/webview2/file_drop.rs b/src/webview/webview2/file_drop.rs index a220f7b..77cc147 100644 --- a/src/webview/webview2/file_drop.rs +++ b/src/webview/webview2/file_drop.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/webview2/mod.rs b/src/webview/webview2/mod.rs index f3a48d8..290e147 100644 --- a/src/webview/webview2/mod.rs +++ b/src/webview/webview2/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/wkwebview/file_drop.rs b/src/webview/wkwebview/file_drop.rs index 5e17c07..52b128f 100644 --- a/src/webview/wkwebview/file_drop.rs +++ b/src/webview/wkwebview/file_drop.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/wkwebview/mod.rs b/src/webview/wkwebview/mod.rs index 30ad7a6..5ed1a58 100644 --- a/src/webview/wkwebview/mod.rs +++ b/src/webview/wkwebview/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT diff --git a/src/webview/wkwebview/web_context.rs b/src/webview/wkwebview/web_context.rs index f800305..7c2c5a2 100644 --- a/src/webview/wkwebview/web_context.rs +++ b/src/webview/wkwebview/web_context.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Tauri Programme within The Commons Conservancy +// Copyright 2020-2023 Tauri Programme within The Commons Conservancy // SPDX-License-Identifier: Apache-2.0 // SPDX-License-Identifier: MIT