From 75dc89d1779ef5128b43d893e658a304e7a847c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Oct 2024 21:52:50 +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 --- COPYING | 2 +- doc/man/cmdipc.1 | 3 +-- src/__main__.py | 2 +- src/unified_posix_ipc.py | 2 +- src/unified_sysv_ipc.py | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING index 55def4e..f3312c9 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ cmdipc — System V and POSIX IPC from the command line -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/doc/man/cmdipc.1 b/doc/man/cmdipc.1 index 6a81920..b3f53b7 100644 --- a/doc/man/cmdipc.1 +++ b/doc/man/cmdipc.1 @@ -183,5 +183,4 @@ This is free software: you are free to change and redistribute it. .br There is NO WARRANTY, to the extent permitted by law. .SH BUGS -Please report bugs to https://github.com/maandree/cmdipc/issues or to -maandree@member.fsf.org +Please report bugs to m@maandree.se diff --git a/src/__main__.py b/src/__main__.py index eccbbfe..c20e65b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -2,7 +2,7 @@ # -*- python -*- copyright=''' cmdipc — System V and POSIX IPC from the command line -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/src/unified_posix_ipc.py b/src/unified_posix_ipc.py index 05e9b16..0a83281 100644 --- a/src/unified_posix_ipc.py +++ b/src/unified_posix_ipc.py @@ -1,7 +1,7 @@ # -*- python -*- ''' cmdipc — System V and POSIX IPC from the command line -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/src/unified_sysv_ipc.py b/src/unified_sysv_ipc.py index 538cb99..86e12d3 100644 --- a/src/unified_sysv_ipc.py +++ b/src/unified_sysv_ipc.py @@ -1,7 +1,7 @@ # -*- python -*- ''' cmdipc — System V and POSIX IPC from the command line -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 -- cgit v1.2.3-70-g09d2