diff options
| author | Tyge Løvset <[email protected]> | 2023-01-04 18:20:29 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-01-04 18:20:29 +0100 |
| commit | 3812789b283f59d2cc4ca0bd32c4edbd7742ef99 (patch) | |
| tree | 6597867f6ebce8df30c269a8cee8905f071e9986 /src | |
| parent | 41c8dfe25d9ef785c3b8a9f00f042a61669af7e6 (diff) | |
| download | STC-modified-3812789b283f59d2cc4ca0bd32c4edbd7742ef99.tar.gz STC-modified-3812789b283f59d2cc4ca0bd32c4edbd7742ef99.zip | |
Bump to 2023
Diffstat (limited to 'src')
| -rw-r--r-- | src/checkauto.l | 2 | ||||
| -rw-r--r-- | src/cregex.c | 2 |
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 |
