diff options
Diffstat (limited to 'src/format/mangling')
-rw-r--r-- | src/format/mangling/context-int.h | 6 | ||||
-rw-r--r-- | src/format/mangling/context.c | 6 | ||||
-rw-r--r-- | src/format/mangling/context.h | 6 | ||||
-rw-r--r-- | src/format/mangling/demangler.c | 6 | ||||
-rw-r--r-- | src/format/mangling/demangler.h | 6 | ||||
-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 | ||||
-rw-r--r-- | src/format/mangling/java.h | 4 |
12 files changed, 29 insertions, 29 deletions
diff --git a/src/format/mangling/context-int.h b/src/format/mangling/context-int.h index 1cf0359..851dd87 100644 --- a/src/format/mangling/context-int.h +++ b/src/format/mangling/context-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * context.h - prototypes internes liés aux contextes de décodage * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/format/mangling/context.c b/src/format/mangling/context.c index 7180995..d0235db 100644 --- a/src/format/mangling/context.c +++ b/src/format/mangling/context.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * context.c - fourniture de contexte aux phases de décodage * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/format/mangling/context.h b/src/format/mangling/context.h index 767d231..dcdaba1 100644 --- a/src/format/mangling/context.h +++ b/src/format/mangling/context.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * context.h - prototypes pour la fourniture de contexte aux phases de décodage * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/format/mangling/demangler.c b/src/format/mangling/demangler.c index bdcdf15..715b4e8 100644 --- a/src/format/mangling/demangler.c +++ b/src/format/mangling/demangler.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * demangler.c - décodage des noms d'éléments * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/demangler.h b/src/format/mangling/demangler.h index 0b83cc1..5f5463f 100644 --- a/src/format/mangling/demangler.h +++ b/src/format/mangling/demangler.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * demangler.h - prototypes pour le décodage des noms d'éléments * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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.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 diff --git a/src/format/mangling/java.h b/src/format/mangling/java.h index a6349dc..c57fd8f 100644 --- a/src/format/mangling/java.h +++ b/src/format/mangling/java.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * java.h - prototypes pour le décodage des noms d'éléments selon Java * * 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 |