summaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
commit9fb4e05f124c8f794c835251f5e31142039f9f59 (patch)
tree36cab0df0b287a0f6a0221d207565ca95faf03ea /src/arch/x86
parent4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff)
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/instruction.c6
-rw-r--r--src/arch/x86/instruction.h6
-rw-r--r--src/arch/x86/opcodes/adc.c6
-rw-r--r--src/arch/x86/opcodes/add.c6
-rw-r--r--src/arch/x86/opcodes/and.c6
-rw-r--r--src/arch/x86/opcodes/arpl.c6
-rw-r--r--src/arch/x86/opcodes/call.c6
-rw-r--r--src/arch/x86/opcodes/cld.c6
-rw-r--r--src/arch/x86/opcodes/cmp.c6
-rw-r--r--src/arch/x86/opcodes/cmps.c6
-rw-r--r--src/arch/x86/opcodes/dec.c6
-rw-r--r--src/arch/x86/opcodes/hlt.c6
-rw-r--r--src/arch/x86/opcodes/inc.c6
-rw-r--r--src/arch/x86/opcodes/int.c6
-rw-r--r--src/arch/x86/opcodes/jump.c6
-rw-r--r--src/arch/x86/opcodes/lea.c6
-rw-r--r--src/arch/x86/opcodes/leave.c6
-rw-r--r--src/arch/x86/opcodes/mov.c6
-rw-r--r--src/arch/x86/opcodes/movs.c6
-rw-r--r--src/arch/x86/opcodes/movsx.c6
-rw-r--r--src/arch/x86/opcodes/movzx.c6
-rw-r--r--src/arch/x86/opcodes/mul.c6
-rw-r--r--src/arch/x86/opcodes/nop.c6
-rw-r--r--src/arch/x86/opcodes/not.c6
-rw-r--r--src/arch/x86/opcodes/opcodes.h6
-rw-r--r--src/arch/x86/opcodes/or.c6
-rw-r--r--src/arch/x86/opcodes/pop.c6
-rw-r--r--src/arch/x86/opcodes/push.c6
-rw-r--r--src/arch/x86/opcodes/rcl.c6
-rw-r--r--src/arch/x86/opcodes/rcr.c6
-rw-r--r--src/arch/x86/opcodes/ret.c6
-rw-r--r--src/arch/x86/opcodes/rol.c6
-rw-r--r--src/arch/x86/opcodes/ror.c6
-rw-r--r--src/arch/x86/opcodes/sar.c6
-rw-r--r--src/arch/x86/opcodes/sbb.c6
-rw-r--r--src/arch/x86/opcodes/scas.c6
-rw-r--r--src/arch/x86/opcodes/set.c6
-rw-r--r--src/arch/x86/opcodes/shl.c6
-rw-r--r--src/arch/x86/opcodes/shr.c6
-rw-r--r--src/arch/x86/opcodes/stos.c6
-rw-r--r--src/arch/x86/opcodes/sub.c6
-rw-r--r--src/arch/x86/opcodes/test.c6
-rw-r--r--src/arch/x86/opcodes/xchg.c6
-rw-r--r--src/arch/x86/opcodes/xor.c6
-rw-r--r--src/arch/x86/operand.c6
-rw-r--r--src/arch/x86/operand.h6
-rw-r--r--src/arch/x86/operands/data.c4
-rw-r--r--src/arch/x86/operands/data.h4
-rw-r--r--src/arch/x86/operands/modrm.c4
-rw-r--r--src/arch/x86/operands/modrm.h4
-rw-r--r--src/arch/x86/operands/moffs.c4
-rw-r--r--src/arch/x86/operands/moffs.h4
-rw-r--r--src/arch/x86/operands/register.c4
-rw-r--r--src/arch/x86/operands/register.h4
-rw-r--r--src/arch/x86/operands/relative.c4
-rw-r--r--src/arch/x86/operands/relative.h4
-rw-r--r--src/arch/x86/processor.c6
-rw-r--r--src/arch/x86/processor.h6
-rw-r--r--src/arch/x86/register.c6
-rw-r--r--src/arch/x86/register.h6
60 files changed, 170 insertions, 170 deletions
diff --git a/src/arch/x86/instruction.c b/src/arch/x86/instruction.c
index 44ec963..789aab2 100644
--- a/src/arch/x86/instruction.c
+++ b/src/arch/x86/instruction.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* instruction.c - gestion des instructions de l'architecture x86
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h
index 613514d..0d1259d 100644
--- a/src/arch/x86/instruction.h
+++ b/src/arch/x86/instruction.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* instruction.h - prototypes pour la gestion des instructions de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/adc.c b/src/arch/x86/opcodes/adc.c
index 7aad32a..1c5a690 100644
--- a/src/arch/x86/opcodes/adc.c
+++ b/src/arch/x86/opcodes/adc.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_adc.c - décodage des additions avec retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/add.c b/src/arch/x86/opcodes/add.c
index 5f323e9..a694c4d 100644
--- a/src/arch/x86/opcodes/add.c
+++ b/src/arch/x86/opcodes/add.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_add.c - décodage des additions
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/and.c b/src/arch/x86/opcodes/and.c
index 6eb22cf..3bce038 100644
--- a/src/arch/x86/opcodes/and.c
+++ b/src/arch/x86/opcodes/and.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_and.c - décodage des ET logiques
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/arpl.c b/src/arch/x86/opcodes/arpl.c
index cb3e7db..bf7bbed 100644
--- a/src/arch/x86/opcodes/arpl.c
+++ b/src/arch/x86/opcodes/arpl.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_arpl.c - décodage des ajustements de champs RPL
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/call.c b/src/arch/x86/opcodes/call.c
index 2e5c74d..a5b7583 100644
--- a/src/arch/x86/opcodes/call.c
+++ b/src/arch/x86/opcodes/call.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_call.c - décodage des appels
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/cld.c b/src/arch/x86/opcodes/cld.c
index 2c998b0..b5c6e73 100644
--- a/src/arch/x86/opcodes/cld.c
+++ b/src/arch/x86/opcodes/cld.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_cld.c - décodage de la suppression du drapeau de direction
*
- * Copyright (C) 2008-2009 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/cmp.c b/src/arch/x86/opcodes/cmp.c
index 1ff951a..0cdc6af 100644
--- a/src/arch/x86/opcodes/cmp.c
+++ b/src/arch/x86/opcodes/cmp.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_cmp.c - décodage des comparaisons d'opérandes
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/cmps.c b/src/arch/x86/opcodes/cmps.c
index 725b464..24e76ea 100644
--- a/src/arch/x86/opcodes/cmps.c
+++ b/src/arch/x86/opcodes/cmps.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_cmps.c - décodage des comparaisons de chaînes et de scalaires
*
- * Copyright (C) 2010 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/dec.c b/src/arch/x86/opcodes/dec.c
index 87e7b11..ef99c3d 100644
--- a/src/arch/x86/opcodes/dec.c
+++ b/src/arch/x86/opcodes/dec.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_dec.c - décodage des décrémentations
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/hlt.c b/src/arch/x86/opcodes/hlt.c
index cde96fb..2d2d8bc 100644
--- a/src/arch/x86/opcodes/hlt.c
+++ b/src/arch/x86/opcodes/hlt.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_hlt.c - décodage de la mise en pause du processeur
*
- * Copyright (C) 2008-2009 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/inc.c b/src/arch/x86/opcodes/inc.c
index ee28566..66f539c 100644
--- a/src/arch/x86/opcodes/inc.c
+++ b/src/arch/x86/opcodes/inc.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_inc.c - décodage des incrémentations
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/int.c b/src/arch/x86/opcodes/int.c
index 8acf17b..cc7e3d0 100644
--- a/src/arch/x86/opcodes/int.c
+++ b/src/arch/x86/opcodes/int.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_int.c - décodage des instructions d'interruption
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/jump.c b/src/arch/x86/opcodes/jump.c
index c4bf9a5..cca177a 100644
--- a/src/arch/x86/opcodes/jump.c
+++ b/src/arch/x86/opcodes/jump.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_jump.c - décodage des sauts inconditionnels
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/lea.c b/src/arch/x86/opcodes/lea.c
index 0291b6f..5ad6489 100644
--- a/src/arch/x86/opcodes/lea.c
+++ b/src/arch/x86/opcodes/lea.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_lea.c - décodage des chargements d'adresse effective
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/leave.c b/src/arch/x86/opcodes/leave.c
index 7e6128a..894da77 100644
--- a/src/arch/x86/opcodes/leave.c
+++ b/src/arch/x86/opcodes/leave.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_leave.c - décodage de la préparation d'une sortie d'appel
*
- * Copyright (C) 2008-2009 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/mov.c b/src/arch/x86/opcodes/mov.c
index a19689f..5f3235f 100644
--- a/src/arch/x86/opcodes/mov.c
+++ b/src/arch/x86/opcodes/mov.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_mov.c - décodage des déplacements de données
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/movs.c b/src/arch/x86/opcodes/movs.c
index 7a10006..e789724 100644
--- a/src/arch/x86/opcodes/movs.c
+++ b/src/arch/x86/opcodes/movs.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_movs.c - décodage des déplacements de données
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/movsx.c b/src/arch/x86/opcodes/movsx.c
index e5ec52d..6b61e27 100644
--- a/src/arch/x86/opcodes/movsx.c
+++ b/src/arch/x86/opcodes/movsx.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_movsx.c - décodage des copies d'opérandes sans mise à zéro
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/movzx.c b/src/arch/x86/opcodes/movzx.c
index 6648443..4a8afbc 100644
--- a/src/arch/x86/opcodes/movzx.c
+++ b/src/arch/x86/opcodes/movzx.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_movzx.c - décodage des copies d'opérandes avec mise à zéro
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/mul.c b/src/arch/x86/opcodes/mul.c
index 848fbdc..ab3b6bb 100644
--- a/src/arch/x86/opcodes/mul.c
+++ b/src/arch/x86/opcodes/mul.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_mul.c - décodage des multiplications
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/nop.c b/src/arch/x86/opcodes/nop.c
index 95e692c..14c0105 100644
--- a/src/arch/x86/opcodes/nop.c
+++ b/src/arch/x86/opcodes/nop.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_nop.c - décodage de l'instruction nulle
*
- * Copyright (C) 2008-2009 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/not.c b/src/arch/x86/opcodes/not.c
index 1a0c909..718f491 100644
--- a/src/arch/x86/opcodes/not.c
+++ b/src/arch/x86/opcodes/not.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_not.c - décodage des négations par complément à un
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/opcodes.h b/src/arch/x86/opcodes/opcodes.h
index 6b65673..0b51009 100644
--- a/src/arch/x86/opcodes/opcodes.h
+++ b/src/arch/x86/opcodes/opcodes.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* opcodes.h - prototypes pour la liste de tous les opcodes de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/or.c b/src/arch/x86/opcodes/or.c
index 14bf0ba..5ba0d0e 100644
--- a/src/arch/x86/opcodes/or.c
+++ b/src/arch/x86/opcodes/or.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_or.c - décodage des OU logiques
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/pop.c b/src/arch/x86/opcodes/pop.c
index 62c0d47..3a4c123 100644
--- a/src/arch/x86/opcodes/pop.c
+++ b/src/arch/x86/opcodes/pop.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_pop.c - décodage des dépilements
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/push.c b/src/arch/x86/opcodes/push.c
index 8702857..42c6862 100644
--- a/src/arch/x86/opcodes/push.c
+++ b/src/arch/x86/opcodes/push.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_push.c - décodage des empilements
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/rcl.c b/src/arch/x86/opcodes/rcl.c
index be98e23..7967425 100644
--- a/src/arch/x86/opcodes/rcl.c
+++ b/src/arch/x86/opcodes/rcl.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_rcl.c - décodage des rotations à gauche avec retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/rcr.c b/src/arch/x86/opcodes/rcr.c
index a8204f7..3cb8ad5 100644
--- a/src/arch/x86/opcodes/rcr.c
+++ b/src/arch/x86/opcodes/rcr.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_rcr.c - décodage des rotations à droite avec retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/ret.c b/src/arch/x86/opcodes/ret.c
index e1ffddf..d320230 100644
--- a/src/arch/x86/opcodes/ret.c
+++ b/src/arch/x86/opcodes/ret.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_ret.c - décodage de la sortie d'un appel
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/rol.c b/src/arch/x86/opcodes/rol.c
index 240e953..bcb76db 100644
--- a/src/arch/x86/opcodes/rol.c
+++ b/src/arch/x86/opcodes/rol.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_rol.c - décodage des rotations à gauche sans retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/ror.c b/src/arch/x86/opcodes/ror.c
index af66330..d2211b9 100644
--- a/src/arch/x86/opcodes/ror.c
+++ b/src/arch/x86/opcodes/ror.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_ror.c - décodage des rotations à droite sans retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/sar.c b/src/arch/x86/opcodes/sar.c
index 360cffb..f0cac2a 100644
--- a/src/arch/x86/opcodes/sar.c
+++ b/src/arch/x86/opcodes/sar.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_sar.c - décodage des décallages arithmetiques à droite
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/sbb.c b/src/arch/x86/opcodes/sbb.c
index b842436..5a8ee02 100644
--- a/src/arch/x86/opcodes/sbb.c
+++ b/src/arch/x86/opcodes/sbb.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_sbb.c - décodage des soustractions avec retenue
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/scas.c b/src/arch/x86/opcodes/scas.c
index f3275b5..5c1e56d 100644
--- a/src/arch/x86/opcodes/scas.c
+++ b/src/arch/x86/opcodes/scas.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_scas.c - décodage des recherches dans des chaînes ASCII
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/set.c b/src/arch/x86/opcodes/set.c
index 7d93723..ac5c831 100644
--- a/src/arch/x86/opcodes/set.c
+++ b/src/arch/x86/opcodes/set.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_set.c - décodage des définitions d'octet sur condition
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/shl.c b/src/arch/x86/opcodes/shl.c
index 487efd6..5fc3edd 100644
--- a/src/arch/x86/opcodes/shl.c
+++ b/src/arch/x86/opcodes/shl.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_shl.c - décodage des décallages logiques à gauche
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/shr.c b/src/arch/x86/opcodes/shr.c
index a493f71..33fa787 100644
--- a/src/arch/x86/opcodes/shr.c
+++ b/src/arch/x86/opcodes/shr.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_shr.c - décodage des décallages logiques à droite
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/stos.c b/src/arch/x86/opcodes/stos.c
index 8c285d8..e90e021 100644
--- a/src/arch/x86/opcodes/stos.c
+++ b/src/arch/x86/opcodes/stos.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_stos.c - décodage des enregistrements de données
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/sub.c b/src/arch/x86/opcodes/sub.c
index 8179feb..a0c4bcb 100644
--- a/src/arch/x86/opcodes/sub.c
+++ b/src/arch/x86/opcodes/sub.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_sub.c - décodage des soustractions
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/test.c b/src/arch/x86/opcodes/test.c
index 12a2ab5..407aa7c 100644
--- a/src/arch/x86/opcodes/test.c
+++ b/src/arch/x86/opcodes/test.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_test.c - décodage des comparaisons logiques
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/xchg.c b/src/arch/x86/opcodes/xchg.c
index f4122db..d3761fd 100644
--- a/src/arch/x86/opcodes/xchg.c
+++ b/src/arch/x86/opcodes/xchg.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_xchg.c - décodage des échanges de contenu de regitres
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/opcodes/xor.c b/src/arch/x86/opcodes/xor.c
index 0d0bfeb..dc75091 100644
--- a/src/arch/x86/opcodes/xor.c
+++ b/src/arch/x86/opcodes/xor.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* op_xor.c - décodage des OU exclusifs
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operand.c b/src/arch/x86/operand.c
index 85f2fb9..cf3af50 100644
--- a/src/arch/x86/operand.c
+++ b/src/arch/x86/operand.c
@@ -1,9 +1,9 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* operand.c - gestion des operandes de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operand.h b/src/arch/x86/operand.h
index 01a12c5..f87d6dd 100644
--- a/src/arch/x86/operand.h
+++ b/src/arch/x86/operand.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* operand.h - prototypes pour la gestion des operandes de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/data.c b/src/arch/x86/operands/data.c
index 32b9bcd..f1e788d 100644
--- a/src/arch/x86/operands/data.c
+++ b/src/arch/x86/operands/data.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* data.c - opérandes de manipulation de données
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/data.h b/src/arch/x86/operands/data.h
index 406698e..d150681 100644
--- a/src/arch/x86/operands/data.h
+++ b/src/arch/x86/operands/data.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* data.h - prototypes pour les opérandes de manipulation de données
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/modrm.c b/src/arch/x86/operands/modrm.c
index e23f499..6c70762 100644
--- a/src/arch/x86/operands/modrm.c
+++ b/src/arch/x86/operands/modrm.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* modrm.c - opérandes de type mod/rm
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/modrm.h b/src/arch/x86/operands/modrm.h
index 428d481..08d4eda 100644
--- a/src/arch/x86/operands/modrm.h
+++ b/src/arch/x86/operands/modrm.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* modrm.h - prototypes pour les opérandes de type mod/rm
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/moffs.c b/src/arch/x86/operands/moffs.c
index 4d3c57b..55e758d 100644
--- a/src/arch/x86/operands/moffs.c
+++ b/src/arch/x86/operands/moffs.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* moffs.c - opérandes d'emplacements mémoire
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/moffs.h b/src/arch/x86/operands/moffs.h
index b4f8889..4902390 100644
--- a/src/arch/x86/operands/moffs.h
+++ b/src/arch/x86/operands/moffs.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* moffs.h - prototypes pour les opérandes d'emplacements mémoire
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/register.c b/src/arch/x86/operands/register.c
index 4ca695f..5f5a04a 100644
--- a/src/arch/x86/operands/register.c
+++ b/src/arch/x86/operands/register.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* register.c - opérandes visant un registre x86
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/register.h b/src/arch/x86/operands/register.h
index e679410..c28c8de 100644
--- a/src/arch/x86/operands/register.h
+++ b/src/arch/x86/operands/register.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* register.h - prototypes pour les opérandes visant un registre x86
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/relative.c b/src/arch/x86/operands/relative.c
index cd69748..4aad126 100644
--- a/src/arch/x86/operands/relative.c
+++ b/src/arch/x86/operands/relative.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* relative.c - opérandes d'adresses relatives
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/operands/relative.h b/src/arch/x86/operands/relative.h
index 083444a..33d4ca5 100644
--- a/src/arch/x86/operands/relative.h
+++ b/src/arch/x86/operands/relative.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* relative.h - prototypes pour les opérandes d'adresses relatives
*
* Copyright (C) 2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/processor.c b/src/arch/x86/processor.c
index e5056f9..7590532 100644
--- a/src/arch/x86/processor.c
+++ b/src/arch/x86/processor.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* processor.c - gestion de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/processor.h b/src/arch/x86/processor.h
index 29fc97d..96caf64 100644
--- a/src/arch/x86/processor.h
+++ b/src/arch/x86/processor.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* processor.h - prototypes pour la gestion de l'architecture x86
*
- * Copyright (C) 2008-2010 Cyrille Bagard
+ * Copyright (C) 2008-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/register.c b/src/arch/x86/register.c
index 53b9b2e..0e65e58 100644
--- a/src/arch/x86/register.c
+++ b/src/arch/x86/register.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* register.c - aides auxiliaires relatives aux registres x86
*
- * Copyright (C) 2009-2010 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/arch/x86/register.h b/src/arch/x86/register.h
index 5491c08..17fe249 100644
--- a/src/arch/x86/register.h
+++ b/src/arch/x86/register.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* register.h - prototypes pour les aides auxiliaires relatives aux registres x86
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
- * This file is part of OpenIDA.
+ * This file is part of Chrysalide.
*
* OpenIDA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by