summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2023-01-06 12:43:46 +0800
committerXusheng <xusheng@vector35.com>2023-01-06 12:43:46 +0800
commit0f530dd41bee6ed057567c42c7ae92fd474364c8 (patch)
treed1974fd23d6b2812c568cc227a54a2bbf408663d
parentf209d2bc4a06486203804458e6f0222d9c4813f1 (diff)
Fix update copyright year leftover
-rw-r--r--linearviewcursor.cpp2
-rw-r--r--linearviewobject.cpp2
-rw-r--r--mediumlevelil.cpp2
-rw-r--r--python/commonil.py2
-rw-r--r--python/examples/asm_to_llil_view.py2
-rwxr-xr-xpython/examples/cli_dis.py2
-rwxr-xr-xpython/examples/cli_lift.py2
-rw-r--r--python/examples/linear_mlil.py2
-rwxr-xr-xpython/examples/pe_stat.py2
-rw-r--r--python/highlevelil.py2
-rw-r--r--python/mediumlevelil.py2
-rw-r--r--rust/examples/dwarfdump/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
50 files changed, 50 insertions, 50 deletions
diff --git a/linearviewcursor.cpp b/linearviewcursor.cpp
index d17dac00..9c544f06 100644
--- a/linearviewcursor.cpp
+++ b/linearviewcursor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020-2022 Vector 35 Inc
+// Copyright (c) 2020-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
diff --git a/linearviewobject.cpp b/linearviewobject.cpp
index 34693e44..33a6f892 100644
--- a/linearviewobject.cpp
+++ b/linearviewobject.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020-2022 Vector 35 Inc
+// Copyright (c) 2020-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
diff --git a/mediumlevelil.cpp b/mediumlevelil.cpp
index bdb1d60e..2d920cd0 100644
--- a/mediumlevelil.cpp
+++ b/mediumlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2017-2022 Vector 35 Inc
+// Copyright (c) 2017-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
diff --git a/python/commonil.py b/python/commonil.py
index b2ca71fb..f84da073 100644
--- a/python/commonil.py
+++ b/python/commonil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/asm_to_llil_view.py b/python/examples/asm_to_llil_view.py
index 3b7fb374..f6676744 100644
--- a/python/examples/asm_to_llil_view.py
+++ b/python/examples/asm_to_llil_view.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/cli_dis.py b/python/examples/cli_dis.py
index cbd4b8f1..045be14c 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2022 Vector 35 Inc
+# Copyright (c) 2020-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/cli_lift.py b/python/examples/cli_lift.py
index 946f8c3a..e26a3532 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2022 Vector 35 Inc
+# Copyright (c) 2020-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/linear_mlil.py b/python/examples/linear_mlil.py
index 6f2426f2..c7272ec8 100644
--- a/python/examples/linear_mlil.py
+++ b/python/examples/linear_mlil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/pe_stat.py b/python/examples/pe_stat.py
index 2e3f7755..08dd43e0 100755
--- a/python/examples/pe_stat.py
+++ b/python/examples/pe_stat.py
@@ -3,7 +3,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2022 Vector 35 Inc
+# Copyright (c) 2020-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 04ae68ff..b8a53e52 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py
index 7280fb5e..c448ee9b 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2022 Vector 35 Inc
+# Copyright (c) 2018-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/rust/examples/dwarfdump/src/lib.rs b/rust/examples/dwarfdump/src/lib.rs
index d11ab532..7860c5bf 100644
--- a/rust/examples/dwarfdump/src/lib.rs
+++ b/rust/examples/dwarfdump/src/lib.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/architecture.rs b/rust/src/architecture.rs
index f1cdead0..d5e1685f 100644
--- a/rust/src/architecture.rs
+++ b/rust/src/architecture.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/backgroundtask.rs b/rust/src/backgroundtask.rs
index e3bd407d..2557a5f3 100644
--- a/rust/src/backgroundtask.rs
+++ b/rust/src/backgroundtask.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/basicblock.rs b/rust/src/basicblock.rs
index abc57a7a..c59e8d22 100644
--- a/rust/src/basicblock.rs
+++ b/rust/src/basicblock.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/binaryreader.rs b/rust/src/binaryreader.rs
index 3c881627..1ea6885e 100644
--- a/rust/src/binaryreader.rs
+++ b/rust/src/binaryreader.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/binaryview.rs b/rust/src/binaryview.rs
index dbb7b8ea..c14636de 100644
--- a/rust/src/binaryview.rs
+++ b/rust/src/binaryview.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/binarywriter.rs b/rust/src/binarywriter.rs
index 88d124e6..64e9b6a3 100644
--- a/rust/src/binarywriter.rs
+++ b/rust/src/binarywriter.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/callingconvention.rs b/rust/src/callingconvention.rs
index c1ac22ec..d6a1efe4 100644
--- a/rust/src/callingconvention.rs
+++ b/rust/src/callingconvention.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/command.rs b/rust/src/command.rs
index 53ec9771..977aad4c 100644
--- a/rust/src/command.rs
+++ b/rust/src/command.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/custombinaryview.rs b/rust/src/custombinaryview.rs
index 443d6384..a50e956f 100644
--- a/rust/src/custombinaryview.rs
+++ b/rust/src/custombinaryview.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/databuffer.rs b/rust/src/databuffer.rs
index 405084a6..65003711 100644
--- a/rust/src/databuffer.rs
+++ b/rust/src/databuffer.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/debuginfo.rs b/rust/src/debuginfo.rs
index c3c94261..766ed026 100644
--- a/rust/src/debuginfo.rs
+++ b/rust/src/debuginfo.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/demangle.rs b/rust/src/demangle.rs
index b23bea84..e9948cb6 100644
--- a/rust/src/demangle.rs
+++ b/rust/src/demangle.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/disassembly.rs b/rust/src/disassembly.rs
index 616fad35..22706f4b 100644
--- a/rust/src/disassembly.rs
+++ b/rust/src/disassembly.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/ffi.rs b/rust/src/ffi.rs
index d25a2a83..e927a96f 100644
--- a/rust/src/ffi.rs
+++ b/rust/src/ffi.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/fileaccessor.rs b/rust/src/fileaccessor.rs
index 2f764099..68b9cf14 100644
--- a/rust/src/fileaccessor.rs
+++ b/rust/src/fileaccessor.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/filemetadata.rs b/rust/src/filemetadata.rs
index b3ea655d..e3449b6e 100644
--- a/rust/src/filemetadata.rs
+++ b/rust/src/filemetadata.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/flowgraph.rs b/rust/src/flowgraph.rs
index df4ee391..c4bf5340 100644
--- a/rust/src/flowgraph.rs
+++ b/rust/src/flowgraph.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/function.rs b/rust/src/function.rs
index 16debf18..186671d9 100644
--- a/rust/src/function.rs
+++ b/rust/src/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/headless.rs b/rust/src/headless.rs
index fb73535c..cca8863b 100644
--- a/rust/src/headless.rs
+++ b/rust/src/headless.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/interaction.rs b/rust/src/interaction.rs
index 86ec30bb..5915e67e 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/lib.rs b/rust/src/lib.rs
index 275816fe..42d211b8 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.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/linearview.rs b/rust/src/linearview.rs
index f320f666..0be05da8 100644
--- a/rust/src/linearview.rs
+++ b/rust/src/linearview.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/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.
diff --git a/rust/src/platform.rs b/rust/src/platform.rs
index 3f33a056..29e5d65e 100644
--- a/rust/src/platform.rs
+++ b/rust/src/platform.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/rc.rs b/rust/src/rc.rs
index ad9d9e35..1c7de9da 100644
--- a/rust/src/rc.rs
+++ b/rust/src/rc.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/section.rs b/rust/src/section.rs
index da43763d..4eb49e69 100644
--- a/rust/src/section.rs
+++ b/rust/src/section.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/segment.rs b/rust/src/segment.rs
index 2d774350..88cf9356 100644
--- a/rust/src/segment.rs
+++ b/rust/src/segment.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/settings.rs b/rust/src/settings.rs
index 0ae69e95..d6d3cab4 100644
--- a/rust/src/settings.rs
+++ b/rust/src/settings.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/string.rs b/rust/src/string.rs
index cff0fba7..21972b34 100644
--- a/rust/src/string.rs
+++ b/rust/src/string.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/symbol.rs b/rust/src/symbol.rs
index 2578bee2..5b1d62a1 100644
--- a/rust/src/symbol.rs
+++ b/rust/src/symbol.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/tags.rs b/rust/src/tags.rs
index 6f1f5fba..bc30cb32 100644
--- a/rust/src/tags.rs
+++ b/rust/src/tags.rs
@@ -1,4 +1,4 @@
-// Copyright 2022 Vector 35 Inc.
+// Copyright 2022-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/types.rs b/rust/src/types.rs
index ef0c2c9c..eac2e7d1 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.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.