aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING4
-rwxr-xr-xsrc/__main__.py2
-rw-r--r--src/plugins/alsa.py2
-rw-r--r--src/plugins/chase.py2
-rw-r--r--src/plugins/clock.py2
-rw-r--r--src/plugins/cpu.py2
-rw-r--r--src/plugins/cpuinfo.py2
-rw-r--r--src/plugins/cpuonline.py2
-rw-r--r--src/plugins/dentrystate.py2
-rw-r--r--src/plugins/df.py2
-rw-r--r--src/plugins/discstats.py2
-rw-r--r--src/plugins/files.py2
-rw-r--r--src/plugins/hdparm.py2
-rw-r--r--src/plugins/inodestate.py2
-rw-r--r--src/plugins/inotify.py2
-rw-r--r--src/plugins/ipaddress.py2
-rw-r--r--src/plugins/kmsg.py2
-rw-r--r--src/plugins/leapsec.py2
-rw-r--r--src/plugins/linereader.py2
-rw-r--r--src/plugins/loadavg.py2
-rw-r--r--src/plugins/lunar.py2
-rw-r--r--src/plugins/mem.py2
-rw-r--r--src/plugins/moc.py2
-rw-r--r--src/plugins/network.py2
-rw-r--r--src/plugins/pacman.py2
-rw-r--r--src/plugins/ping.py2
-rw-r--r--src/plugins/ropty.py2
-rw-r--r--src/plugins/snmp.py2
-rw-r--r--src/plugins/snmp6.py2
-rw-r--r--src/plugins/softirqs.py2
-rw-r--r--src/plugins/solar.py2
-rw-r--r--src/plugins/tzclock.py2
-rw-r--r--src/plugins/uname.py2
-rw-r--r--src/plugins/uptime.py2
-rw-r--r--src/plugins/users.py2
-rw-r--r--src/plugins/vmstat.py2
-rw-r--r--src/plugins/weather.py2
-rw-r--r--src/plugins/xdisplay.py2
-rw-r--r--src/plugins/xkb.py2
-rw-r--r--src/restricted-hdparm.c2
-rw-r--r--src/util.py2
-rw-r--r--src/x.py2
42 files changed, 43 insertions, 43 deletions
diff --git a/COPYING b/COPYING
index decae66..bc3ff61 100644
--- a/COPYING
+++ b/COPYING
@@ -5,7 +5,7 @@ License version 3.
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/src/__main__.py b/src/__main__.py
index ac4415b..bc099f8 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
copyright = '''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/alsa.py b/src/plugins/alsa.py
index 35d23c4..f8cd942 100644
--- a/src/plugins/alsa.py
+++ b/src/plugins/alsa.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/chase.py b/src/plugins/chase.py
index e94497b..af32a06 100644
--- a/src/plugins/chase.py
+++ b/src/plugins/chase.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/clock.py b/src/plugins/clock.py
index 2f0932a..77f9b4a 100644
--- a/src/plugins/clock.py
+++ b/src/plugins/clock.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/cpu.py b/src/plugins/cpu.py
index 3b23ecd..7cb535f 100644
--- a/src/plugins/cpu.py
+++ b/src/plugins/cpu.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/cpuinfo.py b/src/plugins/cpuinfo.py
index d6cfc7d..10d4dad 100644
--- a/src/plugins/cpuinfo.py
+++ b/src/plugins/cpuinfo.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/cpuonline.py b/src/plugins/cpuonline.py
index 8b42f66..2dd7d42 100644
--- a/src/plugins/cpuonline.py
+++ b/src/plugins/cpuonline.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/dentrystate.py b/src/plugins/dentrystate.py
index 6ef5dc7..bca61c3 100644
--- a/src/plugins/dentrystate.py
+++ b/src/plugins/dentrystate.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/df.py b/src/plugins/df.py
index 81ad5a2..bdc2b2e 100644
--- a/src/plugins/df.py
+++ b/src/plugins/df.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/discstats.py b/src/plugins/discstats.py
index d8bebca..41b18e1 100644
--- a/src/plugins/discstats.py
+++ b/src/plugins/discstats.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/files.py b/src/plugins/files.py
index a1d5638..3789831 100644
--- a/src/plugins/files.py
+++ b/src/plugins/files.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/hdparm.py b/src/plugins/hdparm.py
index bbbec18..704474d 100644
--- a/src/plugins/hdparm.py
+++ b/src/plugins/hdparm.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/inodestate.py b/src/plugins/inodestate.py
index e1bfece..c650aa2 100644
--- a/src/plugins/inodestate.py
+++ b/src/plugins/inodestate.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/inotify.py b/src/plugins/inotify.py
index 5cf2d73..ad911bf 100644
--- a/src/plugins/inotify.py
+++ b/src/plugins/inotify.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/ipaddress.py b/src/plugins/ipaddress.py
index 0b53800..e6cd8b6 100644
--- a/src/plugins/ipaddress.py
+++ b/src/plugins/ipaddress.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/kmsg.py b/src/plugins/kmsg.py
index d8c58ca..0356661 100644
--- a/src/plugins/kmsg.py
+++ b/src/plugins/kmsg.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/leapsec.py b/src/plugins/leapsec.py
index 39a6be4..3504b05 100644
--- a/src/plugins/leapsec.py
+++ b/src/plugins/leapsec.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/linereader.py b/src/plugins/linereader.py
index 103d15f..4883c1e 100644
--- a/src/plugins/linereader.py
+++ b/src/plugins/linereader.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/loadavg.py b/src/plugins/loadavg.py
index a270d5e..17651a4 100644
--- a/src/plugins/loadavg.py
+++ b/src/plugins/loadavg.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/lunar.py b/src/plugins/lunar.py
index 6a11efe..1a92115 100644
--- a/src/plugins/lunar.py
+++ b/src/plugins/lunar.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/src/plugins/mem.py b/src/plugins/mem.py
index 2234926..c68cfa5 100644
--- a/src/plugins/mem.py
+++ b/src/plugins/mem.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/moc.py b/src/plugins/moc.py
index 709192f..b4b45ec 100644
--- a/src/plugins/moc.py
+++ b/src/plugins/moc.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/network.py b/src/plugins/network.py
index 3406b38..81c6602 100644
--- a/src/plugins/network.py
+++ b/src/plugins/network.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/pacman.py b/src/plugins/pacman.py
index 049a4cc..5fb1844 100644
--- a/src/plugins/pacman.py
+++ b/src/plugins/pacman.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/ping.py b/src/plugins/ping.py
index add8254..8217aa1 100644
--- a/src/plugins/ping.py
+++ b/src/plugins/ping.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/ropty.py b/src/plugins/ropty.py
index 09e4a23..27f3461 100644
--- a/src/plugins/ropty.py
+++ b/src/plugins/ropty.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/snmp.py b/src/plugins/snmp.py
index dd73583..ddf4861 100644
--- a/src/plugins/snmp.py
+++ b/src/plugins/snmp.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/snmp6.py b/src/plugins/snmp6.py
index 99ccfaa..0d358e1 100644
--- a/src/plugins/snmp6.py
+++ b/src/plugins/snmp6.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/softirqs.py b/src/plugins/softirqs.py
index 2adb191..d3b413c 100644
--- a/src/plugins/softirqs.py
+++ b/src/plugins/softirqs.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/solar.py b/src/plugins/solar.py
index 9e9fc39..c6eea05 100644
--- a/src/plugins/solar.py
+++ b/src/plugins/solar.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/tzclock.py b/src/plugins/tzclock.py
index 07599f7..e0c8663 100644
--- a/src/plugins/tzclock.py
+++ b/src/plugins/tzclock.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/uname.py b/src/plugins/uname.py
index 19c8fca..f614028 100644
--- a/src/plugins/uname.py
+++ b/src/plugins/uname.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/uptime.py b/src/plugins/uptime.py
index d2a418b..237d63a 100644
--- a/src/plugins/uptime.py
+++ b/src/plugins/uptime.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/users.py b/src/plugins/users.py
index 10e59e5..4c96128 100644
--- a/src/plugins/users.py
+++ b/src/plugins/users.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/vmstat.py b/src/plugins/vmstat.py
index 7b522e6..30b5e0f 100644
--- a/src/plugins/vmstat.py
+++ b/src/plugins/vmstat.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/weather.py b/src/plugins/weather.py
index f04fe9d..3680917 100644
--- a/src/plugins/weather.py
+++ b/src/plugins/weather.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/xdisplay.py b/src/plugins/xdisplay.py
index 40a57e8..a314f0d 100644
--- a/src/plugins/xdisplay.py
+++ b/src/plugins/xdisplay.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/plugins/xkb.py b/src/plugins/xkb.py
index 004f1bf..73298fd 100644
--- a/src/plugins/xkb.py
+++ b/src/plugins/xkb.py
@@ -1,7 +1,7 @@
# -*- python -*-
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/restricted-hdparm.c b/src/restricted-hdparm.c
index bb4d923..67e1338 100644
--- a/src/restricted-hdparm.c
+++ b/src/restricted-hdparm.c
@@ -1,6 +1,6 @@
/**
* xpybar – xmobar replacement written in python
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/util.py b/src/util.py
index e21e074..e7f3862 100644
--- a/src/util.py
+++ b/src/util.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/x.py b/src/x.py
index 22b1367..fabe914 100644
--- a/src/x.py
+++ b/src/x.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
'''
xpybar – xmobar replacement written in python
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by