[libpng17] Changed copyright and license in pngcp.c to be nearly public domain

similar to the other files in the contrib/examples directory.
This commit is contained in:
John Bowler 2016-01-10 12:09:38 -06:00 committed by Glenn Randers-Pehrson
parent d9d6b6e361
commit 79378d49b3

View File

@ -1,13 +1,12 @@
/* pngcp.c
*
* Copyright (c) 2016 John Cunningham Bowler
* COPYRIGHT: Written by John Cunningham Bowler, 2016.
* To the extent possible under law, the author has waived all copyright and
* related or neighboring rights to this work. This work is published from:
* United States.
*
* Last changed in libpng 1.7.0 [(PENDING RELEASE)]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*
* This is a minimal example of copying a PNG without changes using the
* png_read_png and png_write_png interfaces.
*