summaryrefslogtreecommitdiff
path: root/src/arch/x86/operands
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/operands')
-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
10 files changed, 20 insertions, 20 deletions
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