From aa7b4c39ce1d3893f6fb72a06046f738f956fe52 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 4 Nov 2024 22:33:01 +0100 Subject: [PATCH] license header --- plugins/upload/src/transfer_stats.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/upload/src/transfer_stats.rs b/plugins/upload/src/transfer_stats.rs index 41c6f080..0ae32ec8 100644 --- a/plugins/upload/src/transfer_stats.rs +++ b/plugins/upload/src/transfer_stats.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::time::Instant; // The TransferStats struct is used to track and calculate the transfer speed of data chunks over time.