diff options
Diffstat (limited to '')
-rw-r--r-- | src/malloc/posix_memalign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/malloc/posix_memalign.c b/src/malloc/posix_memalign.c index 80d27c8..20a6d0f 100644 --- a/src/malloc/posix_memalign.c +++ b/src/malloc/posix_memalign.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 |