From 3812789b283f59d2cc4ca0bd32c4edbd7742ef99 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 4 Jan 2023 18:20:29 +0100 Subject: Bump to 2023 --- src/checkauto.l | 2 +- src/cregex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 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 . 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 -- cgit v1.2.3