From a6ef282a49f2d7d1b4d19cc89f63e81fd66b35b7 Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 28 Sep 2013 03:23:49 +0000 Subject: [PATCH] Some of the IJG headers say "Modified by", so clarify that our "Modifications" are not referring to these. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1053 632fc199-4ca6-4c93-a231-07263d6284db --- cjpeg.c | 2 +- djpeg.c | 2 +- jccolext.c | 2 +- jccolor.c | 2 +- jcdctmgr.c | 2 +- jchuff.c | 2 +- jcmarker.c | 2 +- jcmaster.c | 2 +- jcparam.c | 2 +- jdapistd.c | 2 +- jdatadst-tj.c | 2 +- jdatadst.c | 2 +- jdatasrc-tj.c | 2 +- jdatasrc.c | 2 +- jdcoefct.c | 2 +- jdcolext.c | 2 +- jdcolor.c | 2 +- jddctmgr.c | 2 +- jdhuff.c | 2 +- jdinput.c | 2 +- jdmainct.c | 2 +- jdmarker.c | 2 +- jdmaster.c | 2 +- jdmerge.c | 2 +- jdmrgext.c | 2 +- jdsample.c | 2 +- jpegtran.c | 2 +- jquant1.c | 2 +- jquant2.c | 2 +- rdbmp.c | 2 +- rdswitch.c | 2 +- transupp.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/cjpeg.c b/cjpeg.c index e10f1b2..0c23fe7 100644 --- a/cjpeg.c +++ b/cjpeg.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-2011 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, 2013, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/djpeg.c b/djpeg.c index 5fb84a2..e4e8a62 100644 --- a/djpeg.c +++ b/djpeg.c @@ -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, 2013, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jccolext.c b/jccolext.c index 84da8cd..dda3beb 100644 --- a/jccolext.c +++ b/jccolext.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2009-2012, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jccolor.c b/jccolor.c index 219c5da..94b4184 100644 --- a/jccolor.c +++ b/jccolor.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2009-2012, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. diff --git a/jcdctmgr.c b/jcdctmgr.c index 43db03a..3234a01 100644 --- a/jcdctmgr.c +++ b/jcdctmgr.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 1999-2006, MIYASAKA Masaru. * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2011 D. R. Commander diff --git a/jchuff.c b/jchuff.c index 887614d..29bf389 100644 --- a/jchuff.c +++ b/jchuff.c @@ -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/jcmarker.c b/jcmarker.c index 311e4b2..27a88fb 100644 --- a/jcmarker.c +++ b/jcmarker.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-2010 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jcmaster.c b/jcmaster.c index accfc70..dca0315 100644 --- a/jcmaster.c +++ b/jcmaster.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2003-2010 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jcparam.c b/jcparam.c index 3207520..2b9a740 100644 --- a/jcparam.c +++ b/jcparam.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2003-2008 by Guido Vollbeding. - * 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/jdapistd.c b/jdapistd.c index 89d2c7c..a50fda5 100644 --- a/jdapistd.c +++ b/jdapistd.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdatadst-tj.c b/jdatadst-tj.c index 8551495..a8bf240 100644 --- a/jdatadst-tj.c +++ b/jdatadst-tj.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2012 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2011, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdatadst.c b/jdatadst.c index b3fdd3e..1b89fab 100644 --- a/jdatadst.c +++ b/jdatadst.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2012 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2013, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdatasrc-tj.c b/jdatasrc-tj.c index 9c8cd9c..259c6de 100644 --- a/jdatasrc-tj.c +++ b/jdatasrc-tj.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2011 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2011, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdatasrc.c b/jdatasrc.c index 69e8f6d..1e9c8ad 100644 --- a/jdatasrc.c +++ b/jdatasrc.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2011 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2013, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdcoefct.c b/jdcoefct.c index 5315e80..d38db6c 100644 --- a/jdcoefct.c +++ b/jdcoefct.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1997, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdcolext.c b/jdcolext.c index a8e67c3..6e9e31a 100644 --- a/jdcolext.c +++ b/jdcolext.c @@ -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/jdcolor.c b/jdcolor.c index e477b0b..ccf9047 100644 --- a/jdcolor.c +++ b/jdcolor.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2011 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2009, 2011-2012, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. diff --git a/jddctmgr.c b/jddctmgr.c index 2bb70a1..0a5decb 100644 --- a/jddctmgr.c +++ b/jddctmgr.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2002-2010 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. diff --git a/jdhuff.c b/jdhuff.c index 36fd03b..dba5f18 100644 --- a/jdhuff.c +++ b/jdhuff.c @@ -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/jdinput.c b/jdinput.c index 0d3ae10..e7ba33f 100644 --- a/jdinput.c +++ b/jdinput.c @@ -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, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdmainct.c b/jdmainct.c index 2a69c53..26b816c 100644 --- a/jdmainct.c +++ b/jdmainct.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdmarker.c b/jdmarker.c index 77f7274..0f7b13b 100644 --- a/jdmarker.c +++ b/jdmarker.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1998, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2012, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdmaster.c b/jdmaster.c index 501602d..e1f9f9e 100644 --- a/jdmaster.c +++ b/jdmaster.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1997, Thomas G. Lane. * Modified 2002-2009 by Guido Vollbeding. - * 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/jdmerge.c b/jdmerge.c index 17d28f1..9830be2 100644 --- a/jdmerge.c +++ b/jdmerge.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Copyright 2009 Pierre Ossman for Cendio AB - * 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/jdmrgext.c b/jdmrgext.c index e1ab1e5..1f0a550 100644 --- a/jdmrgext.c +++ b/jdmrgext.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2011, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jdsample.c b/jdsample.c index 5211785..361b589 100644 --- a/jdsample.c +++ b/jdsample.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright 2009 Pierre Ossman for Cendio AB * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. diff --git a/jpegtran.c b/jpegtran.c index f894838..54c8ece 100644 --- a/jpegtran.c +++ b/jpegtran.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1995-2010, Thomas G. Lane, Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/jquant1.c b/jquant1.c index 9da420d..aa2c59a 100644 --- a/jquant1.c +++ b/jquant1.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2009, D. R. Commander * For conditions of distribution and use, see the accompanying README file. * diff --git a/jquant2.c b/jquant2.c index dc0237b..9b060e5 100644 --- a/jquant2.c +++ b/jquant2.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2009, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/rdbmp.c b/rdbmp.c index c053074..ba9f728 100644 --- a/rdbmp.c +++ b/rdbmp.c @@ -4,7 +4,7 @@ * This file was part of the Independent JPEG Group's software: * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2010 by Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Modified 2011 by Siarhei Siamashka. * For conditions of distribution and use, see the accompanying README file. * diff --git a/rdswitch.c b/rdswitch.c index 7f3c576..fc0727a 100644 --- a/rdswitch.c +++ b/rdswitch.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1991-1996, Thomas G. Lane. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * diff --git a/transupp.c b/transupp.c index 9e80583..70e8c49 100644 --- a/transupp.c +++ b/transupp.c @@ -3,7 +3,7 @@ * * This file was part of the Independent JPEG Group's software: * Copyright (C) 1997-2011, Thomas G. Lane, Guido Vollbeding. - * Modifications: + * libjpeg-turbo Modifications: * Copyright (C) 2010, D. R. Commander. * For conditions of distribution and use, see the accompanying README file. * -- 2.40.0