From 62bad0ce02f21487d1f9d25919dcf7a99220eeae Mon Sep 17 00:00:00 2001 From: jasmy <3776356370@qq.com> Date: Thu, 15 Jan 2026 03:40:27 +0000 Subject: [PATCH] update copyright year to 2026 --- LICENSE | 2 +- src/eq.rs | 2 +- src/lib.rs | 2 +- src/ratio.rs | 2 +- src/ulps.rs | 2 +- src/ulps_eq.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index fa1ab9e..feb982f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -Copyright (c) 2022-2025 Michael Dilger +Copyright (c) 2022-2026 Michael Dilger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/eq.rs b/src/eq.rs index 575f710..7cebe9b 100644 --- a/src/eq.rs +++ b/src/eq.rs @@ -1,5 +1,5 @@ // Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -// Copyright (c) 2022-2025 Michael Dilger +// Copyright (c) 2022-2026 Michael Dilger // Licensed under the MIT license. See LICENSE for details. use super::Ulps; diff --git a/src/lib.rs b/src/lib.rs index adb165f..a9f3c6a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ // Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -// Copyright (c) 2022-2025 Michael Dilger +// Copyright (c) 2022-2026 Michael Dilger // Licensed under the MIT license. See LICENSE for details. //! # float-cmp diff --git a/src/ratio.rs b/src/ratio.rs index 94ac04e..f323127 100644 --- a/src/ratio.rs +++ b/src/ratio.rs @@ -1,5 +1,5 @@ // Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -// Copyright (c) 2022-2025 Michael Dilger +// Copyright (c) 2022-2026 Michael Dilger // Licensed under the MIT license. See LICENSE for details. use core::cmp::PartialOrd; diff --git a/src/ulps.rs b/src/ulps.rs index e206596..cb6ef84 100644 --- a/src/ulps.rs +++ b/src/ulps.rs @@ -1,5 +1,5 @@ // Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -// Copyright (c) 2022-2025 Michael Dilger +// Copyright (c) 2022-2026 Michael Dilger // Licensed under the MIT license. See LICENSE for details. #[cfg(feature = "num-traits")] diff --git a/src/ulps_eq.rs b/src/ulps_eq.rs index f56c3d4..4e7ad16 100644 --- a/src/ulps_eq.rs +++ b/src/ulps_eq.rs @@ -1,5 +1,5 @@ // Copyright (c) 2014-2022 Optimal Computing (NZ) Ltd -// Copyright (c) 2022-2025 Michael Dilger +// Copyright (c) 2022-2026 Michael Dilger // Licensed under the MIT license. See LICENSE for details. use super::Ulps;