diff options
author | June McEnroe <june@causal.agency> | 2022-09-18 21:39:15 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-18 21:39:47 -0400 |
commit | 77b680e931a0cb3e7a5a3b1d7c67483d420de526 (patch) | |
tree | 0ceddbe7ff9ca56fddee7bdd3fabf7322f3daca1 | |
parent | Use one MANS variable in Makefile (diff) | |
download | catsit-77b680e931a0cb3e7a5a3b1d7c67483d420de526.tar.gz catsit-77b680e931a0cb3e7a5a3b1d7c67483d420de526.zip |
-rw-r--r-- | catsit-timer.1 | 2 | ||||
-rw-r--r-- | catsit-timer.c | 2 | ||||
-rw-r--r-- | catsit-watch.1 | 2 | ||||
-rw-r--r-- | catsit-watch.c | 2 | ||||
-rw-r--r-- | catsit.8 | 2 | ||||
-rw-r--r-- | catsit.conf.5 | 2 | ||||
-rw-r--r-- | catsitd.8 | 2 | ||||
-rw-r--r-- | daemon.c | 2 | ||||
-rw-r--r-- | daemon.h | 2 | ||||
-rw-r--r-- | service.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/catsit-timer.1 b/catsit-timer.1 index 9ad8956..53f6024 100644 --- a/catsit-timer.1 +++ b/catsit-timer.1 @@ -59,4 +59,4 @@ exits with the same status. .Xr catsitd 8 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/catsit-timer.c b/catsit-timer.c index 2869311..1f754c3 100644 --- a/catsit-timer.c +++ b/catsit-timer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 C. McEnroe <june@causal.agency> +/* Copyright (C) 2021 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/catsit-watch.1 b/catsit-watch.1 index 5e97bdd..b5ccccd 100644 --- a/catsit-watch.1 +++ b/catsit-watch.1 @@ -61,4 +61,4 @@ exits with the same status. .Xr catsitd 8 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/catsit-watch.c b/catsit-watch.c index 096449b..1bee8cf 100644 --- a/catsit-watch.c +++ b/catsit-watch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 C. McEnroe <june@causal.agency> +/* Copyright (C) 2021 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/catsit.8 b/catsit.8 index 10cfbc7..e52b188 100644 --- a/catsit.8 +++ b/catsit.8 @@ -124,4 +124,4 @@ catsit INFO 'pounce/*' .Xr catsitd 8 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/catsit.conf.5 b/catsit.conf.5 index 77b4235..e9de2ce 100644 --- a/catsit.conf.5 +++ b/catsit.conf.5 @@ -96,4 +96,4 @@ pounce/libera pounce ${0#*/}.conf .Xr catsitd 8 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/catsitd.8 b/catsitd.8 index fa1e67a..aaedbf0 100644 --- a/catsitd.8 +++ b/catsitd.8 @@ -223,4 +223,4 @@ used for service control. .Xr catsit 8 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/daemon.c b/daemon.c index 0086a3d..736fd08 100644 --- a/daemon.c +++ b/daemon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe <june@causal.agency> +/* Copyright (C) 2020 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/daemon.h b/daemon.h index fb58088..b68c51c 100644 --- a/daemon.h +++ b/daemon.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe <june@causal.agency> +/* Copyright (C) 2020 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/service.c b/service.c index 5b1d620..2406175 100644 --- a/service.c +++ b/service.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe <june@causal.agency> +/* Copyright (C) 2020 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by |