Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/iccjpeg/iccjpeg.h

Issue 2182993003: iccjpeg: Add README with license information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add note to top of LICENSE file that it is a copy of README Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/iccjpeg/README.chromium ('k') | third_party/iccjpeg/iccjpeg.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/iccjpeg/README.chromium ('k') | third_party/iccjpeg/iccjpeg.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698