diff options
-rw-r--r-- | 2048.c | 2 | ||||
-rw-r--r-- | freecell.c | 2 | ||||
-rw-r--r-- | play.c | 2 | ||||
-rw-r--r-- | 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 <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 |