Bug 1755481: rename `nsIClipboard::getData` to `nsIClipboard::getSomeData` and docume...
[gecko.git] / media / libpng / moz.yaml
bloba68a4996b72f48a8d217dea6a8aad3453fad797e
1 schema: 1
3 bugzilla:
4   product: "Core"
5   component: "ImageLib"
7 origin:
8   name: "libpng"
9   description: "PNG reference library"
11   url: "http://www.libpng.org/pub/png/libpng.html"
12   license: libpng
14   release: commit a40189cf881e9f0db80511c382292a5604c3c3d1 (2019-04-14T10:10:32:00Z).
16   revision: "v1.6.37"
18   license-file: LICENSE
20 updatebot:
21   maintainer-phab: aosmond
22   maintainer-bz: aosmond@mozilla.com
23   tasks:
24     - type: vendoring
25       enabled: True
27 vendoring:
28   url: https://github.com/glennrp/libpng
29   source-hosting: github
30   tracking: tag
32   exclude:
33     - "**"
34     - ".*"
36   include:
37     - arm
38     - contrib/arm-neon/linux.c
39     - intel
40     - mips
41     - powerpc
42     - ANNOUNCE
43     - AUTHORS
44     - CHANGES
45     - libpng-manual.txt
46     - LICENSE
47     - README
48     - TRADEMARK
49     - "*.c"
50     - "*.h"
52   keep:
53     - MOZCHANGES
54     - crashtests
56   update-actions:
57     - action: copy-file
58       from: 'contrib/arm-neon/linux.c'
59       to: 'arm/linux.c'
60     - action: delete-path
61       path: 'contrib'
63   patches:
64     - "*.patch"