[devel] Revise references to zlib-libpng license

This commit is contained in:
Glenn Randers-Pehrson 2009-06-24 10:27:36 -05:00
parent ed82c3bb59
commit 037023bb31
68 changed files with 140 additions and 76 deletions

View File

@ -8,6 +8,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
If you modify libpng you may insert additional notices immediately following If you modify libpng you may insert additional notices immediately following
this sentence. this sentence.
This code is released under the zlib-libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.4.0beta65, June 24, 2009, are libpng versions 1.2.6, August 15, 2004, through 1.4.0beta65, June 24, 2009, are
Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5 distributed according to the same disclaimer and license as libpng-1.2.5

View File

@ -3,7 +3,8 @@
* Copyright (c) 2007, 2009 Glenn Randers-Pehrson * Copyright (c) 2007, 2009 Glenn Randers-Pehrson
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
*/ */

View File

@ -3,7 +3,8 @@
* Copyright (c) 2007, 2009 Glenn Randers-Pehrson * Copyright (c) 2007, 2009 Glenn Randers-Pehrson
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
*/ */

View File

@ -3,7 +3,8 @@
* Copyright (c) 2007, 2009 Glenn Randers-Pehrson * Copyright (c) 2007, 2009 Glenn Randers-Pehrson
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
*/ */

View File

@ -7,7 +7,6 @@
* Maintained 1998-2009 Glenn Randers-Pehrson * Maintained 1998-2009 Glenn Randers-Pehrson
* Maintained 1996, 1997 Andreas Dilger) * Maintained 1996, 1997 Andreas Dilger)
* Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
*/ */
/* This is an example of how to use libpng to read and write PNG files. /* This is an example of how to use libpng to read and write PNG files.

View File

@ -4,8 +4,10 @@ libpng.txt - A description on how to use and modify libpng
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net> <glennrp at users.sourceforge.net>
Copyright (c) 1998-2009 Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson
For conditions of distribution and use, see copyright
notice in png.h. This document is released under the zlib-libpng license.
For conditions of distribution and use, see copyright notice, disclaimer,
and license in png.h
Based on: Based on:

View File

@ -813,8 +813,10 @@ libpng.txt - A description on how to use and modify libpng
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net> <glennrp at users.sourceforge.net>
Copyright (c) 1998-2009 Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson
For conditions of distribution and use, see copyright
notice in png.h. This document is released under the zlib-libpng license.
For conditions of distribution and use, see copyright notice, disclaimer,
and license in png.h
Based on: Based on:
@ -4205,6 +4207,8 @@ included in the libpng distribution, the latter shall prevail.)
If you modify libpng you may insert additional notices immediately following If you modify libpng you may insert additional notices immediately following
this sentence. this sentence.
This code is released under the zlib-libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.4.0beta65, June 24, 2009, are libpng versions 1.2.6, August 15, 2004, through 1.4.0beta65, June 24, 2009, are
Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5 distributed according to the same disclaimer and license as libpng-1.2.5

4
png.c
View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
#define PNG_NO_EXTERN #define PNG_NO_EXTERN

View File

@ -8,7 +8,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
*/ */

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file provides a location for all error handling. Users who * This file provides a location for all error handling. Users who
* need special error handling are expected to write replacement functions * need special error handling are expected to write replacement functions

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
*/ */

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file provides a location for all memory allocation. Users who * This file provides a location for all memory allocation. Users who
* need special memory handling are expected to supply replacement * need special memory handling are expected to supply replacement

View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
#include "png.h" #include "png.h"

View File

@ -8,8 +8,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
/* The symbols declared in this file (including the functions declared /* The symbols declared in this file (including the functions declared

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file contains routines that an application calls directly to * This file contains routines that an application calls directly to
* read a PNG file or stream. * read a PNG file or stream.

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file provides a location for all input. Users who need * This file provides a location for all input. Users who need
* special handling are expected to write a function that has the same * special handling are expected to write a function that has the same

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file contains functions optionally called by an application * This file contains functions optionally called by an application
* in order to tell libpng how to handle data when reading a PNG. * in order to tell libpng how to handle data when reading a PNG.

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file contains routines that are only called from within * This file contains routines that are only called from within
* libpng itself during the course of reading an image. * libpng itself during the course of reading an image.

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* The functions here are used during reads to store data from the file * The functions here are used during reads to store data from the file
* into the info struct, and during writes to store application data * into the info struct, and during writes to store application data

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This program reads in a PNG image, writes it out again, and then * This program reads in a PNG image, writes it out again, and then
* compares the two files. If the files are identical, this shows that * compares the two files. If the files are identical, this shows that

View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
#include "png.h" #include "png.h"

View File

@ -7,7 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* and license in png.h
* *
* This file provides a location for all output. Users who need * This file provides a location for all output. Users who need
* special handling are expected to write functions that have the same * special handling are expected to write functions that have the same

View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
/* get internal access to png.h */ /* get internal access to png.h */

