about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--client.c2
-rw-r--r--image.c2
-rw-r--r--index.html4
-rw-r--r--merge.c2
-rw-r--r--meta.c2
-rw-r--r--png.h2
-rw-r--r--server.c2
-rw-r--r--torus.h2
8 files changed, 11 insertions, 7 deletions
diff --git a/client.c b/client.c
index c9800cf..867b4de 100644
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018  Curtis 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/image.c b/image.c
index 57e3a38..670dae7 100644
--- a/image.c
+++ b/image.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018  Curtis 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/index.html b/index.html
index b3d71a6..ba0a18d 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,10 @@ Hey there, friend. This should get you there.
 <p>
 <a href="ssh://torus@ascii.town"><code>ssh torus@ascii.town</code></a>
 <p>
+Try for a high score at 2048.
+<p>
+<a href="ssh://play@ascii.town"><code>ssh play@ascii.town</code></a>
+<p>
 Or you can just come and chat.
 <p>
 <a href="ssh://chat@ascii.town"><code>ssh chat@ascii.town</code></a>
diff --git a/merge.c b/merge.c
index 0e45c84..66a7a5e 100644
--- a/merge.c
+++ b/merge.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  Curtis McEnroe <june@causal.agency>
+/* Copyright (C) 2017  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/meta.c b/meta.c
index 5e1736e..6e76647 100644
--- a/meta.c
+++ b/meta.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  Curtis McEnroe <june@causal.agency>
+/* Copyright (C) 2017  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/png.h b/png.h
index 4eb4da1..0df4699 100644
--- a/png.h
+++ b/png.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018  Curtis 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/server.c b/server.c
index 356387f..bd4e980 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  Curtis McEnroe <june@causal.agency>
+/* Copyright (C) 2017  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/torus.h b/torus.h
index ba552eb..b9d842f 100644
--- a/torus.h
+++ b/torus.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  Curtis McEnroe <june@causal.agency>
+/* Copyright (C) 2017  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