media/libjpeg/jversion.h

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /*
     2  * jversion.h
     3  *
     4  * This file was part of the Independent JPEG Group's software:
     5  * Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
     6  * Modifications:
     7  * Copyright (C) 2010, 2012-2014, D. R. Commander.
     8  * For conditions of distribution and use, see the accompanying README file.
     9  *
    10  * This file contains software version identification.
    11  */
    14 #if JPEG_LIB_VERSION >= 80
    16 #define JVERSION	"8d  15-Jan-2012"
    18 #elif JPEG_LIB_VERSION >= 70
    20 #define JVERSION	"7  27-Jun-2009"
    22 #else
    24 #define JVERSION	"6b  27-Mar-1998"
    26 #endif
    28 #define JCOPYRIGHT	"Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding\n" \
    29 			"Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
    30 			"Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
    31 			"Copyright (C) 2009-2014 D. R. Commander\n" \
    32 			"Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)"

mercurial