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 --- zlib/Makefile | 6 +++--- zlib/adler32.c | 2 +- zlib/compress.c | 2 +- zlib/crc32.c | 2 +- zlib/deflate.c | 2 +- zlib/deflate.h | 2 +- zlib/gzio.c | 2 +- zlib/trees.c | 2 +- zlib/uncompr.c | 2 +- zlib/zconf.h | 2 +- zlib/zutil.c | 2 +- zlib/zutil.h | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) (limited to 'zlib') diff --git a/zlib/Makefile b/zlib/Makefile index b8e37586b..919ef51aa 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $" +# "$Id$" # # GNU ZIP 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.6 2004/09/08 16:04:42 easysw Exp $". +# End of "$Id$". # diff --git a/zlib/adler32.c b/zlib/adler32.c index f225f5465..624a1696e 100644 --- a/zlib/adler32.c +++ b/zlib/adler32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: adler32.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/compress.c b/zlib/compress.c index bddae08c7..24ef02919 100644 --- a/zlib/compress.c +++ b/zlib/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: compress.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/crc32.c b/zlib/crc32.c index b3e0b97cc..689b2883b 100644 --- a/zlib/crc32.c +++ b/zlib/crc32.c @@ -9,7 +9,7 @@ * of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id: crc32.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #ifdef MAKECRCH # include diff --git a/zlib/deflate.c b/zlib/deflate.c index 0ce30a68d..0525b2f33 100644 --- a/zlib/deflate.c +++ b/zlib/deflate.c @@ -47,7 +47,7 @@ * */ -/* @(#) $Id: deflate.c,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #include "deflate.h" diff --git a/zlib/deflate.h b/zlib/deflate.h index b939d43fe..e31f66be5 100644 --- a/zlib/deflate.h +++ b/zlib/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: deflate.h,v 1.1.2.2 2004/09/08 16:04:42 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef DEFLATE_H #define DEFLATE_H diff --git a/zlib/gzio.c b/zlib/gzio.c index 615664e43..4afd102b3 100644 --- a/zlib/gzio.c +++ b/zlib/gzio.c @@ -5,7 +5,7 @@ * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. */ -/* @(#) $Id: gzio.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #include diff --git a/zlib/trees.c b/zlib/trees.c index 00fa061dc..bb0955493 100644 --- a/zlib/trees.c +++ b/zlib/trees.c @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id: trees.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ /* #define GEN_TREES_H */ diff --git a/zlib/uncompr.c b/zlib/uncompr.c index ea73a9550..b59e3d0de 100644 --- a/zlib/uncompr.c +++ b/zlib/uncompr.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: uncompr.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/zlib/zconf.h b/zlib/zconf.h index dce0122fe..3cea897ed 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zconf.h,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/zlib/zutil.c b/zlib/zutil.c index 104ff97aa..0ef4f99f5 100644 --- a/zlib/zutil.c +++ b/zlib/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: zutil.c,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #include "zutil.h" diff --git a/zlib/zutil.h b/zlib/zutil.h index 16d24ee53..87b70acec 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: zutil.h,v 1.1.2.2 2004/09/08 16:04:43 easysw Exp $ */ +/* @(#) $Id$ */ #ifndef ZUTIL_H #define ZUTIL_H -- cgit v1.2.3