Updated year in copyright strings.

This commit is contained in:
gergely.erdelyi
2008-06-15 10:03:53 +00:00
parent f103d84c83
commit 9216f83c87
7 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#------------------------------------------------------------
# IDAPython - Python plugin for Interactive Disassembler Pro
#
# Copyright (c) 2004-2007 Gergely Erdelyi <dyce@d-dome.net>
# Copyright (c) 2004-2008 Gergely Erdelyi <dyce@d-dome.net>
#
# All rights reserved.
#
+3 -3
View File
@@ -3,10 +3,10 @@
# IDAPython - Python plugin for Interactive Disassembler Pro
#
# Original IDC.IDC:
# Copyright (c) 1990-2007 Ilfak Guilfanov
# Copyright (c) 1990-2008 Ilfak Guilfanov
#
# Python conversion:
# Copyright (c) 2004-2007 Gergely Erdelyi <dyce@d-dome.net>
# Copyright (c) 2004-2008 Gergely Erdelyi <dyce@d-dome.net>
#
# All rights reserved.
#
@@ -299,7 +299,7 @@ def rotate_left(value, count, nbits, offset):
"""
raise NotImplementedError
z
def AddHotkey(hotkey, idcfunc):
"""
Add hotkey for IDC function
+1 -1
View File
@@ -2,7 +2,7 @@
#------------------------------------------------------------
# IDAPython - Python plugin for Interactive Disassembler Pro
#
# Copyright (c) 2004-2007 Gergely Erdelyi <dyce@d-dome.net>
# Copyright (c) 2004-2008 Gergely Erdelyi <dyce@d-dome.net>
#
# All rights reserved.
#