diff options
Diffstat (limited to 'src/format/mangling/itanium')
-rw-r--r-- | src/format/mangling/itanium/abi.c | 4 | ||||
-rw-r--r-- | src/format/mangling/itanium/abi.h | 4 | ||||
-rw-r--r-- | src/format/mangling/itanium/component.c | 4 | ||||
-rw-r--r-- | src/format/mangling/itanium/component.h | 4 | ||||
-rw-r--r-- | src/format/mangling/itanium/context.c | 4 | ||||
-rw-r--r-- | src/format/mangling/itanium/context.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/src/format/mangling/itanium/abi.c b/src/format/mangling/itanium/abi.c index 75585df..f02d4cc 100644 --- a/src/format/mangling/itanium/abi.c +++ b/src/format/mangling/itanium/abi.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * abi.c - décodage des noms d'éléments selon l'ABI C++ Itanium * * 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/format/mangling/itanium/abi.h b/src/format/mangling/itanium/abi.h index 497ef7a..cee65e5 100644 --- a/src/format/mangling/itanium/abi.h +++ b/src/format/mangling/itanium/abi.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * abi.h - prototypes pour le décodage des noms d'éléments selon l'ABI C++ Itanium * * 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/format/mangling/itanium/component.c b/src/format/mangling/itanium/component.c index 09e13e2..def9a38 100644 --- a/src/format/mangling/itanium/component.c +++ b/src/format/mangling/itanium/component.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * component.c - représentation des composants extraits de l'ABI C++ Itanium * * 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/format/mangling/itanium/component.h b/src/format/mangling/itanium/component.h index 99c93db..0fdeb48 100644 --- a/src/format/mangling/itanium/component.h +++ b/src/format/mangling/itanium/component.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * component.h - prototypes pour la représentation des composants extraits de l'ABI C++ Itanium * * 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/format/mangling/itanium/context.c b/src/format/mangling/itanium/context.c index 8d2d29b..87cb9ed 100644 --- a/src/format/mangling/itanium/context.c +++ b/src/format/mangling/itanium/context.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * context.c - contexte de décodage à la sauce ABI C++ Itanium * * 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/format/mangling/itanium/context.h b/src/format/mangling/itanium/context.h index 54c3294..2dceb75 100644 --- a/src/format/mangling/itanium/context.h +++ b/src/format/mangling/itanium/context.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * context.h - prototypes pour le contexte de décodage à la sauce ABI C++ Itanium * * 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 |