diff options
| author | Mattias Andrée <m@maandree.se> | 2024-10-06 21:52:50 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2024-10-06 21:52:50 +0200 |
| commit | 75dc89d1779ef5128b43d893e658a304e7a847c5 (patch) | |
| tree | d168dbd7b6054ab2c7f73e747a14872e5b097307 /src | |
| parent | Remove dist (diff) | |
| download | cmdipc-75dc89d1779ef5128b43d893e658a304e7a847c5.tar.gz cmdipc-75dc89d1779ef5128b43d893e658a304e7a847c5.tar.bz2 cmdipc-75dc89d1779ef5128b43d893e658a304e7a847c5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rwxr-xr-x | src/__main__.py | 2 | ||||
| -rw-r--r-- | src/unified_posix_ipc.py | 2 | ||||
| -rw-r--r-- | src/unified_sysv_ipc.py | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
