From 83af8912dcdc58423298e50441617ebce26891a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 17 Feb 2011 11:55:42 -0800 Subject: Update comments and copyright --- src/displaywindow.c | 6 ++---- src/render.c | 3 ++- src/render.h | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/displaywindow.c b/src/displaywindow.c index b3e9f7ab..fbf49f77 100644 --- a/src/displaywindow.c +++ b/src/displaywindow.c @@ -467,8 +467,6 @@ static gint displaywindow_about(GtkWidget *widget, DisplayWindow *dw) const gchar *authors[] = { "Thomas White ", - "Erica Bithell ", - "Alex Eggeman ", NULL }; @@ -479,11 +477,11 @@ static gint displaywindow_about(GtkWidget *widget, DisplayWindow *dw) gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(window), "hdfsee"); gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), PACKAGE_VERSION); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), - "(c) 2006-2010 Thomas White and others"); + "(c) 2006-2011 Thomas White and others"); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), "Quick viewer for HDF files"); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window), - "(c) 2006-2010 Thomas White \n"); + "(c) 2006-2011 Thomas White \n"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "http://www.bitwiz.org.uk/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(window), authors); diff --git a/src/render.c b/src/render.c index 08ced66b..10dd9f10 100644 --- a/src/render.c +++ b/src/render.c @@ -3,7 +3,7 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2006-2010 Thomas White + * (c) 2006-2011 Thomas White * * Part of CrystFEL - crystallography with a FEL * @@ -193,6 +193,7 @@ static void render_free_data(guchar *data, gpointer p) } +/* FIXME: This doesn't belong here at all */ static void show_marked_features(struct image *image, guchar *data, int w, int h, int binning) { diff --git a/src/render.h b/src/render.h index a193ae4a..214e011e 100644 --- a/src/render.h +++ b/src/render.h @@ -3,7 +3,7 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2006-2010 Thomas White + * (c) 2006-2011 Thomas White * * Part of CrystFEL - crystallography with a FEL * -- cgit v1.2.3