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 --- Makefile.in | 4 ++-- configure | 2 +- doc/concept | 2 +- doc/info/hardcopy-copying.texinfo | 2 +- doc/info/scrotty.texinfo | 2 +- doc/man/scrotty.1 | 4 ++-- doc/man/scrotty.sv.1 | 4 ++-- mk/all.mk | 2 +- mk/clean.mk | 2 +- mk/configure | 2 +- mk/copy.mk | 2 +- mk/dist.mk | 2 +- mk/empty.mk | 2 +- mk/i18n.mk | 2 +- mk/lang-c.mk | 2 +- mk/lowerpath.mk | 2 +- mk/man.mk | 2 +- mk/path.mk | 2 +- mk/prologue.mk | 2 +- mk/shell.mk | 2 +- mk/tags.mk | 2 +- mk/texinfo.mk | 2 +- mk/tools.mk | 2 +- po/sv.po | 6 +++--- 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 +- 34 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0a9a4a5..c634fcd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -70,7 +70,7 @@ _LDFLAGS += $(shell pkg-config --libs libpng) # Used by mk/i18n.mk _SRC = $(foreach B,$(_BIN),$(foreach F,$(_OBJ_$(B)),$(F).c)) _PROJECT_FULL = scrotty -_COPYRIGHT_HOLDER = Mattias Andrée (maandree@member.fsf.org) +_COPYRIGHT_HOLDER = Mattias Andrée (m@maandree.se) # Used by mk/texinfo.mk _TEXINFO_DIRLEVELS = 2 diff --git a/configure b/configure index acd133e..777cfc5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/doc/concept b/doc/concept index b45c44d..ae591d9 100755 --- a/doc/concept +++ b/doc/concept @@ -2,7 +2,7 @@ # scrotty — Framebuffer screenshot program # -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014 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/doc/info/hardcopy-copying.texinfo b/doc/info/hardcopy-copying.texinfo index 45c7fcf..f88c72f 100644 --- a/doc/info/hardcopy-copying.texinfo +++ b/doc/info/hardcopy-copying.texinfo @@ -31,7 +31,7 @@ Printed by: X @*@* -Copyright @copyright{} 2014, 2015 Mattias Andrée @e{maandree@@member.fsf.org} +Copyright @copyright{} 2014, 2015 Mattias Andrée @e{m@@maandreeo.se} @* @c The copyright information from the main file, add any required diff --git a/doc/info/scrotty.texinfo b/doc/info/scrotty.texinfo index 7fa7477..76c2aa3 100644 --- a/doc/info/scrotty.texinfo +++ b/doc/info/scrotty.texinfo @@ -4,7 +4,7 @@ @include reusable/macros.texinfo @copying @c -------------------------------------------------------------------------------- -Copyright @copyright{} 2014, 2015 @w{Mattias Andrée @e{maandree@@member.fsf.org}} +Copyright @copyright{} 2014, 2015 @w{Mattias Andrée @e{m@@maandree.se}} @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1 index 74944e5..2babbd0 100644 --- a/doc/man/scrotty.1 +++ b/doc/man/scrotty.1 @@ -115,6 +115,6 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. .SH BUGS -Please report bugs to -or to . +Please report bugs to +or to . diff --git a/doc/man/scrotty.sv.1 b/doc/man/scrotty.sv.1 index b188025..38dfb23 100644 --- a/doc/man/scrotty.sv.1 +++ b/doc/man/scrotty.sv.1 @@ -116,6 +116,6 @@ Kopiering och distribution av denna manual, med eller utan förändringar, är tillåtet i valfritt media utan avgift förutsatt att upphovsrättsnotisen och denna notis bevaras. Denna fil erbjuds som-den-är, utan någon garanti. .SH FEL -Vänligen rapportera fel till -eller till . +Vänligen rapportera fel till +eller till . diff --git a/mk/all.mk b/mk/all.mk index 9e21e7d..e335b27 100644 --- a/mk/all.mk +++ b/mk/all.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/clean.mk b/mk/clean.mk index d0a97c4..e87a39d 100644 --- a/mk/clean.mk +++ b/mk/clean.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/configure b/mk/configure index 732163e..7e9f1db 100644 --- a/mk/configure +++ b/mk/configure @@ -1,6 +1,6 @@ # -*- shell-script -*- -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/copy.mk b/mk/copy.mk index 1579193..3aa4bd0 100644 --- a/mk/copy.mk +++ b/mk/copy.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/dist.mk b/mk/dist.mk index b6db9e6..814bb12 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/empty.mk b/mk/empty.mk index 81c06fb..c7109a3 100644 --- a/mk/empty.mk +++ b/mk/empty.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/i18n.mk b/mk/i18n.mk index cc27903..58b7a58 100644 --- a/mk/i18n.mk +++ b/mk/i18n.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/lang-c.mk b/mk/lang-c.mk index 5bc5197..94e84ac 100644 --- a/mk/lang-c.mk +++ b/mk/lang-c.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/lowerpath.mk b/mk/lowerpath.mk index aadb91f..126f8a6 100644 --- a/mk/lowerpath.mk +++ b/mk/lowerpath.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/man.mk b/mk/man.mk index 8105249..00ca1fd 100644 --- a/mk/man.mk +++ b/mk/man.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/path.mk b/mk/path.mk index a65b7b8..1efb4f1 100644 --- a/mk/path.mk +++ b/mk/path.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/prologue.mk b/mk/prologue.mk index 525da28..4d8ff70 100644 --- a/mk/prologue.mk +++ b/mk/prologue.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/shell.mk b/mk/shell.mk index 853e368..3b7cd08 100644 --- a/mk/shell.mk +++ b/mk/shell.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/tags.mk b/mk/tags.mk index a7c695b..a3bbb51 100644 --- a/mk/tags.mk +++ b/mk/tags.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/texinfo.mk b/mk/texinfo.mk index e544464..48100c4 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/mk/tools.mk b/mk/tools.mk index 63d6d66..0fc68bf 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Mattias Andrée +# Copyright (C) 2015 Mattias Andrée # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/po/sv.po b/po/sv.po index 92191be..1b97e14 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,7 +1,7 @@ # Swedish translations for scrotty package. -# Copyright (C) 2015 Mattias Andrée (maandree@member.fsf.org) +# Copyright (C) 2015 Mattias Andrée (m@maandree.se) # This file is distributed under the same license as the scrotty package. -# Mattias Andrée , 2015. +# Mattias Andrée , 2015. # msgid "" msgstr "" @@ -9,7 +9,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-13 16:52+0100\n" "PO-Revision-Date: 2015-12-07 18:50+0100\n" -"Last-Translator: Mattias Andrée \n" +"Last-Translator: Mattias Andrée \n" "Language-Team: none\n" "Language: sv\n" "MIME-Version: 1.0\n" 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