From 2b51e7eb92aefa048ecd665e609f5e0983e4d98b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 18 Sep 2022 22:09:49 -0400 Subject: Make copyrights consistent --- 2048.c | 2 +- freecell.c | 2 +- play.c | 2 +- snake.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2048.c b/2048.c index d2e44bb..e2129da 100644 --- a/2048.c +++ b/2048.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 C. McEnroe +/* Copyright (C) 2018 June McEnroe * * 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/freecell.c b/freecell.c index b3ca0e9..8a4ef94 100644 --- a/freecell.c +++ b/freecell.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2019, 2021 C. McEnroe +/* Copyright (C) 2019, 2021 June McEnroe * * 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/play.c b/play.c index e063dda..1f9dad9 100644 --- a/play.c +++ b/play.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018, 2021 C. McEnroe +/* Copyright (C) 2018, 2021 June McEnroe * * 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/snake.c b/snake.c index e2d6e11..50bee4d 100644 --- a/snake.c +++ b/snake.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 C. McEnroe +/* Copyright (C) 2021 June McEnroe * * 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 -- cgit 1.4.1 option value='author'>author
Commit message (Collapse)Author
2019-09-10Set Accept-Encoding in titleJune McEnroe
Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it.
2019-09-08Set title User-AgentJune McEnroe
Some things don't like you if you don't send one.
2019-09-07Add -x flag to titleJune McEnroe
2019-09-07Ignore SIGPIPE in relayJune McEnroe
Allows restarting consumers safely.
2019-09-07Add A Memory Called EmpireJune McEnroe
2019-09-05Handle lack of Content-TypeJune McEnroe
2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe
Oops, didn't see this.
2019-09-05Decode entities in titlesJune McEnroe
2019-09-05Print title as soon as it's availableJune McEnroe
2019-09-05Use CURL_PREFIX to set flagsJune McEnroe
2019-09-05Add titleJune McEnroe
2019-09-04Add Avorter n'est pas tuerJune McEnroe
2019-08-29Unset executable on shell scriptsJune McEnroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe