diff options
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/delayed-int.h | 6 | ||||
-rw-r--r-- | src/glibext/delayed.c | 6 | ||||
-rw-r--r-- | src/glibext/delayed.h | 6 | ||||
-rw-r--r-- | src/glibext/gbinportion.c | 4 | ||||
-rw-r--r-- | src/glibext/gbinportion.h | 4 | ||||
-rw-r--r-- | src/glibext/gbufferline.c | 6 | ||||
-rw-r--r-- | src/glibext/gbufferline.h | 6 | ||||
-rw-r--r-- | src/glibext/gbuffersegment.c | 6 | ||||
-rw-r--r-- | src/glibext/gbuffersegment.h | 6 | ||||
-rw-r--r-- | src/glibext/gcodebuffer.c | 6 | ||||
-rw-r--r-- | src/glibext/gcodebuffer.h | 6 | ||||
-rw-r--r-- | src/glibext/gnhash.c | 4 | ||||
-rw-r--r-- | src/glibext/gnhash.h | 4 | ||||
-rw-r--r-- | src/glibext/proto.h | 4 |
14 files changed, 37 insertions, 37 deletions
diff --git a/src/glibext/delayed-int.h b/src/glibext/delayed-int.h index 60363e1..acef7d7 100644 --- a/src/glibext/delayed-int.h +++ b/src/glibext/delayed-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * delayed-int.h - définitions internes pour la gestion des travaux différés * - * 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/glibext/delayed.c b/src/glibext/delayed.c index 1a8c5bb..455cc03 100644 --- a/src/glibext/delayed.c +++ b/src/glibext/delayed.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * delayed.c - gestion des travaux différés * - * 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/glibext/delayed.h b/src/glibext/delayed.h index 56ce17e..03aa873 100644 --- a/src/glibext/delayed.h +++ b/src/glibext/delayed.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * delayed.h - prototypes pour la gestion des travaux différés * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/glibext/gbinportion.c b/src/glibext/gbinportion.c index 8272e55..2cc9fda 100644 --- a/src/glibext/gbinportion.c +++ b/src/glibext/gbinportion.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * binportion.c - représentation graphique de portions de binaire * * 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/glibext/gbinportion.h b/src/glibext/gbinportion.h index ca232d4..c10d54d 100644 --- a/src/glibext/gbinportion.h +++ b/src/glibext/gbinportion.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * binportion.h - prototypes pour la représentation graphique de portions de binaire * * 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/glibext/gbufferline.c b/src/glibext/gbufferline.c index e3a33bf..63804a5 100644 --- a/src/glibext/gbufferline.c +++ b/src/glibext/gbufferline.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gbufferline.c - représentation de fragments de texte en ligne * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gbufferline.h b/src/glibext/gbufferline.h index cf8ecf4..7d48cf3 100644 --- a/src/glibext/gbufferline.h +++ b/src/glibext/gbufferline.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gbufferline.h - prototypes pour la représentation de fragments de texte en ligne * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gbuffersegment.c b/src/glibext/gbuffersegment.c index df20887..eb7bd31 100644 --- a/src/glibext/gbuffersegment.c +++ b/src/glibext/gbuffersegment.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gbuffersegment.c - concentration d'un fragment de caractères aux propriétés communes * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gbuffersegment.h b/src/glibext/gbuffersegment.h index 76465a7..d570e89 100644 --- a/src/glibext/gbuffersegment.h +++ b/src/glibext/gbuffersegment.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gbuffersegment.h - prototypes pour la concentration d'un fragment de caractères aux propriétés communes * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gcodebuffer.c b/src/glibext/gcodebuffer.c index fdfaa71..5be632c 100644 --- a/src/glibext/gcodebuffer.c +++ b/src/glibext/gcodebuffer.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gcodebuffer.h - prototypes pour l'affichage d'un fragment de code d'assemblage * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gcodebuffer.h b/src/glibext/gcodebuffer.h index 2e2d483..18d13f0 100644 --- a/src/glibext/gcodebuffer.h +++ b/src/glibext/gcodebuffer.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gcodebuffer.h - prototypes pour l'affichage d'un fragment de code d'assemblage * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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/glibext/gnhash.c b/src/glibext/gnhash.c index cdd4dd1..be1cc8e 100644 --- a/src/glibext/gnhash.c +++ b/src/glibext/gnhash.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gnhash.c - nouvelle fonction offrant une empreinte constante * * 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/glibext/gnhash.h b/src/glibext/gnhash.h index 4c49357..af6de12 100644 --- a/src/glibext/gnhash.h +++ b/src/glibext/gnhash.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * gnhash.h - prototype pour une nouvelle fonction offrant une empreinte constante * * 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/glibext/proto.h b/src/glibext/proto.h index 5831e11..10bc657 100644 --- a/src/glibext/proto.h +++ b/src/glibext/proto.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * proto.h - prototypes supplémentaires pour les fonctions GLib * * 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 |