From cab14d5be107c4cb2a5aee631d866707a6ac91d4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Jul 2016 08:07:03 +0200 Subject: Bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-server/client.c | 2 +- src/mds-server/client.h | 2 +- src/mds-server/globals.c | 2 +- src/mds-server/globals.h | 2 +- src/mds-server/interception-condition.c | 2 +- src/mds-server/interception-condition.h | 2 +- src/mds-server/interceptors.c | 2 +- src/mds-server/interceptors.h | 2 +- src/mds-server/mds-server.c | 2 +- src/mds-server/mds-server.h | 2 +- src/mds-server/multicast.c | 2 +- src/mds-server/multicast.h | 2 +- src/mds-server/queued-interception.c | 2 +- src/mds-server/queued-interception.h | 2 +- src/mds-server/receiving.c | 2 +- src/mds-server/receiving.h | 2 +- src/mds-server/reexec.c | 2 +- src/mds-server/sending.c | 2 +- src/mds-server/sending.h | 2 +- src/mds-server/signals.c | 2 +- src/mds-server/slavery.c | 2 +- src/mds-server/slavery.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'src/mds-server') diff --git a/src/mds-server/client.c b/src/mds-server/client.c index a925bfb..749a6ca 100644 --- a/src/mds-server/client.c +++ b/src/mds-server/client.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/client.h b/src/mds-server/client.h index 72304d7..cf0aec6 100644 --- a/src/mds-server/client.h +++ b/src/mds-server/client.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/globals.c b/src/mds-server/globals.c index 2030fa7..077c222 100644 --- a/src/mds-server/globals.c +++ b/src/mds-server/globals.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/globals.h b/src/mds-server/globals.h index cfebdee..e836ffe 100644 --- a/src/mds-server/globals.h +++ b/src/mds-server/globals.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/interception-condition.c b/src/mds-server/interception-condition.c index c7c3dff..3ef66b0 100644 --- a/src/mds-server/interception-condition.c +++ b/src/mds-server/interception-condition.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/interception-condition.h b/src/mds-server/interception-condition.h index 3e7c7e1..73919cc 100644 --- a/src/mds-server/interception-condition.h +++ b/src/mds-server/interception-condition.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/interceptors.c b/src/mds-server/interceptors.c index 559a191..ddaedd6 100644 --- a/src/mds-server/interceptors.c +++ b/src/mds-server/interceptors.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/interceptors.h b/src/mds-server/interceptors.h index 5b8d50a..d5cfc6f 100644 --- a/src/mds-server/interceptors.h +++ b/src/mds-server/interceptors.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/mds-server.c b/src/mds-server/mds-server.c index c249236..cfedf82 100644 --- a/src/mds-server/mds-server.c +++ b/src/mds-server/mds-server.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/mds-server.h b/src/mds-server/mds-server.h index 42b610a..44c9acc 100644 --- a/src/mds-server/mds-server.h +++ b/src/mds-server/mds-server.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/multicast.c b/src/mds-server/multicast.c index ae740ac..d30530f 100644 --- a/src/mds-server/multicast.c +++ b/src/mds-server/multicast.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/multicast.h b/src/mds-server/multicast.h index bb83687..0cd20e1 100644 --- a/src/mds-server/multicast.h +++ b/src/mds-server/multicast.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/queued-interception.c b/src/mds-server/queued-interception.c index 4d2fedc..ff00339 100644 --- a/src/mds-server/queued-interception.c +++ b/src/mds-server/queued-interception.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/queued-interception.h b/src/mds-server/queued-interception.h index d03720a..5a17579 100644 --- a/src/mds-server/queued-interception.h +++ b/src/mds-server/queued-interception.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/receiving.c b/src/mds-server/receiving.c index 458aae4..b93f638 100644 --- a/src/mds-server/receiving.c +++ b/src/mds-server/receiving.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/receiving.h b/src/mds-server/receiving.h index a38f611..612c94b 100644 --- a/src/mds-server/receiving.h +++ b/src/mds-server/receiving.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/reexec.c b/src/mds-server/reexec.c index 8018001..bac066a 100644 --- a/src/mds-server/reexec.c +++ b/src/mds-server/reexec.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/sending.c b/src/mds-server/sending.c index a02fb0e..05e5cc0 100644 --- a/src/mds-server/sending.c +++ b/src/mds-server/sending.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/sending.h b/src/mds-server/sending.h index 534c172..487b711 100644 --- a/src/mds-server/sending.h +++ b/src/mds-server/sending.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/signals.c b/src/mds-server/signals.c index 0467c2f..8e4dc0e 100644 --- a/src/mds-server/signals.c +++ b/src/mds-server/signals.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/slavery.c b/src/mds-server/slavery.c index 4bdf107..de0336b 100644 --- a/src/mds-server/slavery.c +++ b/src/mds-server/slavery.c @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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/mds-server/slavery.h b/src/mds-server/slavery.h index b65d978..72e745d 100644 --- a/src/mds-server/slavery.h +++ b/src/mds-server/slavery.h @@ -1,6 +1,6 @@ /** * mds — A micro-display server - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015, 2016 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 -- cgit v1.2.3-70-g09d2