aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 09:15:45 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 09:15:45 +0200
commita154fb3467c8a1e46e4dc03cf86c26b22d4021af (patch)
tree7774f50cf6f9ab3cca0214703489094694222184 /src/unistd
parentEmpty signed commit (diff)
downloadslibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.gz
slibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.bz2
slibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/unistd')
-rw-r--r--src/unistd/daemon.c2
-rw-r--r--src/unistd/daemonise.c2
-rw-r--r--src/unistd/exec.c2
-rw-r--r--src/unistd/execat.c2
-rw-r--r--src/unistd/fexec.c2
-rw-r--r--src/unistd/getpass.c2
-rw-r--r--src/unistd/halt.c2
-rw-r--r--src/unistd/hcf.c2
-rw-r--r--src/unistd/preadn.c2
-rw-r--r--src/unistd/pwriten.c2
-rw-r--r--src/unistd/readn.c2
-rw-r--r--src/unistd/searchpath.c2
-rw-r--r--src/unistd/searchpath2.c2
-rw-r--r--src/unistd/searchpath3.c2
-rw-r--r--src/unistd/writen.c2
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