diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:28:00 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:28:00 +0200 |
commit | 0ec94b11ac553c8438a44a3a11ef513874466e47 (patch) | |
tree | eab5c3e71c15972019dc0da774e4911bacb8db1f /src/info.c | |
parent | Empty signed commit (diff) | |
download | scrotty-0ec94b11ac553c8438a44a3a11ef513874466e47.tar.gz scrotty-0ec94b11ac553c8438a44a3a11ef513874466e47.tar.bz2 scrotty-0ec94b11ac553c8438a44a3a11ef513874466e47.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/info.c')
-rw-r--r-- | src/info.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <http://www.gnu.org/licenses/>.\n"), - "2014, 2015 Mattias Andrée (maandree@member.fsf.org)" + "2014, 2015 Mattias Andrée (m@maandree.se)" ) < 0 ? -1 : 0; } |