We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e6f7 commit fce597dCopy full SHA for fce597d
binpythonfull.py
@@ -135,9 +135,6 @@ def binpython_shell():
135
print("Type help() for interactive help, or help(object) for help about object.")
136
elif pycmd == 'copyright':
137
print("""
138
-Copyright (c) 2022 BINPython xingyujie(https://github.com/xingyujie/binpython).
139
-All Rights Reserved.
140
-
141
Copyright (c) 2001-2022 Python Software Foundation.
142
All Rights Reserved.
143
@@ -441,4 +438,4 @@ def TestPlatform():
441
438
startupcode = open(filename.read(),encoding = "utf-8")
442
439
exec(startupcode.read())
443
440
except:
444
- binpython_shell()
+ binpython_shell()
0 commit comments