diff options
| author | Mattias Andrée <m@maandree.se> | 2024-10-06 09:15:45 +0200 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2024-10-06 09:15:45 +0200 | 
| commit | a154fb3467c8a1e46e4dc03cf86c26b22d4021af (patch) | |
| tree | 7774f50cf6f9ab3cca0214703489094694222184 /src/stdlib/div | |
| parent | Empty signed commit (diff) | |
| download | slibc-master.tar.gz slibc-master.tar.bz2 slibc-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | src/stdlib/div/div.c | 2 | ||||
| -rw-r--r-- | src/stdlib/div/ldiv.c | 2 | ||||
| -rw-r--r-- | src/stdlib/div/lldiv.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/src/stdlib/div/div.c b/src/stdlib/div/div.c index 3a9f5b5..0dc1e5b 100644 --- a/src/stdlib/div/div.c +++ b/src/stdlib/div/div.c @@ -1,6 +1,6 @@  /**   * slibc — Yet another C library - * Copyright © 2015, 2016  Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016  Mattias Andrée (m@maandree.se)   *    * This program is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by diff --git a/src/stdlib/div/ldiv.c b/src/stdlib/div/ldiv.c index 9afc919..c12c2c9 100644 --- a/src/stdlib/div/ldiv.c +++ b/src/stdlib/div/ldiv.c @@ -1,6 +1,6 @@  /**   * slibc — Yet another C library - * Copyright © 2015, 2016  Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016  Mattias Andrée (m@maandree.se)   *    * This program is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by diff --git a/src/stdlib/div/lldiv.c b/src/stdlib/div/lldiv.c index 7c14862..03f742f 100644 --- a/src/stdlib/div/lldiv.c +++ b/src/stdlib/div/lldiv.c @@ -1,6 +1,6 @@  /**   * slibc — Yet another C library - * Copyright © 2015, 2016  Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016  Mattias Andrée (m@maandree.se)   *    * This program is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by | 
