diff options
| author | Xusheng <xusheng@vector35.com> | 2023-01-06 12:43:46 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2023-01-06 12:43:46 +0800 |
| commit | 0f530dd41bee6ed057567c42c7ae92fd474364c8 (patch) | |
| tree | d1974fd23d6b2812c568cc227a54a2bbf408663d /python | |
| parent | f209d2bc4a06486203804458e6f0222d9c4813f1 (diff) | |
Fix update copyright year leftover
Diffstat (limited to 'python')
| -rw-r--r-- | python/commonil.py | 2 | ||||
| -rw-r--r-- | python/examples/asm_to_llil_view.py | 2 | ||||
| -rwxr-xr-x | python/examples/cli_dis.py | 2 | ||||
| -rwxr-xr-x | python/examples/cli_lift.py | 2 | ||||
| -rw-r--r-- | python/examples/linear_mlil.py | 2 | ||||
| -rwxr-xr-x | python/examples/pe_stat.py | 2 | ||||
| -rw-r--r-- | python/highlevelil.py | 2 | ||||
| -rw-r--r-- | python/mediumlevelil.py | 2 |
8 files changed, 8 insertions, 8 deletions
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 |
