summaryrefslogtreecommitdiff
path: root/src/gui/tb
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tb')
-rw-r--r--src/gui/tb/portions.c4
-rw-r--r--src/gui/tb/portions.h4
-rw-r--r--src/gui/tb/source.c6
-rw-r--r--src/gui/tb/source.h4
-rw-r--r--src/gui/tb/toolbar.c6
-rw-r--r--src/gui/tb/toolbar.h4
6 files changed, 14 insertions, 14 deletions
diff --git a/src/gui/tb/portions.c b/src/gui/tb/portions.c
index c53a3ea..432f808 100644
--- a/src/gui/tb/portions.c
+++ b/src/gui/tb/portions.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* portions.c - navigation dans les 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/gui/tb/portions.h b/src/gui/tb/portions.h
index a2a2041..6f3c3b6 100644
--- a/src/gui/tb/portions.h
+++ b/src/gui/tb/portions.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* portions.h - prototypes pour la navigation dans les 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/gui/tb/source.c b/src/gui/tb/source.c
index 1c67cc6..d5318c4 100644
--- a/src/gui/tb/source.c
+++ b/src/gui/tb/source.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* source.c - sélection du fichier ciblé lors d'une décompilation
*
- * Copyright (C) 2010-2012 Cyrille Bagard
+ * Copyright (C) 2010-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/tb/source.h b/src/gui/tb/source.h
index ec8ea7f..2d9c54e 100644
--- a/src/gui/tb/source.h
+++ b/src/gui/tb/source.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* source.h - prototypes pour la sélection du fichier ciblé lors d'une décompilation
*
* 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/gui/tb/toolbar.c b/src/gui/tb/toolbar.c
index 50f8968..62eb436 100644
--- a/src/gui/tb/toolbar.c
+++ b/src/gui/tb/toolbar.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* toolbar.c - gestion des éléments réactifs spécifiques à la barre d'outils
*
- * 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/gui/tb/toolbar.h b/src/gui/tb/toolbar.h
index 1384c05..cf4d5af 100644
--- a/src/gui/tb/toolbar.h
+++ b/src/gui/tb/toolbar.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* toolbar.h - prototypes pour la gestion des éléments réactifs spécifiques à la barre d'outils
*
* 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