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;