summaryrefslogtreecommitdiff
path: root/src/decomp/instr
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/instr')
-rw-r--r--src/decomp/instr/ite.c4
-rw-r--r--src/decomp/instr/ite.h4
-rw-r--r--src/decomp/instr/keyword.c4
-rw-r--r--src/decomp/instr/keyword.h4
-rw-r--r--src/decomp/instr/switch.c4
-rw-r--r--src/decomp/instr/switch.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/decomp/instr/ite.c b/src/decomp/instr/ite.c
index 5cdeb87..eedd7b4 100644
--- a/src/decomp/instr/ite.c
+++ b/src/decomp/instr/ite.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* ite.c - représentation des branchements conditionnels
*
* Copyright (C) 2010-2013 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/decomp/instr/ite.h b/src/decomp/instr/ite.h
index 91c18ae..91e0e82 100644
--- a/src/decomp/instr/ite.h
+++ b/src/decomp/instr/ite.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* ite.h - prototypes pour la représentation des branchements conditionnels
*
* Copyright (C) 2010-2013 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/decomp/instr/keyword.c b/src/decomp/instr/keyword.c
index eca1530..3ed12fb 100644
--- a/src/decomp/instr/keyword.c
+++ b/src/decomp/instr/keyword.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* keyword.c - insertions de mots clefs de haut niveau
*
* Copyright (C) 2013 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/decomp/instr/keyword.h b/src/decomp/instr/keyword.h
index 69d6901..5f33d30 100644
--- a/src/decomp/instr/keyword.h
+++ b/src/decomp/instr/keyword.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* keyword.h - prototypes pour les insertions de mots clefs de haut niveau
*
* Copyright (C) 2013 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/decomp/instr/switch.c b/src/decomp/instr/switch.c
index b475eae..a01c28c 100644
--- a/src/decomp/instr/switch.c
+++ b/src/decomp/instr/switch.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* switch.c - décodage des aiguillages multiples du flot d'exécution
*
* Copyright (C) 2013 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/decomp/instr/switch.h b/src/decomp/instr/switch.h
index fa00c3e..d37d531 100644
--- a/src/decomp/instr/switch.h
+++ b/src/decomp/instr/switch.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* switch.h - prototypes pour les aiguillages multiples du flot d'exécution
*
* Copyright (C) 2013 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