aboutsummaryrefslogtreecommitdiff
path: root/cjpeg.c
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-12-31 02:42:18 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-12-31 02:42:18 +0000
commitda077bfb44e8b396194a56bcf2b94fb7a6f4e9b2 (patch)
tree85a30ec0a439efe2c400dacbebef566f2372b1de /cjpeg.c
parent1b40ebc90e0d4331aa49e022ca82c531f99bf68b (diff)
Change the copyright notices to make it clear that our modified files are not part of the IJG's software.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@872 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'cjpeg.c')
-rw-r--r--cjpeg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cjpeg.c b/cjpeg.c
index 0475c02..703ce10 100644
--- 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.