summaryrefslogtreecommitdiff
path: root/src/dialogs
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-04-28 17:25:25 (GMT)
commit9fb4e05f124c8f794c835251f5e31142039f9f59 (patch)
tree36cab0df0b287a0f6a0221d207565ca95faf03ea /src/dialogs
parent4ed8f24200c6e4df4c3fe922fc81923fb39f44be (diff)
Updated all copyright headers.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/about.c8
-rw-r--r--src/dialogs/about.h4
-rw-r--r--src/dialogs/binparts.c6
-rw-r--r--src/dialogs/binparts.h6
-rw-r--r--src/dialogs/export.c6
-rw-r--r--src/dialogs/export.h6
-rw-r--r--src/dialogs/goto.c6
-rw-r--r--src/dialogs/goto.h4
-rw-r--r--src/dialogs/plugins.c6
-rw-r--r--src/dialogs/plugins.h6
-rw-r--r--src/dialogs/shellcode.c6
-rw-r--r--src/dialogs/shellcode.h6
-rw-r--r--src/dialogs/storage.c4
-rw-r--r--src/dialogs/storage.h4
14 files changed, 39 insertions, 39 deletions
diff --git a/src/dialogs/about.c b/src/dialogs/about.c
index 89c52df..7f9c0e3 100644
--- a/src/dialogs/about.c
+++ b/src/dialogs/about.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* about.h - boîte de dialogue d'information sur le programme
*
- * 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
@@ -125,7 +125,7 @@ GtkWidget *create_about_dialog(GtkWindow *parent)
/* Copyright */
- label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2008-2012 Cyrille Bagard</span>");
+ label = qck_create_label(NULL, NULL, "<span fgcolor='white'>Copyright (C) 2010-2014 Cyrille Bagard</span>");
gtk_misc_set_alignment(GTK_MISC(label), 0.5, 0.5);
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
gtk_fixed_put(GTK_FIXED(fixed), label, 0, 400);
diff --git a/src/dialogs/about.h b/src/dialogs/about.h
index 6d934d7..900f14c 100644
--- a/src/dialogs/about.h
+++ b/src/dialogs/about.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* about.h - prototypes pour la boîte de dialogue d'information sur le programme
*
* 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/dialogs/binparts.c b/src/dialogs/binparts.c
index 6df3d0a..708f364 100644
--- a/src/dialogs/binparts.c
+++ b/src/dialogs/binparts.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* binparts.h - boîte de dialogue permettant une sélection des sections
*
- * Copyright (C) 2009-2010 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/dialogs/binparts.h b/src/dialogs/binparts.h
index e21d990..6cdb11e 100644
--- a/src/dialogs/binparts.h
+++ b/src/dialogs/binparts.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* binparts.h - prototypes pour la boîte de dialogue permettant une sélection des sections
*
- * 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/dialogs/export.c b/src/dialogs/export.c
index a7af141..a29f95f 100644
--- a/src/dialogs/export.c
+++ b/src/dialogs/export.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* export.c - assistant d'exportation de contenu binaire
*
- * 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/dialogs/export.h b/src/dialogs/export.h
index dff409a..9db624d 100644
--- a/src/dialogs/export.h
+++ b/src/dialogs/export.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* export.h - prototypes pour l'assistant d'exportation de contenu binaire
*
- * 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/dialogs/goto.c b/src/dialogs/goto.c
index 8a64e7e..42c032d 100644
--- a/src/dialogs/goto.c
+++ b/src/dialogs/goto.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* goto.c - boîte de dialogue pour les sauts à une adresse donnée
*
- * 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/dialogs/goto.h b/src/dialogs/goto.h
index 80b72a3..549516f 100644
--- a/src/dialogs/goto.h
+++ b/src/dialogs/goto.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* goto.h - prototypes pour la boîte de dialogue pour les sauts à une adresse donnée
*
* 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/dialogs/plugins.c b/src/dialogs/plugins.c
index e74296e..a1778ae 100644
--- a/src/dialogs/plugins.c
+++ b/src/dialogs/plugins.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* plugins.c - boîte de dialogue permettant une sélection des greffons
*
- * 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/dialogs/plugins.h b/src/dialogs/plugins.h
index 32901fb..e0a53a6 100644
--- a/src/dialogs/plugins.h
+++ b/src/dialogs/plugins.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* plugins.h - prototypes pour la boîte de dialogue permettant une sélection des greffons
*
- * 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/dialogs/shellcode.c b/src/dialogs/shellcode.c
index bfde921..fb1499d 100644
--- a/src/dialogs/shellcode.c
+++ b/src/dialogs/shellcode.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* export.c - assistant d'exportation de contenu binaire
*
- * Copyright (C) 2011-2012 Cyrille Bagard
+ * Copyright (C) 2011-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/dialogs/shellcode.h b/src/dialogs/shellcode.h
index 0a3c51a..52313c3 100644
--- a/src/dialogs/shellcode.h
+++ b/src/dialogs/shellcode.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* export.h - prototypes pour l'assistant d'exportation de contenu binaire
*
- * Copyright (C) 2011-2012 Cyrille Bagard
+ * Copyright (C) 2011-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/dialogs/storage.c b/src/dialogs/storage.c
index f5fa802..9962d03 100644
--- a/src/dialogs/storage.c
+++ b/src/dialogs/storage.c
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* storage.c - définition des modes d'enregistrement pour binaires
*
* Copyright (C) 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/dialogs/storage.h b/src/dialogs/storage.h
index c15fe17..b5b451d 100644
--- a/src/dialogs/storage.h
+++ b/src/dialogs/storage.h
@@ -1,10 +1,10 @@
-/* OpenIDA - Outil d'analyse de fichiers binaires
+/* Chrysalide - Outil d'analyse de fichiers binaires
* storage.h - prototypes pour la définition des modes d'enregistrement pour binaires
*
* Copyright (C) 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