about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-09-18 22:11:43 -0400
committerJune McEnroe <june@causal.agency>2022-09-18 22:11:43 -0400
commit87662057d796487b590517a345e2c03901f521da (patch)
treedf466941ed713b0ed7d38ef656f1647a3e730ad4
parentSupport reading gzipped data in merge (diff)
downloadtorus-87662057d796487b590517a345e2c03901f521da.tar.gz
torus-87662057d796487b590517a345e2c03901f521da.zip
Make copyrights consistent
-rw-r--r--client.c2
-rw-r--r--explore.html2
-rw-r--r--image.c2
-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, 8 insertions, 8 deletions
diff --git a/client.c b/client.c
index 787c56a..be43641 100644
--- a/client.c
+++ b/client.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/explore.html b/explore.html
index 0c930f5..84b4192 100644
--- a/explore.html
+++ b/explore.html
@@ -44,7 +44,7 @@ Code is available from
 <a href="https://git.causal.agency/torus">Causal Agency</a>.
 
 <script>
-	/* Copyright (C) 2019  C. McEnroe <june@causal.agency>
+	/* Copyright (C) 2019  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 89ba745..584eb4c 100644
--- a/image.c
+++ b/image.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018, 2019  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2018, 2019  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/merge.c b/merge.c
index 340bff6..42ef2c1 100644
--- a/merge.c
+++ b/merge.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  C. 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 be2fd56..6e76647 100644
--- a/meta.c
+++ b/meta.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  C. 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 56ddb01..d5fd3f5 100644
--- a/png.h
+++ b/png.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018, 2019  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2018, 2019  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 450810e..3c26f09 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017, 2021  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2017, 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/torus.h b/torus.h
index 4c62990..d5accf5 100644
--- a/torus.h
+++ b/torus.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017  C. 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