summaryrefslogtreecommitdiff
path: root/src/dialogs/about.c
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/about.c
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/about.c')
-rw-r--r--src/dialogs/about.c8
1 files changed, 4 insertions, 4 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);