KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
167:8aa3fb2a5a31
Parent:
125:7a0b70f56550
--- a/GraphicsDisplayJPEG.h	Sun Feb 24 19:28:26 2019 +0000
+++ b/GraphicsDisplayJPEG.h	Tue Feb 26 19:52:57 2019 +0000
@@ -1,5 +1,23 @@
-/// Wrapping ChaN's TJpgDec into this graphics engine
+/// @page TinyJPEGDecompressor_Copyright Tiny JPEG Decompressor
+///
+/// TJpgDec - Tiny JPEG Decompressor R0.01b                     (C)ChaN, 2012
+///-----------------------------------------------------------------------------/
+/// The TJpgDec is a generic JPEG decompressor module for tiny embedded systems.
+/// This is a free software that opened for education, research and commercial
+///  developments under license policy of following terms.
+///
+/// @copyright © 2012, ChaN, all right reserved.
 ///
+/// * The TJpgDec module is a free software and there is NO WARRANTY.
+/// * No restriction on use. You can use, modify and redistribute it for
+///   personal, non-profit or commercial products UNDER YOUR RESPONSIBILITY.
+/// * Redistributions of source code must retain the above copyright notice.
+///
+///-----------------------------------------------------------------------------/
+/// Oct 04,'11 R0.01  First release.
+/// Feb 19,'12 R0.01a Fixed decompression fails when scan starts with an escape seq.
+/// Sep 03,'12 R0.01b Added JD_TBLCLIP option.
+///----------------------------------------------------------------------------*/
 
 #ifndef GraphicsDisplayJPEG_H
 #define GraphicsDisplayJPEG_H