From 4bea2f3638c9f4f3a5402350cc2bee919b7e4824 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 Jan 2016 17:39:24 +0100 Subject: bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/sys/errno.h | 2 +- include/sys/fcntl.h | 2 +- include/sys/poll.h | 2 +- include/sys/signal.h | 2 +- include/sys/soundcard.h | 2 +- include/sys/stat.h | 2 +- include/sys/stropts.h | 2 +- include/sys/syslog.h | 2 +- include/sys/termios.h | 2 +- include/sys/ucontext.h | 2 +- include/sys/vt.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'include/sys') diff --git a/include/sys/errno.h b/include/sys/errno.h index d868e5b..3850e30 100644 --- a/include/sys/errno.h +++ b/include/sys/errno.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/fcntl.h b/include/sys/fcntl.h index 56bfcae..034086f 100644 --- a/include/sys/fcntl.h +++ b/include/sys/fcntl.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/poll.h b/include/sys/poll.h index 1a3c7c2..96ca04c 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/signal.h b/include/sys/signal.h index 1f55894..482024b 100644 --- a/include/sys/signal.h +++ b/include/sys/signal.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/soundcard.h b/include/sys/soundcard.h index 05b9dae..d18e25f 100644 --- a/include/sys/soundcard.h +++ b/include/sys/soundcard.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/stat.h b/include/sys/stat.h index 967b711..dd60f92 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/stropts.h b/include/sys/stropts.h index aeee79f..5a7095a 100644 --- a/include/sys/stropts.h +++ b/include/sys/stropts.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/syslog.h b/include/sys/syslog.h index 2de2b37..7e24468 100644 --- a/include/sys/syslog.h +++ b/include/sys/syslog.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/termios.h b/include/sys/termios.h index af66dd9..985a70e 100644 --- a/include/sys/termios.h +++ b/include/sys/termios.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/ucontext.h b/include/sys/ucontext.h index e4250ab..5937a49 100644 --- a/include/sys/ucontext.h +++ b/include/sys/ucontext.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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/include/sys/vt.h b/include/sys/vt.h index f7b8253..2bed846 100644 --- a/include/sys/vt.h +++ b/include/sys/vt.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 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