diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-05 00:17:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-05 00:17:20 +0100 |
commit | b0236e3307cfa563b769b3b51e4760efb0d2f4b8 (patch) | |
tree | a79ad166d3eb9d9d0d67f3a461a30cbb21f38137 /src/libmdsclient | |
parent | Work on changing style, and an important typo fix (diff) | |
download | mds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.gz mds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.bz2 mds-b0236e3307cfa563b769b3b51e4760efb0d2f4b8.tar.xz |
Update year and e-mail address
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/libmdsclient')
-rw-r--r-- | src/libmdsclient/address.c | 2 | ||||
-rw-r--r-- | src/libmdsclient/address.h | 2 | ||||
-rw-r--r-- | src/libmdsclient/comm.c | 2 | ||||
-rw-r--r-- | src/libmdsclient/comm.h | 2 | ||||
-rw-r--r-- | src/libmdsclient/inbound.c | 2 | ||||
-rw-r--r-- | src/libmdsclient/inbound.h | 2 | ||||
-rw-r--r-- | src/libmdsclient/proto-util.c | 2 | ||||
-rw-r--r-- | src/libmdsclient/proto-util.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/libmdsclient/address.c b/src/libmdsclient/address.c index a50bbaf..b41c9c4 100644 --- a/src/libmdsclient/address.c +++ b/src/libmdsclient/address.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/address.h b/src/libmdsclient/address.h index dab95db..e710ba6 100644 --- a/src/libmdsclient/address.h +++ b/src/libmdsclient/address.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/comm.c b/src/libmdsclient/comm.c index 572ffb2..dd0a38f 100644 --- a/src/libmdsclient/comm.c +++ b/src/libmdsclient/comm.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/comm.h b/src/libmdsclient/comm.h index b726f2e..9df1d41 100644 --- a/src/libmdsclient/comm.h +++ b/src/libmdsclient/comm.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/inbound.c b/src/libmdsclient/inbound.c index 4b74b58..85b8b34 100644 --- a/src/libmdsclient/inbound.c +++ b/src/libmdsclient/inbound.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/inbound.h b/src/libmdsclient/inbound.h index 538e198..0342a8d 100644 --- a/src/libmdsclient/inbound.h +++ b/src/libmdsclient/inbound.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/proto-util.c b/src/libmdsclient/proto-util.c index 8fd43bc..4671a0c 100644 --- a/src/libmdsclient/proto-util.c +++ b/src/libmdsclient/proto-util.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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/libmdsclient/proto-util.h b/src/libmdsclient/proto-util.h index 26f862c..0e8fbf9 100644 --- a/src/libmdsclient/proto-util.h +++ b/src/libmdsclient/proto-util.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016, 2017 Mattias Andrée (maandree@kth.se) * * 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 |