diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-01-08 18:55:26 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-01-08 18:55:26 -0500 |
| commit | 7df8225edc9bb62217b3864b5bc63b2698759d46 (patch) | |
| tree | 890f35c6c92b0062098221dbe1ce4458baf1b2f8 /rust/src/llil | |
| parent | 69b6b8a0853a8d54151a1888e29817f67b0ee645 (diff) | |
update copyright year
Diffstat (limited to 'rust/src/llil')
| -rw-r--r-- | rust/src/llil/block.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/expression.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/function.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/instruction.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/lifting.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/mod.rs | 2 | ||||
| -rw-r--r-- | rust/src/llil/operation.rs | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/rust/src/llil/block.rs b/rust/src/llil/block.rs index 73182633..d904d2d8 100644 --- a/rust/src/llil/block.rs +++ b/rust/src/llil/block.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/expression.rs b/rust/src/llil/expression.rs index 60d13521..d8a3a643 100644 --- a/rust/src/llil/expression.rs +++ b/rust/src/llil/expression.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/function.rs b/rust/src/llil/function.rs index 6d561731..46d3e6d1 100644 --- a/rust/src/llil/function.rs +++ b/rust/src/llil/function.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/instruction.rs b/rust/src/llil/instruction.rs index ab02b175..9f2ad9b2 100644 --- a/rust/src/llil/instruction.rs +++ b/rust/src/llil/instruction.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/lifting.rs b/rust/src/llil/lifting.rs index f40f9529..daf95ac3 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/mod.rs b/rust/src/llil/mod.rs index 8d199a2a..b9424e86 100644 --- a/rust/src/llil/mod.rs +++ b/rust/src/llil/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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/llil/operation.rs b/rust/src/llil/operation.rs index f90fafd8..3c40f207 100644 --- a/rust/src/llil/operation.rs +++ b/rust/src/llil/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Vector 35 Inc. +// Copyright 2021-2024 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. |
