aboutsummaryrefslogtreecommitdiff
path: root/jcphuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'jcphuff.c')
-rw-r--r--jcphuff.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/jcphuff.c b/jcphuff.c
index a95e94c..85d8904 100644
--- a/jcphuff.c
+++ b/jcphuff.c
@@ -1,8 +1,10 @@
/*
* jcphuff.c
*
+ * This file was part of the Independent JPEG Group's software:
* Copyright (C) 1995-1997, Thomas G. Lane.
- * This file is part of the Independent JPEG Group's software.
+ * It was modified by The libjpeg-turbo Project to include only code relevant
+ * to libjpeg-turbo.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains Huffman entropy encoding routines for progressive JPEG.