aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/alloca.h2
-rw-r--r--include/arpa/inet.h2
-rw-r--r--include/assert.h2
-rw-r--r--include/bits/stdarg.h2
-rw-r--r--include/bits/types.h2
-rw-r--r--include/ctype.h2
-rw-r--r--include/err.h2
-rw-r--r--include/errno.h2
-rw-r--r--include/error.h2
-rw-r--r--include/fcntl.h2
-rw-r--r--include/inttypes.h2
-rw-r--r--include/iso646.h2
-rw-r--r--include/libgen.h2
-rw-r--r--include/malloc.h2
-rw-r--r--include/memory.h2
-rw-r--r--include/obstack.h2
-rw-r--r--include/slibc-alloc.h2
-rw-r--r--include/slibc-error.h2
-rw-r--r--include/slibc-human.h2
-rw-r--r--include/slibc-print.h2
-rw-r--r--include/slibc/attributes.h2
-rw-r--r--include/slibc/c-version.h2
-rw-r--r--include/slibc/features.h2
-rw-r--r--include/slibc/internals.h2
-rw-r--r--include/slibc/portability.h2
-rw-r--r--include/slibc/version.h2
-rw-r--r--include/stdalign.h2
-rw-r--r--include/stdarg.h2
-rw-r--r--include/stdbool.h2
-rw-r--r--include/stddef.h2
-rw-r--r--include/stdint.h2
-rw-r--r--include/stdio.h2
-rw-r--r--include/stdlib.h2
-rw-r--r--include/stdnoreturn.h2
-rw-r--r--include/string.h2
-rw-r--r--include/strings.h2
-rw-r--r--include/sys/errno.h2
-rw-r--r--include/sys/fcntl.h2
-rw-r--r--include/sys/poll.h2
-rw-r--r--include/sys/signal.h2
-rw-r--r--include/sys/soundcard.h2
-rw-r--r--include/sys/stat.h2
-rw-r--r--include/sys/stropts.h2
-rw-r--r--include/sys/syslog.h2
-rw-r--r--include/sys/termios.h2
-rw-r--r--include/sys/ucontext.h2
-rw-r--r--include/sys/vt.h2
-rw-r--r--include/unistd.h2
-rw-r--r--include/wait.h2
-rw-r--r--include/wchar.h2
50 files changed, 50 insertions, 50 deletions
diff --git a/include/alloca.h b/include/alloca.h
index 5cc9131..1027ecf 100644
--- a/include/alloca.h
+++ b/include/alloca.h
@@ -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/include/arpa/inet.h b/include/arpa/inet.h
index a9a3ecd..b804119 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -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/include/assert.h b/include/assert.h
index 7b1e6fe..c7eccf4 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -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/include/bits/stdarg.h b/include/bits/stdarg.h
index ae6f801..7afcee6 100644
--- a/include/bits/stdarg.h
+++ b/include/bits/stdarg.h
@@ -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/include/bits/types.h b/include/bits/types.h
index 4fa13cb..b52fed7 100644
--- a/include/bits/types.h
+++ b/include/bits/types.h
@@ -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/include/ctype.h b/include/ctype.h
index 8f253c1..f35aaf2 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -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/include/err.h b/include/err.h
index bc93228..205634f 100644
--- a/include/err.h
+++ b/include/err.h
@@ -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/include/errno.h b/include/errno.h
index 221308f..866c51d 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -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/include/error.h b/include/error.h
index dfeed60..c7477e9 100644
--- a/include/error.h
+++ b/include/error.h
@@ -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/include/fcntl.h b/include/fcntl.h
index 4318afd..9e62d3f 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -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/include/inttypes.h b/include/inttypes.h
index be53464..bde6f3e 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -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/include/iso646.h b/include/iso646.h
index 7845ea7..a55c03a 100644
--- a/include/iso646.h
+++ b/include/iso646.h
@@ -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/include/libgen.h b/include/libgen.h
index 65b402e..87fcdbf 100644
--- a/include/libgen.h
+++ b/include/libgen.h
@@ -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/include/malloc.h b/include/malloc.h
index aba1f0a..63b438f 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -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/include/memory.h b/include/memory.h
index e0b1e77..58321db 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -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/include/obstack.h b/include/obstack.h
index 0bfdddf..42155ad 100644
--- a/include/obstack.h
+++ b/include/obstack.h
@@ -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/include/slibc-alloc.h b/include/slibc-alloc.h
index e902f70..81a2097 100644
--- a/include/slibc-alloc.h
+++ b/include/slibc-alloc.h
@@ -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/include/slibc-error.h b/include/slibc-error.h
index fad3d30..65a6937 100644
--- a/include/slibc-error.h
+++ b/include/slibc-error.h
@@ -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/include/slibc-human.h b/include/slibc-human.h
index ad07974..57a57c2 100644
--- a/include/slibc-human.h
+++ b/include/slibc-human.h
@@ -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/include/slibc-print.h b/include/slibc-print.h
index 474562e..8bd828f 100644
--- a/include/slibc-print.h
+++ b/include/slibc-print.h
@@ -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/include/slibc/attributes.h b/include/slibc/attributes.h
index d623955..f4b2ca0 100644
--- a/include/slibc/attributes.h
+++ b/include/slibc/attributes.h
@@ -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/include/slibc/c-version.h b/include/slibc/c-version.h
index 965497a..8281c92 100644
--- a/include/slibc/c-version.h
+++ b/include/slibc/c-version.h
@@ -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/include/slibc/features.h b/include/slibc/features.h
index a5886c9..58f26db 100644
--- a/include/slibc/features.h
+++ b/include/slibc/features.h
@@ -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/include/slibc/internals.h b/include/slibc/internals.h
index 86f75d4..3bfdac2 100644
--- a/include/slibc/internals.h
+++ b/include/slibc/internals.h
@@ -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/include/slibc/portability.h b/include/slibc/portability.h
index 8c71af8..86a0409 100644
--- a/include/slibc/portability.h
+++ b/include/slibc/portability.h
@@ -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/include/slibc/version.h b/include/slibc/version.h
index 3b82ece..62a54af 100644
--- a/include/slibc/version.h
+++ b/include/slibc/version.h
@@ -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/include/stdalign.h b/include/stdalign.h
index 4041ba5..096eff0 100644
--- a/include/stdalign.h
+++ b/include/stdalign.h
@@ -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/include/stdarg.h b/include/stdarg.h
index 754e63b..5c75247 100644
--- a/include/stdarg.h
+++ b/include/stdarg.h
@@ -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/include/stdbool.h b/include/stdbool.h
index 8fe6383..74c766b 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -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/include/stddef.h b/include/stddef.h
index 2f0f11a..beb127f 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -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/include/stdint.h b/include/stdint.h
index c9b031b..375f5ba 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -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/include/stdio.h b/include/stdio.h
index 320ab06..81f1fc6 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -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/include/stdlib.h b/include/stdlib.h
index d3e07f8..57fe07b 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -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/include/stdnoreturn.h b/include/stdnoreturn.h
index db6564f..94979b8 100644
--- a/include/stdnoreturn.h
+++ b/include/stdnoreturn.h
@@ -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/include/string.h b/include/string.h
index 99608d9..fcef11a 100644
--- a/include/string.h
+++ b/include/string.h
@@ -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/include/strings.h b/include/strings.h
index 1b4f3af..626f02a 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -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/include/sys/errno.h b/include/sys/errno.h
index 3850e30..883b00e 100644
--- a/include/sys/errno.h
+++ b/include/sys/errno.h
@@ -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/include/sys/fcntl.h b/include/sys/fcntl.h
index 034086f..85c1524 100644
--- a/include/sys/fcntl.h
+++ b/include/sys/fcntl.h
@@ -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/include/sys/poll.h b/include/sys/poll.h
index 96ca04c..06ec427 100644
--- a/include/sys/poll.h
+++ b/include/sys/poll.h
@@ -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/include/sys/signal.h b/include/sys/signal.h
index 482024b..889d724 100644
--- a/include/sys/signal.h
+++ b/include/sys/signal.h
@@ -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/include/sys/soundcard.h b/include/sys/soundcard.h
index d18e25f..54c8099 100644
--- a/include/sys/soundcard.h
+++ b/include/sys/soundcard.h
@@ -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/include/sys/stat.h b/include/sys/stat.h
index dd60f92..b3c43d3 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -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/include/sys/stropts.h b/include/sys/stropts.h
index 5a7095a..72a8acb 100644
--- a/include/sys/stropts.h
+++ b/include/sys/stropts.h
@@ -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/include/sys/syslog.h b/include/sys/syslog.h
index 7e24468..3b4d8b9 100644
--- a/include/sys/syslog.h
+++ b/include/sys/syslog.h
@@ -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/include/sys/termios.h b/include/sys/termios.h
index 985a70e..e208f6b 100644
--- a/include/sys/termios.h
+++ b/include/sys/termios.h
@@ -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/include/sys/ucontext.h b/include/sys/ucontext.h
index 5937a49..db8f324 100644
--- a/include/sys/ucontext.h
+++ b/include/sys/ucontext.h
@@ -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/include/sys/vt.h b/include/sys/vt.h
index 2bed846..d78c5d6 100644
--- a/include/sys/vt.h
+++ b/include/sys/vt.h
@@ -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/include/unistd.h b/include/unistd.h
index ff71869..af11570 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -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/include/wait.h b/include/wait.h
index 0d3a910..4d24f2f 100644
--- a/include/wait.h
+++ b/include/wait.h
@@ -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/include/wchar.h b/include/wchar.h
index be2bfc8..685850f 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -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