exiftool-vendored.exe 12.31.0 → 12.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/LICENSE +254 -247
  2. package/bin/exiftool_files/Changes +130 -4
  3. package/bin/exiftool_files/README +45 -45
  4. package/bin/exiftool_files/arg_files/xmp2exif.args +2 -1
  5. package/bin/exiftool_files/exiftool.pl +143 -101
  6. package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
  7. package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
  8. package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
  9. package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
  10. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
  11. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
  12. package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
  13. package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
  16. package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
  18. package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
  19. package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +17 -5
  21. package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +331 -0
  22. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +171 -13
  23. package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +13 -3
  24. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
  25. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
  27. package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
  28. package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +3 -1
  29. package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +1 -1
  31. package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
  34. package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +3 -3
  35. package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
  36. package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +1 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +118 -4
  38. package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
  39. package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
  40. package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
  41. package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +48 -11
  42. package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
  43. package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
  44. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
  45. package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
  46. package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
  47. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
  48. package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
  49. package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +6 -2
  50. package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
  51. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +15 -11
  52. package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
  53. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +14 -3
  54. package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +1 -1
  55. package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
  56. package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
  57. package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
  58. package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
  59. package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +97 -5
  60. package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +1 -1
  61. package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
  62. package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
  63. package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
  64. package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +1 -1
  65. package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
  66. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +6 -2
  67. package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
  68. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +8 -4
  69. package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
  70. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +155 -25
  71. package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
  72. package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
  73. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
  74. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +1 -1
  75. package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
  76. package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
  77. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
  78. package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
  79. package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
  80. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
  81. package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
  82. package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
  83. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
  84. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
  85. package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
  86. package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
  87. package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
  88. package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
  89. package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
  90. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
  91. package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
  92. package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
  93. package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
  94. package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +1 -1
  95. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +1 -1
  96. package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
  97. package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
  98. package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
  99. package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
  100. package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
  101. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
  102. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
  103. package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
  104. package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
  105. package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
  106. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +3 -3
  107. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
  108. package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +9 -5
  109. package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
  110. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
  111. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
  112. package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
  113. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1895 -74
  114. package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
  115. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +523 -6
  116. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +150 -87
  117. package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
  118. package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
  119. package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
  120. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +6 -2
  121. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +5 -3
  122. package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
  123. package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
  124. package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
  125. package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +6 -4
  126. package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
  127. package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
  128. package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +1 -1
  129. package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
  130. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +29 -8
  131. package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
  132. package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
  133. package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
  134. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +3 -3
  135. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
  136. package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
  137. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +4 -2
  138. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +1 -1
  139. package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
  140. package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
  141. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +1 -1
  142. package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
  143. package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
  144. package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
  145. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +25 -4
  146. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +125 -81
  147. package/bin/exiftool_files/lib/Image/ExifTool/README +9 -2
  148. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
  149. package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
  150. package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
  151. package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
  152. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
  153. package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
  154. package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
  155. package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
  156. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +1 -1
  157. package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +1 -1
  158. package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
  159. package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
  160. package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +3 -1
  161. package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
  162. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
  163. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
  164. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +34 -14
  165. package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
  166. package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
  167. package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +11 -6
  168. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6589 -5877
  169. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +1681 -65
  170. package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
  171. package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
  172. package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
  173. package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
  174. package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
  175. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
  176. package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
  177. package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
  178. package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
  179. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +1 -1
  180. package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
  181. package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
  182. package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +30 -10
  183. package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
  184. package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
  185. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +12 -1
  186. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +11 -12
  187. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +56 -10
  188. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +164 -52
  189. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +6 -3
  190. package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +4 -2
  191. package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +10 -2
  192. package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
  193. package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
  194. package/bin/exiftool_files/lib/Image/ExifTool.pm +8939 -8864
  195. package/bin/exiftool_files/lib/Image/ExifTool.pod +76 -67
  196. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,247 +1,254 @@
