diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 17:39:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 17:39:24 +0100 |
commit | 4bea2f3638c9f4f3a5402350cc2bee919b7e4824 (patch) | |
tree | b4a799bdbc93d2ff761fb551037b0594cd0aa446 /include/sys | |
parent | m bug fix: reopen: closed wrong fd (diff) | |
download | slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.gz slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.bz2 slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.xz |
bump year
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | include/sys/errno.h | 2 | ||||
-rw-r--r-- | include/sys/fcntl.h | 2 | ||||
-rw-r--r-- | include/sys/poll.h | 2 | ||||
-rw-r--r-- | include/sys/signal.h | 2 | ||||
-rw-r--r-- | include/sys/soundcard.h | 2 | ||||
-rw-r--r-- | include/sys/stat.h | 2 | ||||
-rw-r--r-- | include/sys/stropts.h | 2 | ||||
-rw-r--r-- | include/sys/syslog.h | 2 | ||||
-rw-r--r-- | include/sys/termios.h | 2 | ||||
-rw-r--r-- | include/sys/ucontext.h | 2 | ||||
-rw-r--r-- | include/sys/vt.h | 2 |
11 files changed, 11 insertions, 11 deletions
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 |