diff options
author | Birte Kristina Friesel <daniel.friesel@uos.de> | 2023-07-04 18:24:19 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-04 18:25:15 +0200 |
commit | d272a824b542cd5baafbfd691cc78c69dca06b60 (patch) | |
tree | 6fc694b5b79cb70780ac825c75a5a2000d5412ad /src | |
parent | f965e4758770b94f6d334be303a2d58e73f3ace6 (diff) |
Update Copyrightmain
Diffstat (limited to 'src')
-rw-r--r-- | src/inflate.c | 2 | ||||
-rw-r--r-- | src/inflate.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/inflate.c b/src/inflate.c index d22d508..4255671 100644 --- a/src/inflate.c +++ b/src/inflate.c @@ -1,7 +1,7 @@ /* * zlib-deflate-nostdlib * - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/src/inflate.h b/src/inflate.h index 86d8b4a..464c017 100644 --- a/src/inflate.h +++ b/src/inflate.h @@ -1,7 +1,7 @@ /* * zlib-deflate-nostdlib * - * Copyright 2021 Daniel Friesel + * Copyright 2021 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ |