summaryrefslogtreecommitdiff
path: root/src/arch/mips
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-01 19:01:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-01 19:01:07 (GMT)
commit4fd0c480b7eb4bef21aa5d458f1e47c28aeea11c (patch)
treef9064812fc254dc09089c7c3b27532634996ce8a /src/arch/mips
parentce12c2bb85d26b0f6de5ba42ff53e2ff6788f4e4 (diff)
Updated copyright dates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/mips')
-rw-r--r--src/arch/mips/instruction.c2
-rw-r--r--src/arch/mips/instruction.h2
-rw-r--r--src/arch/mips/operand.c2
-rw-r--r--src/arch/mips/operand.h2
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.
*