Chromium Code Reviews| Index: third_party/iccjpeg/iccjpeg.h |
| diff --git a/third_party/iccjpeg/iccjpeg.h b/third_party/iccjpeg/iccjpeg.h |
| index 25dd42e737e6142cb4784f59cd0dfeadd65f2ed4..eae0276aed611889d19abd34c5a8a0cf5ea18e45 100644 |
| --- a/third_party/iccjpeg/iccjpeg.h |
| +++ b/third_party/iccjpeg/iccjpeg.h |
| @@ -1,6 +1,10 @@ |
| /* |
| * iccprofile.h |
| * |
| + * Copyright (C) 1991-1998, Thomas G. Lane. |
| + * This file is part of the Independent JPEG Group's software. |
| + * For conditions of distribution and use, see the accompanying README file. |
|
Nico
2016/07/29 22:27:43
are you upstreaming this change somewhere?
|
| + * |
| * This file provides code to read and write International Color Consortium |
| * (ICC) device profiles embedded in JFIF JPEG image files. The ICC has |
| * defined a standard format for including such data in JPEG "APP2" markers. |