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/error | |
parent | Empty signed commit (diff) | |
download | slibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.gz slibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.bz2 slibc-a154fb3467c8a1e46e4dc03cf86c26b22d4021af.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/error')
-rw-r--r-- | src/error/error.c | 2 | ||||
-rw-r--r-- | src/error/error_at_line.c | 2 | ||||
-rw-r--r-- | src/error/variables.c | 2 | ||||
-rw-r--r-- | src/error/verror.c | 2 | ||||
-rw-r--r-- | src/error/verror_at_line.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/error/error.c b/src/error/error.c index c495666..399158c 100644 --- a/src/error/error.c +++ b/src/error/error.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/error/error_at_line.c b/src/error/error_at_line.c index ffeaf6e..999784d 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, 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/error/variables.c b/src/error/variables.c index 4dd2d1a..746b1f4 100644 --- a/src/error/variables.c +++ b/src/error/variables.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/error/verror.c b/src/error/verror.c index 38cd55e..0ebadb9 100644 --- a/src/error/verror.c +++ b/src/error/verror.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/error/verror_at_line.c b/src/error/verror_at_line.c index b4c3821..f48a815 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, 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 |