Bladeren bron

license headers

Chip Reed 1 jaar geleden
bovenliggende
commit
ad35cd4d4e

+ 1 - 1
core/tests/invoke-key/src/main.rs

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

+ 4 - 0
core/tests/invoke-key/src/subscriber.rs

@@ -1,3 +1,7 @@
+// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
+// SPDX-License-Identifier: Apache-2.0
+// SPDX-License-Identifier: MIT
+
 use std::fmt::Debug;
 
 use tracing::{

+ 1 - 1
core/tests/uninitialized-ipc/src/main.rs

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