From 7df8225edc9bb62217b3864b5bc63b2698759d46 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 8 Jan 2024 18:55:26 -0500 Subject: update copyright year --- rust/src/llil/block.rs | 2 +- rust/src/llil/expression.rs | 2 +- rust/src/llil/function.rs | 2 +- rust/src/llil/instruction.rs | 2 +- rust/src/llil/lifting.rs | 2 +- rust/src/llil/mod.rs | 2 +- rust/src/llil/operation.rs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'rust/src/llil') 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. -- cgit v1.3.1