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

Unified Diff: third_party/iccjpeg/iccjpeg.c

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
« third_party/iccjpeg/iccjpeg.h ('K') | « third_party/iccjpeg/iccjpeg.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iccjpeg/iccjpeg.c
diff --git a/third_party/iccjpeg/iccjpeg.c b/third_party/iccjpeg/iccjpeg.c
index aa96c8bebf4a596559089d4d0750dbf87760879e..c5be78721e94f233d42bb86894d4b3f78d3f2c49 100644
--- a/third_party/iccjpeg/iccjpeg.c
+++ b/third_party/iccjpeg/iccjpeg.c
@@ -1,6 +1,10 @@
/*
* iccprofile.c
*
+ * 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.
+ *
* 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.
« third_party/iccjpeg/iccjpeg.h ('K') | « third_party/iccjpeg/iccjpeg.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698