From 935f42bb7f0ba0db60de2d09eca501041c46f710 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 18 Sep 2022 22:03:46 -0400 Subject: Make copyrights and AUTHORS consistent --- compat.c | 2 +- getservinfo.c | 2 +- git-notemap.sh | 2 +- imap.c | 2 +- imap.h | 2 +- notemap.1 | 2 +- notemap.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compat.c b/compat.c index 347536d..f220499 100644 --- a/compat.c +++ b/compat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 C. McEnroe +/* Copyright (C) 2019 June McEnroe * * 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 +/* Copyright (C) 2020 June McEnroe * * 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/git-notemap.sh b/git-notemap.sh index 601987b..5fd4d7c 100644 --- a/git-notemap.sh +++ b/git-notemap.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2020 C. McEnroe +# Copyright (C) 2020 June McEnroe # # 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 e21141d..c24fd42 100644 --- a/imap.c +++ b/imap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe +/* Copyright (C) 2020 June McEnroe * * 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 db4018e..3b3bfc7 100644 --- a/imap.h +++ b/imap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe +/* Copyright (C) 2020 June McEnroe * * 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/notemap.1 b/notemap.1 index 56871e6..0ba9adc 100644 --- a/notemap.1 +++ b/notemap.1 @@ -187,7 +187,7 @@ git notemap note.txt .El . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency . .Sh CAVEATS Notes are assumed to be plain UTF-8 text diff --git a/notemap.c b/notemap.c index 997a410..a7e79c2 100644 --- a/notemap.c +++ b/notemap.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe +/* Copyright (C) 2020 June McEnroe * * 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 1.4.1 ow=1'>Rework status lineJune McEnroe 2018-10-22Rename status and verbose tagsJune McEnroe 2018-09-16Revert "Race parallel connects"June McEnroe 2018-09-16Race parallel connectsJune McEnroe 2018-09-15Call tls_error when tls_connect_socket failsJune McEnroe 2018-09-15Try successive getaddrinfo resultsJune McEnroe 2018-09-15Render README from chatte.7June McEnroe 2018-09-14Factor out uiPrompt to call on nick changeJune McEnroe 2018-09-14Run test binaries with set -e and semicolonsJune McEnroe 2018-09-14Fail target when any test binary failsJune McEnroe 2018-09-14Run tests in default targetJune McEnroe 2018-09-14Add termEvent testsJune McEnroe 2018-09-14Check width of entire next word including codesJune McEnroe 2018-09-14Remove word handling from formatParseJune McEnroe 2018-09-14Apply consecutive formatting codes at onceJune McEnroe 2018-09-14Add tests for formatParseJune McEnroe 2018-09-13Preview with nick in input windowJune McEnroe 2018-09-13Never send PRIVMSG to TagStatus or TagVerboseJune McEnroe 2018-09-13Move color selection to format.cJune McEnroe 2018-09-13Fix len for format->split at end of stringJune McEnroe 2018-09-13Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe 2018-09-13Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe