summaryrefslogtreecommitdiff
path: root/src/format/dex/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/method.c')
-rw-r--r--src/format/dex/method.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format/dex/method.c b/src/format/dex/method.c
index d633d15..2083293 100644
--- a/src/format/dex/method.c
+++ b/src/format/dex/method.c
@@ -6,12 +6,12 @@
*
* This file is part of Chrysalide.
*
- * OpenIDA is free software; you can redistribute it and/or modify
+ * Chrysalide is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
- * OpenIDA is distributed in the hope that it will be useful,
+ * Chrysalide is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@@ -313,7 +313,7 @@ const code_item *g_dex_method_get_dex_body(const GDexMethod *method)
* *
* Paramètres : method = représentation interne du format DEX à consulter. *
* *
-* Description : Fournit la routine OpenIDA correspondant à la méthode. *
+* Description : Fournit la routine Chrysalide correspondant à la méthode. *
* *
* Retour : Instance de routine mise en place. *
* *