diff options
author | rbuj <[email protected]> | 2021-01-16 12:29:49 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 12:29:49 +0100 |
commit | 97249b980d331a6707348109a05228279ba9c9d2 (patch) | |
tree | 2e85963368bd525b3f18a218d8db66d7bfe3dcde /accessx-status | |
parent | c5b853947084f845c457794e5541d03af2c07199 (diff) | |
download | mate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.bz2 mate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.xz |
Update copyright to 2021
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/docs/C/index.docbook | 2 | ||||
-rw-r--r-- | accessx-status/src/applet.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessx-status/docs/C/index.docbook b/accessx-status/docs/C/index.docbook index 79e6a766..3cede9fc 100644 --- a/accessx-status/docs/C/index.docbook +++ b/accessx-status/docs/C/index.docbook @@ -22,7 +22,7 @@ <para>The <application>&applet;</application> shows the status of the keyboard accessibility features.</para> </abstract> <copyright> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/accessx-status/src/applet.c b/accessx-status/src/applet.c index d040a27e..4101bb61 100644 --- a/accessx-status/src/applet.c +++ b/accessx-status/src/applet.c @@ -113,7 +113,7 @@ about_cb (GtkAction* action, "version", VERSION, "comments", _("Shows the state of AccessX features such as latched modifiers"), "copyright", _("Copyright \xc2\xa9 2003 Sun Microsystems\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "authors", authors, "documenters", documenters, "translator-credits", _("translator-credits"), |