AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.11.01 07:10 "example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.14 08:14 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.14 16:18 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.11.14 23:32 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.16 00:39 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.12.13 10:30 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.12.13 15:18 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.12.13 16:35 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.12.13 19:12 "Re: example of (standalone) TIFFRegisterCODEC", by Gene Amtower
2008.12.13 21:52 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.12.14 00:07 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.12.14 05:47 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.11.14 16:53 "Re: example of (standalone) TIFFRegisterCODEC", by Comsquare Martin Osieka

2008.12.14 00:07 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards

On Sunday 14 December 2008 03:35:07 am you wrote:
> On Sat, 13 Dec 2008, Brad Hards wrote:
> > /*
> > * Copyright (c) 1988-1997 Sam Leffler
> > * Copyright (c) 1991-1997 Silicon Graphics, Inc.
>
> This is a bit off topic, but we *really* need to stop perpetuating
> this wrong copyright statement.  Sam Leffler and Silicon Graphics are
> not responsible for code that they didn't write.  We don't have
> permission from them to apply these copyright lines on new work and it
> would be senseless to do so.  The copyright lines can only apply to
> work actually created by these parties.
The reason why I included that statement is that a non-trivial amount of the 
header file is actually from tiffio.h. The copyright on tiffio.h is as shown. 

I don't think I can reasonably remove copyright on that code (whether it is in 
tiffio.h or a new header file) without some more guidance. For example, if 
someone knowledgeable were to amend the copyright on tiffio.h, then I'd 
happily change the copyright statement on the new header.

The other way to deal with this (actually, just avoid the issue) is to include 
all the new code in existing files. Would that be preferable for licensing or 
technical reasons?

Brad