From 0ec94b11ac553c8438a44a3a11ef513874466e47 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Oct 2024 23:28:00 +0200 Subject: Update e-mail and address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 2 +- src/info.c | 4 ++-- src/info.h | 2 +- src/kern-linux.c | 2 +- src/kern.h | 2 +- src/pattern.c | 2 +- src/pattern.h | 2 +- src/png.c | 2 +- src/png.h | 2 +- src/scrotty.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index 2e5deb2..e3e2998 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/info.c b/src/info.c index c95052f..6643570 100644 --- a/src/info.c +++ b/src/info.c @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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 @@ -111,7 +111,7 @@ print_copyright (void) "\n" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see .\n"), - "2014, 2015 Mattias Andrée (maandree@member.fsf.org)" + "2014, 2015 Mattias Andrée (m@maandree.se)" ) < 0 ? -1 : 0; } diff --git a/src/info.h b/src/info.h index cba9e05..11e939f 100644 --- a/src/info.h +++ b/src/info.h @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/kern-linux.c b/src/kern-linux.c index 8bbe0fd..602e517 100644 --- a/src/kern-linux.c +++ b/src/kern-linux.c @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/kern.h b/src/kern.h index 3810c5f..388938c 100644 --- a/src/kern.h +++ b/src/kern.h @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/pattern.c b/src/pattern.c index 0a14dd5..b1c6776 100644 --- a/src/pattern.c +++ b/src/pattern.c @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/pattern.h b/src/pattern.h index a3eef59..0fd5996 100644 --- a/src/pattern.h +++ b/src/pattern.h @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/png.c b/src/png.c index 504cdf0..c583b12 100644 --- a/src/png.c +++ b/src/png.c @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/png.h b/src/png.h index d0da5a4..932dcab 100644 --- a/src/png.h +++ b/src/png.h @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/scrotty.c b/src/scrotty.c index 5ab39fe..7417078 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -1,7 +1,7 @@ /** * scrotty — Screenshot program for Linux's TTY * - * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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