summaryrefslogtreecommitdiff
path: root/rust/src
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 /rust/src
parentf209d2bc4a06486203804458e6f0222d9c4813f1 (diff)
Fix update copyright year leftover
Diffstat (limited to 'rust/src')
-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
38 files changed, 38 insertions, 38 deletions
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.