summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-08-26 03:12:35 +0300
committerCosmin Truta <ctruta@gmail.com>2022-08-26 03:12:35 +0300
commit723b2d9f2e2bb65c605274ee052f9773e594a5aa (patch)
tree67a3cc4c590fd525875cd66d8c8d3f56f241a321 /png.c
parentb7ea74c97d94936419acbb0b260c547ed3bcbe37 (diff)
downloadlibpng-723b2d9f2e2bb65c605274ee052f9773e594a5aa.tar.gz
Update the copyright year
Diffstat (limited to 'png.c')
-rw-r--r--png.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/png.c b/png.c
index a182eef5c..10b8b63ec 100644
--- a/png.c
+++ b/png.c
@@ -1,7 +1,7 @@
/* png.c - location for general purpose libpng functions
*
- * Copyright (c) 2018-2021 Cosmin Truta
+ * Copyright (c) 2018-2022 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
* Copyright (c) 1996-1997 Andreas Dilger
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
@@ -816,7 +816,7 @@ png_get_copyright(png_const_structrp png_ptr)
#else
return PNG_STRING_NEWLINE \
"libpng version 1.6.38.git" PNG_STRING_NEWLINE \
- "Copyright (c) 2018-2021 Cosmin Truta" PNG_STRING_NEWLINE \
+ "Copyright (c) 2018-2022 Cosmin Truta" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
PNG_STRING_NEWLINE \
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \