summaryrefslogtreecommitdiff
path: root/jdinput.c
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2012-12-31 02:42:18 +0000
committerDRC <dcommander@users.sourceforge.net>2012-12-31 02:42:18 +0000
commit0bfb78051dc9d3e25b0fd78061b5ac32eff64a38 (patch)
tree85a30ec0a439efe2c400dacbebef566f2372b1de /jdinput.c
parent152e4c5ee4d9db245a1747728caadd3f7775a4aa (diff)
parenta73e870ad02de20c2b34cb3a5382c2846c2afbe3 (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+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@872 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jdinput.c')
-rw-r--r--jdinput.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/jdinput.c b/jdinput.c
index eddace6..0d3ae10 100644
--- a/jdinput.c
+++ b/jdinput.c
@@ -1,9 +1,10 @@
/*
* jdinput.c
*
+ * This file was part of the Independent JPEG Group's software:
* Copyright (C) 1991-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 input control logic for the JPEG decompressor.