From 0eb4291b251afdddbf9aabf6a1a4f572963e22df Mon Sep 17 00:00:00 2001 From: N0stalgikow Date: Wed, 13 Mar 2024 18:34:53 +0530 Subject: [PATCH] Updating copyright across all files based on when it was first introduced. (#2027) * updating copyright, back to the date of origin of file * updating regex to account for linter violation --- .github/flake8.ini | 2 +- LICENSE.txt | 2 +- capa/engine.py | 2 +- capa/exceptions.py | 2 +- capa/features/address.py | 2 +- capa/features/basicblock.py | 2 +- capa/features/com/__init__.py | 2 +- capa/features/com/classes.py | 2 +- capa/features/com/interfaces.py | 2 +- capa/features/common.py | 2 +- capa/features/extractors/base_extractor.py | 2 +- capa/features/extractors/common.py | 2 +- capa/features/extractors/dnfile/extractor.py | 2 +- capa/features/extractors/dnfile/file.py | 2 +- capa/features/extractors/dnfile/function.py | 2 +- capa/features/extractors/dnfile/helpers.py | 2 +- capa/features/extractors/dnfile/insn.py | 2 +- capa/features/extractors/dnfile/types.py | 2 +- capa/features/extractors/dotnetfile.py | 2 +- capa/features/extractors/elf.py | 2 +- capa/features/extractors/elffile.py | 2 +- capa/features/extractors/helpers.py | 2 +- capa/features/extractors/ida/basicblock.py | 2 +- capa/features/extractors/ida/extractor.py | 2 +- capa/features/extractors/ida/file.py | 2 +- capa/features/extractors/ida/function.py | 2 +- capa/features/extractors/ida/global_.py | 2 +- capa/features/extractors/ida/helpers.py | 2 +- capa/features/extractors/ida/insn.py | 2 +- capa/features/extractors/loops.py | 2 +- capa/features/extractors/null.py | 2 +- capa/features/extractors/pefile.py | 2 +- capa/features/extractors/strings.py | 2 +- capa/features/extractors/viv/basicblock.py | 2 +- capa/features/extractors/viv/extractor.py | 2 +- capa/features/extractors/viv/file.py | 2 +- capa/features/extractors/viv/function.py | 2 +- capa/features/extractors/viv/global_.py | 2 +- capa/features/extractors/viv/helpers.py | 2 +- capa/features/extractors/viv/indirect_calls.py | 2 +- capa/features/extractors/viv/insn.py | 2 +- capa/features/file.py | 2 +- capa/features/freeze/__init__.py | 2 +- capa/features/freeze/features.py | 2 +- capa/features/insn.py | 2 +- capa/ghidra/capa_explorer.py | 2 +- capa/helpers.py | 2 +- capa/ida/helpers.py | 2 +- capa/ida/plugin/__init__.py | 2 +- capa/ida/plugin/capa_explorer.py | 2 +- capa/ida/plugin/form.py | 2 +- capa/ida/plugin/hooks.py | 2 +- capa/ida/plugin/icon.py | 2 +- capa/ida/plugin/item.py | 2 +- capa/ida/plugin/model.py | 2 +- capa/ida/plugin/proxy.py | 2 +- capa/ida/plugin/view.py | 2 +- capa/loader.py | 2 +- capa/main.py | 2 +- capa/optimizer.py | 2 +- capa/perf.py | 2 +- capa/render/default.py | 2 +- capa/render/json.py | 2 +- capa/render/result_document.py | 2 +- capa/render/utils.py | 2 +- capa/render/verbose.py | 2 +- capa/render/vverbose.py | 2 +- capa/version.py | 2 +- scripts/bulk-process.py | 4 ++-- scripts/capa2yara.py | 2 +- scripts/capa_as_library.py | 2 +- scripts/capafmt.py | 2 +- scripts/detect-elf-os.py | 2 +- scripts/import-to-bn.py | 2 +- scripts/import-to-ida.py | 2 +- scripts/lint.py | 2 +- scripts/match-function-id.py | 2 +- scripts/profile-memory.py | 2 +- scripts/profile-time.py | 2 +- scripts/setup-linter-dependencies.py | 2 +- scripts/show-capabilities-by-function.py | 4 ++-- scripts/show-features.py | 2 +- tests/fixtures.py | 2 +- tests/test_dnfile_features.py | 2 +- tests/test_dotnetfile_features.py | 2 +- tests/test_engine.py | 2 +- tests/test_fmt.py | 2 +- tests/test_function_id.py | 2 +- tests/test_helpers.py | 2 +- tests/test_ida_features.py | 2 +- tests/test_main.py | 2 +- tests/test_match.py | 2 +- tests/test_optimizer.py | 2 +- tests/test_os_detection.py | 2 +- tests/test_pefile_features.py | 2 +- tests/test_render.py | 2 +- tests/test_result_document.py | 2 +- tests/test_rules.py | 2 +- tests/test_rules_insn_scope.py | 2 +- tests/test_scripts.py | 2 +- tests/test_viv_features.py | 2 +- 101 files changed, 103 insertions(+), 103 deletions(-) diff --git a/.github/flake8.ini b/.github/flake8.ini index 6426764f..afd1a6f9 100644 --- a/.github/flake8.ini +++ b/.github/flake8.ini @@ -40,4 +40,4 @@ per-file-ignores = copyright-check = True copyright-min-file-size = 1 -copyright-regexp = Copyright \(C\) 2023 Mandiant, Inc. All Rights Reserved. \ No newline at end of file +copyright-regexp = Copyright \(C\) \d{4} Mandiant, Inc. All Rights Reserved. \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 861a3e4f..6a1de7cf 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (C) 2023 Mandiant, Inc. + Copyright (C) 2020 Mandiant, 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/capa/engine.py b/capa/engine.py index 7e6d66f2..ee103866 100644 --- a/capa/engine.py +++ b/capa/engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/exceptions.py b/capa/exceptions.py index 58af3bef..0c900d72 100644 --- a/capa/exceptions.py +++ b/capa/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/address.py b/capa/features/address.py index 0edf4cec..e589c0a1 100644 --- a/capa/features/address.py +++ b/capa/features/address.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/basicblock.py b/capa/features/basicblock.py index 5d768ea2..09f1b26d 100644 --- a/capa/features/basicblock.py +++ b/capa/features/basicblock.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/com/__init__.py b/capa/features/com/__init__.py index a799f510..4b4edd04 100644 --- a/capa/features/com/__init__.py +++ b/capa/features/com/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/com/classes.py b/capa/features/com/classes.py index 4a2c20e7..f517821f 100644 --- a/capa/features/com/classes.py +++ b/capa/features/com/classes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/com/interfaces.py b/capa/features/com/interfaces.py index 94ee94d3..b2b9a904 100644 --- a/capa/features/com/interfaces.py +++ b/capa/features/com/interfaces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/common.py b/capa/features/common.py index b6527625..5cbe684d 100644 --- a/capa/features/common.py +++ b/capa/features/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index 6252d747..34f67126 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/common.py b/capa/features/extractors/common.py index bf5a3e7b..ab25c00d 100644 --- a/capa/features/extractors/common.py +++ b/capa/features/extractors/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/extractor.py b/capa/features/extractors/dnfile/extractor.py index f1430fbd..fae20db3 100644 --- a/capa/features/extractors/dnfile/extractor.py +++ b/capa/features/extractors/dnfile/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/file.py b/capa/features/extractors/dnfile/file.py index 8ab2cc38..47f63ca0 100644 --- a/capa/features/extractors/dnfile/file.py +++ b/capa/features/extractors/dnfile/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/function.py b/capa/features/extractors/dnfile/function.py index 32069ed3..ed1bdf8a 100644 --- a/capa/features/extractors/dnfile/function.py +++ b/capa/features/extractors/dnfile/function.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/helpers.py b/capa/features/extractors/dnfile/helpers.py index e4bdfa01..81156849 100644 --- a/capa/features/extractors/dnfile/helpers.py +++ b/capa/features/extractors/dnfile/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/insn.py b/capa/features/extractors/dnfile/insn.py index bdaf7a3a..e6e9f940 100644 --- a/capa/features/extractors/dnfile/insn.py +++ b/capa/features/extractors/dnfile/insn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dnfile/types.py b/capa/features/extractors/dnfile/types.py index 4afcc81e..12aac5d6 100644 --- a/capa/features/extractors/dnfile/types.py +++ b/capa/features/extractors/dnfile/types.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/dotnetfile.py b/capa/features/extractors/dotnetfile.py index 4c9b4150..ca94b26b 100644 --- a/capa/features/extractors/dotnetfile.py +++ b/capa/features/extractors/dotnetfile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/elf.py b/capa/features/extractors/elf.py index 1e50ca2f..6c99b171 100644 --- a/capa/features/extractors/elf.py +++ b/capa/features/extractors/elf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/elffile.py b/capa/features/extractors/elffile.py index 5881c035..9dac9983 100644 --- a/capa/features/extractors/elffile.py +++ b/capa/features/extractors/elffile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/helpers.py b/capa/features/extractors/helpers.py index c4d4acb6..541a6eae 100644 --- a/capa/features/extractors/helpers.py +++ b/capa/features/extractors/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/basicblock.py b/capa/features/extractors/ida/basicblock.py index 81790132..88a1247e 100644 --- a/capa/features/extractors/ida/basicblock.py +++ b/capa/features/extractors/ida/basicblock.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/extractor.py b/capa/features/extractors/ida/extractor.py index e73db2ad..806ef8e7 100644 --- a/capa/features/extractors/ida/extractor.py +++ b/capa/features/extractors/ida/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/file.py b/capa/features/extractors/ida/file.py index 24f9528f..8e53d2a8 100644 --- a/capa/features/extractors/ida/file.py +++ b/capa/features/extractors/ida/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/function.py b/capa/features/extractors/ida/function.py index 54a72a6b..cb4d6329 100644 --- a/capa/features/extractors/ida/function.py +++ b/capa/features/extractors/ida/function.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/global_.py b/capa/features/extractors/ida/global_.py index 17f37bc4..047bfd0a 100644 --- a/capa/features/extractors/ida/global_.py +++ b/capa/features/extractors/ida/global_.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/helpers.py b/capa/features/extractors/ida/helpers.py index 5144d987..1c9cf29d 100644 --- a/capa/features/extractors/ida/helpers.py +++ b/capa/features/extractors/ida/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/ida/insn.py b/capa/features/extractors/ida/insn.py index cb6c89ac..e031b7a5 100644 --- a/capa/features/extractors/ida/insn.py +++ b/capa/features/extractors/ida/insn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/loops.py b/capa/features/extractors/loops.py index 26202011..96ddb2d9 100644 --- a/capa/features/extractors/loops.py +++ b/capa/features/extractors/loops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/null.py b/capa/features/extractors/null.py index 37bd914c..a0dd9104 100644 --- a/capa/features/extractors/null.py +++ b/capa/features/extractors/null.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/pefile.py b/capa/features/extractors/pefile.py index abd917c0..1ae56378 100644 --- a/capa/features/extractors/pefile.py +++ b/capa/features/extractors/pefile.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/strings.py b/capa/features/extractors/strings.py index 5f563b1c..3596e49d 100644 --- a/capa/features/extractors/strings.py +++ b/capa/features/extractors/strings.py @@ -1,6 +1,6 @@ # strings code from FLOSS, https://github.com/mandiant/flare-floss # -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/basicblock.py b/capa/features/extractors/viv/basicblock.py index 0a276ee1..2e450fb6 100644 --- a/capa/features/extractors/viv/basicblock.py +++ b/capa/features/extractors/viv/basicblock.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/extractor.py b/capa/features/extractors/viv/extractor.py index 86b905c0..001e9e35 100644 --- a/capa/features/extractors/viv/extractor.py +++ b/capa/features/extractors/viv/extractor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/file.py b/capa/features/extractors/viv/file.py index 52d56acc..2fc09841 100644 --- a/capa/features/extractors/viv/file.py +++ b/capa/features/extractors/viv/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/function.py b/capa/features/extractors/viv/function.py index b018b34b..ab1dcb42 100644 --- a/capa/features/extractors/viv/function.py +++ b/capa/features/extractors/viv/function.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/global_.py b/capa/features/extractors/viv/global_.py index 1b204237..39ee79bb 100644 --- a/capa/features/extractors/viv/global_.py +++ b/capa/features/extractors/viv/global_.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/helpers.py b/capa/features/extractors/viv/helpers.py index 662704af..a7554ac1 100644 --- a/capa/features/extractors/viv/helpers.py +++ b/capa/features/extractors/viv/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/indirect_calls.py b/capa/features/extractors/viv/indirect_calls.py index 71c63172..d39f08c9 100644 --- a/capa/features/extractors/viv/indirect_calls.py +++ b/capa/features/extractors/viv/indirect_calls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/extractors/viv/insn.py b/capa/features/extractors/viv/insn.py index 7b88dd2d..f57ef4bc 100644 --- a/capa/features/extractors/viv/insn.py +++ b/capa/features/extractors/viv/insn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/file.py b/capa/features/file.py index 46a6b65f..735464c6 100644 --- a/capa/features/file.py +++ b/capa/features/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/freeze/__init__.py b/capa/features/freeze/__init__.py index 44d40cd1..7f1f319a 100644 --- a/capa/features/freeze/__init__.py +++ b/capa/features/freeze/__init__.py @@ -1,7 +1,7 @@ """ capa freeze file format: `| capa0000 | + zlib(utf-8(json(...)))` -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/freeze/features.py b/capa/features/freeze/features.py index dd0b1f2f..dde5d9cd 100644 --- a/capa/features/freeze/features.py +++ b/capa/features/freeze/features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/features/insn.py b/capa/features/insn.py index 062882db..f4be23c8 100644 --- a/capa/features/insn.py +++ b/capa/features/insn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ghidra/capa_explorer.py b/capa/ghidra/capa_explorer.py index 5c2ff936..e0b2cf19 100644 --- a/capa/ghidra/capa_explorer.py +++ b/capa/ghidra/capa_explorer.py @@ -2,7 +2,7 @@ # @author Colton Gabertan (gabertan.colton@gmail.com) # @category Python 3.capa -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/helpers.py b/capa/helpers.py index ecf1b320..77380c7e 100644 --- a/capa/helpers.py +++ b/capa/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/helpers.py b/capa/ida/helpers.py index 90ce525e..02046ecf 100644 --- a/capa/ida/helpers.py +++ b/capa/ida/helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/__init__.py b/capa/ida/plugin/__init__.py index 789a1e1c..a24e7d38 100644 --- a/capa/ida/plugin/__init__.py +++ b/capa/ida/plugin/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/capa_explorer.py b/capa/ida/plugin/capa_explorer.py index a34bd08d..5514aec2 100644 --- a/capa/ida/plugin/capa_explorer.py +++ b/capa/ida/plugin/capa_explorer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/form.py b/capa/ida/plugin/form.py index f6219186..0aee6cea 100644 --- a/capa/ida/plugin/form.py +++ b/capa/ida/plugin/form.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/hooks.py b/capa/ida/plugin/hooks.py index fdbbe8e4..2f978e74 100644 --- a/capa/ida/plugin/hooks.py +++ b/capa/ida/plugin/hooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/icon.py b/capa/ida/plugin/icon.py index 76b42cd2..b201bf14 100644 --- a/capa/ida/plugin/icon.py +++ b/capa/ida/plugin/icon.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/item.py b/capa/ida/plugin/item.py index 17259f61..b2be1c14 100644 --- a/capa/ida/plugin/item.py +++ b/capa/ida/plugin/item.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/model.py b/capa/ida/plugin/model.py index dad4d1e6..c3b41670 100644 --- a/capa/ida/plugin/model.py +++ b/capa/ida/plugin/model.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/proxy.py b/capa/ida/plugin/proxy.py index 0c8b8d2c..e67147bd 100644 --- a/capa/ida/plugin/proxy.py +++ b/capa/ida/plugin/proxy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/ida/plugin/view.py b/capa/ida/plugin/view.py index b76f4e5a..017beeb5 100644 --- a/capa/ida/plugin/view.py +++ b/capa/ida/plugin/view.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/loader.py b/capa/loader.py index 024091e0..3d608996 100644 --- a/capa/loader.py +++ b/capa/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/main.py b/capa/main.py index 16d6d3cb..c10a8256 100644 --- a/capa/main.py +++ b/capa/main.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/optimizer.py b/capa/optimizer.py index 0ebee844..cba505b8 100644 --- a/capa/optimizer.py +++ b/capa/optimizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/perf.py b/capa/perf.py index 7358c5f9..2dcdb460 100644 --- a/capa/perf.py +++ b/capa/perf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/default.py b/capa/render/default.py index cf387a5d..2e506474 100644 --- a/capa/render/default.py +++ b/capa/render/default.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/json.py b/capa/render/json.py index dcd535fe..5aedec6f 100644 --- a/capa/render/json.py +++ b/capa/render/json.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/result_document.py b/capa/render/result_document.py index ce95245e..0dcd9dd1 100644 --- a/capa/render/result_document.py +++ b/capa/render/result_document.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/utils.py b/capa/render/utils.py index 642b45a3..c292186e 100644 --- a/capa/render/utils.py +++ b/capa/render/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/verbose.py b/capa/render/verbose.py index 44024acf..076ad2b1 100644 --- a/capa/render/verbose.py +++ b/capa/render/verbose.py @@ -14,7 +14,7 @@ example:: 0x10003415 0x10003797 -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/render/vverbose.py b/capa/render/vverbose.py index 3498d24b..ac167467 100644 --- a/capa/render/vverbose.py +++ b/capa/render/vverbose.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/capa/version.py b/capa/version.py index cfd66ebb..06bdc4ae 100644 --- a/capa/version.py +++ b/capa/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/bulk-process.py b/scripts/bulk-process.py index 0cb31503..ad977a76 100644 --- a/scripts/bulk-process.py +++ b/scripts/bulk-process.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt @@ -54,7 +54,7 @@ usage: parallelism factor --no-mp disable subprocesses -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/capa2yara.py b/scripts/capa2yara.py index b1adb362..91eecdd9 100644 --- a/scripts/capa2yara.py +++ b/scripts/capa2yara.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/capa_as_library.py b/scripts/capa_as_library.py index cc3228f9..bb1c2102 100644 --- a/scripts/capa_as_library.py +++ b/scripts/capa_as_library.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/capafmt.py b/scripts/capafmt.py index be46b2ad..4baf445b 100644 --- a/scripts/capafmt.py +++ b/scripts/capafmt.py @@ -6,7 +6,7 @@ Usage: $ python capafmt.py -i foo.yml -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/detect-elf-os.py b/scripts/detect-elf-os.py index 2dfd86b7..a45a6fe1 100644 --- a/scripts/detect-elf-os.py +++ b/scripts/detect-elf-os.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2 """ -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/import-to-bn.py b/scripts/import-to-bn.py index 74293f74..7fefcd2f 100644 --- a/scripts/import-to-bn.py +++ b/scripts/import-to-bn.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/import-to-ida.py b/scripts/import-to-ida.py index 3c653304..6dd1fb63 100644 --- a/scripts/import-to-ida.py +++ b/scripts/import-to-ida.py @@ -20,7 +20,7 @@ and then select the existing capa report from the file system. This script will verify that the report matches the workspace. Check the output window for any errors, and/or the summary of changes. -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/lint.py b/scripts/lint.py index fa85bf2d..ad9b7990 100644 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -5,7 +5,7 @@ Usage: $ python scripts/lint.py rules/ -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/match-function-id.py b/scripts/match-function-id.py index 7896e24b..800d1cad 100644 --- a/scripts/match-function-id.py +++ b/scripts/match-function-id.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/profile-memory.py b/scripts/profile-memory.py index b958eac0..556deff5 100644 --- a/scripts/profile-memory.py +++ b/scripts/profile-memory.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/profile-time.py b/scripts/profile-time.py index dd0107c1..cc60686c 100644 --- a/scripts/profile-time.py +++ b/scripts/profile-time.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/setup-linter-dependencies.py b/scripts/setup-linter-dependencies.py index 09a5feef..b4ae3fd1 100644 --- a/scripts/setup-linter-dependencies.py +++ b/scripts/setup-linter-dependencies.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/show-capabilities-by-function.py b/scripts/show-capabilities-by-function.py index 5a1c0ea1..3375c904 100644 --- a/scripts/show-capabilities-by-function.py +++ b/scripts/show-capabilities-by-function.py @@ -1,5 +1,5 @@ #!/usr/bin/env python2 -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt @@ -47,7 +47,7 @@ Example:: - connect TCP socket ... -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/scripts/show-features.py b/scripts/show-features.py index d70c6815..9813a26d 100644 --- a/scripts/show-features.py +++ b/scripts/show-features.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2 """ -Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/fixtures.py b/tests/fixtures.py index ce21d7db..53104386 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_dnfile_features.py b/tests/test_dnfile_features.py index d5448766..8afedc3a 100644 --- a/tests/test_dnfile_features.py +++ b/tests/test_dnfile_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_dotnetfile_features.py b/tests/test_dotnetfile_features.py index c1dfcf46..e8a602a8 100644 --- a/tests/test_dotnetfile_features.py +++ b/tests/test_dotnetfile_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_engine.py b/tests/test_engine.py index f8c626db..785896a3 100644 --- a/tests/test_engine.py +++ b/tests/test_engine.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_fmt.py b/tests/test_fmt.py index 8688db98..75368a41 100644 --- a/tests/test_fmt.py +++ b/tests/test_fmt.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_function_id.py b/tests/test_function_id.py index bc177347..3af6f963 100644 --- a/tests/test_function_id.py +++ b/tests/test_function_id.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_helpers.py b/tests/test_helpers.py index 56a511b6..3f3fc932 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_ida_features.py b/tests/test_ida_features.py index 52b3a6a7..ea55faf9 100644 --- a/tests/test_ida_features.py +++ b/tests/test_ida_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_main.py b/tests/test_main.py index 2ee7e7da..197bca6f 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_match.py b/tests/test_match.py index 8c348098..07af33d7 100644 --- a/tests/test_match.py +++ b/tests/test_match.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_optimizer.py b/tests/test_optimizer.py index 68afc52c..b49194e1 100644 --- a/tests/test_optimizer.py +++ b/tests/test_optimizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_os_detection.py b/tests/test_os_detection.py index a650165d..0902ab55 100644 --- a/tests/test_os_detection.py +++ b/tests/test_os_detection.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_pefile_features.py b/tests/test_pefile_features.py index cb19b468..b3ea91d2 100644 --- a/tests/test_pefile_features.py +++ b/tests/test_pefile_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_render.py b/tests/test_render.py index 60d62149..a4ef014d 100644 --- a/tests/test_render.py +++ b/tests/test_render.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_result_document.py b/tests/test_result_document.py index 10f022d9..769709fa 100644 --- a/tests/test_result_document.py +++ b/tests/test_result_document.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_rules.py b/tests/test_rules.py index 15fc27c7..dc04f3f0 100644 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_rules_insn_scope.py b/tests/test_rules_insn_scope.py index 5dbef6f4..af928bb4 100644 --- a/tests/test_rules_insn_scope.py +++ b/tests/test_rules_insn_scope.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2022 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_scripts.py b/tests/test_scripts.py index 0075f560..77a4e77c 100644 --- a/tests/test_scripts.py +++ b/tests/test_scripts.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2021 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt diff --git a/tests/test_viv_features.py b/tests/test_viv_features.py index b63f0dc6..ca26f693 100644 --- a/tests/test_viv_features.py +++ b/tests/test_viv_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: [package root]/LICENSE.txt