diff options
| author | Xusheng <xusheng@vector35.com> | 2023-01-06 12:43:46 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2023-01-06 12:43:46 +0800 |
| commit | 0f530dd41bee6ed057567c42c7ae92fd474364c8 (patch) | |
| tree | d1974fd23d6b2812c568cc227a54a2bbf408663d /rust/src/llil | |
| parent | f209d2bc4a06486203804458e6f0222d9c4813f1 (diff) | |
Fix update copyright year leftover
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 c58dbb2a..73182633 100644 --- a/rust/src/llil/block.rs +++ b/rust/src/llil/block.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 925d1958..4c6d784b 100644 --- a/rust/src/llil/expression.rs +++ b/rust/src/llil/expression.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 82166269..1c2b7df0 100644 --- a/rust/src/llil/function.rs +++ b/rust/src/llil/function.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 348a2cf1..ad7ce274 100644 --- a/rust/src/llil/instruction.rs +++ b/rust/src/llil/instruction.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 f61d6b92..216b3bbd 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 bf70a247..f7696d57 100644 --- a/rust/src/llil/mod.rs +++ b/rust/src/llil/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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 e0cff43d..f7d59ef6 100644 --- a/rust/src/llil/operation.rs +++ b/rust/src/llil/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2021-2022 Vector 35 Inc. +// Copyright 2021-2023 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. |
