diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-08-29 13:11:11 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-08-29 13:11:11 -0400 |
| commit | 995ce65e1c59cb276dd9ca77fe216a8b7639db9d (patch) | |
| tree | 71d79dc2a1c974670ef3424e740e644819f81e56 /rust/src/llil | |
| parent | 3d1aaeb4d5e72ba6adcaa9eb24429879f5ad3250 (diff) | |
Rust API : Update and add copyrights
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 63e93338..c58dbb2a 100644 --- a/rust/src/llil/block.rs +++ b/rust/src/llil/block.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 4cf2cad5..925d1958 100644 --- a/rust/src/llil/expression.rs +++ b/rust/src/llil/expression.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 adc39f13..82166269 100644 --- a/rust/src/llil/function.rs +++ b/rust/src/llil/function.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 109e5ea7..348a2cf1 100644 --- a/rust/src/llil/instruction.rs +++ b/rust/src/llil/instruction.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 90c5b46a..f61d6b92 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 862cf4ae..bf70a247 100644 --- a/rust/src/llil/mod.rs +++ b/rust/src/llil/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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 55d384e9..e0cff43d 100644 --- a/rust/src/llil/operation.rs +++ b/rust/src/llil/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Vector 35 Inc. +// Copyright 2021-2022 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. |
