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

Side by Side Diff: jversion.h

Issue 8720003: Update libjpeg-turbo to r722. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libjpeg_turbo/
Patch Set: '' Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « jmorecfg.h ('k') | linux/jsimdcfg.inc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * jversion.h 2 * jversion.h
3 * 3 *
4 * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding. 4 * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
5 * Copyright (C) 2010, D. R. Commander. 5 * Copyright (C) 2010, D. R. Commander.
6 * This file is part of the Independent JPEG Group's software. 6 * This file is part of the Independent JPEG Group's software.
7 * For conditions of distribution and use, see the accompanying README file. 7 * For conditions of distribution and use, see the accompanying README file.
8 * 8 *
9 * This file contains software version identification. 9 * This file contains software version identification.
10 */ 10 */
(...skipping 14 matching lines...) Expand all
25 #else 25 #else
26 26
27 #define JVERSION "6b 27-Mar-1998" 27 #define JVERSION "6b 27-Mar-1998"
28 28
29 #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" 29 #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"
30 30
31 #endif 31 #endif
32 32
33 #define LJTCOPYRIGHT "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \ 33 #define LJTCOPYRIGHT "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
34 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \ 34 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
35 » » » "Copyright (C) 2009-2011 D. R. Commander" 35 » » » "Copyright (C) 2009-2011 D. R. Commander\n" \
36 » » » "Copyright (C) 2009-2011 Nokia Corporation and/or its su bsidiary(-ies)"
OLDNEW
« no previous file with comments | « jmorecfg.h ('k') | linux/jsimdcfg.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698