diff options
author | June McEnroe <june@causal.agency> | 2019-07-27 18:00:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-27 18:00:01 -0400 |
commit | 98b76d1b7efe54d03b4c20a3f28d78116c2abb07 (patch) | |
tree | 724903d03a3d60a302ea18cab5af979323853e46 /irc.c | |
parent | Mark sig_atomic_t array volatile (diff) | |
download | catgirl-98b76d1b7efe54d03b4c20a3f28d78116c2abb07.tar.gz catgirl-98b76d1b7efe54d03b4c20a3f28d78116c2abb07.zip |
Make copyright headers consistent
Diffstat (limited to '')
-rw-r--r-- | irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c index 2ad6d19..45c1a68 100644 --- a/irc.c +++ b/irc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Curtis McEnroe <june@causal.agency> +/* Copyright (C) 2018 C. 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 |