Bug 1855195 - fix test-info-all job to have default value of runcount to work on...
[gecko.git] / media / libjpeg / jversion.h
blobea6de648d926d76ed1a48bfe24d828e87e6d4695
1 /*
2 * jversion.h
4 * This file was part of the Independent JPEG Group's software:
5 * Copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
6 * libjpeg-turbo Modifications:
7 * Copyright (C) 2010, 2012-2023, D. R. Commander.
8 * For conditions of distribution and use, see the accompanying README.ijg
9 * file.
11 * This file contains software version identification.
15 #if JPEG_LIB_VERSION >= 80
17 #define JVERSION "8d 15-Jan-2012"
19 #elif JPEG_LIB_VERSION >= 70
21 #define JVERSION "7 27-Jun-2009"
23 #else
25 #define JVERSION "6b 27-Mar-1998"
27 #endif
30 * NOTE: It is our convention to place the authors in the following order:
31 * - libjpeg-turbo authors (2009-) in descending order of the date of their
32 * most recent contribution to the project, then in ascending order of the
33 * date of their first contribution to the project, then in alphabetical
34 * order
35 * - Upstream authors in descending order of the date of the first inclusion of
36 * their code
39 #define JCOPYRIGHT \
40 "Copyright (C) 2009-2023 D. R. Commander\n" \
41 "Copyright (C) 2015, 2020 Google, Inc.\n" \
42 "Copyright (C) 2019-2020 Arm Limited\n" \
43 "Copyright (C) 2015-2016, 2018 Matthieu Darbois\n" \
44 "Copyright (C) 2011-2016 Siarhei Siamashka\n" \
45 "Copyright (C) 2015 Intel Corporation\n" \
46 "Copyright (C) 2013-2014 Linaro Limited\n" \
47 "Copyright (C) 2013-2014 MIPS Technologies, Inc.\n" \
48 "Copyright (C) 2009, 2012 Pierre Ossman for Cendio AB\n" \
49 "Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies)\n" \
50 "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
51 "Copyright (C) 1991-2020 Thomas G. Lane, Guido Vollbeding"
53 #define JCOPYRIGHT_SHORT \
54 "Copyright (C) 1991-2023 The libjpeg-turbo Project and many others"