1
- # npm packaging of exiftool-vendored.exe
2
-
3
- Copyright (c) 2016-2019 Matthew McEachen
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-
23
- ---
24
-
25
- # Windows packaging of ExifTool
26
-
27
- See <https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows#License.2C_disclaimer_and_contact>
28
-
29
- Statement of Purpose
30
-
31
- The laws of most jurisdictions throughout the world automatically confer
32
- exclusive Copyright and Related Rights (defined below) upon the creator and
33
- subsequent owner(s) (each and all, an "owner") of an original work of authorship
34
- and/or a database (each, a "Work").
35
-
36
- Certain owners wish to permanently relinquish those rights to a Work for the
37
- purpose of contributing to a commons of creative, cultural and scientific works
38
- ("Commons") that the public can reliably and without fear of later claims of
39
- infringement build upon, modify, incorporate in other works, reuse and
40
- redistribute as freely as possible in any form whatsoever and for any purposes,
41
- including without limitation commercial purposes. These owners may contribute to
42
- the Commons to promote the ideal of a free culture and the further production of
43
- creative, cultural and scientific works, or to gain reputation or greater
44
- distribution for their Work in part through the use and efforts of others.
45
-
46
- For these and/or other purposes and motivations, and without any expectation of
47
- additional consideration or compensation, the person associating CC0 with a Work
48
- (the "Affirmer"), to the extent that he or she is an owner of Copyright and
49
- Related Rights in the Work, voluntarily elects to apply CC0 to the Work and
50
- publicly distribute the Work under its terms, with knowledge of his or her
51
- Copyright and Related Rights in the Work and the meaning and intended legal
52
- effect of CC0 on those rights.
53
-
54
- 1. Copyright and Related Rights. A Work made available under CC0 may be
55
- protected by copyright and related or neighboring rights ("Copyright and Related
56
- Rights"). Copyright and Related Rights include, but are not limited to, the
57
- following:
58
-
59
- the right to reproduce, adapt, distribute, perform, display, communicate,
60
- and translate a Work; moral rights retained by the original author(s) and/or
61
- performer(s); publicity and privacy rights pertaining to a person's image or
62
- likeness depicted in a Work; rights protecting against unfair competition in
63
- regards to a Work, subject to the limitations in paragraph 4(a), below;
64
- rights protecting the extraction, dissemination, use and reuse of data in a
65
- Work; database rights (such as those arising under Directive 96/9/EC of the
66
- European Parliament and of the Council of 11 March 1996 on the legal
67
- protection of databases, and under any national implementation thereof,
68
- including any amended or successor version of such directive); and other
69
- similar, equivalent or corresponding rights throughout the world based on
70
- applicable law or treaty, and any national implementations thereof.
71
-
72
- 2. Waiver. To the greatest extent permitted by, but not in contravention of,
73
- applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
74
- unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and
75
- Related Rights and associated claims and causes of action, whether now known or
76
- unknown (including existing as well as future claims and causes of action), in
77
- the Work (i) in all territories worldwide, (ii) for the maximum duration
78
- provided by applicable law or treaty (including future time extensions), (iii)
79
- in any current or future medium and for any number of copies, and (iv) for any
80
- purpose whatsoever, including without limitation commercial, advertising or
81
- promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit
82
- of each member of the public at large and to the detriment of Affirmer's heirs
83
- and successors, fully intending that such Waiver shall not be subject to
84
- revocation, rescission, cancellation, termination, or any other legal or
85
- equitable action to disrupt the quiet enjoyment of the Work by the public as
86
- contemplated by Affirmer's express Statement of Purpose.
87
-
88
- 3. Public License Fallback. Should any part of the Waiver for any reason be
89
- judged legally invalid or ineffective under applicable law, then the Waiver
90
- shall be preserved to the maximum extent permitted taking into account
91
- Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
92
- is so judged Affirmer hereby grants to each affected person a royalty-free, non
93
- transferable, non sublicensable, non exclusive, irrevocable and unconditional
94
- license to exercise Affirmer's Copyright and Related Rights in the Work (i) in
95
- all territories worldwide, (ii) for the maximum duration provided by applicable
96
- law or treaty (including future time extensions), (iii) in any current or future
97
- medium and for any number of copies, and (iv) for any purpose whatsoever,
98
- including without limitation commercial, advertising or promotional purposes
99
- (the "License"). The License shall be deemed effective as of the date CC0 was
100
- applied by Affirmer to the Work. Should any part of the License for any reason
101
- be judged legally invalid or ineffective under applicable law, such partial
102
- invalidity or ineffectiveness shall not invalidate the remainder of the License,
103
- and in such case Affirmer hereby affirms that he or she will not (i) exercise
104
- any of his or her remaining Copyright and Related Rights in the Work or (ii)
105
- assert any associated claims and causes of action with respect to the Work, in
106
- either case contrary to Affirmer's express Statement of Purpose.
107
-
108
- 4. Limitations and Disclaimers.
109
-
110
- No trademark or patent rights held by Affirmer are waived, abandoned,
111
- surrendered, licensed or otherwise affected by this document. Affirmer
112
- offers the Work as-is and makes no representations or warranties of any kind
113
- concerning the Work, express, implied, statutory or otherwise, including
114
- without limitation warranties of title, merchantability, fitness for a
115
- particular purpose, non infringement, or the absence of latent or other
116
- defects, accuracy, or the present or absence of errors, whether or not
117
- discoverable, all to the greatest extent permissible under applicable law.
118
- Affirmer disclaims responsibility for clearing rights of other persons that
119
- may apply to the Work or any use thereof, including without limitation any
120
- person's Copyright and Related Rights in the Work. Further, Affirmer
121
- disclaims responsibility for obtaining any necessary consents, permissions
122
- or other rights required for any use of the Work. Affirmer understands and
123
- acknowledges that Creative Commons is not a party to this document and has
124
- no duty or obligation with respect to this CC0 or use of the Work.
125
-
126
- ---
127
-
128
- # Strawberry Perl
129
-
130
- This software is copyright (c) 2019 by KMX <kmx@cpan.org>.
131
-
132
- This is free software; you can redistribute it and/or modify it under
133
- the same terms as the Perl 5 programming language system itself.
134
-
135
- Terms of the Perl programming language system itself
136
-
137
- a) the GNU General Public License as published by the Free
138
- Software Foundation; either version 1, or (at your option) any
139
- later version, or
140
- b) the "Artistic License"
141
-
142
- ## The Artistic License 1.0
143
-
144
- This software is Copyright (c) 2019 by KMX <kmx@cpan.org>.
145
-
146
- This is free software, licensed under:
147
-
148
- The Artistic License 1.0
149
-
150
- The Artistic License
151
-
152
- Preamble
153
-
154
- The intent of this document is to state the conditions under which a Package
155
- may be copied, such that the Copyright Holder maintains some semblance of
156
- artistic control over the development of the package, while giving the users of
157
- the package the right to use and distribute the Package in a more-or-less
158
- customary fashion, plus the right to make reasonable modifications.
159
-
160
- Definitions:
161
-
162
- - "Package" refers to the collection of files distributed by the Copyright
163
- Holder, and derivatives of that collection of files created through
164
- textual modification.
165
- - "Standard Version" refers to such a Package if it has not been modified,
166
- or has been modified in accordance with the wishes of the Copyright
167
- Holder.
168
- - "Copyright Holder" is whoever is named in the copyright or copyrights for
169
- the package.
170
- - "You" is you, if you're thinking about copying or distributing this Package.
171
- - "Reasonable copying fee" is whatever you can justify on the basis of media
172
- cost, duplication charges, time of people involved, and so on. (You will
173
- not be required to justify it to the Copyright Holder, but only to the
174
- computing community at large as a market that must bear the fee.)
175
- - "Freely Available" means that no fee is charged for the item itself, though
176
- there may be fees involved in handling the item. It also means that
177
- recipients of the item may redistribute it under the same conditions they
178
- received it.
179
-
180
- 1. You may make and give away verbatim copies of the source form of the
181
- Standard Version of this Package without restriction, provided that you
182
- duplicate all of the original copyright notices and associated disclaimers.
183
-
184
- 2. You may apply bug fixes, portability fixes and other modifications derived
185
- from the Public Domain or from the Copyright Holder. A Package modified in such
186
- a way shall still be considered the Standard Version.
187
-
188
- 3. You may otherwise modify your copy of this Package in any way, provided that
189
- you insert a prominent notice in each changed file stating how and when you
190
- changed that file, and provided that you do at least ONE of the following:
191
-
192
- a) place your modifications in the Public Domain or otherwise make them
193
- Freely Available, such as by posting said modifications to Usenet or an
194
- equivalent medium, or placing the modifications on a major archive site
195
- such as ftp.uu.net, or by allowing the Copyright Holder to include your
196
- modifications in the Standard Version of the Package.
197
-
198
- b) use the modified Package only within your corporation or organization.
199
-
200
- c) rename any non-standard executables so the names do not conflict with
201
- standard executables, which must also be provided, and provide a separate
202
- manual page for each non-standard executable that clearly documents how it
203
- differs from the Standard Version.
204
-
205
- d) make other distribution arrangements with the Copyright Holder.
206
-
207
- 4. You may distribute the programs of this Package in object code or executable
208
- form, provided that you do at least ONE of the following:
209
-
210
- a) distribute a Standard Version of the executables and library files,
211
- together with instructions (in the manual page or equivalent) on where to
212
- get the Standard Version.
213
-
214
- b) accompany the distribution with the machine-readable source of the Package
215
- with your modifications.
216
-
217
- c) accompany any non-standard executables with their corresponding Standard
218
- Version executables, giving the non-standard executables non-standard
219
- names, and clearly documenting the differences in manual pages (or
220
- equivalent), together with instructions on where to get the Standard
221
- Version.
222
-
223
- d) make other distribution arrangements with the Copyright Holder.
224
-
225
- 5. You may charge a reasonable copying fee for any distribution of this
226
- Package. You may charge any fee you choose for support of this Package. You
227
- may not charge a fee for this Package itself. However, you may distribute this
228
- Package in aggregate with other (possibly commercial) programs as part of a
229
- larger (possibly commercial) software distribution provided that you do not
230
- advertise this Package as a product of your own.
231
-
232
- 6. The scripts and library files supplied as input to or produced as output
233
- from the programs of this Package do not automatically fall under the copyright
234
- of this Package, but belong to whomever generated them, and may be sold
235
- commercially, and may be aggregated with this Package.
236
-
237
- 7. C or perl subroutines supplied by you and linked into this Package shall not
238
- be considered part of this Package.
239
-
240
- 8. The name of the Copyright Holder may not be used to endorse or promote
241
- products derived from this software without specific prior written permission.
242
-
243
- 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
244
- WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
245
- MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
246
-
247
- The End
1
+ # Vendored ExifTool source
2
+
3
+ This is free software; you can redistribute it and/or modify it under the same
4
+ terms as Perl itself: <https://dev.perl.org/licenses/>
5
+
6
+ ---
7
+
8
+ # npm packaging of exiftool-vendored.exe
9
+
10
+ Copyright (c) 2016-2022 Matthew McEachen
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13
+ of this software and associated documentation files (the "Software"), to deal
14
+ in the Software without restriction, including without limitation the rights
15
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
+ copies of the Software, and to permit persons to whom the Software is
17
+ furnished to do so, subject to the following conditions:
18
+
19
+ The above copyright notice and this permission notice shall be included in all
20
+ copies or substantial portions of the Software.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
+ SOFTWARE.
29
+
30
+ ---
31
+
32
+ # Windows packaging of ExifTool
33
+
34
+ See <https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows#License.2C_disclaimer_and_contact>
35
+
36
+ Statement of Purpose
37
+
38
+ The laws of most jurisdictions throughout the world automatically confer
39
+ exclusive Copyright and Related Rights (defined below) upon the creator and
40
+ subsequent owner(s) (each and all, an "owner") of an original work of authorship
41
+ and/or a database (each, a "Work").
42
+
43
+ Certain owners wish to permanently relinquish those rights to a Work for the
44
+ purpose of contributing to a commons of creative, cultural and scientific works
45
+ ("Commons") that the public can reliably and without fear of later claims of
46
+ infringement build upon, modify, incorporate in other works, reuse and
47
+ redistribute as freely as possible in any form whatsoever and for any purposes,
48
+ including without limitation commercial purposes. These owners may contribute to
49
+ the Commons to promote the ideal of a free culture and the further production of
50
+ creative, cultural and scientific works, or to gain reputation or greater
51
+ distribution for their Work in part through the use and efforts of others.
52
+
53
+ For these and/or other purposes and motivations, and without any expectation of
54
+ additional consideration or compensation, the person associating CC0 with a Work
55
+ (the "Affirmer"), to the extent that he or she is an owner of Copyright and
56
+ Related Rights in the Work, voluntarily elects to apply CC0 to the Work and
57
+ publicly distribute the Work under its terms, with knowledge of his or her
58
+ Copyright and Related Rights in the Work and the meaning and intended legal
59
+ effect of CC0 on those rights.
60
+
61
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
62
+ protected by copyright and related or neighboring rights ("Copyright and Related
63
+ Rights"). Copyright and Related Rights include, but are not limited to, the
64
+ following:
65
+
66
+ the right to reproduce, adapt, distribute, perform, display, communicate,
67
+ and translate a Work; moral rights retained by the original author(s) and/or
68
+ performer(s); publicity and privacy rights pertaining to a person's image or
69
+ likeness depicted in a Work; rights protecting against unfair competition in
70
+ regards to a Work, subject to the limitations in paragraph 4(a), below;
71
+ rights protecting the extraction, dissemination, use and reuse of data in a
72
+ Work; database rights (such as those arising under Directive 96/9/EC of the
73
+ European Parliament and of the Council of 11 March 1996 on the legal
74
+ protection of databases, and under any national implementation thereof,
75
+ including any amended or successor version of such directive); and other
76
+ similar, equivalent or corresponding rights throughout the world based on
77
+ applicable law or treaty, and any national implementations thereof.
78
+
79
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of,
80
+ applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
81
+ unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and
82
+ Related Rights and associated claims and causes of action, whether now known or
83
+ unknown (including existing as well as future claims and causes of action), in
84
+ the Work (i) in all territories worldwide, (ii) for the maximum duration
85
+ provided by applicable law or treaty (including future time extensions), (iii)
86
+ in any current or future medium and for any number of copies, and (iv) for any
87
+ purpose whatsoever, including without limitation commercial, advertising or
88
+ promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit
89
+ of each member of the public at large and to the detriment of Affirmer's heirs
90
+ and successors, fully intending that such Waiver shall not be subject to
91
+ revocation, rescission, cancellation, termination, or any other legal or
92
+ equitable action to disrupt the quiet enjoyment of the Work by the public as
93
+ contemplated by Affirmer's express Statement of Purpose.
94
+
95
+ 3. Public License Fallback. Should any part of the Waiver for any reason be
96
+ judged legally invalid or ineffective under applicable law, then the Waiver
97
+ shall be preserved to the maximum extent permitted taking into account
98
+ Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
99
+ is so judged Affirmer hereby grants to each affected person a royalty-free, non
100
+ transferable, non sublicensable, non exclusive, irrevocable and unconditional
101
+ license to exercise Affirmer's Copyright and Related Rights in the Work (i) in
102
+ all territories worldwide, (ii) for the maximum duration provided by applicable
103
+ law or treaty (including future time extensions), (iii) in any current or future
104
+ medium and for any number of copies, and (iv) for any purpose whatsoever,
105
+ including without limitation commercial, advertising or promotional purposes
106
+ (the "License"). The License shall be deemed effective as of the date CC0 was
107
+ applied by Affirmer to the Work. Should any part of the License for any reason
108
+ be judged legally invalid or ineffective under applicable law, such partial
109
+ invalidity or ineffectiveness shall not invalidate the remainder of the License,
110
+ and in such case Affirmer hereby affirms that he or she will not (i) exercise
111
+ any of his or her remaining Copyright and Related Rights in the Work or (ii)
112
+ assert any associated claims and causes of action with respect to the Work, in
113
+ either case contrary to Affirmer's express Statement of Purpose.
114
+
115
+ 4. Limitations and Disclaimers.
116
+
117
+ No trademark or patent rights held by Affirmer are waived, abandoned,
118
+ surrendered, licensed or otherwise affected by this document. Affirmer
119
+ offers the Work as-is and makes no representations or warranties of any kind
120
+ concerning the Work, express, implied, statutory or otherwise, including
121
+ without limitation warranties of title, merchantability, fitness for a
122
+ particular purpose, non infringement, or the absence of latent or other
123
+ defects, accuracy, or the present or absence of errors, whether or not
124
+ discoverable, all to the greatest extent permissible under applicable law.
125
+ Affirmer disclaims responsibility for clearing rights of other persons that
126
+ may apply to the Work or any use thereof, including without limitation any
127
+ person's Copyright and Related Rights in the Work. Further, Affirmer
128
+ disclaims responsibility for obtaining any necessary consents, permissions
129
+ or other rights required for any use of the Work. Affirmer understands and
130
+ acknowledges that Creative Commons is not a party to this document and has
131
+ no duty or obligation with respect to this CC0 or use of the Work.
132
+
133
+ ---
134
+
135
+ # Strawberry Perl
136
+
137
+ This software is copyright (c) 2019 by KMX <kmx@cpan.org>.
138
+
139
+ This is free software; you can redistribute it and/or modify it under
140
+ the same terms as the Perl 5 programming language system itself.
141
+
142
+ Terms of the Perl programming language system itself
143
+
144
+ a) the GNU General Public License as published by the Free
145
+ Software Foundation; either version 1, or (at your option) any
146
+ later version, or
147
+ b) the "Artistic License"
148
+
149
+ ## The Artistic License 1.0
150
+
151
+ This software is Copyright (c) 2019 by KMX <kmx@cpan.org>.
152
+
153
+ This is free software, licensed under:
154
+
155
+ The Artistic License 1.0
156
+
157
+ The Artistic License
158
+
159
+ Preamble
160
+
161
+ The intent of this document is to state the conditions under which a Package
162
+ may be copied, such that the Copyright Holder maintains some semblance of
163
+ artistic control over the development of the package, while giving the users of
164
+ the package the right to use and distribute the Package in a more-or-less
165
+ customary fashion, plus the right to make reasonable modifications.
166
+
167
+ Definitions:
168
+
169
+ - "Package" refers to the collection of files distributed by the Copyright
170
+ Holder, and derivatives of that collection of files created through
171
+ textual modification.
172
+ - "Standard Version" refers to such a Package if it has not been modified,
173
+ or has been modified in accordance with the wishes of the Copyright
174
+ Holder.
175
+ - "Copyright Holder" is whoever is named in the copyright or copyrights for
176
+ the package.
177
+ - "You" is you, if you're thinking about copying or distributing this Package.
178
+ - "Reasonable copying fee" is whatever you can justify on the basis of media
179
+ cost, duplication charges, time of people involved, and so on. (You will
180
+ not be required to justify it to the Copyright Holder, but only to the
181
+ computing community at large as a market that must bear the fee.)
182
+ - "Freely Available" means that no fee is charged for the item itself, though
183
+ there may be fees involved in handling the item. It also means that
184
+ recipients of the item may redistribute it under the same conditions they
185
+ received it.
186
+
187
+ 1. You may make and give away verbatim copies of the source form of the
188
+ Standard Version of this Package without restriction, provided that you
189
+ duplicate all of the original copyright notices and associated disclaimers.
190
+
191
+ 2. You may apply bug fixes, portability fixes and other modifications derived
192
+ from the Public Domain or from the Copyright Holder. A Package modified in such
193
+ a way shall still be considered the Standard Version.
194
+
195
+ 3. You may otherwise modify your copy of this Package in any way, provided that
196
+ you insert a prominent notice in each changed file stating how and when you
197
+ changed that file, and provided that you do at least ONE of the following:
198
+
199
+ a) place your modifications in the Public Domain or otherwise make them
200
+ Freely Available, such as by posting said modifications to Usenet or an
201
+ equivalent medium, or placing the modifications on a major archive site
202
+ such as ftp.uu.net, or by allowing the Copyright Holder to include your
203
+ modifications in the Standard Version of the Package.
204
+
205
+ b) use the modified Package only within your corporation or organization.
206
+
207
+ c) rename any non-standard executables so the names do not conflict with
208
+ standard executables, which must also be provided, and provide a separate
209
+ manual page for each non-standard executable that clearly documents how it
210
+ differs from the Standard Version.
211
+
212
+ d) make other distribution arrangements with the Copyright Holder.
213
+
214
+ 4. You may distribute the programs of this Package in object code or executable
215
+ form, provided that you do at least ONE of the following:
216
+
217
+ a) distribute a Standard Version of the executables and library files,
218
+ together with instructions (in the manual page or equivalent) on where to
219
+ get the Standard Version.
220
+
221
+ b) accompany the distribution with the machine-readable source of the Package
222
+ with your modifications.
223
+
224
+ c) accompany any non-standard executables with their corresponding Standard
225
+ Version executables, giving the non-standard executables non-standard
226
+ names, and clearly documenting the differences in manual pages (or
227
+ equivalent), together with instructions on where to get the Standard
228
+ Version.
229
+
230
+ d) make other distribution arrangements with the Copyright Holder.
231
+
232
+ 5. You may charge a reasonable copying fee for any distribution of this
233
+ Package. You may charge any fee you choose for support of this Package. You
234
+ may not charge a fee for this Package itself. However, you may distribute this
235
+ Package in aggregate with other (possibly commercial) programs as part of a
236
+ larger (possibly commercial) software distribution provided that you do not
237
+ advertise this Package as a product of your own.
238
+
239
+ 6. The scripts and library files supplied as input to or produced as output
240
+ from the programs of this Package do not automatically fall under the copyright
241
+ of this Package, but belong to whomever generated them, and may be sold
242
+ commercially, and may be aggregated with this Package.
243
+
244
+ 7. C or perl subroutines supplied by you and linked into this Package shall not
245
+ be considered part of this Package.
246
+
247
+ 8. The name of the Copyright Holder may not be used to endorse or promote
248
+ products derived from this software without specific prior written permission.
249
+
250
+ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
251
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
252
+ MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
253
+
254
+ The End