diff options
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/printf.c | 2 | ||||
-rw-r--r-- | src/stdio/scanf.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 |