From a154fb3467c8a1e46e4dc03cf86c26b22d4021af Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Oct 2024 09:15:45 +0200 Subject: Update e-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/err/err.c | 2 +- src/err/errx.c | 2 +- src/err/verr.c | 2 +- src/err/verrx.c | 2 +- src/err/vwarn.c | 2 +- src/err/vwarnx.c | 2 +- src/err/warn.c | 2 +- src/err/warnx.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/err') diff --git a/src/err/err.c b/src/err/err.c index 47772b2..aeba86b 100644 --- a/src/err/err.c +++ b/src/err/err.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/err/errx.c b/src/err/errx.c index e7ebbd9..547f880 100644 --- a/src/err/errx.c +++ b/src/err/errx.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/err/verr.c b/src/err/verr.c index 66bce49..7746b0e 100644 --- a/src/err/verr.c +++ b/src/err/verr.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/err/verrx.c b/src/err/verrx.c index c2b7da0..2bd5cad 100644 --- a/src/err/verrx.c +++ b/src/err/verrx.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/err/vwarn.c b/src/err/vwarn.c index 1e1f233..53df98a 100644 --- a/src/err/vwarn.c +++ b/src/err/vwarn.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/err/vwarnx.c b/src/err/vwarnx.c index b39ad6f..79e64bc 100644 --- a/src/err/vwarnx.c +++ b/src/err/vwarnx.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/err/warn.c b/src/err/warn.c index f4f7709..a108a57 100644 --- a/src/err/warn.c +++ b/src/err/warn.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/err/warnx.c b/src/err/warnx.c index c9e7cb1..0df6901 100644 --- a/src/err/warnx.c +++ b/src/err/warnx.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 -- cgit v1.2.3-70-g09d2