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