diff options
author | June McEnroe <june@causal.agency> | 2022-09-18 22:06:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-18 22:06:16 -0400 |
commit | 80020ae6e39f52dd4147c1d02b50347bed9dc9c3 (patch) | |
tree | 882c704f4ca63b7b18976a9608918174b939800d | |
parent | Add thr:in-reply-to elements to Atom entries (diff) | |
download | bubger-master.tar.gz bubger-master.zip |
-rw-r--r-- | README.7 | 2 | ||||
-rw-r--r-- | archive.c | 2 | ||||
-rw-r--r-- | archive.h | 2 | ||||
-rw-r--r-- | atom.c | 2 | ||||
-rw-r--r-- | bubger.1 | 2 | ||||
-rw-r--r-- | compat.c | 2 | ||||
-rw-r--r-- | concat.c | 2 | ||||
-rw-r--r-- | decode.c | 2 | ||||
-rw-r--r-- | export.c | 2 | ||||
-rw-r--r-- | getservinfo.c | 2 | ||||
-rw-r--r-- | html.c | 2 | ||||
-rw-r--r-- | imap.c | 2 | ||||
-rw-r--r-- | imap.h | 2 | ||||
-rw-r--r-- | mbox.c | 2 | ||||
-rw-r--r-- | parse.c | 2 | ||||
-rw-r--r-- | template.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/README.7 b/README.7 index 84c31ef..0cee389 100644 --- a/README.7 +++ b/README.7 @@ -91,7 +91,7 @@ Monetary contributions can be .Sh SEE ALSO .Xr bubger 1 .Rs -.%A June Bug +.%A June McEnroe .%T Mailing List .%U https://text.causal.agency/019-mailing-list.txt .%D March 4, 2021 diff --git a/archive.c b/archive.c index 4c0e9da..881df21 100644 --- a/archive.c +++ b/archive.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 General Public License as published by diff --git a/archive.h b/archive.h index 921ae06..376f911 100644 --- a/archive.h +++ b/archive.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 General Public License as published by diff --git a/atom.c b/atom.c index 782b265..5067425 100644 --- a/atom.c +++ b/atom.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 General Public License as published by diff --git a/bubger.1 b/bubger.1 index 4edfd36..050244e 100644 --- a/bubger.1 +++ b/bubger.1 @@ -350,7 +350,7 @@ bubger TO "list+bubger@causal.agency" .El . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency . .Sh BUGS Send mail to diff --git a/compat.c b/compat.c index be72f4a..5316227 100644 --- a/compat.c +++ b/compat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 C. McEnroe <june@causal.agency> +/* Copyright (C) 2019 June McEnroe <june@causal.agency> * * 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/concat.c b/concat.c index 8da5a7a..c774cf9 100644 --- a/concat.c +++ b/concat.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 General Public License as published by diff --git a/decode.c b/decode.c index 0dbed27..795ed79 100644 --- a/decode.c +++ b/decode.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 General Public License as published by diff --git a/export.c b/export.c index b7420fb..c461bc4 100644 --- a/export.c +++ b/export.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 General Public License as published by diff --git a/getservinfo.c b/getservinfo.c index 219f72a..4bc4b34 100644 --- a/getservinfo.c +++ b/getservinfo.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 General Public License as published by diff --git a/html.c b/html.c index 1dc531c..88e04d5 100644 --- a/html.c +++ b/html.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 General Public License as published by diff --git a/imap.c b/imap.c index e875595..9cb5136 100644 --- a/imap.c +++ b/imap.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 General Public License as published by diff --git a/imap.h b/imap.h index e5a925a..ae55fdc 100644 --- a/imap.h +++ b/imap.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 General Public License as published by diff --git a/mbox.c b/mbox.c index 802962f..f6185d6 100644 --- a/mbox.c +++ b/mbox.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 General Public License as published by diff --git a/parse.c b/parse.c index 8bfae61..13b1e81 100644 --- a/parse.c +++ b/parse.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 General Public License as published by diff --git a/template.c b/template.c index e3adcd1..75fdf4e 100644 --- a/template.c +++ b/template.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 General Public License as published by |