Updated copyright dates and email address

This commit is contained in:
gergely.erdelyi
2010-04-26 20:13:11 +00:00
parent 1157ea1487
commit 6112217cab
12 changed files with 27 additions and 27 deletions

View File

@@ -1,15 +1,15 @@
//------------------------------------------------------------
//---------------------------------------------------------------------
// IDAPython - Python plugin for Interactive Disassembler Pro
//
// Copyright (c) 2004-2009 Gergely Erdelyi <dyce@d-dome.net>
// Copyright (c) 2004-2010 Gergely Erdelyi <gergely.erdelyi@d-dome.net>
//
// All rights reserved.
//
// For detailed copyright information see the file COPYING in
// the root of the distribution archive.
//------------------------------------------------------------
//---------------------------------------------------------------------
// python.cpp - Main plugin code
//------------------------------------------------------------
//---------------------------------------------------------------------
#include <Python.h>
/* This define fixes the redefinition of ssize_t */