diff options
Diffstat (limited to '')
-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 9be775b..dca9c4c 100644 --- a/src/unistd/daemon.c +++ b/src/unistd/daemon.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/daemonise.c b/src/unistd/daemonise.c index 39c5fa9..bb331f9 100644 --- a/src/unistd/daemonise.c +++ b/src/unistd/daemonise.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/exec.c b/src/unistd/exec.c index 2d121e7..5016e9d 100644 --- a/src/unistd/exec.c +++ b/src/unistd/exec.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/execat.c b/src/unistd/execat.c index 0005877..6721d0f 100644 --- a/src/unistd/execat.c +++ b/src/unistd/execat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/fexec.c b/src/unistd/fexec.c index ec592d1..23ffedd 100644 --- a/src/unistd/fexec.c +++ b/src/unistd/fexec.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/getpass.c b/src/unistd/getpass.c index b764aed..3a33315 100644 --- a/src/unistd/getpass.c +++ b/src/unistd/getpass.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/halt.c b/src/unistd/halt.c index 0812203..aacc075 100644 --- a/src/unistd/halt.c +++ b/src/unistd/halt.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/hcf.c b/src/unistd/hcf.c index 99f0d4b..7e1ed9a 100644 --- a/src/unistd/hcf.c +++ b/src/unistd/hcf.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/preadn.c b/src/unistd/preadn.c index dc7e72c..ba2bd18 100644 --- a/src/unistd/preadn.c +++ b/src/unistd/preadn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/pwriten.c b/src/unistd/pwriten.c index 3cc90aa..da078e4 100644 --- a/src/unistd/pwriten.c +++ b/src/unistd/pwriten.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/readn.c b/src/unistd/readn.c index 683f967..619620b 100644 --- a/src/unistd/readn.c +++ b/src/unistd/readn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/searchpath.c b/src/unistd/searchpath.c index 513d995..b7e73e5 100644 --- a/src/unistd/searchpath.c +++ b/src/unistd/searchpath.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/searchpath2.c b/src/unistd/searchpath2.c index 71b20db..cf1f170 100644 --- a/src/unistd/searchpath2.c +++ b/src/unistd/searchpath2.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/searchpath3.c b/src/unistd/searchpath3.c index 6f018c7..58b5297 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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/unistd/writen.c b/src/unistd/writen.c index 34f0d3d..c661efd 100644 --- a/src/unistd/writen.c +++ b/src/unistd/writen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.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 |