diff options
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 812914cb..ef858f3b 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Vector 35 Inc +# Copyright (c) 2018-2020 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 @@ -1219,4 +1219,4 @@ class MediumLevelILBasicBlock(basicblock.BasicBlock): @il_function.setter def il_function(self, value): - self._il_function = value
\ No newline at end of file + self._il_function = value |
