summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/checkauto.l2
-rw-r--r--src/cregex.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/checkauto.l b/src/checkauto.l
index b61c7cb3..e4c796d0 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -1,5 +1,5 @@
/* Check for illegal return/break/continue usage inside a STC-lib c_AUTO* block (RAII).
- * Copyright Tyge Løvset, (c) 2022.
+ * Copyright Tyge Løvset, (c) 2023.
*/
%{
#include <stdbool.h>
diff --git a/src/cregex.c b/src/cregex.c
index 658d7929..5483b243 100644
--- a/src/cregex.c
+++ b/src/cregex.c
@@ -3,7 +3,7 @@ This is a Unix port of the Plan 9 regular expression library, by Rob Pike.
Please send comments about the packaging to Russ Cox <[email protected]>.
Copyright © 2021 Plan 9 Foundation
-Copyright © 2022 Tyge Løvset, for additions made in 2022.
+Copyright © 2023 Tyge Løvset, for additions.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal