diff options
Diffstat (limited to 'src/decomp/expr/dalvik')
-rw-r--r-- | src/decomp/expr/dalvik/array.c | 4 | ||||
-rw-r--r-- | src/decomp/expr/dalvik/array.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/decomp/expr/dalvik/array.c b/src/decomp/expr/dalvik/array.c index 55b9d07..018952a 100644 --- a/src/decomp/expr/dalvik/array.c +++ b/src/decomp/expr/dalvik/array.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * array.c - manipulations de tableaux propres à Dalvik * * Copyright (C) 2010 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/expr/dalvik/array.h b/src/decomp/expr/dalvik/array.h index 15670ab..af5ec72 100644 --- a/src/decomp/expr/dalvik/array.h +++ b/src/decomp/expr/dalvik/array.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * array.h - prototypes pour les manipulations de tableaux propres à Dalvik * * Copyright (C) 2010 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 |