summaryrefslogtreecommitdiff
path: root/plugins/govm
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/govm')
-rw-r--r--plugins/govm/build.c4
-rw-r--r--plugins/govm/build.h4
-rw-r--r--plugins/govm/goas.c4
-rw-r--r--plugins/govm/instruction.c4
-rw-r--r--plugins/govm/instruction.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/plugins/govm/build.c b/plugins/govm/build.c
index 3a70905..d61e545 100644
--- a/plugins/govm/build.c
+++ b/plugins/govm/build.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* build.c - collecte des informations à enregistrer
*
* Copyright (C) 2009 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/govm/build.h b/plugins/govm/build.h
index 5753de4..5a18c3c 100644
--- a/plugins/govm/build.h
+++ b/plugins/govm/build.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* build.h - prototypes pour la collecte des informations à enregistrer
*
* Copyright (C) 2009 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/govm/goas.c b/plugins/govm/goas.c
index 443d0d5..f9cbd7d 100644
--- a/plugins/govm/goas.c
+++ b/plugins/govm/goas.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* main.c - fichier d'entrée du programme
*
* Copyright (C) 2009 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/govm/instruction.c b/plugins/govm/instruction.c
index 98ef526..05e21ea 100644
--- a/plugins/govm/instruction.c
+++ b/plugins/govm/instruction.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* instruction.h - gestion des instructions de la machine virtuelle GoVM
*
* Copyright (C) 2009 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/govm/instruction.h b/plugins/govm/instruction.h
index c1ef444..63d7e4a 100644
--- a/plugins/govm/instruction.h
+++ b/plugins/govm/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 la machine virtuelle GoVM
*
* Copyright (C) 2009 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