diff options
Diffstat (limited to '')
-rw-r--r-- | src/stdlib/abs/abs.c | 2 | ||||
-rw-r--r-- | src/stdlib/abs/labs.c | 2 | ||||
-rw-r--r-- | src/stdlib/abs/llabs.c | 2 | ||||
-rw-r--r-- | src/stdlib/abspath.c | 2 | ||||
-rw-r--r-- | src/stdlib/atof.c | 2 | ||||
-rw-r--r-- | src/stdlib/atoi.c | 2 | ||||
-rw-r--r-- | src/stdlib/atol.c | 2 | ||||
-rw-r--r-- | src/stdlib/atoll.c | 2 | ||||
-rw-r--r-- | src/stdlib/atoq.c | 2 | ||||
-rw-r--r-- | src/stdlib/bsearch.c | 2 | ||||
-rw-r--r-- | src/stdlib/clearenv.c | 2 | ||||
-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 | ||||
-rw-r--r-- | src/stdlib/getenv.c | 2 | ||||
-rw-r--r-- | src/stdlib/relpath.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/src/stdlib/abs/abs.c b/src/stdlib/abs/abs.c index edbe002..61c9a95 100644 --- a/src/stdlib/abs/abs.c +++ b/src/stdlib/abs/abs.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/abs/labs.c b/src/stdlib/abs/labs.c index 1a87ec4..95eb29c 100644 --- a/src/stdlib/abs/labs.c +++ b/src/stdlib/abs/labs.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/abs/llabs.c b/src/stdlib/abs/llabs.c index 2e96c82..29e4363 100644 --- a/src/stdlib/abs/llabs.c +++ b/src/stdlib/abs/llabs.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/abspath.c b/src/stdlib/abspath.c index cfab41b..3d7b1d8 100644 --- a/src/stdlib/abspath.c +++ b/src/stdlib/abspath.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/atof.c b/src/stdlib/atof.c index 0fd64ac..b86e0e8 100644 --- a/src/stdlib/atof.c +++ b/src/stdlib/atof.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/atoi.c b/src/stdlib/atoi.c index 7b538f1..02be694 100644 --- a/src/stdlib/atoi.c +++ b/src/stdlib/atoi.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/atol.c b/src/stdlib/atol.c index 016bc9d..5a1d707 100644 --- a/src/stdlib/atol.c +++ b/src/stdlib/atol.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/atoll.c b/src/stdlib/atoll.c index f0416d8..a7f5a0b 100644 --- a/src/stdlib/atoll.c +++ b/src/stdlib/atoll.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/atoq.c b/src/stdlib/atoq.c index 010365a..a416636 100644 --- a/src/stdlib/atoq.c +++ b/src/stdlib/atoq.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/bsearch.c b/src/stdlib/bsearch.c index 50e0922..b7ac301 100644 --- a/src/stdlib/bsearch.c +++ b/src/stdlib/bsearch.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/clearenv.c b/src/stdlib/clearenv.c index bcfe210..4ac217d 100644 --- a/src/stdlib/clearenv.c +++ b/src/stdlib/clearenv.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/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 diff --git a/src/stdlib/getenv.c b/src/stdlib/getenv.c index 8cb3a15..36b1ae4 100644 --- a/src/stdlib/getenv.c +++ b/src/stdlib/getenv.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/relpath.c b/src/stdlib/relpath.c index e823d5f..ed8ae2c 100644 --- a/src/stdlib/relpath.c +++ b/src/stdlib/relpath.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 |