diff --git a/contrib/libtests/makepng.c b/contrib/libtests/makepng.c index 4ebe056f7..ef8e5fcda 100644 --- a/contrib/libtests/makepng.c +++ b/contrib/libtests/makepng.c @@ -120,8 +120,8 @@ * IMAGE_LICENSING #define must contain UTF-8 characters. The 'copyright' * symbol 0xA9U (\251) in ISO-Latin-1 encoding and 0xC20xA9 (\302\251) in UTF-8. */ -#define IMAGE_LICENSING "Dedicated to the public domain per Create Commons "\ - "license \"CC0 1.0\"; https://creativecommons.org/publicdomain/zero/" +#define IMAGE_LICENSING "Dedicated to the public domain per Creative Commons "\ + "license \"CC0 1.0\"; https://creativecommons.org/publicdomain/zero/1.0/" #include /* for offsetof */ #include diff --git a/contrib/testpngs/rgb-8.png b/contrib/testpngs/rgb-8.png index 838219d5a..e4850835e 100644 Binary files a/contrib/testpngs/rgb-8.png and b/contrib/testpngs/rgb-8.png differ