summary refs log tree commit diff homepage
diff options
authorJune McEnroe <june@causal.agency>2022-09-18 22:09:49 -0400
committerJune McEnroe <june@causal.agency>2022-09-18 22:09:58 -0400
commit2b51e7eb92aefa048ecd665e609f5e0983e4d98b (patch)
tree1d7358df8b91ef2c741c75309abf1899c1b4396b
parentRemove capsicum support (diff)
downloadplay-master.tar.gz
play-master.zip
Make copyrights consistent HEAD master
-rw-r--r--2048.c2
-rw-r--r--freecell.c2
-rw-r--r--play.c2
-rw-r--r--snake.c2
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 <june@causal.agency> +/* Copyright (C) 2018 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/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 <june@causal.agency> +/* Copyright (C) 2019, 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/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 <june@causal.agency> +/* Copyright (C) 2018, 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/snake.c b/snake.c index e2d6e11..50bee4d 100644 --- a/snake.c +++ b/snake.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