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 /src/unistd | |
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 'src/unistd')
-rw-r--r-- | src/unistd/daemon.c | 2 | ||||
-rw-r--r-- | src/unistd/daemonise.c | 2 | ||||
-rw-r--r-- | src/unistd/exec.c | 2 | ||||
-rw-r--r-- | src/unistd/execat.c | 2 | ||||
-rw-r--r-- | src/unistd/fexec.c | 2 | ||||
-rw-r--r-- | src/unistd/getpass.c | 2 | ||||
-rw-r--r-- | src/unistd/halt.c | 2 | ||||
-rw-r--r-- | src/unistd/hcf.c | 2 | ||||
-rw-r--r-- | src/unistd/preadn.c | 2 | ||||
-rw-r--r-- | src/unistd/pwriten.c | 2 | ||||
-rw-r--r-- | src/unistd/readn.c | 2 | ||||
-rw-r--r-- | src/unistd/searchpath.c | 2 | ||||
-rw-r--r-- | src/unistd/searchpath2.c | 2 | ||||
-rw-r--r-- | src/unistd/searchpath3.c | 2 | ||||
-rw-r--r-- | src/unistd/writen.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/unistd/daemon.c b/src/unistd/daemon.c index 554142f..9be775b 100644 --- a/src/unistd/daemon.c +++ b/src/unistd/daemon.c @@ -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/src/unistd/daemonise.c b/src/unistd/daemonise.c index c305542..39c5fa9 100644 --- a/src/unistd/daemonise.c +++ b/src/unistd/daemonise.c @@ -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/src/unistd/exec.c b/src/unistd/exec.c index 3558b1f..69edc4e 100644 --- a/src/unistd/exec.c +++ b/src/unistd/exec.c @@ -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/src/unistd/execat.c b/src/unistd/execat.c index 700db2f..87519e4 100644 --- a/src/unistd/execat.c +++ b/src/unistd/execat.c @@ -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/src/unistd/fexec.c b/src/unistd/fexec.c index 5277373..2f2b229 100644 --- a/src/unistd/fexec.c +++ b/src/unistd/fexec.c @@ -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/src/unistd/getpass.c b/src/unistd/getpass.c index 5968d38..b764aed 100644 --- a/src/unistd/getpass.c +++ b/src/unistd/getpass.c @@ -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/src/unistd/halt.c b/src/unistd/halt.c index 855584f..0812203 100644 --- a/src/unistd/halt.c +++ b/src/unistd/halt.c @@ -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/src/unistd/hcf.c b/src/unistd/hcf.c index 1030e30..99f0d4b 100644 --- a/src/unistd/hcf.c +++ b/src/unistd/hcf.c @@ -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/src/unistd/preadn.c b/src/unistd/preadn.c index 3940927..dc7e72c 100644 --- a/src/unistd/preadn.c +++ b/src/unistd/preadn.c @@ -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/src/unistd/pwriten.c b/src/unistd/pwriten.c index 91deb37..3cc90aa 100644 --- a/src/unistd/pwriten.c +++ b/src/unistd/pwriten.c @@ -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/src/unistd/readn.c b/src/unistd/readn.c index e607f8d..683f967 100644 --- a/src/unistd/readn.c +++ b/src/unistd/readn.c @@ -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/src/unistd/searchpath.c b/src/unistd/searchpath.c index 37a0042..513d995 100644 --- a/src/unistd/searchpath.c +++ b/src/unistd/searchpath.c @@ -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/src/unistd/searchpath2.c b/src/unistd/searchpath2.c index 02b9cde..71b20db 100644 --- a/src/unistd/searchpath2.c +++ b/src/unistd/searchpath2.c @@ -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/src/unistd/searchpath3.c b/src/unistd/searchpath3.c index 4ab49fe..d66cfaf 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -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/src/unistd/writen.c b/src/unistd/writen.c index 3698d8a..34f0d3d 100644 --- a/src/unistd/writen.c +++ b/src/unistd/writen.c @@ -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 |