summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/debug
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/debug')
-rw-r--r--plugins/pychrysa/debug/debugger.c4
-rw-r--r--plugins/pychrysa/debug/debugger.h4
-rw-r--r--plugins/pychrysa/debug/module.c4
-rw-r--r--plugins/pychrysa/debug/module.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/pychrysa/debug/debugger.c b/plugins/pychrysa/debug/debugger.c
index 1e82272..c829385 100644
--- a/plugins/pychrysa/debug/debugger.c
+++ b/plugins/pychrysa/debug/debugger.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.c - instances Python de débogueurs
*
* 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/plugins/pychrysa/debug/debugger.h b/plugins/pychrysa/debug/debugger.h
index 5e5cc21..378c675 100644
--- a/plugins/pychrysa/debug/debugger.h
+++ b/plugins/pychrysa/debug/debugger.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* debugger.h - prototypes pour les instances Python de débogueurs
*
* 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/plugins/pychrysa/debug/module.c b/plugins/pychrysa/debug/module.c
index cf9d671..302ca38 100644
--- a/plugins/pychrysa/debug/module.c
+++ b/plugins/pychrysa/debug/module.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* module.c - intégration du répertoire debug en tant que module
*
* 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/plugins/pychrysa/debug/module.h b/plugins/pychrysa/debug/module.h
index d331621..898f1a3 100644
--- a/plugins/pychrysa/debug/module.h
+++ b/plugins/pychrysa/debug/module.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* module.h - prototypes pour l'intégration du répertoire debug en tant que module
*
* 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