summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/examples/dwarf/dwarf_import/src/die_handlers.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/functions.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/helpers.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/lib.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/types.rs2
-rw-r--r--rust/examples/dwarf/dwarfdump/src/lib.rs2
-rw-r--r--rust/examples/dwarf/shared/src/lib.rs2
-rw-r--r--rust/src/architecture.rs2
-rw-r--r--rust/src/backgroundtask.rs2
-rw-r--r--rust/src/basicblock.rs2
-rw-r--r--rust/src/binaryreader.rs2
-rw-r--r--rust/src/binaryview.rs2
-rw-r--r--rust/src/binarywriter.rs2
-rw-r--r--rust/src/callingconvention.rs2
-rw-r--r--rust/src/command.rs2
-rw-r--r--rust/src/custombinaryview.rs2
-rw-r--r--rust/src/databuffer.rs2
-rw-r--r--rust/src/debuginfo.rs2
-rw-r--r--rust/src/demangle.rs2
-rw-r--r--rust/src/disassembly.rs2
-rw-r--r--rust/src/ffi.rs2
-rw-r--r--rust/src/fileaccessor.rs2
-rw-r--r--rust/src/filemetadata.rs2
-rw-r--r--rust/src/flowgraph.rs2
-rw-r--r--rust/src/function.rs2
-rw-r--r--rust/src/headless.rs2
-rw-r--r--rust/src/interaction.rs2
-rw-r--r--rust/src/lib.rs2
-rw-r--r--rust/src/linearview.rs2
-rw-r--r--rust/src/llil/block.rs2
-rw-r--r--rust/src/llil/expression.rs2
-rw-r--r--rust/src/llil/function.rs2
-rw-r--r--rust/src/llil/instruction.rs2
-rw-r--r--rust/src/llil/lifting.rs2
-rw-r--r--rust/src/llil/mod.rs2
-rw-r--r--rust/src/llil/operation.rs2
-rw-r--r--rust/src/platform.rs2
-rw-r--r--rust/src/rc.rs2
-rw-r--r--rust/src/section.rs2
-rw-r--r--rust/src/segment.rs2
-rw-r--r--rust/src/settings.rs2
-rw-r--r--rust/src/string.rs2
-rw-r--r--rust/src/symbol.rs2
-rw-r--r--rust/src/tags.rs2
-rw-r--r--rust/src/types.rs2
46 files changed, 46 insertions, 46 deletions
diff --git a/rust/examples/dwarf/dwarf_import/src/die_handlers.rs b/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
index cd3ad55f..7f4b1000 100644
--- a/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
+++ b/rust/examples/dwarf/dwarf_import/src/die_handlers.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/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs b/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
index ce72a299..89ff2e97 100644
--- a/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
+++ b/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.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/examples/dwarf/dwarf_import/src/functions.rs b/rust/examples/dwarf/dwarf_import/src/functions.rs
index 427b5c26..e031071b 100644
--- a/rust/examples/dwarf/dwarf_import/src/functions.rs
+++ b/rust/examples/dwarf/dwarf_import/src/functions.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/examples/dwarf/dwarf_import/src/helpers.rs b/rust/examples/dwarf/dwarf_import/src/helpers.rs
index 05cf6f82..da1f0d29 100644
--- a/rust/examples/dwarf/dwarf_import/src/helpers.rs
+++ b/rust/examples/dwarf/dwarf_import/src/helpers.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/examples/dwarf/dwarf_import/src/lib.rs b/rust/examples/dwarf/dwarf_import/src/lib.rs
index 4046e022..d46be392 100644
--- a/rust/examples/dwarf/dwarf_import/src/lib.rs
+++ b/rust/examples/dwarf/dwarf_import/src/lib.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/examples/dwarf/dwarf_import/src/types.rs b/rust/examples/dwarf/dwarf_import/src/types.rs
index e6af9130..0c2435f1 100644
--- a/rust/examples/dwarf/dwarf_import/src/types.rs
+++ b/rust/examples/dwarf/dwarf_import/src/types.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/examples/dwarf/dwarfdump/src/lib.rs b/rust/examples/dwarf/dwarfdump/src/lib.rs
index 08a237f4..d1a415d7 100644
--- a/rust/examples/dwarf/dwarfdump/src/lib.rs
+++ b/rust/examples/dwarf/dwarfdump/src/lib.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/examples/dwarf/shared/src/lib.rs b/rust/examples/dwarf/shared/src/lib.rs
index 29ca02a4..718dcb8c 100644
--- a/rust/examples/dwarf/shared/src/lib.rs
+++ b/rust/examples/dwarf/shared/src/lib.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/architecture.rs b/rust/src/architecture.rs
index 9b5af6ee..f5aed09e 100644
--- a/rust/src/architecture.rs
+++ b/rust/src/architecture.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/backgroundtask.rs b/rust/src/backgroundtask.rs
index 7a24b62c..1eb090d7 100644
--- a/rust/src/backgroundtask.rs
+++ b/rust/src/backgroundtask.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/basicblock.rs b/rust/src/basicblock.rs
index cdd7186e..73ad9362 100644
--- a/rust/src/basicblock.rs
+++ b/rust/src/basicblock.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/binaryreader.rs b/rust/src/binaryreader.rs
index 1ea6885e..db681e74 100644
--- a/rust/src/binaryreader.rs
+++ b/rust/src/binaryreader.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/binaryview.rs b/rust/src/binaryview.rs
index 9bcbbec2..a6b2b540 100644
--- a/rust/src/binaryview.rs
+++ b/rust/src/binaryview.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/binarywriter.rs b/rust/src/binarywriter.rs
index 64e9b6a3..802a9b37 100644
--- a/rust/src/binarywriter.rs
+++ b/rust/src/binarywriter.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/callingconvention.rs b/rust/src/callingconvention.rs
index 484afee6..56755b37 100644
--- a/rust/src/callingconvention.rs
+++ b/rust/src/callingconvention.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/command.rs b/rust/src/command.rs
index 1d5eb622..f5332734 100644
--- a/rust/src/command.rs
+++ b/rust/src/command.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/custombinaryview.rs b/rust/src/custombinaryview.rs
index 2fd37cab..21b63c91 100644
--- a/rust/src/custombinaryview.rs
+++ b/rust/src/custombinaryview.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/databuffer.rs b/rust/src/databuffer.rs
index f14b71a0..ebe19848 100644
--- a/rust/src/databuffer.rs
+++ b/rust/src/databuffer.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/debuginfo.rs b/rust/src/debuginfo.rs
index 40c1fd39..640819dd 100644
--- a/rust/src/debuginfo.rs
+++ b/rust/src/debuginfo.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/demangle.rs b/rust/src/demangle.rs
index 0b01a231..2efa0ca4 100644
--- a/rust/src/demangle.rs
+++ b/rust/src/demangle.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/disassembly.rs b/rust/src/disassembly.rs
index 3d94f3bd..161eebc3 100644
--- a/rust/src/disassembly.rs
+++ b/rust/src/disassembly.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/ffi.rs b/rust/src/ffi.rs
index e927a96f..eb584828 100644
--- a/rust/src/ffi.rs
+++ b/rust/src/ffi.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/fileaccessor.rs b/rust/src/fileaccessor.rs
index 874e348d..cf94e902 100644
--- a/rust/src/fileaccessor.rs
+++ b/rust/src/fileaccessor.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/filemetadata.rs b/rust/src/filemetadata.rs
index 1a558f3d..43c6f05d 100644
--- a/rust/src/filemetadata.rs
+++ b/rust/src/filemetadata.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/flowgraph.rs b/rust/src/flowgraph.rs
index 0f959429..9d95cc49 100644
--- a/rust/src/flowgraph.rs
+++ b/rust/src/flowgraph.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/function.rs b/rust/src/function.rs
index 7af9ee02..93af0dd9 100644
--- a/rust/src/function.rs
+++ b/rust/src/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/headless.rs b/rust/src/headless.rs
index 2d3dec6d..1520fc58 100644
--- a/rust/src/headless.rs
+++ b/rust/src/headless.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/interaction.rs b/rust/src/interaction.rs
index 13785369..7e549253 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/lib.rs b/rust/src/lib.rs
index 5347491f..fa33439f 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.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/linearview.rs b/rust/src/linearview.rs
index 0be05da8..82094f6f 100644
--- a/rust/src/linearview.rs
+++ b/rust/src/linearview.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/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.
diff --git a/rust/src/platform.rs b/rust/src/platform.rs
index 29e5d65e..3df5e7c4 100644
--- a/rust/src/platform.rs
+++ b/rust/src/platform.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/rc.rs b/rust/src/rc.rs
index 2e4086e3..cdcae179 100644
--- a/rust/src/rc.rs
+++ b/rust/src/rc.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/section.rs b/rust/src/section.rs
index 971204ba..25e8ea5d 100644
--- a/rust/src/section.rs
+++ b/rust/src/section.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/segment.rs b/rust/src/segment.rs
index 671c3569..2de785c5 100644
--- a/rust/src/segment.rs
+++ b/rust/src/segment.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/settings.rs b/rust/src/settings.rs
index d5720ff4..3ec3e406 100644
--- a/rust/src/settings.rs
+++ b/rust/src/settings.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/string.rs b/rust/src/string.rs
index 5bfddcee..55521f09 100644
--- a/rust/src/string.rs
+++ b/rust/src/string.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/symbol.rs b/rust/src/symbol.rs
index c2b1fd4c..25801eee 100644
--- a/rust/src/symbol.rs
+++ b/rust/src/symbol.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/tags.rs b/rust/src/tags.rs
index 91bd051c..65680b8c 100644
--- a/rust/src/tags.rs
+++ b/rust/src/tags.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-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/types.rs b/rust/src/types.rs
index 04cb93fc..2d67522d 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.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.