diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:50 +0000 |
commit | 9835e2ae736235810b4ea1c162ca5e65c547e770 (patch) | |
tree | 3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/orion/src/util | |
parent | Releasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff) | |
download | rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip |
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/orion/src/util')
-rw-r--r-- | vendor/orion/src/util/endianness.rs | 2 | ||||
-rw-r--r-- | vendor/orion/src/util/mod.rs | 2 | ||||
-rw-r--r-- | vendor/orion/src/util/u32x4.rs | 2 | ||||
-rw-r--r-- | vendor/orion/src/util/u64x4.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vendor/orion/src/util/endianness.rs b/vendor/orion/src/util/endianness.rs index 8d78e2369..e40087350 100644 --- a/vendor/orion/src/util/endianness.rs +++ b/vendor/orion/src/util/endianness.rs @@ -1,6 +1,6 @@ // MIT License -// Copyright (c) 2019-2022 The orion Developers +// Copyright (c) 2019-2023 The orion Developers // 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/vendor/orion/src/util/mod.rs b/vendor/orion/src/util/mod.rs index d71556005..27fc29156 100644 --- a/vendor/orion/src/util/mod.rs +++ b/vendor/orion/src/util/mod.rs @@ -1,6 +1,6 @@ // MIT License -// Copyright (c) 2018-2022 The orion Developers +// Copyright (c) 2018-2023 The orion Developers // 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/vendor/orion/src/util/u32x4.rs b/vendor/orion/src/util/u32x4.rs index c17b7e36e..c1ff1bcce 100644 --- a/vendor/orion/src/util/u32x4.rs +++ b/vendor/orion/src/util/u32x4.rs @@ -1,6 +1,6 @@ // MIT License -// Copyright (c) 2019-2022 The orion Developers +// Copyright (c) 2019-2023 The orion Developers // 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/vendor/orion/src/util/u64x4.rs b/vendor/orion/src/util/u64x4.rs index 5edde773b..bc181c49a 100644 --- a/vendor/orion/src/util/u64x4.rs +++ b/vendor/orion/src/util/u64x4.rs @@ -1,6 +1,6 @@ // MIT License -// Copyright (c) 2019-2022 The orion Developers +// Copyright (c) 2019-2023 The orion Developers // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal |