From 9216f83c87ae11ce035ad06a8a35498e6f5de92b Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sun, 15 Jun 2008 10:03:53 +0000 Subject: [PATCH] Updated year in copyright strings. --- BUILDING.txt | 5 ----- COPYING.txt | 2 +- build.py | 2 +- python.cpp | 2 +- python/idautils.py | 2 +- python/idc.py | 6 +++--- python/init.py | 2 +- 7 files changed, 8 insertions(+), 13 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index b18f104..d13fc1a 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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 See build.py for build details and possible tweaks. - - -------------------------------------------------------------------------------- -Copyright (c) 2004-2007 Gergely Erdelyi . All rights reserved. -------------------------------------------------------------------------------- diff --git a/COPYING.txt b/COPYING.txt index 8929aba..c1edb22 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,4 +1,4 @@ -Copyright (c) 2004-2007 Gergely Erdelyi . All rights reserved. +Copyright (c) 2004-2008 Gergely Erdelyi . All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/build.py b/build.py index 314782a..fb9fa35 100644 --- a/build.py +++ b/build.py @@ -2,7 +2,7 @@ #------------------------------------------------------------ # IDAPython - Python plugin for Interactive Disassembler Pro # -# Copyright (c) 2004-2007 Gergely Erdelyi +# Copyright (c) 2004-2008 Gergely Erdelyi # # All rights reserved. # diff --git a/python.cpp b/python.cpp index a7307bd..a16fb3b 100644 --- a/python.cpp +++ b/python.cpp @@ -1,7 +1,7 @@ //------------------------------------------------------------ // IDAPython - Python plugin for Interactive Disassembler Pro // -// Copyright (c) 2004-2007 Gergely Erdelyi +// Copyright (c) 2004-2008 Gergely Erdelyi // // All rights reserved. // diff --git a/python/idautils.py b/python/idautils.py index df255c3..0bef1fd 100644 --- a/python/idautils.py +++ b/python/idautils.py @@ -1,7 +1,7 @@ #------------------------------------------------------------ # IDAPython - Python plugin for Interactive Disassembler Pro # -# Copyright (c) 2004-2007 Gergely Erdelyi +# Copyright (c) 2004-2008 Gergely Erdelyi # # All rights reserved. # diff --git a/python/idc.py b/python/idc.py index 9b91e18..62ad8cf 100644 --- a/python/idc.py +++ b/python/idc.py @@ -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 +# Copyright (c) 2004-2008 Gergely Erdelyi # # 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 diff --git a/python/init.py b/python/init.py index 18cc2ad..9df6ea0 100644 --- a/python/init.py +++ b/python/init.py @@ -2,7 +2,7 @@ #------------------------------------------------------------ # IDAPython - Python plugin for Interactive Disassembler Pro # -# Copyright (c) 2004-2007 Gergely Erdelyi +# Copyright (c) 2004-2008 Gergely Erdelyi # # All rights reserved. #