From 4bea2f3638c9f4f3a5402350cc2bee919b7e4824 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 1 Jan 2016 17:39:24 +0100 Subject: bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/alloca.h | 2 +- include/arpa/inet.h | 2 +- include/assert.h | 2 +- include/bits/stdarg.h | 2 +- include/bits/types.h | 2 +- include/ctype.h | 2 +- include/err.h | 2 +- include/errno.h | 2 +- include/error.h | 2 +- include/fcntl.h | 2 +- include/inttypes.h | 2 +- include/iso646.h | 2 +- include/libgen.h | 2 +- include/malloc.h | 2 +- include/memory.h | 2 +- include/obstack.h | 2 +- include/slibc-alloc.h | 2 +- include/slibc-error.h | 2 +- include/slibc-human.h | 2 +- include/slibc-print.h | 2 +- include/slibc/attributes.h | 2 +- include/slibc/c-version.h | 2 +- include/slibc/features.h | 2 +- include/slibc/internals.h | 2 +- include/slibc/portability.h | 2 +- include/slibc/version.h | 2 +- include/stdalign.h | 2 +- include/stdarg.h | 2 +- include/stdbool.h | 2 +- include/stddef.h | 2 +- include/stdint.h | 2 +- include/stdio.h | 2 +- include/stdlib.h | 2 +- include/stdnoreturn.h | 2 +- include/string.h | 2 +- include/strings.h | 2 +- include/sys/errno.h | 2 +- include/sys/fcntl.h | 2 +- include/sys/poll.h | 2 +- include/sys/signal.h | 2 +- include/sys/soundcard.h | 2 +- include/sys/stat.h | 2 +- include/sys/stropts.h | 2 +- include/sys/syslog.h | 2 +- include/sys/termios.h | 2 +- include/sys/ucontext.h | 2 +- include/sys/vt.h | 2 +- include/unistd.h | 2 +- include/wait.h | 2 +- include/wchar.h | 2 +- src/alloca/needstack.c | 2 +- src/arpa/inet/htonl.c | 2 +- src/arpa/inet/htonll.c | 2 +- src/arpa/inet/htons.c | 2 +- src/arpa/inet/ntohl.c | 2 +- src/arpa/inet/ntohll.c | 2 +- src/arpa/inet/ntohs.c | 2 +- src/assert.c | 2 +- src/ctype.c | 2 +- src/err/err.c | 2 +- src/err/errx.c | 2 +- src/err/verr.c | 2 +- src/err/verrx.c | 2 +- src/err/vwarn.c | 2 +- src/err/vwarnx.c | 2 +- src/err/warn.c | 2 +- src/err/warnx.c | 2 +- src/errno/variables.c | 2 +- src/error/error.c | 2 +- src/error/error_at_line.c | 2 +- src/error/variables.c | 2 +- src/error/verror.c | 2 +- src/error/verror_at_line.c | 2 +- src/fcntl/creat.c | 2 +- src/fcntl/reopen.c | 2 +- src/inttypes/imaxabs.c | 2 +- src/inttypes/imaxdiv.c | 2 +- src/libgen/basename_xpg.c | 2 +- src/libgen/cleanname.c | 2 +- src/libgen/dirname.c | 2 +- src/malloc.c | 2 +- src/slibc-alloc.c | 2 +- src/slibc-error.c | 2 +- src/slibc-human/escape.c | 2 +- src/slibc-human/escapes.h | 2 +- src/slibc-human/humanmode.c | 2 +- src/slibc-human/humansize.c | 2 +- src/slibc-human/machinemode.c | 2 +- src/slibc-human/machinesize.c | 2 +- src/slibc-human/unescape.c | 2 +- src/slibc-print.c | 2 +- src/stdio/printf.c | 2 +- src/stdio/scanf.c | 2 +- src/stdlib/abs/abs.c | 2 +- src/stdlib/abs/labs.c | 2 +- src/stdlib/abs/llabs.c | 2 +- src/stdlib/abspath.c | 2 +- src/stdlib/atof.c | 2 +- src/stdlib/atoi.c | 2 +- src/stdlib/atol.c | 2 +- src/stdlib/atoll.c | 2 +- src/stdlib/atoq.c | 2 +- src/stdlib/clearenv.c | 2 +- src/stdlib/div/div.c | 2 +- src/stdlib/div/ldiv.c | 2 +- src/stdlib/div/lldiv.c | 2 +- src/stdlib/getenv.c | 2 +- src/stdlib/relpath.c | 2 +- src/string/basename_gnu.c | 2 +- src/string/mem/memcasecmp.c | 2 +- src/string/mem/memcasemem.c | 2 +- src/string/mem/memccpy.c | 2 +- src/string/mem/memchr.c | 2 +- src/string/mem/memcmove.c | 2 +- src/string/mem/memcmp.c | 2 +- src/string/mem/memcpy.c | 2 +- src/string/mem/memdup.c | 2 +- src/string/mem/memmem.c | 2 +- src/string/mem/memmove.c | 2 +- src/string/mem/mempcpy.c | 2 +- src/string/mem/mempmove.c | 2 +- src/string/mem/memrchr.c | 2 +- src/string/mem/memset.c | 2 +- src/string/mem/rawmemchr.c | 2 +- src/string/mem/substring.h | 2 +- src/string/memfrob.c | 2 +- src/string/new.c | 2 +- src/string/str/rawstrcasestr.c | 2 +- src/string/str/rawstrstr.c | 2 +- src/string/str/stpcpy.c | 2 +- src/string/str/stpmove.c | 2 +- src/string/str/strcasecmp.c | 2 +- src/string/str/strcaseends.c | 2 +- src/string/str/strcasestarts.c | 2 +- src/string/str/strcasestr.c | 2 +- src/string/str/strcat.c | 2 +- src/string/str/strccpy.c | 2 +- src/string/str/strchr.c | 2 +- src/string/str/strchrnul.c | 2 +- src/string/str/strcmove.c | 2 +- src/string/str/strcmp.c | 2 +- src/string/str/strcpy.c | 2 +- src/string/str/strcspn.c | 2 +- src/string/str/strdup.c | 2 +- src/string/str/strends.c | 2 +- src/string/str/strlen.c | 2 +- src/string/str/strmove.c | 2 +- src/string/str/strpbrk.c | 2 +- src/string/str/strrchr.c | 2 +- src/string/str/strsep.c | 2 +- src/string/str/strset.c | 2 +- src/string/str/strspn.c | 2 +- src/string/str/strstarts.c | 2 +- src/string/str/strstr.c | 2 +- src/string/str/strstrcpy.c | 2 +- src/string/str/strstrmove.c | 2 +- src/string/str/strtok.c | 2 +- src/string/str/strtok_r.c | 2 +- src/string/strerror/strerror.c | 2 +- src/string/strerror/strerror_l.c | 2 +- src/string/strerror/strerror_r_gnu.c | 2 +- src/string/strerror/strerror_r_xsi.c | 2 +- src/string/strfry.c | 2 +- src/string/strn/stpncpy.c | 2 +- src/string/strn/stpnmove.c | 2 +- src/string/strn/strcncpy.c | 2 +- src/string/strn/strcnmove.c | 2 +- src/string/strn/strncasecmp.c | 2 +- src/string/strn/strncasestr.c | 2 +- src/string/strn/strncat.c | 2 +- src/string/strn/strncmp.c | 2 +- src/string/strn/strncpy.c | 2 +- src/string/strn/strndup.c | 2 +- src/string/strn/strnlen.c | 2 +- src/string/strn/strnmove.c | 2 +- src/string/strn/strnstr.c | 2 +- src/string/strn/strstrncpy.c | 2 +- src/string/strn/strstrnmove.c | 2 +- src/strings/bcmp.c | 2 +- src/strings/bcopy.c | 2 +- src/strings/bzero.c | 2 +- src/strings/explicit_bzero.c | 2 +- src/strings/ffs.c | 2 +- src/strings/ffsl.c | 2 +- src/strings/ffsll.c | 2 +- src/strings/index.c | 2 +- src/strings/rindex.c | 2 +- src/unistd/daemon.c | 2 +- src/unistd/daemonise.c | 2 +- src/unistd/exec.c | 2 +- src/unistd/execat.c | 2 +- src/unistd/fexec.c | 2 +- src/unistd/getpass.c | 2 +- src/unistd/halt.c | 2 +- src/unistd/hcf.c | 2 +- src/unistd/preadn.c | 2 +- src/unistd/pwriten.c | 2 +- src/unistd/readn.c | 2 +- src/unistd/searchpath.c | 2 +- src/unistd/searchpath2.c | 2 +- src/unistd/searchpath3.c | 2 +- src/unistd/writen.c | 2 +- src/wchar/new.c | 2 +- src/wchar/rawwcscasestr.c | 2 +- src/wchar/rawwcsstr.c | 2 +- src/wchar/rawwmemchr.c | 2 +- src/wchar/wcpcpy.c | 2 +- src/wchar/wcpmove.c | 2 +- src/wchar/wcpncpy.c | 2 +- src/wchar/wcpnmove.c | 2 +- src/wchar/wcscasecmp.c | 2 +- src/wchar/wcscaseends.c | 2 +- src/wchar/wcscasestarts.c | 2 +- src/wchar/wcscasestr.c | 2 +- src/wchar/wcscat.c | 2 +- src/wchar/wcsccpy.c | 2 +- src/wchar/wcschr.c | 2 +- src/wchar/wcschrnul.c | 2 +- src/wchar/wcscmove.c | 2 +- src/wchar/wcscmp.c | 2 +- src/wchar/wcscncpy.c | 2 +- src/wchar/wcscnmove.c | 2 +- src/wchar/wcscpy.c | 2 +- src/wchar/wcscspn.c | 2 +- src/wchar/wcsdup.c | 2 +- src/wchar/wcsends.c | 2 +- src/wchar/wcslen.c | 2 +- src/wchar/wcsmove.c | 2 +- src/wchar/wcsncasecmp.c | 2 +- src/wchar/wcsncasestr.c | 2 +- src/wchar/wcsncat.c | 2 +- src/wchar/wcsncmp.c | 2 +- src/wchar/wcsncpy.c | 2 +- src/wchar/wcsndup.c | 2 +- src/wchar/wcsnlen.c | 2 +- src/wchar/wcsnmove.c | 2 +- src/wchar/wcsnstr.c | 2 +- src/wchar/wcspbrk.c | 2 +- src/wchar/wcsrchr.c | 2 +- src/wchar/wcssep.c | 2 +- src/wchar/wcsset.c | 2 +- src/wchar/wcsspn.c | 2 +- src/wchar/wcsstarts.c | 2 +- src/wchar/wcsstr.c | 2 +- src/wchar/wcsstrcpy.c | 2 +- src/wchar/wcsstrmove.c | 2 +- src/wchar/wcsstrncpy.c | 2 +- src/wchar/wcsstrnmove.c | 2 +- src/wchar/wcstok.c | 2 +- src/wchar/wcswcs.c | 2 +- src/wchar/wmemcasecmp.c | 2 +- src/wchar/wmemcasemem.c | 2 +- src/wchar/wmemccpy.c | 2 +- src/wchar/wmemchr.c | 2 +- src/wchar/wmemcmove.c | 2 +- src/wchar/wmemcmp.c | 2 +- src/wchar/wmemcpy.c | 2 +- src/wchar/wmemdup.c | 2 +- src/wchar/wmemmem.c | 2 +- src/wchar/wmemmove.c | 2 +- src/wchar/wmempcpy.c | 2 +- src/wchar/wmempmove.c | 2 +- src/wchar/wmemrchr.c | 2 +- src/wchar/wmemset.c | 2 +- 264 files changed, 264 insertions(+), 264 deletions(-) diff --git a/include/alloca.h b/include/alloca.h index ff2f8c8..5cc9131 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 575666e..a9a3ecd 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 fc07e16..7b1e6fe 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 ca051a5..ae6f801 100644 --- a/include/bits/stdarg.h +++ b/include/bits/stdarg.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 8a91846..4fa13cb 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e994ed5..6da0ae2 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 91f5b84..bc93228 100644 --- a/include/err.h +++ b/include/err.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 749524c..221308f 100644 --- a/include/errno.h +++ b/include/errno.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 f2cf9f6..dfeed60 100644 --- a/include/error.h +++ b/include/error.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 422d408..4318afd 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 4a02d5a..be53464 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 67ea99b..7845ea7 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 a62bd41..65b402e 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 578a765..7478175 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 f0a7f6f..e0b1e77 100644 --- a/include/memory.h +++ b/include/memory.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 da1acc3..0bfdddf 100644 --- a/include/obstack.h +++ b/include/obstack.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 043616a..928218d 100644 --- a/include/slibc-alloc.h +++ b/include/slibc-alloc.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 7e1bca2..fad3d30 100644 --- a/include/slibc-error.h +++ b/include/slibc-error.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e0423bc..ad07974 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 194e9cb..474562e 100644 --- a/include/slibc-print.h +++ b/include/slibc-print.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 85d247c..d623955 100644 --- a/include/slibc/attributes.h +++ b/include/slibc/attributes.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 0cd5c3e..965497a 100644 --- a/include/slibc/c-version.h +++ b/include/slibc/c-version.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 bb28189..a5886c9 100644 --- a/include/slibc/features.h +++ b/include/slibc/features.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 b3f6235..86f75d4 100644 --- a/include/slibc/internals.h +++ b/include/slibc/internals.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5ccb9fb..8c71af8 100644 --- a/include/slibc/portability.h +++ b/include/slibc/portability.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 73f0395..3b82ece 100644 --- a/include/slibc/version.h +++ b/include/slibc/version.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 9d7d8e9..4041ba5 100644 --- a/include/stdalign.h +++ b/include/stdalign.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 0f6306d..754e63b 100644 --- a/include/stdarg.h +++ b/include/stdarg.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 531f583..8fe6383 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 8330da4..2f0f11a 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 ab3cd85..c9b031b 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 6c51de0..1abe26d 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 86f5f15..f68c046 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1a88f1a..db6564f 100644 --- a/include/stdnoreturn.h +++ b/include/stdnoreturn.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 758ca6e..f04e4a9 100644 --- a/include/string.h +++ b/include/string.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 fdf6605..1b4f3af 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 d868e5b..3850e30 100644 --- a/include/sys/errno.h +++ b/include/sys/errno.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 56bfcae..034086f 100644 --- a/include/sys/fcntl.h +++ b/include/sys/fcntl.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1a3c7c2..96ca04c 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1f55894..482024b 100644 --- a/include/sys/signal.h +++ b/include/sys/signal.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 05b9dae..d18e25f 100644 --- a/include/sys/soundcard.h +++ b/include/sys/soundcard.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 967b711..dd60f92 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 aeee79f..5a7095a 100644 --- a/include/sys/stropts.h +++ b/include/sys/stropts.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 2de2b37..7e24468 100644 --- a/include/sys/syslog.h +++ b/include/sys/syslog.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 af66dd9..985a70e 100644 --- a/include/sys/termios.h +++ b/include/sys/termios.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e4250ab..5937a49 100644 --- a/include/sys/ucontext.h +++ b/include/sys/ucontext.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 f7b8253..2bed846 100644 --- a/include/sys/vt.h +++ b/include/sys/vt.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5ca2358..ff71869 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e37f875..0d3a910 100644 --- a/include/wait.h +++ b/include/wait.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5f5d734..be2bfc8 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/alloca/needstack.c b/src/alloca/needstack.c index 094b3ad..c1b8f01 100644 --- a/src/alloca/needstack.c +++ b/src/alloca/needstack.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/htonl.c b/src/arpa/inet/htonl.c index 233cc06..0d7d5ba 100644 --- a/src/arpa/inet/htonl.c +++ b/src/arpa/inet/htonl.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/htonll.c b/src/arpa/inet/htonll.c index d4509ef..1892888 100644 --- a/src/arpa/inet/htonll.c +++ b/src/arpa/inet/htonll.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/htons.c b/src/arpa/inet/htons.c index 1aeb39c..74aff02 100644 --- a/src/arpa/inet/htons.c +++ b/src/arpa/inet/htons.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/ntohl.c b/src/arpa/inet/ntohl.c index b9c3757..e2516b3 100644 --- a/src/arpa/inet/ntohl.c +++ b/src/arpa/inet/ntohl.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/ntohll.c b/src/arpa/inet/ntohll.c index 411deeb..25ce90d 100644 --- a/src/arpa/inet/ntohll.c +++ b/src/arpa/inet/ntohll.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/arpa/inet/ntohs.c b/src/arpa/inet/ntohs.c index 6bf95a5..9a021c9 100644 --- a/src/arpa/inet/ntohs.c +++ b/src/arpa/inet/ntohs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/assert.c b/src/assert.c index 8e99052..7eb781c 100644 --- a/src/assert.c +++ b/src/assert.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/ctype.c b/src/ctype.c index c97016e..0909905 100644 --- a/src/ctype.c +++ b/src/ctype.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/err.c b/src/err/err.c index 99b43e5..47772b2 100644 --- a/src/err/err.c +++ b/src/err/err.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/errx.c b/src/err/errx.c index 50f63b7..e7ebbd9 100644 --- a/src/err/errx.c +++ b/src/err/errx.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/verr.c b/src/err/verr.c index 475efdb..66bce49 100644 --- a/src/err/verr.c +++ b/src/err/verr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/verrx.c b/src/err/verrx.c index 12b4c72..c2b7da0 100644 --- a/src/err/verrx.c +++ b/src/err/verrx.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/vwarn.c b/src/err/vwarn.c index 782f2f1..1e1f233 100644 --- a/src/err/vwarn.c +++ b/src/err/vwarn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/vwarnx.c b/src/err/vwarnx.c index 7c29fa1..b39ad6f 100644 --- a/src/err/vwarnx.c +++ b/src/err/vwarnx.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/warn.c b/src/err/warn.c index 82bda4e..f4f7709 100644 --- a/src/err/warn.c +++ b/src/err/warn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/err/warnx.c b/src/err/warnx.c index adc136f..c9e7cb1 100644 --- a/src/err/warnx.c +++ b/src/err/warnx.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/errno/variables.c b/src/errno/variables.c index 9523b37..e4f9d4b 100644 --- a/src/errno/variables.c +++ b/src/errno/variables.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/error/error.c b/src/error/error.c index 496ce3c..c495666 100644 --- a/src/error/error.c +++ b/src/error/error.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/error/error_at_line.c b/src/error/error_at_line.c index 8b88df3..ffeaf6e 100644 --- a/src/error/error_at_line.c +++ b/src/error/error_at_line.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/error/variables.c b/src/error/variables.c index b012921..4dd2d1a 100644 --- a/src/error/variables.c +++ b/src/error/variables.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/error/verror.c b/src/error/verror.c index 3632f7c..38cd55e 100644 --- a/src/error/verror.c +++ b/src/error/verror.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/error/verror_at_line.c b/src/error/verror_at_line.c index ae6c566..b4c3821 100644 --- a/src/error/verror_at_line.c +++ b/src/error/verror_at_line.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/fcntl/creat.c b/src/fcntl/creat.c index 0d52d50..dbe26db 100644 --- a/src/fcntl/creat.c +++ b/src/fcntl/creat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/fcntl/reopen.c b/src/fcntl/reopen.c index 5903e1b..da56461 100644 --- a/src/fcntl/reopen.c +++ b/src/fcntl/reopen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/inttypes/imaxabs.c b/src/inttypes/imaxabs.c index 649cd47..38c366a 100644 --- a/src/inttypes/imaxabs.c +++ b/src/inttypes/imaxabs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/inttypes/imaxdiv.c b/src/inttypes/imaxdiv.c index 978ace6..fbd8c1a 100644 --- a/src/inttypes/imaxdiv.c +++ b/src/inttypes/imaxdiv.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/libgen/basename_xpg.c b/src/libgen/basename_xpg.c index d1bd49e..cba9ff4 100644 --- a/src/libgen/basename_xpg.c +++ b/src/libgen/basename_xpg.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/libgen/cleanname.c b/src/libgen/cleanname.c index d3b884b..d4f244e 100644 --- a/src/libgen/cleanname.c +++ b/src/libgen/cleanname.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/libgen/dirname.c b/src/libgen/dirname.c index 1b0a3d6..2f023d9 100644 --- a/src/libgen/dirname.c +++ b/src/libgen/dirname.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/malloc.c b/src/malloc.c index 21de34f..6d1f220 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-alloc.c b/src/slibc-alloc.c index 9438b15..2f51603 100644 --- a/src/slibc-alloc.c +++ b/src/slibc-alloc.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-error.c b/src/slibc-error.c index 70a4e3c..261411e 100644 --- a/src/slibc-error.c +++ b/src/slibc-error.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/escape.c b/src/slibc-human/escape.c index e09c2aa..b67457f 100644 --- a/src/slibc-human/escape.c +++ b/src/slibc-human/escape.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/escapes.h b/src/slibc-human/escapes.h index 28e3830..a32db22 100644 --- a/src/slibc-human/escapes.h +++ b/src/slibc-human/escapes.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/humanmode.c b/src/slibc-human/humanmode.c index f7ee8b5..8d93772 100644 --- a/src/slibc-human/humanmode.c +++ b/src/slibc-human/humanmode.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/humansize.c b/src/slibc-human/humansize.c index 1e57329..d834849 100644 --- a/src/slibc-human/humansize.c +++ b/src/slibc-human/humansize.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/machinemode.c b/src/slibc-human/machinemode.c index fc11ea9..252c6c3 100644 --- a/src/slibc-human/machinemode.c +++ b/src/slibc-human/machinemode.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/machinesize.c b/src/slibc-human/machinesize.c index 9d33a5d..5364794 100644 --- a/src/slibc-human/machinesize.c +++ b/src/slibc-human/machinesize.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-human/unescape.c b/src/slibc-human/unescape.c index 779a0e4..4db1eab 100644 --- a/src/slibc-human/unescape.c +++ b/src/slibc-human/unescape.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/slibc-print.c b/src/slibc-print.c index 1a26a15..a9fcf5e 100644 --- a/src/slibc-print.c +++ b/src/slibc-print.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdio/printf.c b/src/stdio/printf.c index 3245daa..b52a19b 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdio/scanf.c b/src/stdio/scanf.c index f5147dd..5197047 100644 --- a/src/stdio/scanf.c +++ b/src/stdio/scanf.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/abs/abs.c b/src/stdlib/abs/abs.c index ce2c81c..edbe002 100644 --- a/src/stdlib/abs/abs.c +++ b/src/stdlib/abs/abs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/abs/labs.c b/src/stdlib/abs/labs.c index bf20bb8..1a87ec4 100644 --- a/src/stdlib/abs/labs.c +++ b/src/stdlib/abs/labs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/abs/llabs.c b/src/stdlib/abs/llabs.c index 8779d82..2e96c82 100644 --- a/src/stdlib/abs/llabs.c +++ b/src/stdlib/abs/llabs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/abspath.c b/src/stdlib/abspath.c index 83daa1b..cfab41b 100644 --- a/src/stdlib/abspath.c +++ b/src/stdlib/abspath.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/atof.c b/src/stdlib/atof.c index 087912b..0fd64ac 100644 --- a/src/stdlib/atof.c +++ b/src/stdlib/atof.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/atoi.c b/src/stdlib/atoi.c index 6db57c5..7b538f1 100644 --- a/src/stdlib/atoi.c +++ b/src/stdlib/atoi.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/atol.c b/src/stdlib/atol.c index d0706a4..016bc9d 100644 --- a/src/stdlib/atol.c +++ b/src/stdlib/atol.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/atoll.c b/src/stdlib/atoll.c index 4e16bed..f0416d8 100644 --- a/src/stdlib/atoll.c +++ b/src/stdlib/atoll.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/atoq.c b/src/stdlib/atoq.c index c929661..010365a 100644 --- a/src/stdlib/atoq.c +++ b/src/stdlib/atoq.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/clearenv.c b/src/stdlib/clearenv.c index e393c01..bcfe210 100644 --- a/src/stdlib/clearenv.c +++ b/src/stdlib/clearenv.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/div/div.c b/src/stdlib/div/div.c index 1c5aa85..3a9f5b5 100644 --- a/src/stdlib/div/div.c +++ b/src/stdlib/div/div.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/div/ldiv.c b/src/stdlib/div/ldiv.c index 65e139d..9afc919 100644 --- a/src/stdlib/div/ldiv.c +++ b/src/stdlib/div/ldiv.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/div/lldiv.c b/src/stdlib/div/lldiv.c index 764cb9b..7c14862 100644 --- a/src/stdlib/div/lldiv.c +++ b/src/stdlib/div/lldiv.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/getenv.c b/src/stdlib/getenv.c index e0302f1..8cb3a15 100644 --- a/src/stdlib/getenv.c +++ b/src/stdlib/getenv.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/stdlib/relpath.c b/src/stdlib/relpath.c index 93daad9..e823d5f 100644 --- a/src/stdlib/relpath.c +++ b/src/stdlib/relpath.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/basename_gnu.c b/src/string/basename_gnu.c index c25fb1e..d8ccae8 100644 --- a/src/string/basename_gnu.c +++ b/src/string/basename_gnu.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memcasecmp.c b/src/string/mem/memcasecmp.c index 816c954..722af6a 100644 --- a/src/string/mem/memcasecmp.c +++ b/src/string/mem/memcasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memcasemem.c b/src/string/mem/memcasemem.c index b15daea..500e0d8 100644 --- a/src/string/mem/memcasemem.c +++ b/src/string/mem/memcasemem.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memccpy.c b/src/string/mem/memccpy.c index f5c669e..fbc421e 100644 --- a/src/string/mem/memccpy.c +++ b/src/string/mem/memccpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memchr.c b/src/string/mem/memchr.c index 06c82a8..14986a6 100644 --- a/src/string/mem/memchr.c +++ b/src/string/mem/memchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memcmove.c b/src/string/mem/memcmove.c index c1cf8ae..40d24ce 100644 --- a/src/string/mem/memcmove.c +++ b/src/string/mem/memcmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memcmp.c b/src/string/mem/memcmp.c index 1de506d..71a3cd1 100644 --- a/src/string/mem/memcmp.c +++ b/src/string/mem/memcmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memcpy.c b/src/string/mem/memcpy.c index ccf716b..546e6c8 100644 --- a/src/string/mem/memcpy.c +++ b/src/string/mem/memcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memdup.c b/src/string/mem/memdup.c index 3e3be99..424462e 100644 --- a/src/string/mem/memdup.c +++ b/src/string/mem/memdup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memmem.c b/src/string/mem/memmem.c index 71d1f4d..8d9c053 100644 --- a/src/string/mem/memmem.c +++ b/src/string/mem/memmem.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memmove.c b/src/string/mem/memmove.c index 00ee9c1..409a743 100644 --- a/src/string/mem/memmove.c +++ b/src/string/mem/memmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/mempcpy.c b/src/string/mem/mempcpy.c index 97b81f1..e078a45 100644 --- a/src/string/mem/mempcpy.c +++ b/src/string/mem/mempcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/mempmove.c b/src/string/mem/mempmove.c index 415e38b..7f26e9b 100644 --- a/src/string/mem/mempmove.c +++ b/src/string/mem/mempmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memrchr.c b/src/string/mem/memrchr.c index 2781a71..2f382c5 100644 --- a/src/string/mem/memrchr.c +++ b/src/string/mem/memrchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/memset.c b/src/string/mem/memset.c index 047620b..8db0b84 100644 --- a/src/string/mem/memset.c +++ b/src/string/mem/memset.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/rawmemchr.c b/src/string/mem/rawmemchr.c index afaae48..b8c6739 100644 --- a/src/string/mem/rawmemchr.c +++ b/src/string/mem/rawmemchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/mem/substring.h b/src/string/mem/substring.h index 0063094..93f2bfb 100644 --- a/src/string/mem/substring.h +++ b/src/string/mem/substring.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/memfrob.c b/src/string/memfrob.c index 77c2e40..2b94184 100644 --- a/src/string/memfrob.c +++ b/src/string/memfrob.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/new.c b/src/string/new.c index 6c416db..83ffe4d 100644 --- a/src/string/new.c +++ b/src/string/new.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/rawstrcasestr.c b/src/string/str/rawstrcasestr.c index bae8c38..f017c82 100644 --- a/src/string/str/rawstrcasestr.c +++ b/src/string/str/rawstrcasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/rawstrstr.c b/src/string/str/rawstrstr.c index e733583..72c29b5 100644 --- a/src/string/str/rawstrstr.c +++ b/src/string/str/rawstrstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/stpcpy.c b/src/string/str/stpcpy.c index c643d77..2eb847e 100644 --- a/src/string/str/stpcpy.c +++ b/src/string/str/stpcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/stpmove.c b/src/string/str/stpmove.c index 56ddd24..aae3f72 100644 --- a/src/string/str/stpmove.c +++ b/src/string/str/stpmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcasecmp.c b/src/string/str/strcasecmp.c index f2d6e83..ae84446 100644 --- a/src/string/str/strcasecmp.c +++ b/src/string/str/strcasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcaseends.c b/src/string/str/strcaseends.c index bc7d765..c11302f 100644 --- a/src/string/str/strcaseends.c +++ b/src/string/str/strcaseends.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcasestarts.c b/src/string/str/strcasestarts.c index e014080..b018077 100644 --- a/src/string/str/strcasestarts.c +++ b/src/string/str/strcasestarts.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcasestr.c b/src/string/str/strcasestr.c index 0ac4368..a5ea46a 100644 --- a/src/string/str/strcasestr.c +++ b/src/string/str/strcasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcat.c b/src/string/str/strcat.c index ec3cbe7..7744eec 100644 --- a/src/string/str/strcat.c +++ b/src/string/str/strcat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strccpy.c b/src/string/str/strccpy.c index 14b179b..0403718 100644 --- a/src/string/str/strccpy.c +++ b/src/string/str/strccpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strchr.c b/src/string/str/strchr.c index 8226726..ddc01d9 100644 --- a/src/string/str/strchr.c +++ b/src/string/str/strchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strchrnul.c b/src/string/str/strchrnul.c index 72ae9bc..2f37b7d 100644 --- a/src/string/str/strchrnul.c +++ b/src/string/str/strchrnul.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcmove.c b/src/string/str/strcmove.c index b2f877f..cb5862f 100644 --- a/src/string/str/strcmove.c +++ b/src/string/str/strcmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcmp.c b/src/string/str/strcmp.c index cf9426d..a3dfa87 100644 --- a/src/string/str/strcmp.c +++ b/src/string/str/strcmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcpy.c b/src/string/str/strcpy.c index d0fcd76..d90cbe6 100644 --- a/src/string/str/strcpy.c +++ b/src/string/str/strcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strcspn.c b/src/string/str/strcspn.c index 32cb530..3d20784 100644 --- a/src/string/str/strcspn.c +++ b/src/string/str/strcspn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strdup.c b/src/string/str/strdup.c index 50ba069..6670ee9 100644 --- a/src/string/str/strdup.c +++ b/src/string/str/strdup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strends.c b/src/string/str/strends.c index 336106f..e7fb7cc 100644 --- a/src/string/str/strends.c +++ b/src/string/str/strends.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strlen.c b/src/string/str/strlen.c index 16b7977..b195739 100644 --- a/src/string/str/strlen.c +++ b/src/string/str/strlen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strmove.c b/src/string/str/strmove.c index 892b852..18deaee 100644 --- a/src/string/str/strmove.c +++ b/src/string/str/strmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strpbrk.c b/src/string/str/strpbrk.c index ce5b7c6..4d96256 100644 --- a/src/string/str/strpbrk.c +++ b/src/string/str/strpbrk.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strrchr.c b/src/string/str/strrchr.c index 1933765..8904cd8 100644 --- a/src/string/str/strrchr.c +++ b/src/string/str/strrchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strsep.c b/src/string/str/strsep.c index c51e47f..e7877f3 100644 --- a/src/string/str/strsep.c +++ b/src/string/str/strsep.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strset.c b/src/string/str/strset.c index a1ff63f..34fa44f 100644 --- a/src/string/str/strset.c +++ b/src/string/str/strset.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strspn.c b/src/string/str/strspn.c index 8a648ff..c36ac2d 100644 --- a/src/string/str/strspn.c +++ b/src/string/str/strspn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strstarts.c b/src/string/str/strstarts.c index 04ed7ad..a6f3168 100644 --- a/src/string/str/strstarts.c +++ b/src/string/str/strstarts.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strstr.c b/src/string/str/strstr.c index 9f88cb4..b9a4337 100644 --- a/src/string/str/strstr.c +++ b/src/string/str/strstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strstrcpy.c b/src/string/str/strstrcpy.c index bd4c5a6..12a574a 100644 --- a/src/string/str/strstrcpy.c +++ b/src/string/str/strstrcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strstrmove.c b/src/string/str/strstrmove.c index 686b0bd..40b5aa8 100644 --- a/src/string/str/strstrmove.c +++ b/src/string/str/strstrmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strtok.c b/src/string/str/strtok.c index a856967..18f9e73 100644 --- a/src/string/str/strtok.c +++ b/src/string/str/strtok.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/str/strtok_r.c b/src/string/str/strtok_r.c index e29e11b..0778d22 100644 --- a/src/string/str/strtok_r.c +++ b/src/string/str/strtok_r.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strerror/strerror.c b/src/string/strerror/strerror.c index 75af8bd..61766b3 100644 --- a/src/string/strerror/strerror.c +++ b/src/string/strerror/strerror.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strerror/strerror_l.c b/src/string/strerror/strerror_l.c index 0493d9f..a23ab0d 100644 --- a/src/string/strerror/strerror_l.c +++ b/src/string/strerror/strerror_l.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strerror/strerror_r_gnu.c b/src/string/strerror/strerror_r_gnu.c index 539866a..be5d005 100644 --- a/src/string/strerror/strerror_r_gnu.c +++ b/src/string/strerror/strerror_r_gnu.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strerror/strerror_r_xsi.c b/src/string/strerror/strerror_r_xsi.c index 028226e..1dd705c 100644 --- a/src/string/strerror/strerror_r_xsi.c +++ b/src/string/strerror/strerror_r_xsi.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strfry.c b/src/string/strfry.c index bced7ce..8463947 100644 --- a/src/string/strfry.c +++ b/src/string/strfry.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/stpncpy.c b/src/string/strn/stpncpy.c index 561adc3..e44565c 100644 --- a/src/string/strn/stpncpy.c +++ b/src/string/strn/stpncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/stpnmove.c b/src/string/strn/stpnmove.c index e410b49..db47081 100644 --- a/src/string/strn/stpnmove.c +++ b/src/string/strn/stpnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strcncpy.c b/src/string/strn/strcncpy.c index fb244b1..bdaaa78 100644 --- a/src/string/strn/strcncpy.c +++ b/src/string/strn/strcncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strcnmove.c b/src/string/strn/strcnmove.c index f039959..b0f87d8 100644 --- a/src/string/strn/strcnmove.c +++ b/src/string/strn/strcnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strncasecmp.c b/src/string/strn/strncasecmp.c index d5fa666..36486c7 100644 --- a/src/string/strn/strncasecmp.c +++ b/src/string/strn/strncasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strncasestr.c b/src/string/strn/strncasestr.c index c74d590..68b7ecd 100644 --- a/src/string/strn/strncasestr.c +++ b/src/string/strn/strncasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strncat.c b/src/string/strn/strncat.c index 1d6d35b..7fe2188 100644 --- a/src/string/strn/strncat.c +++ b/src/string/strn/strncat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strncmp.c b/src/string/strn/strncmp.c index 08bf5c1..9901605 100644 --- a/src/string/strn/strncmp.c +++ b/src/string/strn/strncmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strncpy.c b/src/string/strn/strncpy.c index 199ca9c..df69b2f 100644 --- a/src/string/strn/strncpy.c +++ b/src/string/strn/strncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strndup.c b/src/string/strn/strndup.c index 51aa2bb..7d6e565 100644 --- a/src/string/strn/strndup.c +++ b/src/string/strn/strndup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strnlen.c b/src/string/strn/strnlen.c index 2d45e68..b71550a 100644 --- a/src/string/strn/strnlen.c +++ b/src/string/strn/strnlen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strnmove.c b/src/string/strn/strnmove.c index dc159db..b8b0398 100644 --- a/src/string/strn/strnmove.c +++ b/src/string/strn/strnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strnstr.c b/src/string/strn/strnstr.c index e581116..b73a5fa 100644 --- a/src/string/strn/strnstr.c +++ b/src/string/strn/strnstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strstrncpy.c b/src/string/strn/strstrncpy.c index 822c4c6..bbbadf6 100644 --- a/src/string/strn/strstrncpy.c +++ b/src/string/strn/strstrncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/string/strn/strstrnmove.c b/src/string/strn/strstrnmove.c index aadb1a9..1b57cb2 100644 --- a/src/string/strn/strstrnmove.c +++ b/src/string/strn/strstrnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/bcmp.c b/src/strings/bcmp.c index 34c2849..ec4190b 100644 --- a/src/strings/bcmp.c +++ b/src/strings/bcmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/bcopy.c b/src/strings/bcopy.c index 1a674e2..a6fd425 100644 --- a/src/strings/bcopy.c +++ b/src/strings/bcopy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/bzero.c b/src/strings/bzero.c index 01ba671..0b2859c 100644 --- a/src/strings/bzero.c +++ b/src/strings/bzero.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/explicit_bzero.c b/src/strings/explicit_bzero.c index 34e2cac..42e46b4 100644 --- a/src/strings/explicit_bzero.c +++ b/src/strings/explicit_bzero.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/ffs.c b/src/strings/ffs.c index e51c0cf..4c84a31 100644 --- a/src/strings/ffs.c +++ b/src/strings/ffs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/ffsl.c b/src/strings/ffsl.c index a93387b..6121fa3 100644 --- a/src/strings/ffsl.c +++ b/src/strings/ffsl.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/ffsll.c b/src/strings/ffsll.c index c643b41..b3d6a68 100644 --- a/src/strings/ffsll.c +++ b/src/strings/ffsll.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/index.c b/src/strings/index.c index 543fffe..43ed56a 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/strings/rindex.c b/src/strings/rindex.c index b131367..b08f4bf 100644 --- a/src/strings/rindex.c +++ b/src/strings/rindex.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/daemon.c b/src/unistd/daemon.c index 554142f..9be775b 100644 --- a/src/unistd/daemon.c +++ b/src/unistd/daemon.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 c305542..39c5fa9 100644 --- a/src/unistd/daemonise.c +++ b/src/unistd/daemonise.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3558b1f..69edc4e 100644 --- a/src/unistd/exec.c +++ b/src/unistd/exec.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 700db2f..87519e4 100644 --- a/src/unistd/execat.c +++ b/src/unistd/execat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5277373..2f2b229 100644 --- a/src/unistd/fexec.c +++ b/src/unistd/fexec.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5968d38..b764aed 100644 --- a/src/unistd/getpass.c +++ b/src/unistd/getpass.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 855584f..0812203 100644 --- a/src/unistd/halt.c +++ b/src/unistd/halt.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1030e30..99f0d4b 100644 --- a/src/unistd/hcf.c +++ b/src/unistd/hcf.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3940927..dc7e72c 100644 --- a/src/unistd/preadn.c +++ b/src/unistd/preadn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 91deb37..3cc90aa 100644 --- a/src/unistd/pwriten.c +++ b/src/unistd/pwriten.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e607f8d..683f967 100644 --- a/src/unistd/readn.c +++ b/src/unistd/readn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 37a0042..513d995 100644 --- a/src/unistd/searchpath.c +++ b/src/unistd/searchpath.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 02b9cde..71b20db 100644 --- a/src/unistd/searchpath2.c +++ b/src/unistd/searchpath2.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 4ab49fe..d66cfaf 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3698d8a..34f0d3d 100644 --- a/src/unistd/writen.c +++ b/src/unistd/writen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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/new.c b/src/wchar/new.c index 819b133..c3d5b10 100644 --- a/src/wchar/new.c +++ b/src/wchar/new.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e027edb..cd897aa 100644 --- a/src/wchar/rawwcscasestr.c +++ b/src/wchar/rawwcscasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 59ec279..4cec593 100644 --- a/src/wchar/rawwcsstr.c +++ b/src/wchar/rawwcsstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 31818ed..d562901 100644 --- a/src/wchar/rawwmemchr.c +++ b/src/wchar/rawwmemchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 98e6cad..4fb6114 100644 --- a/src/wchar/wcpcpy.c +++ b/src/wchar/wcpcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1133009..8b6a1d6 100644 --- a/src/wchar/wcpmove.c +++ b/src/wchar/wcpmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 6bfeef2..c5e7483 100644 --- a/src/wchar/wcpncpy.c +++ b/src/wchar/wcpncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 799423a..4650cae 100644 --- a/src/wchar/wcpnmove.c +++ b/src/wchar/wcpnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 be1b653..a4c189c 100644 --- a/src/wchar/wcscasecmp.c +++ b/src/wchar/wcscasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 c2df9ad..8eab733 100644 --- a/src/wchar/wcscaseends.c +++ b/src/wchar/wcscaseends.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 c613e4e..75724b1 100644 --- a/src/wchar/wcscasestarts.c +++ b/src/wchar/wcscasestarts.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 b637191..ac0f117 100644 --- a/src/wchar/wcscasestr.c +++ b/src/wchar/wcscasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 bb8f727..11abd6d 100644 --- a/src/wchar/wcscat.c +++ b/src/wchar/wcscat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 b7e4d98..a4a95d3 100644 --- a/src/wchar/wcsccpy.c +++ b/src/wchar/wcsccpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 5151cc8..25f16de 100644 --- a/src/wchar/wcschr.c +++ b/src/wchar/wcschr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 9480706..6ac6228 100644 --- a/src/wchar/wcschrnul.c +++ b/src/wchar/wcschrnul.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 7359781..2141f2e 100644 --- a/src/wchar/wcscmove.c +++ b/src/wchar/wcscmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 0cc3f7b..3e45f68 100644 --- a/src/wchar/wcscmp.c +++ b/src/wchar/wcscmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 6fe5661..4a4b585 100644 --- a/src/wchar/wcscncpy.c +++ b/src/wchar/wcscncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 83b9ab2..f4096ea 100644 --- a/src/wchar/wcscnmove.c +++ b/src/wchar/wcscnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e5245bd..aeff5b7 100644 --- a/src/wchar/wcscpy.c +++ b/src/wchar/wcscpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 31398fe..fa5c980 100644 --- a/src/wchar/wcscspn.c +++ b/src/wchar/wcscspn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 49f974e..73db014 100644 --- a/src/wchar/wcsdup.c +++ b/src/wchar/wcsdup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 72134ca..fa48c2a 100644 --- a/src/wchar/wcsends.c +++ b/src/wchar/wcsends.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3597803..69a247e 100644 --- a/src/wchar/wcslen.c +++ b/src/wchar/wcslen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 254745f..68c057b 100644 --- a/src/wchar/wcsmove.c +++ b/src/wchar/wcsmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3964360..99c125d 100644 --- a/src/wchar/wcsncasecmp.c +++ b/src/wchar/wcsncasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e43009c..43587f3 100644 --- a/src/wchar/wcsncasestr.c +++ b/src/wchar/wcsncasestr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 b8de3b4..005ee2c 100644 --- a/src/wchar/wcsncat.c +++ b/src/wchar/wcsncat.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 1976cc0..5730200 100644 --- a/src/wchar/wcsncmp.c +++ b/src/wchar/wcsncmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 ab6dd5a..a397d92 100644 --- a/src/wchar/wcsncpy.c +++ b/src/wchar/wcsncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 14c95e7..da64150 100644 --- a/src/wchar/wcsndup.c +++ b/src/wchar/wcsndup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 efff94c..5883da4 100644 --- a/src/wchar/wcsnlen.c +++ b/src/wchar/wcsnlen.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 2af6b46..67e068c 100644 --- a/src/wchar/wcsnmove.c +++ b/src/wchar/wcsnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 48c34fc..4e80340 100644 --- a/src/wchar/wcsnstr.c +++ b/src/wchar/wcsnstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 064252f..edd13bf 100644 --- a/src/wchar/wcspbrk.c +++ b/src/wchar/wcspbrk.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 d3af0b1..e6bc266 100644 --- a/src/wchar/wcsrchr.c +++ b/src/wchar/wcsrchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e757411..6336c74 100644 --- a/src/wchar/wcssep.c +++ b/src/wchar/wcssep.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 54fedad..9f22450 100644 --- a/src/wchar/wcsset.c +++ b/src/wchar/wcsset.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3e9ddd2..efcaad0 100644 --- a/src/wchar/wcsspn.c +++ b/src/wchar/wcsspn.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 cff8a1d..a112896 100644 --- a/src/wchar/wcsstarts.c +++ b/src/wchar/wcsstarts.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 a933dc0..2663484 100644 --- a/src/wchar/wcsstr.c +++ b/src/wchar/wcsstr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 9ec99b1..eedc6ad 100644 --- a/src/wchar/wcsstrcpy.c +++ b/src/wchar/wcsstrcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 3861dbd..4642bb7 100644 --- a/src/wchar/wcsstrmove.c +++ b/src/wchar/wcsstrmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 434827f..2a018f4 100644 --- a/src/wchar/wcsstrncpy.c +++ b/src/wchar/wcsstrncpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 72801ee..3fc1fac 100644 --- a/src/wchar/wcsstrnmove.c +++ b/src/wchar/wcsstrnmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 a074bc3..be0263d 100644 --- a/src/wchar/wcstok.c +++ b/src/wchar/wcstok.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 91c1c49..a482cd9 100644 --- a/src/wchar/wcswcs.c +++ b/src/wchar/wcswcs.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 53f8a46..28543d4 100644 --- a/src/wchar/wmemcasecmp.c +++ b/src/wchar/wmemcasecmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 05a9734..2f446f2 100644 --- a/src/wchar/wmemcasemem.c +++ b/src/wchar/wmemcasemem.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 4dfde01..92b2967 100644 --- a/src/wchar/wmemccpy.c +++ b/src/wchar/wmemccpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 a1c8b98..7716421 100644 --- a/src/wchar/wmemchr.c +++ b/src/wchar/wmemchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 cdc35c2..2b2da89 100644 --- a/src/wchar/wmemcmove.c +++ b/src/wchar/wmemcmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 e912e57..f6c2a78 100644 --- a/src/wchar/wmemcmp.c +++ b/src/wchar/wmemcmp.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 124f38c..01bcb7d 100644 --- a/src/wchar/wmemcpy.c +++ b/src/wchar/wmemcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 b02ff27..dbc3d57 100644 --- a/src/wchar/wmemdup.c +++ b/src/wchar/wmemdup.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 c0afe85..9a29957 100644 --- a/src/wchar/wmemmem.c +++ b/src/wchar/wmemmem.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 70ce283..86388bf 100644 --- a/src/wchar/wmemmove.c +++ b/src/wchar/wmemmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 acc05a3..709bfcd 100644 --- a/src/wchar/wmempcpy.c +++ b/src/wchar/wmempcpy.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 36f3123..5e08614 100644 --- a/src/wchar/wmempmove.c +++ b/src/wchar/wmempmove.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 2ad53d5..f4226db 100644 --- a/src/wchar/wmemrchr.c +++ b/src/wchar/wmemrchr.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 83b4706..c996da7 100644 --- a/src/wchar/wmemset.c +++ b/src/wchar/wmemset.c @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) * * 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 -- cgit v1.2.3-70-g09d2