]> granicus.if.org Git - libjpeg-turbo/commitdiff
Change the copyright notices to make it clear that our modified files are not part...
authorDRC <dcommander@users.sourceforge.net>
Mon, 31 Dec 2012 02:52:30 +0000 (02:52 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 31 Dec 2012 02:52:30 +0000 (02:52 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@873 632fc199-4ca6-4c93-a231-07263d6284db

35 files changed:
cjpeg.c
djpeg.c
filelist.txt
jccolext.c
jccolor.c
jcdctmgr.c
jchuff.c
jcmarker.c
jcmaster.c
jcparam.c
jdapistd.c
jdcoefct.c
jdcolext.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdhuff.h
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdmrgext.c
jdsample.c
jmorecfg.h
jpeglib.h
jpegtran.c
jquant1.c
jquant2.c
jversion.h
libjpeg.txt
rdswitch.c
structure.txt
transupp.c
usage.txt

diff --git a/cjpeg.c b/cjpeg.c
index 0475c023be09cf99d5b283bb50de5e37c599ac3e..703ce100e2fad76bc9102242fce38928fa275fc7 100644 (file)
--- a/cjpeg.c
+++ b/cjpeg.c
@@ -1,10 +1,11 @@
 /*
  * cjpeg.c
  *
+ * 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:
  * Copyright (C) 2010, D. R. Commander.
- * 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 a command-line user interface for the JPEG compressor.
diff --git a/djpeg.c b/djpeg.c
index 2438856ef66d96fc70629fc6ee6f39e7808089c9..b8f11871f43283ee600e14ffc1a07a22635d7cac 100644 (file)
--- a/djpeg.c
+++ b/djpeg.c
@@ -1,9 +1,10 @@
 /*
  * djpeg.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010-2011, D. R. Commander.
- * 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 a command-line user interface for the JPEG decompressor.
index 2f905a6cd6884d8e884770a7c21d9a93f0f9b0e1..3a115aae9fde445ce6801044ce84deb6eef04e79 100644 (file)
@@ -1,7 +1,9 @@
 IJG JPEG LIBRARY:  FILE LIST
 
-Copyright (C) 1994-2010, Thomas G. Lane, Guido Vollbeding, D. R. Commander.
-This file is part of the Independent JPEG Group's software.
+This file was part of the Independent JPEG Group's software:
+Copyright (C) 1994-2009, Thomas G. Lane, Guido Vollbeding.
+Modifications:
+Copyright (C) 2010, D. R. Commander.
 For conditions of distribution and use, see the accompanying README file.
 
 
index dbac84a9095c9376bb12391dba7834c66c3d4c9a..84da8cd615975e6f1a05b25da77474872ee76aa8 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jccolext.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009-2012, D. R. Commander.
- * 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 input colorspace conversion routines.
index 3a0772bb5a77223e99930d642942a7857f074d8c..219c5da59fe280fb282fa5c15179f1487f1ced84 100644 (file)
--- a/jccolor.c
+++ b/jccolor.c
@@ -1,10 +1,11 @@
 /*
  * jccolor.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
  * Copyright (C) 2009-2012, D. R. Commander.
- * 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 input colorspace conversion routines.
index 12f88725ddfd9e8f3c457ec37c3eb29047f95238..43db03a2a021b9b2d3b4bf8d3e464c2dd7cfee15 100644 (file)
@@ -1,11 +1,12 @@
 /*
  * jcdctmgr.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 1999-2006, MIYASAKA Masaru.
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
  * Copyright (C) 2011 D. R. Commander
- * 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 the forward-DCT management logic.
index fd4fa46ca5311f23f3c9ae991eb38abf13f83d4d..33da0022f1a0ccf7ef2b785ed705a2eea4171daa 100644 (file)
--- a/jchuff.c
+++ b/jchuff.c
@@ -1,9 +1,10 @@
 /*
  * jchuff.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009-2011, D. R. Commander.
- * 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 Huffman entropy encoding routines.
index b1c1e4581e5c6c566563894197fd493dc5f0dd6a..039dea1ae1460cdb758dff9dacfc227acb4e9a3d 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jcmarker.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1998, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 routines to write JPEG datastream markers.
index 3ca346ca80d99c17555d87a10a3321c098120cce..bee0cafc8c018bf4ab315d55c25b51d0339a96e0 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * jcmaster.c
  *
+ * 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:
  * Copyright (C) 2010, D. R. Commander.
- * 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 master control logic for the JPEG compressor.
index 557fdc9f67b48b0d3d0705cde793a70b6d2f528b..320752094dd3db9df083859052603b1c081d733e 100644 (file)
--- a/jcparam.c
+++ b/jcparam.c
@@ -1,10 +1,11 @@
 /*
  * jcparam.c
  *
+ * 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:
  * Copyright (C) 2009-2011, D. R. Commander.
- * 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 optional default-setting code for the JPEG compressor.
index 2343da5c30f66e405525b42d13e419914cbd0f0f..89d2c7cfcf365ca7a44c90d09b56aa645be33e99 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdapistd.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 application interface code for the decompression half
index 48a9fc6f833284099100d8d38bde031455b73902..5315e80cd7dd1ff8b5689b356963e44618edf474 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdcoefct.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 the coefficient buffer controller for decompression.
index 3b8aeffc9f3aa35932ce25a0203653dd4b371689..a8e67c3ae1c1fe53ac27bf5681516d32170e80b7 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdcolext.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009, 2011, D. R. Commander.
- * 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 output colorspace conversion routines.
index 694de9b64e41cf38a651f03fd6b1cd9831223d12..402941c8cf6fb746832c0bac377ab1850448a7e6 100644 (file)
--- a/jdcolor.c
+++ b/jdcolor.c
@@ -1,10 +1,11 @@
 /*
  * jdcolor.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
+ * Modifications:
  * Copyright (C) 2009, 2011-2012, D. R. Commander.
- * 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 output colorspace conversion routines.
index 044e46947749da9fda731605f5b686198a4ceac7..be401d5bfc8e9b4727873831bf8c7cf4399efb4d 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * jddctmgr.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
  * Copyright (C) 2010, D. R. Commander.
- * 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 the inverse-DCT management logic.
index f822dba86045b6a7b5fb445ac05af6410d59ae37..36fd03b936b3a67595e7c443db78d48b149d990e 100644 (file)
--- a/jdhuff.c
+++ b/jdhuff.c
@@ -1,9 +1,10 @@
 /*
  * jdhuff.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009-2011, D. R. Commander.
- * 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 Huffman entropy decoding routines.
index 96f2dabf11c6d8cb663ca2f551b92e3e27d8dbd2..22014360921b007cebac64a503bd106496b0fa5a 100644 (file)
--- a/jdhuff.h
+++ b/jdhuff.h
@@ -1,9 +1,10 @@
 /*
  * jdhuff.h
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010-2011, D. R. Commander.
- * 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 declarations for Huffman entropy decoding routines
index 9fcd089d3cf6ea8345fe016a1fc1159183184453..aa17d25c97ac39bb405e34d98289f31c94bac28b 100644 (file)
--- a/jdinput.c
+++ b/jdinput.c
@@ -1,10 +1,11 @@
 /*
  * jdinput.c
  *
+ * 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:
  * Copyright (C) 2010, D. R. Commander.
- * 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 input control logic for the JPEG decompressor.
index eb32cae0941ec62885df8cab8044c1a730c0c4f5..2a69c532b15f1aa82b3ad4f05e0e5f44b20d71f7 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdmainct.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 the main buffer controller for decompression.
index 6fc0f7dcab2e9e293c7ffd008cf06bba77b6367f..77f72742e8dc0f86c0c94b1e89b83ae2fe9a62de 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdmarker.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1998, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2012, D. R. Commander.
- * 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 routines to decode JPEG datastream markers.
index c73ec02717892ec3fca3ce6dbe4c8fff37c34a75..25ad416c523bab54a70a6a5906c42bf4b2521b22 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdmaster.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009-2011, D. R. Commander.
- * 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 master control logic for the JPEG decompressor.
index 53361252d11baab995fa0b30527caac5bdc2788b..17d28f16e2e4629057066b0e55b1814d4d7d13a1 100644 (file)
--- a/jdmerge.c
+++ b/jdmerge.c
@@ -1,10 +1,11 @@
 /*
  * jdmerge.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
+ * Modifications:
  * Copyright (C) 2009, 2011, D. R. Commander.
- * 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 code for merged upsampling/color conversion.
index 2b9326550d43ed814eb7f37f361c30eb393410fb..e1ab1e5703de296ccb52ccdd332d7475250d7f02 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jdmrgext.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1994-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2011, D. R. Commander.
- * 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 code for merged upsampling/color conversion.
index 1864dd6b8cd5d3b7bfe9562e684f25113ee4b207..52117850868286fd4436ad28bbf6b77e2b6242e3 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * jdsample.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
  * Copyright (C) 2010, D. R. Commander.
- * 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 upsampling routines.
index f22c4f3964c3d59711a192191fa09452734e22ed..b5e98b59a494e179d67a2a5c00b13b97b60f479d 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jmorecfg.h
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1997, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009, 2011, D. R. Commander.
- * 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 additional configuration options that customize the
index d19a3ef2e589220e5824f2801148a069b819cf2e..6bf0b7885c5a2ba22cf90558803c436f236041e0 100644 (file)
--- a/jpeglib.h
+++ b/jpeglib.h
@@ -1,10 +1,11 @@
 /*
  * jpeglib.h
  *
+ * 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:
  * Copyright (C) 2009-2011, D. R. Commander.
- * This file is part of the Independent JPEG Group's software.
  * For conditions of distribution and use, see the accompanying README file.
  *
  * This file defines the application interface for the JPEG library.
index 6a22ed28021998f1eba65e8229b865ad8824a371..19c068b63435fe2cc5f7e8989f0d72de3ac255d6 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jpegtran.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1995-2010, Thomas G. Lane, Guido Vollbeding.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 a command-line user interface for JPEG transcoding.
index 362bb1eb2049d47e3d096a04b9e4c610eabebedf..9da420d194a5760324598ee5a52033c539d8ca05 100644 (file)
--- a/jquant1.c
+++ b/jquant1.c
@@ -1,9 +1,10 @@
 /*
  * jquant1.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009, D. R. Commander
- * 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 1-pass color quantization (color mapping) routines.
index da964f7d5bc2f648d38a7cad3be4547e03d95019..dc0237b3ff3fec1d727fb5ee5cea1427a21c5519 100644 (file)
--- a/jquant2.c
+++ b/jquant2.c
@@ -1,9 +1,10 @@
 /*
  * jquant2.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2009, D. R. Commander.
- * 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 2-pass color quantization (color mapping) routines.
index 71d7b91319c1fb252dfa49e207f8c3f12d467c4f..88c25668570c5e89e00fcd62676a32fc69ad4b37 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * jversion.h
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
+ * Modifications:
  * Copyright (C) 2010, 2012, D. R. Commander.
- * 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 software version identification.
@@ -16,7 +17,7 @@
 
 #elif JPEG_LIB_VERSION >= 70
 
-#define JVERSION        "7  27-Jun-2009"
+#define JVERSION       "7  27-Jun-2009"
 
 #else
 
index d350fc7358af0de8ddfdd40e3ab4540c107c15ea..697013670508372352275490331f9fd2928f1e8b 100644 (file)
@@ -1,7 +1,9 @@
 USING THE IJG JPEG LIBRARY
 
-Copyright (C) 1994-2010, Thomas G. Lane, Guido Vollbeding, D. R. Commander.
-This file is part of the Independent JPEG Group's software.
+This file was part of the Independent JPEG Group's software:
+Copyright (C) 1994-2009, Thomas G. Lane, Guido Vollbeding.
+Modifications:
+Copyright (C) 2010, D. R. Commander.
 For conditions of distribution and use, see the accompanying README file.
 
 
index d40675594e7f3d111e35ade423504d633a41b4e6..7f3c576c735e1f9e971a48d0407c729e636892f7 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * rdswitch.c
  *
+ * This file was part of the Independent JPEG Group's software:
  * Copyright (C) 1991-1996, Thomas G. Lane.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 routines to process some of cjpeg's more complicated
index 6a9266ba7bc7436f12f7adc30151b2b99db0f2c4..b4dfef893005b5c28c5719d499a34840e814c564 100644 (file)
@@ -1,7 +1,9 @@
 IJG JPEG LIBRARY:  SYSTEM ARCHITECTURE
 
 Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
-This file is part of the Independent JPEG Group's software.
+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.
 
 
index 25136910399032beecd31958d91a600c45bc650c..021980b582ae1b94b21065924a8473d707e69b45 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * transupp.c
  *
+ * This file was part of the Independent JPEG Group's software.
  * Copyright (C) 1997-2009, Thomas G. Lane, Guido Vollbeding.
+ * Modifications:
  * Copyright (C) 2010, D. R. Commander.
- * 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 image transformation routines and other utility code
index 2abfbeab296cfe81a41adf91507a4d9dd9cc7f3c..ef2164afa5c821747cebf89654af5fbaf66597cd 100644 (file)
--- a/usage.txt
+++ b/usage.txt
@@ -1,3 +1,6 @@
+NOTE:  This file was modified by The libjpeg-turbo Project to include only
+information relevant to libjpeg-turbo and to clarify certain passages.
+
 USAGE instructions for the Independent JPEG Group's JPEG software
 =================================================================