diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-03-28 16:00:21 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-03-28 16:00:21 -0400 |
| commit | f77dbcea6074966d81a44e2ce0dd83671a056c4d (patch) | |
| tree | 655a00ea5015dc99a406362e41d7daf7954fe1f7 /rust/src/low_level_il | |
| parent | 7b12d8d25003ea7bcb06985d558af35b45726088 (diff) | |
belated copyright year update
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 8096c1aa..ac0be449 100644 --- a/rust/src/low_level_il/block.rs +++ b/rust/src/low_level_il/block.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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 7bae22c1..fd403c76 100644 --- a/rust/src/low_level_il/expression.rs +++ b/rust/src/low_level_il/expression.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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 fea467d0..9fdc17f5 100644 --- a/rust/src/low_level_il/function.rs +++ b/rust/src/low_level_il/function.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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 b023ad49..977dcff4 100644 --- a/rust/src/low_level_il/instruction.rs +++ b/rust/src/low_level_il/instruction.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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 430cb0f7..7401c99b 100644 --- a/rust/src/low_level_il/lifting.rs +++ b/rust/src/low_level_il/lifting.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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 f3c075ad..b1bc8ef4 100644 --- a/rust/src/low_level_il/operation.rs +++ b/rust/src/low_level_il/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2024 Vector 35 Inc. +// Copyright 2021-2025 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. |
