diff --git a/jcsample.c b/jcsample.c index 76dcfcd4..f7b84192 100644 --- a/jcsample.c +++ b/jcsample.c @@ -1,9 +1,10 @@ /* * jcsample.c * + * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. + * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB - * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains downsampling routines. diff --git a/jdhuff.h b/jdhuff.h index 8d2c6545..9ce33992 100644 --- a/jdhuff.h +++ b/jdhuff.h @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010-2011, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jmorecfg.h b/jmorecfg.h index 155473e4..235f5075 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2009, 2011, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jpeglib.h b/jpeglib.h index 55c6abcf..4b36f87f 100644 --- a/jpeglib.h +++ b/jpeglib.h @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2002-2009 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2009-2011, 2013, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jversion.h b/jversion.h index 3d168bd1..c90c95ac 100644 --- a/jversion.h +++ b/jversion.h @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, 2012-2014, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/libjpeg.txt b/libjpeg.txt index 5f203d6d..255a7e12 100644 --- a/libjpeg.txt +++ b/libjpeg.txt @@ -2,7 +2,7 @@ USING THE IJG JPEG LIBRARY This file was part of the Independent JPEG Group's software: Copyright (C) 1994-2011, Thomas G. Lane, Guido Vollbeding. -Modifications: +libjpeg-turbo Modifications: Copyright (C) 2010, 2014, D. R. Commander. For conditions of distribution and use, see the accompanying README file. diff --git a/structure.txt b/structure.txt index 21bbc7a0..60457845 100644 --- a/structure.txt +++ b/structure.txt @@ -1,7 +1,7 @@ IJG JPEG LIBRARY: SYSTEM ARCHITECTURE +This file was part of the Independent JPEG Group's software: Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. -This file was part of the Independent JPEG Group's software. It was modified by The libjpeg-turbo Project to include only information relevant to libjpeg-turbo. For conditions of distribution and use, see the accompanying README file.