diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:30:15 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:30:15 -0500 |
| commit | d9c58e94a0c86499bc481baccad73f2857678c29 (patch) | |
| tree | 3f03c98872c3e683e5567bbd16fb1153096864fb /rust/src/low_level_il | |
| parent | 0a08849a696164b34841b361f65b7f6fb9ff51d8 (diff) | |
update copyrights for 2026
Diffstat (limited to 'rust/src/low_level_il')
| -rw-r--r-- | rust/src/low_level_il/block.rs | 2 | ||||
| -rw-r--r-- | rust/src/low_level_il/expression.rs | 2 | ||||
| -rw-r--r-- | rust/src/low_level_il/function.rs | 2 | ||||
| -rw-r--r-- | rust/src/low_level_il/instruction.rs | 2 | ||||
| -rw-r--r-- | rust/src/low_level_il/lifting.rs | 2 | ||||
| -rw-r--r-- | rust/src/low_level_il/operation.rs | 2 |
6 files changed, 6 insertions, 6 deletions
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. |
