diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/instruction.c | 2 | ||||
-rw-r--r-- | src/arch/mips/instruction.h | 2 | ||||
-rw-r--r-- | src/arch/mips/operand.c | 2 | ||||
-rw-r--r-- | src/arch/mips/operand.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/mips/instruction.c b/src/arch/mips/instruction.c index fd39d5c..87d184b 100644 --- a/src/arch/mips/instruction.c +++ b/src/arch/mips/instruction.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * instruction.c - gestion des instructions de l'architecture MIPS * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/mips/instruction.h b/src/arch/mips/instruction.h index 79b63f9..12ea84a 100644 --- a/src/arch/mips/instruction.h +++ b/src/arch/mips/instruction.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * instruction.h - prototypes pour la gestion des instructions de l'architecture MIPS * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/mips/operand.c b/src/arch/mips/operand.c index 6c88a7e..c470e74 100644 --- a/src/arch/mips/operand.c +++ b/src/arch/mips/operand.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture MIPS * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/mips/operand.h b/src/arch/mips/operand.h index 22bd080..8cfb229 100644 --- a/src/arch/mips/operand.h +++ b/src/arch/mips/operand.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture MIPS * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2009 Cyrille Bagard * * This file is part of OpenIDA. * |