summaryrefslogtreecommitdiff
path: root/netspeed
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-16 12:29:49 +0100
committerrbuj <[email protected]>2021-01-16 12:29:49 +0100
commit97249b980d331a6707348109a05228279ba9c9d2 (patch)
tree2e85963368bd525b3f18a218d8db66d7bfe3dcde /netspeed
parentc5b853947084f845c457794e5541d03af2c07199 (diff)
downloadmate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.bz2
mate-applets-97249b980d331a6707348109a05228279ba9c9d2.tar.xz
Update copyright to 2021
Diffstat (limited to 'netspeed')
-rw-r--r--netspeed/help/C/index.docbook2
-rw-r--r--netspeed/src/netspeed.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/netspeed/help/C/index.docbook b/netspeed/help/C/index.docbook
index f07eb0a9..725ab343 100644
--- a/netspeed/help/C/index.docbook
+++ b/netspeed/help/C/index.docbook
@@ -25,7 +25,7 @@
<para>&applet; shows how much traffic occurs on a specified network device.</para>
</abstract>
<copyright>
- <year>2015-2020</year>
+ <year>2015-2021</year>
<holder>MATE Documentation Project</holder>
</copyright>
<copyright>
diff --git a/netspeed/src/netspeed.c b/netspeed/src/netspeed.c
index 59c016b8..fd5511d8 100644
--- a/netspeed/src/netspeed.c
+++ b/netspeed/src/netspeed.c
@@ -1051,7 +1051,7 @@ about_cb (GtkAction *action,
"version", VERSION,
"copyright", _("Copyright \xc2\xa9 2002-2003 Jörgen Scheibengruber\n"
"Copyright \xc2\xa9 2011-2014 Stefano Karapetsas\n"
- "Copyright \xc2\xa9 2015-2020 MATE developers"),
+ "Copyright \xc2\xa9 2015-2021 MATE developers"),
"comments", _("A little applet that displays some information on the traffic on the specified network device"),
"authors", authors,
"documenters", NULL,