mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-30 21:14:20 +01:00
Updated year in copyright strings.
This commit is contained in:
parent
f103d84c83
commit
9216f83c87
@ -56,8 +56,3 @@ Make sure all the needed tools (compiler, swig) are on the PATH.
|
|||||||
5, Install the components as described in README.txt
|
5, Install the components as described in README.txt
|
||||||
|
|
||||||
See build.py for build details and possible tweaks.
|
See build.py for build details and possible tweaks.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
Copyright (c) 2004-2007 Gergely Erdelyi <dyce@d-dome.net>. All rights reserved.
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2004-2007 Gergely Erdelyi <dyce@d-dome.net>. All rights reserved.
|
Copyright (c) 2004-2008 Gergely Erdelyi <dyce@d-dome.net>. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
2
build.py
2
build.py
@ -2,7 +2,7 @@
|
|||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
# IDAPython - Python plugin for Interactive Disassembler Pro
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
// IDAPython - Python plugin for Interactive Disassembler Pro
|
// 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.
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
# IDAPython - Python plugin for Interactive Disassembler Pro
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
# IDAPython - Python plugin for Interactive Disassembler Pro
|
# IDAPython - Python plugin for Interactive Disassembler Pro
|
||||||
#
|
#
|
||||||
# Original IDC.IDC:
|
# Original IDC.IDC:
|
||||||
# Copyright (c) 1990-2007 Ilfak Guilfanov
|
# Copyright (c) 1990-2008 Ilfak Guilfanov
|
||||||
#
|
#
|
||||||
# Python conversion:
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -299,7 +299,7 @@ def rotate_left(value, count, nbits, offset):
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
z
|
||||||
def AddHotkey(hotkey, idcfunc):
|
def AddHotkey(hotkey, idcfunc):
|
||||||
"""
|
"""
|
||||||
Add hotkey for IDC function
|
Add hotkey for IDC function
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
# IDAPython - Python plugin for Interactive Disassembler Pro
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user