aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar
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/wchar
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 '')
-rw-r--r--src/wchar/new.c2
-rw-r--r--src/wchar/rawwcscasestr.c2
-rw-r--r--src/wchar/rawwcsstr.c2
-rw-r--r--src/wchar/rawwmemchr.c2
-rw-r--r--src/wchar/wcpcpy.c2
-rw-r--r--src/wchar/wcpmove.c2
-rw-r--r--src/wchar/wcpncpy.c2
-rw-r--r--src/wchar/wcpnmove.c2
-rw-r--r--src/wchar/wcscasecmp.c2
-rw-r--r--src/wchar/wcscaseends.c2
-rw-r--r--src/wchar/wcscasestarts.c2
-rw-r--r--src/wchar/wcscasestr.c2
-rw-r--r--src/wchar/wcscat.c2
-rw-r--r--src/wchar/wcsccpy.c2
-rw-r--r--src/wchar/wcschr.c2
-rw-r--r--src/wchar/wcschrnul.c2
-rw-r--r--src/wchar/wcscmove.c2
-rw-r--r--src/wchar/wcscmp.c2
-rw-r--r--src/wchar/wcscncpy.c2
-rw-r--r--src/wchar/wcscnmove.c2
-rw-r--r--src/wchar/wcscpy.c2
-rw-r--r--src/wchar/wcscspn.c2
-rw-r--r--src/wchar/wcsdup.c2
-rw-r--r--src/wchar/wcsends.c2
-rw-r--r--src/wchar/wcslen.c2
-rw-r--r--src/wchar/wcsmove.c2
-rw-r--r--src/wchar/wcsncasecmp.c2
-rw-r--r--src/wchar/wcsncasestr.c2
-rw-r--r--src/wchar/wcsncat.c2
-rw-r--r--src/wchar/wcsncmp.c2
-rw-r--r--src/wchar/wcsncpy.c2
-rw-r--r--src/wchar/wcsndup.c2
-rw-r--r--src/wchar/wcsnlen.c2
-rw-r--r--src/wchar/wcsnmove.c2
-rw-r--r--src/wchar/wcsnstr.c2
-rw-r--r--src/wchar/wcspbrk.c2
-rw-r--r--src/wchar/wcsrchr.c2
-rw-r--r--src/wchar/wcssep.c2
-rw-r--r--src/wchar/wcsset.c2
-rw-r--r--src/wchar/wcsspn.c2
-rw-r--r--src/wchar/wcsstarts.c2
-rw-r--r--src/wchar/wcsstr.c2
-rw-r--r--src/wchar/wcsstrcpy.c2
-rw-r--r--src/wchar/wcsstrmove.c2
-rw-r--r--src/wchar/wcsstrncpy.c2
-rw-r--r--src/wchar/wcsstrnmove.c2
-rw-r--r--src/wchar/wcstok.c2
-rw-r--r--src/wchar/wcswcs.c2
-rw-r--r--src/wchar/wmemcasecmp.c2
-rw-r--r--src/wchar/wmemcasemem.c2
-rw-r--r--src/wchar/wmemccpy.c2
-rw-r--r--src/wchar/wmemchr.c2
-rw-r--r--src/wchar/wmemcmove.c2
-rw-r--r--src/wchar/wmemcmp.c2
-rw-r--r--src/wchar/wmemcpy.c2
-rw-r--r--src/wchar/wmemdup.c2
-rw-r--r--src/wchar/wmemmem.c2
-rw-r--r--src/wchar/wmemmove.c2
-rw-r--r--src/wchar/wmempcpy.c2
-rw-r--r--src/wchar/wmempmove.c2
-rw-r--r--src/wchar/wmemrchr.c2
-rw-r--r--src/wchar/wmemset.c2
62 files changed, 62 insertions, 62 deletions
diff --git a/src/wchar/new.c b/src/wchar/new.c
index c3d5b10..98e1ed8 100644
--- a/src/wchar/new.c
+++ b/src/wchar/new.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/wchar/rawwcscasestr.c b/src/wchar/rawwcscasestr.c
index cd897aa..260c20d 100644
--- a/src/wchar/rawwcscasestr.c
+++ b/src/wchar/rawwcscasestr.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/wchar/rawwcsstr.c b/src/wchar/rawwcsstr.c
index 4cec593..a0dbe77 100644
--- a/src/wchar/rawwcsstr.c
+++ b/src/wchar/rawwcsstr.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/wchar/rawwmemchr.c b/src/wchar/rawwmemchr.c
index d562901..88694de 100644
--- a/src/wchar/rawwmemchr.c
+++ b/src/wchar/rawwmemchr.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/wchar/wcpcpy.c b/src/wchar/wcpcpy.c
index 4fb6114..aa68b7d 100644
--- a/src/wchar/wcpcpy.c
+++ b/src/wchar/wcpcpy.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/wchar/wcpmove.c b/src/wchar/wcpmove.c
index 8b6a1d6..f35ac25 100644
--- a/src/wchar/wcpmove.c
+++ b/src/wchar/wcpmove.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/wchar/wcpncpy.c b/src/wchar/wcpncpy.c
index c5e7483..3000321 100644
--- a/src/wchar/wcpncpy.c
+++ b/src/wchar/wcpncpy.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/wchar/wcpnmove.c b/src/wchar/wcpnmove.c
index 4650cae..2ab958f 100644
--- a/src/wchar/wcpnmove.c
+++ b/src/wchar/wcpnmove.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/wchar/wcscasecmp.c b/src/wchar/wcscasecmp.c
index a4c189c..3be2556 100644
--- a/src/wchar/wcscasecmp.c
+++ b/src/wchar/wcscasecmp.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/wchar/wcscaseends.c b/src/wchar/wcscaseends.c
index 8eab733..66af6fc 100644
--- a/src/wchar/wcscaseends.c
+++ b/src/wchar/wcscaseends.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/wchar/wcscasestarts.c b/src/wchar/wcscasestarts.c
index 75724b1..7a25778 100644
--- a/src/wchar/wcscasestarts.c
+++ b/src/wchar/wcscasestarts.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/wchar/wcscasestr.c b/src/wchar/wcscasestr.c
index ac0f117..c1db8be 100644
--- a/src/wchar/wcscasestr.c
+++ b/src/wchar/wcscasestr.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/wchar/wcscat.c b/src/wchar/wcscat.c
index 11abd6d..e8dff70 100644
--- a/src/wchar/wcscat.c
+++ b/src/wchar/wcscat.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/wchar/wcsccpy.c b/src/wchar/wcsccpy.c
index a4a95d3..2f298cf 100644
--- a/src/wchar/wcsccpy.c
+++ b/src/wchar/wcsccpy.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/wchar/wcschr.c b/src/wchar/wcschr.c
index 25f16de..1d0b1aa 100644
--- a/src/wchar/wcschr.c
+++ b/src/wchar/wcschr.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/wchar/wcschrnul.c b/src/wchar/wcschrnul.c
index 6ac6228..415a4ac 100644
--- a/src/wchar/wcschrnul.c
+++ b/src/wchar/wcschrnul.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/wchar/wcscmove.c b/src/wchar/wcscmove.c
index 2141f2e..eacd87c 100644
--- a/src/wchar/wcscmove.c
+++ b/src/wchar/wcscmove.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/wchar/wcscmp.c b/src/wchar/wcscmp.c
index 3e45f68..0f2d1c8 100644
--- a/src/wchar/wcscmp.c
+++ b/src/wchar/wcscmp.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/wchar/wcscncpy.c b/src/wchar/wcscncpy.c
index 4a4b585..5ee9113 100644
--- a/src/wchar/wcscncpy.c
+++ b/src/wchar/wcscncpy.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/wchar/wcscnmove.c b/src/wchar/wcscnmove.c
index f4096ea..d769a73 100644
--- a/src/wchar/wcscnmove.c
+++ b/src/wchar/wcscnmove.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/wchar/wcscpy.c b/src/wchar/wcscpy.c
index aeff5b7..fb10b64 100644
--- a/src/wchar/wcscpy.c
+++ b/src/wchar/wcscpy.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/wchar/wcscspn.c b/src/wchar/wcscspn.c
index fa5c980..f2f11b7 100644
--- a/src/wchar/wcscspn.c
+++ b/src/wchar/wcscspn.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/wchar/wcsdup.c b/src/wchar/wcsdup.c
index 73db014..57444e8 100644
--- a/src/wchar/wcsdup.c
+++ b/src/wchar/wcsdup.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/wchar/wcsends.c b/src/wchar/wcsends.c
index fa48c2a..a1d41d8 100644
--- a/src/wchar/wcsends.c
+++ b/src/wchar/wcsends.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/wchar/wcslen.c b/src/wchar/wcslen.c
index 69a247e..067d29c 100644
--- a/src/wchar/wcslen.c
+++ b/src/wchar/wcslen.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/wchar/wcsmove.c b/src/wchar/wcsmove.c
index 68c057b..c45c8af 100644
--- a/src/wchar/wcsmove.c
+++ b/src/wchar/wcsmove.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/wchar/wcsncasecmp.c b/src/wchar/wcsncasecmp.c
index 99c125d..d7dbab3 100644
--- a/src/wchar/wcsncasecmp.c
+++ b/src/wchar/wcsncasecmp.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/wchar/wcsncasestr.c b/src/wchar/wcsncasestr.c
index 43587f3..3c0a106 100644
--- a/src/wchar/wcsncasestr.c
+++ b/src/wchar/wcsncasestr.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/wchar/wcsncat.c b/src/wchar/wcsncat.c
index 005ee2c..8f606e7 100644
--- a/src/wchar/wcsncat.c
+++ b/src/wchar/wcsncat.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/wchar/wcsncmp.c b/src/wchar/wcsncmp.c
index 5730200..0954d66 100644
--- a/src/wchar/wcsncmp.c
+++ b/src/wchar/wcsncmp.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/wchar/wcsncpy.c b/src/wchar/wcsncpy.c
index a397d92..c0a18de 100644
--- a/src/wchar/wcsncpy.c
+++ b/src/wchar/wcsncpy.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/wchar/wcsndup.c b/src/wchar/wcsndup.c
index da64150..b028f35 100644
--- a/src/wchar/wcsndup.c
+++ b/src/wchar/wcsndup.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/wchar/wcsnlen.c b/src/wchar/wcsnlen.c
index 5883da4..37f19fb 100644
--- a/src/wchar/wcsnlen.c
+++ b/src/wchar/wcsnlen.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/wchar/wcsnmove.c b/src/wchar/wcsnmove.c
index 67e068c..7d3c3f0 100644
--- a/src/wchar/wcsnmove.c
+++ b/src/wchar/wcsnmove.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/wchar/wcsnstr.c b/src/wchar/wcsnstr.c
index 4e80340..2bfa31a 100644
--- a/src/wchar/wcsnstr.c
+++ b/src/wchar/wcsnstr.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/wchar/wcspbrk.c b/src/wchar/wcspbrk.c
index edd13bf..0443096 100644
--- a/src/wchar/wcspbrk.c
+++ b/src/wchar/wcspbrk.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/wchar/wcsrchr.c b/src/wchar/wcsrchr.c
index e6bc266..14c9557 100644
--- a/src/wchar/wcsrchr.c
+++ b/src/wchar/wcsrchr.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/wchar/wcssep.c b/src/wchar/wcssep.c
index 6336c74..01e5ebb 100644
--- a/src/wchar/wcssep.c
+++ b/src/wchar/wcssep.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/wchar/wcsset.c b/src/wchar/wcsset.c
index 9f22450..fb0dcfa 100644
--- a/src/wchar/wcsset.c
+++ b/src/wchar/wcsset.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/wchar/wcsspn.c b/src/wchar/wcsspn.c
index efcaad0..186c25c 100644
--- a/src/wchar/wcsspn.c
+++ b/src/wchar/wcsspn.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/wchar/wcsstarts.c b/src/wchar/wcsstarts.c
index a112896..dfe86cb 100644
--- a/src/wchar/wcsstarts.c
+++ b/src/wchar/wcsstarts.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/wchar/wcsstr.c b/src/wchar/wcsstr.c
index 2663484..e359d89 100644
--- a/src/wchar/wcsstr.c
+++ b/src/wchar/wcsstr.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/wchar/wcsstrcpy.c b/src/wchar/wcsstrcpy.c
index eedc6ad..8eb8d63 100644
--- a/src/wchar/wcsstrcpy.c
+++ b/src/wchar/wcsstrcpy.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/wchar/wcsstrmove.c b/src/wchar/wcsstrmove.c
index 4642bb7..a5add2e 100644
--- a/src/wchar/wcsstrmove.c
+++ b/src/wchar/wcsstrmove.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/wchar/wcsstrncpy.c b/src/wchar/wcsstrncpy.c
index 2a018f4..711d1be 100644
--- a/src/wchar/wcsstrncpy.c
+++ b/src/wchar/wcsstrncpy.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/wchar/wcsstrnmove.c b/src/wchar/wcsstrnmove.c
index 3fc1fac..e75c285 100644
--- a/src/wchar/wcsstrnmove.c
+++ b/src/wchar/wcsstrnmove.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/wchar/wcstok.c b/src/wchar/wcstok.c
index be0263d..c94b2ac 100644
--- a/src/wchar/wcstok.c
+++ b/src/wchar/wcstok.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/wchar/wcswcs.c b/src/wchar/wcswcs.c
index a482cd9..7dbd70b 100644
--- a/src/wchar/wcswcs.c
+++ b/src/wchar/wcswcs.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/wchar/wmemcasecmp.c b/src/wchar/wmemcasecmp.c
index 28543d4..439968d 100644
--- a/src/wchar/wmemcasecmp.c
+++ b/src/wchar/wmemcasecmp.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/wchar/wmemcasemem.c b/src/wchar/wmemcasemem.c
index 2f446f2..8a24c1a 100644
--- a/src/wchar/wmemcasemem.c
+++ b/src/wchar/wmemcasemem.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/wchar/wmemccpy.c b/src/wchar/wmemccpy.c
index 92b2967..f949f48 100644
--- a/src/wchar/wmemccpy.c
+++ b/src/wchar/wmemccpy.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/wchar/wmemchr.c b/src/wchar/wmemchr.c
index 7716421..7446343 100644
--- a/src/wchar/wmemchr.c
+++ b/src/wchar/wmemchr.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/wchar/wmemcmove.c b/src/wchar/wmemcmove.c
index 2b2da89..217e73d 100644
--- a/src/wchar/wmemcmove.c
+++ b/src/wchar/wmemcmove.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/wchar/wmemcmp.c b/src/wchar/wmemcmp.c
index f6c2a78..c160f71 100644
--- a/src/wchar/wmemcmp.c
+++ b/src/wchar/wmemcmp.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/wchar/wmemcpy.c b/src/wchar/wmemcpy.c
index 01bcb7d..1c5cd6c 100644
--- a/src/wchar/wmemcpy.c
+++ b/src/wchar/wmemcpy.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/wchar/wmemdup.c b/src/wchar/wmemdup.c
index dbc3d57..5215e75 100644
--- a/src/wchar/wmemdup.c
+++ b/src/wchar/wmemdup.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/wchar/wmemmem.c b/src/wchar/wmemmem.c
index 9a29957..06b2805 100644
--- a/src/wchar/wmemmem.c
+++ b/src/wchar/wmemmem.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/wchar/wmemmove.c b/src/wchar/wmemmove.c
index 86388bf..87b869a 100644
--- a/src/wchar/wmemmove.c
+++ b/src/wchar/wmemmove.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/wchar/wmempcpy.c b/src/wchar/wmempcpy.c
index 709bfcd..51f04b5 100644
--- a/src/wchar/wmempcpy.c
+++ b/src/wchar/wmempcpy.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/wchar/wmempmove.c b/src/wchar/wmempmove.c
index 5e08614..309975b 100644
--- a/src/wchar/wmempmove.c
+++ b/src/wchar/wmempmove.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/wchar/wmemrchr.c b/src/wchar/wmemrchr.c
index f4226db..6869ff9 100644
--- a/src/wchar/wmemrchr.c
+++ b/src/wchar/wmemrchr.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/wchar/wmemset.c b/src/wchar/wmemset.c
index c996da7..4945535 100644
--- a/src/wchar/wmemset.c
+++ b/src/wchar/wmemset.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