aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom White <weiss@jade.(none)>2008-09-29 19:09:34 +0100
committerThomas White <taw27@cam.ac.uk>2008-10-02 17:56:45 +0100
commite035a3536a77f464e0b2e9bd10b05f588adf970d (patch)
treea0b8e736aed1e2b8e05e3295718d4603291ccede
parentc4712b41f5923f819e48ca7c886e8019e58f078e (diff)
Update 'About' window copyright dates
-rw-r--r--src/displaywindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displaywindow.c b/src/displaywindow.c
index 58a5ed2..775b8fe 100644
--- a/src/displaywindow.c
+++ b/src/displaywindow.c
@@ -130,10 +130,10 @@ static void displaywindow_about(GtkWidget *widget, DisplayWindow *dw) {
gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(window), PACKAGE_NAME);
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), PACKAGE_VERSION);
- gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), "(c) 2006-2007 Thomas White and contributors");
+ gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), "(c) 2006-2008 Thomas White and contributors");
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), "Diffraction Tomography Reconstruction");
gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window),
- "(c) 2006-2007 Thomas White <taw27@cam.ac.uk>\n"
+ "(c) 2006-2008 Thomas White <taw27@cam.ac.uk>\n"
"Virtual trackball (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n"
"See Credits for a full list of contributors\n"
"\n"