diff options
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/glance.c | 6 | ||||
-rw-r--r-- | src/gui/panels/glance.h | 4 | ||||
-rw-r--r-- | src/gui/panels/log.c | 6 | ||||
-rw-r--r-- | src/gui/panels/log.h | 4 | ||||
-rw-r--r-- | src/gui/panels/panel-int.h | 4 | ||||
-rw-r--r-- | src/gui/panels/panel.c | 6 | ||||
-rw-r--r-- | src/gui/panels/panel.h | 6 | ||||
-rw-r--r-- | src/gui/panels/strings.c | 4 | ||||
-rw-r--r-- | src/gui/panels/strings.h | 4 | ||||
-rw-r--r-- | src/gui/panels/symbols.c | 6 | ||||
-rw-r--r-- | src/gui/panels/symbols.h | 4 | ||||
-rw-r--r-- | src/gui/panels/welcome.c | 6 | ||||
-rw-r--r-- | src/gui/panels/welcome.h | 4 |
13 files changed, 32 insertions, 32 deletions
diff --git a/src/gui/panels/glance.c b/src/gui/panels/glance.c index b344e69..ab80ba2 100644 --- a/src/gui/panels/glance.c +++ b/src/gui/panels/glance.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * glance.c - panneau d'aperçu rapide * - * Copyright (C) 2009-2013 Cyrille Bagard + * Copyright (C) 2009-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/gui/panels/glance.h b/src/gui/panels/glance.h index 4136f46..9a98bdb 100644 --- a/src/gui/panels/glance.h +++ b/src/gui/panels/glance.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * glance.h - prototypes pour le panneau d'aperçu rapide * * 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/gui/panels/log.c b/src/gui/panels/log.c index e5745ee..883c85c 100644 --- a/src/gui/panels/log.c +++ b/src/gui/panels/log.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * log.c - panneau d'affichage des messages système * - * Copyright (C) 2009-2012 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/gui/panels/log.h b/src/gui/panels/log.h index 4644d76..67c5d47 100644 --- a/src/gui/panels/log.h +++ b/src/gui/panels/log.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * log.h - prototypes pour le panneau d'affichage des messages système * * 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/gui/panels/panel-int.h b/src/gui/panels/panel-int.h index c0f9e34..b3a9f10 100644 --- a/src/gui/panels/panel-int.h +++ b/src/gui/panels/panel-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * panel-int.h - prototypes pour les définitions internes liées aux panneaux d'affichage * * Copyright (C) 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/gui/panels/panel.c b/src/gui/panels/panel.c index a883bfa..16f1532 100644 --- a/src/gui/panels/panel.c +++ b/src/gui/panels/panel.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * panel.c - prototypes pour la gestion des éléments réactifs spécifiques aux panneaux * - * Copyright (C) 2009-2012 Cyrille Bagard + * Copyright (C) 2012-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/gui/panels/panel.h b/src/gui/panels/panel.h index 0dd25a9..0bf5cb5 100644 --- a/src/gui/panels/panel.h +++ b/src/gui/panels/panel.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * panel.h - prototypes pour la gestion des éléments réactifs spécifiques aux panneaux * - * Copyright (C) 2009-2012 Cyrille Bagard + * Copyright (C) 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/gui/panels/strings.c b/src/gui/panels/strings.c index 605a700..aac5f6f 100644 --- a/src/gui/panels/strings.c +++ b/src/gui/panels/strings.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * strings.c - panneau d'affichage des chaînes de caractères * * Copyright (C) 2008-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/gui/panels/strings.h b/src/gui/panels/strings.h index 2ac2fbf..04558fb 100644 --- a/src/gui/panels/strings.h +++ b/src/gui/panels/strings.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * strings.h - prototypes pour le panneau d'affichage des chaînes de caractères * * Copyright (C) 2008-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/gui/panels/symbols.c b/src/gui/panels/symbols.c index c04b460..e9cc637 100644 --- a/src/gui/panels/symbols.c +++ b/src/gui/panels/symbols.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * symbols.c - panneau d'affichage des symboles * - * Copyright (C) 2008-2012 Cyrille Bagard + * Copyright (C) 2008-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/gui/panels/symbols.h b/src/gui/panels/symbols.h index 1a9316d..3da964c 100644 --- a/src/gui/panels/symbols.h +++ b/src/gui/panels/symbols.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * symbols.h - prototypes pour le panneau d'affichage des symboles * * Copyright (C) 2008-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/gui/panels/welcome.c b/src/gui/panels/welcome.c index 8825c52..0f11b58 100644 --- a/src/gui/panels/welcome.c +++ b/src/gui/panels/welcome.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * welcome.c - panneau d'affichage d'accueil * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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/gui/panels/welcome.h b/src/gui/panels/welcome.h index 2bf5002..19f236d 100644 --- a/src/gui/panels/welcome.h +++ b/src/gui/panels/welcome.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * welcome.h - prototypes pour le panneau d'affichage d'accueil * * Copyright (C) 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 |