summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-04-16 15:05:11 -0400
committerJune McEnroe <june@causal.agency>2023-04-16 15:05:11 -0400
commitf9d6b8af7375e987ef82593238c394202dec123d (patch)
treee951371fdeadccc62de562293eff66f9e4cfb03c
parentAdd Noor (diff)
downloadsrc-f9d6b8af7375e987ef82593238c394202dec123d.tar.gz
src-f9d6b8af7375e987ef82593238c394202dec123d.zip
Update copyright years in templates
-rw-r--r--agpl.c3
-rw-r--r--gpl.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/agpl.c b/agpl.c
index 58a88fc4..1d50e908 100644
--- a/agpl.c
+++ b/agpl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022  June McEnroe <june@causal.agency>
+/* Copyright (C) 2023  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
@@ -17,4 +17,3 @@
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sysexits.h>
diff --git a/gpl.c b/gpl.c
index 8634449b..d02f7abd 100644
--- a/gpl.c
+++ b/gpl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022  June McEnroe <june@causal.agency>
+/* Copyright (C) 2023  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,4 +17,3 @@
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sysexits.h>