diff options
author | June McEnroe <june@causal.agency> | 2022-09-18 22:09:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-18 22:09:58 -0400 |
commit | 2b51e7eb92aefa048ecd665e609f5e0983e4d98b (patch) | |
tree | 1d7358df8b91ef2c741c75309abf1899c1b4396b /2048.c | |
parent | Remove capsicum support (diff) | |
download | play-2b51e7eb92aefa048ecd665e609f5e0983e4d98b.tar.gz play-2b51e7eb92aefa048ecd665e609f5e0983e4d98b.zip |
Diffstat (limited to '')
-rw-r--r-- | 2048.c | 2 |
1 files changed, 1 insertions, 1 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 |