diff options
author | Thomas White <taw@physics.org> | 2023-02-20 15:18:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-02-20 15:19:04 +0100 |
commit | 9c178adcebbe2426c08c9f284ab5a97cf266f0ff (patch) | |
tree | 9e1c57681f89176a8f85f5d06ada41ac4e293cda /src | |
parent | 8052148c062a4ad8d6a3c0bbfb428568fafed845 (diff) |
GUI: Update copyright date
Diffstat (limited to 'src')
-rw-r--r-- | src/crystfel_gui.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c index 885b3541..41546bcd 100644 --- a/src/crystfel_gui.c +++ b/src/crystfel_gui.c @@ -3,11 +3,11 @@ * * CrystFEL's main graphical user interface * - * Copyright © 2020-2021 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2020-2023 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2020-2021 Thomas White <taw@physics.org> + * 2020-2023 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -660,7 +660,7 @@ static gint about_sig(GtkWidget *widget, struct crystfelproject *proj) gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(window), crystfel_version_string()); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window), - "© 2020-2021 Deutsches Elektronen-Synchrotron DESY, " + "© 2020-2023 Deutsches Elektronen-Synchrotron DESY, " "a research centre of the Helmholtz Association."); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "https://www.desy.de/~twhite/crystfel"); |