diff options
Diffstat (limited to 'src/format/dwarf')
-rw-r--r-- | src/format/dwarf/abbrev.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/abbrev.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/d_dwarf.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/d_dwarf.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/dwarf-int.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/dwarf.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/dwarf.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/dwarf_def.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/info.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/info.h | 4 | ||||
-rw-r--r-- | src/format/dwarf/utils.c | 4 | ||||
-rw-r--r-- | src/format/dwarf/utils.h | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/src/format/dwarf/abbrev.c b/src/format/dwarf/abbrev.c index 3cb2c4a..0428806 100644 --- a/src/format/dwarf/abbrev.c +++ b/src/format/dwarf/abbrev.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * abbrev.c - manipulation des abréviation DWARF * * Copyright (C) 2008 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/dwarf/abbrev.h b/src/format/dwarf/abbrev.h index 6f00608..469d572 100644 --- a/src/format/dwarf/abbrev.h +++ b/src/format/dwarf/abbrev.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * abbrev.h - prototypes pour la manipulation des abréviation DWARF * * Copyright (C) 2008 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/dwarf/d_dwarf.c b/src/format/dwarf/d_dwarf.c index ae7e4c0..ff7a4ec 100644 --- a/src/format/dwarf/d_dwarf.c +++ b/src/format/dwarf/d_dwarf.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * d_dwarf.c - support du format DWARF * * Copyright (C) 2008 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/dwarf/d_dwarf.h b/src/format/dwarf/d_dwarf.h index 9b05adb..ba22022 100644 --- a/src/format/dwarf/d_dwarf.h +++ b/src/format/dwarf/d_dwarf.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * d_dwarf.h - prototypes pour le support du format DWARF * * Copyright (C) 2008 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/dwarf/dwarf-int.h b/src/format/dwarf/dwarf-int.h index 2b27256..7999d3a 100644 --- a/src/format/dwarf/dwarf-int.h +++ b/src/format/dwarf/dwarf-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dwarf-int.h - prototypes pour les structures internes du format DWARF * * Copyright (C) 2008 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/dwarf/dwarf.c b/src/format/dwarf/dwarf.c index dc47ed2..0292d60 100644 --- a/src/format/dwarf/dwarf.c +++ b/src/format/dwarf/dwarf.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dwarf.c - support du format Dwarf * * 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/src/format/dwarf/dwarf.h b/src/format/dwarf/dwarf.h index 35ab3ec..e6d573c 100644 --- a/src/format/dwarf/dwarf.h +++ b/src/format/dwarf/dwarf.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dwarf.h - prototypes pour le support du format Dwarf * * 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/src/format/dwarf/dwarf_def.h b/src/format/dwarf/dwarf_def.h index 56731b0..35fcdc0 100644 --- a/src/format/dwarf/dwarf_def.h +++ b/src/format/dwarf/dwarf_def.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * dwarf_def.h - liste des constantes utilisées par le format DWARF * * Copyright (C) 2008 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/dwarf/info.c b/src/format/dwarf/info.c index 75d11b6..8106114 100644 --- a/src/format/dwarf/info.c +++ b/src/format/dwarf/info.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * info.c - lecture des informations principales du format DWARF * * Copyright (C) 2008 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/dwarf/info.h b/src/format/dwarf/info.h index cf87019..0c0f154 100644 --- a/src/format/dwarf/info.h +++ b/src/format/dwarf/info.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * info.h - prototypes pour la lecture des informations principales du format DWARF * * Copyright (C) 2008 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/dwarf/utils.c b/src/format/dwarf/utils.c index 359cc52..ae4d29e 100644 --- a/src/format/dwarf/utils.c +++ b/src/format/dwarf/utils.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * utils.h - prototypes pour les fonctions d'aisance vis à vis du format DWARF * * Copyright (C) 2008 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/dwarf/utils.h b/src/format/dwarf/utils.h index e5102e2..567db07 100644 --- a/src/format/dwarf/utils.h +++ b/src/format/dwarf/utils.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * utils.h - prototypes pour les fonctions d'aisance vis à vis du format DWARF * * Copyright (C) 2008 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 |