[nautilus/wip/oholy/about-dialog-outdated: 7/8] window: Remove present date from copyright in About dialog




commit 1281f8cda5fc685f814d6f24e4fbdaf05cddbd98
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jan 13 15:53:43 2021 +0100

    window: Remove present date from copyright in About dialog
    
    The About dialog currently contains the following copyright:
    "© 1999–2018 The Files Authors", which looks a little bit outdated.
    One option is to update the date, but it seems that it would be
    better to remove it completely:
    https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-statements-in-your-code

 src/nautilus-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index d111f9604..b1e6b9e18 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -2988,7 +2988,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window)
                            "version", VERSION,
                            "comments", _("Access and organize your files"),
                            "website", "https://wiki.gnome.org/action/show/Apps/Files";,
-                           "copyright", "© 1999–2018 The Files Authors",
+                           "copyright", "© 1999 The Files Authors",
                            "license-type", GTK_LICENSE_GPL_3_0,
                            "artists", artists,
                            "authors", authors,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]