summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.reuse/dep52
-rw-r--r--src/inflate.c2
-rw-r--r--src/inflate.h2
-rwxr-xr-xutil/deflate2
4 files changed, 4 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index 8ccfadb..b40cb54 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -1,5 +1,5 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: README.md test/* .gitlab-ci.yml
-Copyright: 2021 Daniel Friesel
+Copyright: 2021 Birte Kristina Friesel
License: CC0-1.0
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
*/
diff --git a/util/deflate b/util/deflate
index 8f0460b..a97e4fc 100755
--- a/util/deflate
+++ b/util/deflate
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160
#
-# Copyright 2021 Daniel Friesel
+# Copyright 2021 Birte Kristina Friesel
#
# SPDX-License-Identifier: BSD-2-Clause