View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
#include "png.h" #include "png.h"

View File

@ -7,8 +7,8 @@
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
* *
* This code is released under the zlib-libpng license. * This code is released under the zlib-libpng license.
* For conditions of distribution and use, see copyright notice in png.h * For conditions of distribution and use, see copyright notice, disclaimer,
* * and license in png.h
*/ */
#include "png.h" #include "png.h"

View File

@ -4,7 +4,8 @@ project(PNG)
# Copyright (C) 2007 Glenn Randers-Pehrson # Copyright (C) 2007 Glenn Randers-Pehrson
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
set(PNGLIB_MAJOR 1) set(PNGLIB_MAJOR 1)
set(PNGLIB_MINOR 4) set(PNGLIB_MINOR 4)

View File

@ -6,7 +6,8 @@
# Copyright (C) 2002 Glenn Randers-Pehrson # Copyright (C) 2002 Glenn Randers-Pehrson
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Modeled after libxml-config. # Modeled after libxml-config.

View File

@ -6,7 +6,8 @@
# Copyright (C) 2002, 2004, 2006, 2007 Glenn Randers-Pehrson # Copyright (C) 2002, 2004, 2006, 2007 Glenn Randers-Pehrson
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Modeled after libxml-config. # Modeled after libxml-config.

View File

@ -3,7 +3,8 @@
// Copyright (C) 2000 Cosmin Truta // Copyright (C) 2000 Cosmin Truta
// //
// This code is released under the zlib-libpng license. // This code is released under the zlib-libpng license.
// For conditions of distribution and use, see copyright notice in png.h // For conditions of distribution and use, see copyright notice, disclaimer,
// and license in png.h
// //
// Notes: // Notes:
// All modules are compiled in C mode // All modules are compiled in C mode

View File

@ -5,7 +5,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME=libpng14 LIBNAME=libpng14

View File

@ -5,7 +5,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME=libpng14 LIBNAME=libpng14

View File

@ -5,7 +5,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Location of the zlib library and include files # Location of the zlib library and include files
ZLIBINC = ../zlib ZLIBINC = ../zlib

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995-2000 Wolf Faust # Copyright (C) 1995-2000 Wolf Faust
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# Note: Use #define PNG_READ_BIG_ENDIAN_SUPPORTED in pngconf.h # Note: Use #define PNG_READ_BIG_ENDIAN_SUPPORTED in pngconf.h
# #

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# modified for LC56/ATARI assumes libz.lib is in same dir and uses default # modified for LC56/ATARI assumes libz.lib is in same dir and uses default
# rules for library management # rules for library management

View File

@ -5,7 +5,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME=libpng14 LIBNAME=libpng14

View File

@ -9,7 +9,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# This makefile intends to support building outside the src directory # This makefile intends to support building outside the src directory
# if desired. When invoking it, specify an argument to SRCDIR on the # if desired. When invoking it, specify an argument to SRCDIR on the

View File

@ -6,7 +6,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# where "make install" puts libpng.a, libpng14.dylib, png.h and pngconf.h # where "make install" puts libpng.a, libpng14.dylib, png.h and pngconf.h
prefix=/usr/local prefix=/usr/local

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
PNGMAJ = 14 PNGMAJ = 14

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# where make install will put libpng.a and png.h # where make install will put libpng.a and png.h
#prefix=/usr/local #prefix=/usr/local

View File

@ -4,7 +4,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Modified for Debian by Junichi Uekawa and Josselin Mouette # Modified for Debian by Junichi Uekawa and Josselin Mouette
# Major modifications are: # Major modifications are:

View File

@ -2,7 +2,8 @@
# Copyright (C) 2002, 2007, 2009 Glenn Randers-Pehrson and Andrey A. Chernov # Copyright (C) 2002, 2007, 2009 Glenn Randers-Pehrson and Andrey A. Chernov
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
PREFIX?= /usr/local PREFIX?= /usr/local
SHLIB_VER?= %SONUM% SHLIB_VER?= %SONUM%

View File

@ -4,7 +4,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Location of the zlib library and include files # Location of the zlib library and include files
ZLIBINC = ../zlib ZLIBINC = ../zlib

View File

@ -4,7 +4,8 @@
# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard # contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Where the zlib library and include files are located # Where the zlib library and include files are located
ZLIBLIB=/opt/zlib/lib ZLIBLIB=/opt/zlib/lib

View File

@ -5,7 +5,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME = libpng14 LIBNAME = libpng14

View File

@ -4,7 +4,8 @@
# contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard # contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Where the zlib library and include files are located # Where the zlib library and include files are located
ZLIBLIB=/opt/zlib/lib ZLIBLIB=/opt/zlib/lib

