From d9c58e94a0c86499bc481baccad73f2857678c29 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 1 Jan 2026 12:30:15 -0500 Subject: update copyrights for 2026 --- rust/src/low_level_il/block.rs | 2 +- rust/src/low_level_il/expression.rs | 2 +- rust/src/low_level_il/function.rs | 2 +- rust/src/low_level_il/instruction.rs | 2 +- rust/src/low_level_il/lifting.rs | 2 +- rust/src/low_level_il/operation.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'rust/src/low_level_il') diff --git a/rust/src/low_level_il/block.rs b/rust/src/low_level_il/block.rs index d3b1f99b..7f83ba08 100644 --- a/rust/src/low_level_il/block.rs +++ b/rust/src/low_level_il/block.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rust/src/low_level_il/expression.rs b/rust/src/low_level_il/expression.rs index de69e112..1e4ab21b 100644 --- a/rust/src/low_level_il/expression.rs +++ b/rust/src/low_level_il/expression.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rust/src/low_level_il/function.rs b/rust/src/low_level_il/function.rs index bd5332ea..32e1f921 100644 --- a/rust/src/low_level_il/function.rs +++ b/rust/src/low_level_il/function.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rust/src/low_level_il/instruction.rs b/rust/src/low_level_il/instruction.rs index 2d96d121..720117fb 100644 --- a/rust/src/low_level_il/instruction.rs +++ b/rust/src/low_level_il/instruction.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rust/src/low_level_il/lifting.rs b/rust/src/low_level_il/lifting.rs index 91a3b53e..bab0906c 100644 --- a/rust/src/low_level_il/lifting.rs +++ b/rust/src/low_level_il/lifting.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rust/src/low_level_il/operation.rs b/rust/src/low_level_il/operation.rs index 2f081b5e..f8bbc3c6 100644 --- a/rust/src/low_level_il/operation.rs +++ b/rust/src/low_level_il/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2025 Vector 35 Inc. +// Copyright 2021-2026 Vector 35 Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. -- cgit v1.3.1