From add37faa259fa2f89ba6b80dbf2899d2fbb2d1e6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 24 Feb 2005 21:55:12 +0000 Subject: Copyright updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4052 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- png/Makefile | 6 +++--- png/png.c | 4 ++-- png/png.h | 2 +- png/pngconf.h | 2 +- png/pngerror.c | 2 +- png/pngget.c | 2 +- png/pngmem.c | 2 +- png/pngpread.c | 2 +- png/pngread.c | 2 +- png/pngrio.c | 2 +- png/pngrtran.c | 2 +- png/pngrutil.c | 2 +- png/pngset.c | 2 +- png/pngtrans.c | 2 +- png/pngwio.c | 2 +- png/pngwrite.c | 2 +- png/pngwtran.c | 2 +- png/pngwutil.c | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) (limited to 'png') diff --git a/png/Makefile b/png/Makefile index 540f9a430..1bd2f02f3 100644 --- a/png/Makefile +++ b/png/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $" +# "$Id$" # # PNG library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1997-2004 by Easy Software Products. +# Copyright 1997-2005 by Easy Software Products. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -103,5 +103,5 @@ $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $". +# End of "$Id$". # diff --git a/png/png.c b/png/png.c index 4baa69750..75099d5ed 100644 --- a/png/png.c +++ b/png/png.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ @@ -679,7 +679,7 @@ png_get_copyright(png_structp png_ptr) { if (&png_ptr != NULL) /* silence compiler warning about unused png_ptr */ return ((png_charp) "\n libpng version 1.2.7 - September 12, 2004\n\ - Copyright (c) 1998-2004 Glenn Randers-Pehrson\n\ + Copyright (c) 1998-2005 Glenn Randers-Pehrson\n\ Copyright (c) 1996-1997 Andreas Dilger\n\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.\n"); return ((png_charp) ""); diff --git a/png/png.h b/png/png.h index 6209cb661..c5adadff5 100644 --- a/png/png.h +++ b/png/png.h @@ -1,7 +1,7 @@ /* png.h - header file for PNG reference library * * libpng version 1.2.7 - September 12, 2004 - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngconf.h b/png/pngconf.h index b0aedb482..1267e9c8d 100644 --- a/png/pngconf.h +++ b/png/pngconf.h @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngerror.c b/png/pngerror.c index 4ba395b09..c25157192 100644 --- a/png/pngerror.c +++ b/png/pngerror.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngget.c b/png/pngget.c index 1d1cc218b..eefd3319b 100644 --- a/png/pngget.c +++ b/png/pngget.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngmem.c b/png/pngmem.c index 2682394ab..7d0c2b9d2 100644 --- a/png/pngmem.c +++ b/png/pngmem.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngpread.c b/png/pngpread.c index bbf2e14ad..ba45d138e 100644 --- a/png/pngpread.c +++ b/png/pngpread.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngread.c b/png/pngread.c index 22240227d..168e28013 100644 --- a/png/pngread.c +++ b/png/pngread.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrio.c b/png/pngrio.c index 806f79198..d7675eb62 100644 --- a/png/pngrio.c +++ b/png/pngrio.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrtran.c b/png/pngrtran.c index b914d0e65..cc7d4ff5c 100644 --- a/png/pngrtran.c +++ b/png/pngrtran.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngrutil.c b/png/pngrutil.c index ce522198b..4197bc776 100644 --- a/png/pngrutil.c +++ b/png/pngrutil.c @@ -2,7 +2,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngset.c b/png/pngset.c index b9677a12d..39c5bfa70 100644 --- a/png/pngset.c +++ b/png/pngset.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngtrans.c b/png/pngtrans.c index f279f9e79..f3e576628 100644 --- a/png/pngtrans.c +++ b/png/pngtrans.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwio.c b/png/pngwio.c index adc57b309..d569b6851 100644 --- a/png/pngwio.c +++ b/png/pngwio.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * diff --git a/png/pngwrite.c b/png/pngwrite.c index f422173bf..6cb539b46 100644 --- a/png/pngwrite.c +++ b/png/pngwrite.c @@ -3,7 +3,7 @@ * * libpng 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwtran.c b/png/pngwtran.c index 94d8ecc1c..d2bf5bc78 100644 --- a/png/pngwtran.c +++ b/png/pngwtran.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ diff --git a/png/pngwutil.c b/png/pngwutil.c index 17938d227..87f028f9a 100644 --- a/png/pngwutil.c +++ b/png/pngwutil.c @@ -3,7 +3,7 @@ * * libpng version 1.2.7 - September 12, 2004 * For conditions of distribution and use, see copyright notice in png.h - * Copyright (c) 1998-2004 Glenn Randers-Pehrson + * Copyright (c) 1998-2005 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) */ -- cgit v1.2.3