~ubuntu-branches/ubuntu/saucy/libjpeg-turbo/saucy-security

« back to all changes in this revision

Viewing changes to jversion.h

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-28 16:52:51 UTC
  • mfrom: (1.1.3) (9.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130728165251-7vg6wszhm941kdej
Tags: 1.3.0-0ubuntu1
* New upstream release.
  - drop debian/patches/branch-updates.diff
  - refresh tjunittest.patch (now renamed to install-tjunittest.patch)
* Update debian/control:
  - add myself to Uploaders.
* Update debian/copyright:
  - add RSA Data Security copyright (md5).
* Update debian/libturbojpeg.install:
  - install libturbojpeg.so.0* (needed by tjunittest and tjbench).

Show diffs side-by-side

added added

removed removed

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