View File

@ -4,7 +4,8 @@
# Copyright (C) 2000 Cosmin Truta # Copyright (C) 2000 Cosmin Truta
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# Notes: # Notes:
# Derived from makefile.std # Derived from makefile.std

View File

@ -6,7 +6,8 @@
# copyright 1995 Guy Eric Schalnat, Group 42, Inc. # copyright 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# To use, do "nmake /f scripts\makefile.intel" # To use, do "nmake /f scripts\makefile.intel"
# #

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# This makefile requires the file ansi2knr.c, which you can get # This makefile requires the file ansi2knr.c, which you can get
# from the Ghostscript ftp site at ftp://ftp.cs.wisc.edu/ghost/ # from the Ghostscript ftp site at ftp://ftp.cs.wisc.edu/ghost/

View File

@ -4,7 +4,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME = libpng14 LIBNAME = libpng14

View File

@ -9,7 +9,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Built from makefile.cygwin # Built from makefile.cygwin

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# where make install puts libpng.a and png.h # where make install puts libpng.a and png.h
prefix=/usr/local prefix=/usr/local

View File

@ -3,7 +3,8 @@
# Copyright (C) 2006, 2009 Glenn Randers-Pehrson # Copyright (C) 2006, 2009 Glenn Randers-Pehrson
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib

View File

@ -5,7 +5,8 @@
# Copyright (C) 2007, 2009 Glenn Randers-Pehrson # Copyright (C) 2007, 2009 Glenn Randers-Pehrson
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# You should also run makefile.netbsd # You should also run makefile.netbsd

View File

@ -5,7 +5,8 @@
# Copyright (C) 2007, 2009 Glenn Randers-Pehrson # Copyright (C) 2007, 2009 Glenn Randers-Pehrson
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# You should also run makefile.ne0bsd # You should also run makefile.ne0bsd

View File

@ -4,7 +4,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME = libpng14 LIBNAME = libpng14

View File

@ -3,7 +3,8 @@
# Copyright (C) 2007-2008 Glenn Randers-Pehrson # Copyright (C) 2007-2008 Glenn Randers-Pehrson
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
PREFIX?= /usr/local PREFIX?= /usr/local
LIBDIR= ${PREFIX}/lib LIBDIR= ${PREFIX}/lib

View File

@ -1,7 +1,8 @@
# makefile for libpng on OS/2 with gcc # makefile for libpng on OS/2 with gcc
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Related files: pngos2.def # Related files: pngos2.def

View File

@ -6,7 +6,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME = libpng14 LIBNAME = libpng14

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME=libpng14 LIBNAME=libpng14

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME=libpng14 LIBNAME=libpng14

View File

@ -6,7 +6,8 @@
# Copyright (C) 1996-1997 Andreas Dilger # Copyright (C) 1996-1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
PNGMAJ = 14 PNGMAJ = 14

View File

@ -5,7 +5,8 @@
# Copyright (C) 1996, 1997 Andreas Dilger # Copyright (C) 1996, 1997 Andreas Dilger
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# Library name: # Library name:
LIBNAME = libpng14 LIBNAME = libpng14

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# where make install puts libpng.a and png.h # where make install puts libpng.a and png.h
prefix=/usr/local prefix=/usr/local

View File

@ -3,7 +3,8 @@
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# where make install puts libpng.a and png.h # where make install puts libpng.a and png.h
prefix=/usr/local prefix=/usr/local

View File

@ -3,7 +3,8 @@
# Copyright (C) 1998 Tim Wegner # Copyright (C) 1998 Tim Wegner
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
# To use, do "nmake /f scripts\makefile.vcawin32" # To use, do "nmake /f scripts\makefile.vcawin32"

View File

@ -3,7 +3,8 @@
# Copyright (C) 2006,2009 Glenn Randers-Pehrson # Copyright (C) 2006,2009 Glenn Randers-Pehrson
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# #
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
# To use, do "nmake /f scripts\makefile.vcwin32" # To use, do "nmake /f scripts\makefile.vcwin32"

View File

@ -5,7 +5,8 @@
# copyright 1995 Guy Eric Schalnat, Group 42, Inc. # copyright 1995 Guy Eric Schalnat, Group 42, Inc.
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
# To use, do "wmake /f scripts\makefile.watcom" # To use, do "wmake /f scripts\makefile.watcom"

View File

@ -3,7 +3,8 @@
# Copyright (C) 1998 by Andreas R. Kleinert # Copyright (C) 1998 by Andreas R. Kleinert
# #
# This code is released under the zlib-libpng license. # This code is released under the zlib-libpng license.
# For conditions of distribution and use, see copyright notice in png.h # For conditions of distribution and use, see copyright notice, disclaimer,
# and license in png.h
CC = scppc CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \ CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \