dependabot-composer 0.111.55 → 0.111.56

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 (907) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/vendor/autoload.php +7 -0
  3. data/helpers/vendor/bin/composer +1 -0
  4. data/helpers/vendor/bin/jsonlint +1 -0
  5. data/helpers/vendor/bin/validate-json +1 -0
  6. data/helpers/vendor/composer/ClassLoader.php +445 -0
  7. data/helpers/vendor/composer/LICENSE +21 -0
  8. data/helpers/vendor/composer/autoload_classmap.php +10 -0
  9. data/helpers/vendor/composer/autoload_files.php +12 -0
  10. data/helpers/vendor/composer/autoload_namespaces.php +9 -0
  11. data/helpers/vendor/composer/autoload_psr4.php +28 -0
  12. data/helpers/vendor/composer/autoload_real.php +70 -0
  13. data/helpers/vendor/composer/autoload_static.php +144 -0
  14. data/helpers/vendor/composer/ca-bundle/LICENSE +19 -0
  15. data/helpers/vendor/composer/ca-bundle/README.md +85 -0
  16. data/helpers/vendor/composer/ca-bundle/composer.json +54 -0
  17. data/helpers/vendor/composer/ca-bundle/res/cacert.pem +3507 -0
  18. data/helpers/vendor/composer/ca-bundle/src/CaBundle.php +310 -0
  19. data/helpers/vendor/composer/composer/.editorconfig +11 -0
  20. data/helpers/vendor/composer/composer/.gitattributes +17 -0
  21. data/helpers/vendor/composer/composer/.gitignore +11 -0
  22. data/helpers/vendor/composer/composer/CHANGELOG.md +828 -0
  23. data/helpers/vendor/composer/composer/LICENSE +19 -0
  24. data/helpers/vendor/composer/composer/PORTING_INFO +39 -0
  25. data/helpers/vendor/composer/composer/README.md +62 -0
  26. data/helpers/vendor/composer/composer/bin/compile +31 -0
  27. data/helpers/vendor/composer/composer/bin/composer +62 -0
  28. data/helpers/vendor/composer/composer/composer.json +86 -0
  29. data/helpers/vendor/composer/composer/composer.lock +1800 -0
  30. data/helpers/vendor/composer/composer/doc/00-intro.md +156 -0
  31. data/helpers/vendor/composer/composer/doc/01-basic-usage.md +266 -0
  32. data/helpers/vendor/composer/composer/doc/02-libraries.md +153 -0
  33. data/helpers/vendor/composer/composer/doc/03-cli.md +941 -0
  34. data/helpers/vendor/composer/composer/doc/04-schema.md +924 -0
  35. data/helpers/vendor/composer/composer/doc/05-repositories.md +717 -0
  36. data/helpers/vendor/composer/composer/doc/06-config.md +299 -0
  37. data/helpers/vendor/composer/composer/doc/07-community.md +35 -0
  38. data/helpers/vendor/composer/composer/doc/articles/aliases.md +111 -0
  39. data/helpers/vendor/composer/composer/doc/articles/autoloader-optimization.md +111 -0
  40. data/helpers/vendor/composer/composer/doc/articles/custom-installers.md +204 -0
  41. data/helpers/vendor/composer/composer/doc/articles/handling-private-packages-with-satis.md +356 -0
  42. data/helpers/vendor/composer/composer/doc/articles/http-basic-authentication.md +59 -0
  43. data/helpers/vendor/composer/composer/doc/articles/plugins.md +290 -0
  44. data/helpers/vendor/composer/composer/doc/articles/scripts.md +357 -0
  45. data/helpers/vendor/composer/composer/doc/articles/troubleshooting.md +309 -0
  46. data/helpers/vendor/composer/composer/doc/articles/vendor-binaries.md +110 -0
  47. data/helpers/vendor/composer/composer/doc/articles/versions.md +230 -0
  48. data/helpers/vendor/composer/composer/doc/dev/DefaultPolicy.md +55 -0
  49. data/helpers/vendor/composer/composer/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md +50 -0
  50. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-composer-programmatically.md +42 -0
  51. data/helpers/vendor/composer/composer/doc/faqs/how-to-install-untrusted-packages-safely.md +19 -0
  52. data/helpers/vendor/composer/composer/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md +32 -0
  53. data/helpers/vendor/composer/composer/doc/faqs/which-version-numbering-system-does-composer-itself-use.md +4 -0
  54. data/helpers/vendor/composer/composer/doc/faqs/why-are-unbound-version-constraints-a-bad-idea.md +21 -0
  55. data/helpers/vendor/composer/composer/doc/faqs/why-are-version-constraints-combining-comparisons-and-wildcards-a-bad-idea.md +21 -0
  56. data/helpers/vendor/composer/composer/doc/faqs/why-can't-composer-load-repositories-recursively.md +35 -0
  57. data/helpers/vendor/composer/composer/doc/fixtures/fixtures.md +22 -0
  58. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-plain/packages.json +158 -0
  59. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/bar/baz$923363b3c22e73abb2e3fd891c8156dd4d0821a97fd3e428bc910833e3e46dbe.json +50 -0
  60. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/foo/bar$4baabb3303afa3e34a4d3af18fb138e5f3b79029c1f8d9ab5b477ea15776ba0a.json +77 -0
  61. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/gar/nix$5d210670cb46c8364c8e3fb449967b9bea558b971e5b082f330ae4f1d484c321.json +50 -0
  62. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/provider-active$1893a061e579543822389ecd12d791c612db0c05e22d90e9286e233cacd86ed8.json +16 -0
  63. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/p/qux/quux$c142d1a07ca354be46b613f59f1d601923a5a00ccc5fcce50a77ecdd461eb72d.json +22 -0
  64. data/helpers/vendor/composer/composer/doc/fixtures/repo-composer-with-providers/packages.json +9 -0
  65. data/helpers/vendor/composer/composer/res/composer-repository-schema.json +110 -0
  66. data/helpers/vendor/composer/composer/res/composer-schema.json +847 -0
  67. data/helpers/vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php +1013 -0
  68. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassLoader.php +445 -0
  69. data/helpers/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php +222 -0
  70. data/helpers/vendor/composer/composer/src/Composer/Cache.php +257 -0
  71. data/helpers/vendor/composer/composer/src/Composer/Command/AboutCommand.php +46 -0
  72. data/helpers/vendor/composer/composer/src/Composer/Command/ArchiveCommand.php +166 -0
  73. data/helpers/vendor/composer/composer/src/Composer/Command/BaseCommand.php +181 -0
  74. data/helpers/vendor/composer/composer/src/Composer/Command/BaseDependencyCommand.php +255 -0
  75. data/helpers/vendor/composer/composer/src/Composer/Command/CheckPlatformReqsCommand.php +162 -0
  76. data/helpers/vendor/composer/composer/src/Composer/Command/ClearCacheCommand.php +74 -0
  77. data/helpers/vendor/composer/composer/src/Composer/Command/ConfigCommand.php +722 -0
  78. data/helpers/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php +387 -0
  79. data/helpers/vendor/composer/composer/src/Composer/Command/DependsCommand.php +57 -0
  80. data/helpers/vendor/composer/composer/src/Composer/Command/DiagnoseCommand.php +729 -0
  81. data/helpers/vendor/composer/composer/src/Composer/Command/DumpAutoloadCommand.php +88 -0
  82. data/helpers/vendor/composer/composer/src/Composer/Command/ExecCommand.php +97 -0
  83. data/helpers/vendor/composer/composer/src/Composer/Command/GlobalCommand.php +111 -0
  84. data/helpers/vendor/composer/composer/src/Composer/Command/HomeCommand.php +168 -0
  85. data/helpers/vendor/composer/composer/src/Composer/Command/InitCommand.php +820 -0
  86. data/helpers/vendor/composer/composer/src/Composer/Command/InstallCommand.php +124 -0
  87. data/helpers/vendor/composer/composer/src/Composer/Command/LicensesCommand.php +159 -0
  88. data/helpers/vendor/composer/composer/src/Composer/Command/OutdatedCommand.php +95 -0
  89. data/helpers/vendor/composer/composer/src/Composer/Command/ProhibitsCommand.php +57 -0
  90. data/helpers/vendor/composer/composer/src/Composer/Command/RemoveCommand.php +163 -0
  91. data/helpers/vendor/composer/composer/src/Composer/Command/RequireCommand.php +267 -0
  92. data/helpers/vendor/composer/composer/src/Composer/Command/RunScriptCommand.php +142 -0
  93. data/helpers/vendor/composer/composer/src/Composer/Command/ScriptAliasCommand.php +66 -0
  94. data/helpers/vendor/composer/composer/src/Composer/Command/SearchCommand.php +83 -0
  95. data/helpers/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php +405 -0
  96. data/helpers/vendor/composer/composer/src/Composer/Command/ShowCommand.php +1015 -0
  97. data/helpers/vendor/composer/composer/src/Composer/Command/StatusCommand.php +214 -0
  98. data/helpers/vendor/composer/composer/src/Composer/Command/SuggestsCommand.php +152 -0
  99. data/helpers/vendor/composer/composer/src/Composer/Command/UpdateCommand.php +228 -0
  100. data/helpers/vendor/composer/composer/src/Composer/Command/ValidateCommand.php +172 -0
  101. data/helpers/vendor/composer/composer/src/Composer/Compiler.php +284 -0
  102. data/helpers/vendor/composer/composer/src/Composer/Composer.php +283 -0
  103. data/helpers/vendor/composer/composer/src/Composer/Config.php +479 -0
  104. data/helpers/vendor/composer/composer/src/Composer/Config/ConfigSourceInterface.php +91 -0
  105. data/helpers/vendor/composer/composer/src/Composer/Config/JsonConfigSource.php +271 -0
  106. data/helpers/vendor/composer/composer/src/Composer/Console/Application.php +494 -0
  107. data/helpers/vendor/composer/composer/src/Composer/Console/HtmlOutputFormatter.php +90 -0
  108. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Decisions.php +211 -0
  109. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/DefaultPolicy.php +285 -0
  110. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/GenericRule.php +91 -0
  111. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/InstallOperation.php +66 -0
  112. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasInstalledOperation.php +67 -0
  113. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasUninstalledOperation.php +67 -0
  114. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/OperationInterface.php +42 -0
  115. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/SolverOperation.php +50 -0
  116. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UninstallOperation.php +66 -0
  117. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Operation/UpdateOperation.php +80 -0
  118. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/PolicyInterface.php +27 -0
  119. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Pool.php +378 -0
  120. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Problem.php +257 -0
  121. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Request.php +78 -0
  122. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule.php +268 -0
  123. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Rule2Literals.php +113 -0
  124. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSet.php +176 -0
  125. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetGenerator.php +376 -0
  126. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleSetIterator.php +94 -0
  127. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchChain.php +52 -0
  128. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchGraph.php +144 -0
  129. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchNode.php +113 -0
  130. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Solver.php +874 -0
  131. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverBugException.php +27 -0
  132. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/SolverProblemsException.php +88 -0
  133. data/helpers/vendor/composer/composer/src/Composer/DependencyResolver/Transaction.php +244 -0
  134. data/helpers/vendor/composer/composer/src/Composer/Downloader/ArchiveDownloader.php +135 -0
  135. data/helpers/vendor/composer/composer/src/Composer/Downloader/ChangeReportInterface.php +32 -0
  136. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloadManager.php +325 -0
  137. data/helpers/vendor/composer/composer/src/Composer/Downloader/DownloaderInterface.php +64 -0
  138. data/helpers/vendor/composer/composer/src/Composer/Downloader/DvcsDownloaderInterface.php +32 -0
  139. data/helpers/vendor/composer/composer/src/Composer/Downloader/FileDownloader.php +322 -0
  140. data/helpers/vendor/composer/composer/src/Composer/Downloader/FilesystemException.php +26 -0
  141. data/helpers/vendor/composer/composer/src/Composer/Downloader/FossilDownloader.php +116 -0
  142. data/helpers/vendor/composer/composer/src/Composer/Downloader/GitDownloader.php +517 -0
  143. data/helpers/vendor/composer/composer/src/Composer/Downloader/GzipDownloader.php +84 -0
  144. data/helpers/vendor/composer/composer/src/Composer/Downloader/HgDownloader.php +100 -0
  145. data/helpers/vendor/composer/composer/src/Composer/Downloader/PathDownloader.php +224 -0
  146. data/helpers/vendor/composer/composer/src/Composer/Downloader/PearPackageExtractor.php +266 -0
  147. data/helpers/vendor/composer/composer/src/Composer/Downloader/PerforceDownloader.php +112 -0
  148. data/helpers/vendor/composer/composer/src/Composer/Downloader/PharDownloader.php +36 -0
  149. data/helpers/vendor/composer/composer/src/Composer/Downloader/RarDownloader.php +91 -0
  150. data/helpers/vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php +225 -0
  151. data/helpers/vendor/composer/composer/src/Composer/Downloader/TarDownloader.php +31 -0
  152. data/helpers/vendor/composer/composer/src/Composer/Downloader/TransportException.php +53 -0
  153. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsCapableDownloaderInterface.php +32 -0
  154. data/helpers/vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php +293 -0
  155. data/helpers/vendor/composer/composer/src/Composer/Downloader/XzDownloader.php +60 -0
  156. data/helpers/vendor/composer/composer/src/Composer/Downloader/ZipDownloader.php +230 -0
  157. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/Event.php +103 -0
  158. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventDispatcher.php +544 -0
  159. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php +48 -0
  160. data/helpers/vendor/composer/composer/src/Composer/EventDispatcher/ScriptExecutionException.php +20 -0
  161. data/helpers/vendor/composer/composer/src/Composer/Exception/NoSslException.php +20 -0
  162. data/helpers/vendor/composer/composer/src/Composer/Factory.php +653 -0
  163. data/helpers/vendor/composer/composer/src/Composer/IO/BaseIO.php +263 -0
  164. data/helpers/vendor/composer/composer/src/Composer/IO/BufferIO.php +86 -0
  165. data/helpers/vendor/composer/composer/src/Composer/IO/ConsoleIO.php +322 -0
  166. data/helpers/vendor/composer/composer/src/Composer/IO/IOInterface.php +207 -0
  167. data/helpers/vendor/composer/composer/src/Composer/IO/NullIO.php +129 -0
  168. data/helpers/vendor/composer/composer/src/Composer/Installer.php +1803 -0
  169. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php +214 -0
  170. data/helpers/vendor/composer/composer/src/Composer/Installer/BinaryPresenceInterface.php +30 -0
  171. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallationManager.php +326 -0
  172. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvent.php +161 -0
  173. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerEvents.php +43 -0
  174. data/helpers/vendor/composer/composer/src/Composer/Installer/InstallerInterface.php +79 -0
  175. data/helpers/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php +232 -0
  176. data/helpers/vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php +100 -0
  177. data/helpers/vendor/composer/composer/src/Composer/Installer/NoopInstaller.php +88 -0
  178. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvent.php +65 -0
  179. data/helpers/vendor/composer/composer/src/Composer/Installer/PackageEvents.php +75 -0
  180. data/helpers/vendor/composer/composer/src/Composer/Installer/PearBinaryInstaller.php +144 -0
  181. data/helpers/vendor/composer/composer/src/Composer/Installer/PearInstaller.php +84 -0
  182. data/helpers/vendor/composer/composer/src/Composer/Installer/PluginInstaller.php +84 -0
  183. data/helpers/vendor/composer/composer/src/Composer/Installer/ProjectInstaller.php +99 -0
  184. data/helpers/vendor/composer/composer/src/Composer/Installer/SuggestedPackagesReporter.php +151 -0
  185. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFile.php +306 -0
  186. data/helpers/vendor/composer/composer/src/Composer/Json/JsonFormatter.php +134 -0
  187. data/helpers/vendor/composer/composer/src/Composer/Json/JsonManipulator.php +522 -0
  188. data/helpers/vendor/composer/composer/src/Composer/Json/JsonValidationException.php +34 -0
  189. data/helpers/vendor/composer/composer/src/Composer/Package/AliasPackage.php +414 -0
  190. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFilter.php +44 -0
  191. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFinder.php +105 -0
  192. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php +183 -0
  193. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ArchiverInterface.php +43 -0
  194. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/BaseExcludeFilter.php +148 -0
  195. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ComposerExcludeFilter.php +31 -0
  196. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/GitExcludeFilter.php +79 -0
  197. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/HgExcludeFilter.php +107 -0
  198. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/PharArchiver.php +97 -0
  199. data/helpers/vendor/composer/composer/src/Composer/Package/Archiver/ZipArchiver.php +74 -0
  200. data/helpers/vendor/composer/composer/src/Composer/Package/BasePackage.php +251 -0
  201. data/helpers/vendor/composer/composer/src/Composer/Package/Comparer/Comparer.php +129 -0
  202. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackage.php +199 -0
  203. data/helpers/vendor/composer/composer/src/Composer/Package/CompletePackageInterface.php +95 -0
  204. data/helpers/vendor/composer/composer/src/Composer/Package/Dumper/ArrayDumper.php +151 -0
  205. data/helpers/vendor/composer/composer/src/Composer/Package/Link.php +128 -0
  206. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/EmptyConstraint.php +24 -0
  207. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php +24 -0
  208. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/MultiConstraint.php +24 -0
  209. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/SpecificConstraint.php +24 -0
  210. data/helpers/vendor/composer/composer/src/Composer/Package/LinkConstraint/VersionConstraint.php +24 -0
  211. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ArrayLoader.php +290 -0
  212. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/InvalidPackageException.php +46 -0
  213. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/JsonLoader.php +45 -0
  214. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/LoaderInterface.php +30 -0
  215. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/RootPackageLoader.php +264 -0
  216. data/helpers/vendor/composer/composer/src/Composer/Package/Loader/ValidatingArrayLoader.php +499 -0
  217. data/helpers/vendor/composer/composer/src/Composer/Package/Locker.php +438 -0
  218. data/helpers/vendor/composer/composer/src/Composer/Package/Package.php +612 -0
  219. data/helpers/vendor/composer/composer/src/Composer/Package/PackageInterface.php +389 -0
  220. data/helpers/vendor/composer/composer/src/Composer/Package/RootAliasPackage.php +173 -0
  221. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackage.php +136 -0
  222. data/helpers/vendor/composer/composer/src/Composer/Package/RootPackageInterface.php +142 -0
  223. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionGuesser.php +302 -0
  224. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionParser.php +81 -0
  225. data/helpers/vendor/composer/composer/src/Composer/Package/Version/VersionSelector.php +176 -0
  226. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/Capability.php +23 -0
  227. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capability/CommandProvider.php +33 -0
  228. data/helpers/vendor/composer/composer/src/Composer/Plugin/Capable.php +43 -0
  229. data/helpers/vendor/composer/composer/src/Composer/Plugin/CommandEvent.php +88 -0
  230. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginEvents.php +61 -0
  231. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginInterface.php +39 -0
  232. data/helpers/vendor/composer/composer/src/Composer/Plugin/PluginManager.php +406 -0
  233. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreCommandRunEvent.php +68 -0
  234. data/helpers/vendor/composer/composer/src/Composer/Plugin/PreFileDownloadEvent.php +78 -0
  235. data/helpers/vendor/composer/composer/src/Composer/Question/StrictConfirmationQuestion.php +94 -0
  236. data/helpers/vendor/composer/composer/src/Composer/Repository/ArrayRepository.php +208 -0
  237. data/helpers/vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php +107 -0
  238. data/helpers/vendor/composer/composer/src/Composer/Repository/BaseRepository.php +157 -0
  239. data/helpers/vendor/composer/composer/src/Composer/Repository/ComposerRepository.php +833 -0
  240. data/helpers/vendor/composer/composer/src/Composer/Repository/CompositeRepository.php +164 -0
  241. data/helpers/vendor/composer/composer/src/Composer/Repository/ConfigurableRepositoryInterface.php +23 -0
  242. data/helpers/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php +97 -0
  243. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledArrayRepository.php +24 -0
  244. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledFilesystemRepository.php +22 -0
  245. data/helpers/vendor/composer/composer/src/Composer/Repository/InstalledRepositoryInterface.php +24 -0
  246. data/helpers/vendor/composer/composer/src/Composer/Repository/InvalidRepositoryException.php +22 -0
  247. data/helpers/vendor/composer/composer/src/Composer/Repository/PackageRepository.php +61 -0
  248. data/helpers/vendor/composer/composer/src/Composer/Repository/PathRepository.php +190 -0
  249. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/BaseChannelReader.php +82 -0
  250. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelInfo.php +67 -0
  251. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelReader.php +101 -0
  252. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest10Reader.php +164 -0
  253. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest11Reader.php +139 -0
  254. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyConstraint.php +60 -0
  255. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/DependencyInfo.php +50 -0
  256. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageDependencyParser.php +317 -0
  257. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/PackageInfo.php +94 -0
  258. data/helpers/vendor/composer/composer/src/Composer/Repository/Pear/ReleaseInfo.php +50 -0
  259. data/helpers/vendor/composer/composer/src/Composer/Repository/PearRepository.php +198 -0
  260. data/helpers/vendor/composer/composer/src/Composer/Repository/PlatformRepository.php +342 -0
  261. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryFactory.php +169 -0
  262. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryInterface.php +74 -0
  263. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositoryManager.php +177 -0
  264. data/helpers/vendor/composer/composer/src/Composer/Repository/RepositorySecurityException.php +22 -0
  265. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/BitbucketDriver.php +452 -0
  266. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php +243 -0
  267. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php +91 -0
  268. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php +226 -0
  269. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php +476 -0
  270. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php +518 -0
  271. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgBitbucketDriver.php +91 -0
  272. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php +236 -0
  273. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/PerforceDriver.php +186 -0
  274. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php +397 -0
  275. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriver.php +175 -0
  276. data/helpers/vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriverInterface.php +117 -0
  277. data/helpers/vendor/composer/composer/src/Composer/Repository/VcsRepository.php +410 -0
  278. data/helpers/vendor/composer/composer/src/Composer/Repository/VersionCacheInterface.php +23 -0
  279. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableArrayRepository.php +66 -0
  280. data/helpers/vendor/composer/composer/src/Composer/Repository/WritableRepositoryInterface.php +54 -0
  281. data/helpers/vendor/composer/composer/src/Composer/Script/CommandEvent.php +22 -0
  282. data/helpers/vendor/composer/composer/src/Composer/Script/Event.php +133 -0
  283. data/helpers/vendor/composer/composer/src/Composer/Script/PackageEvent.php +24 -0
  284. data/helpers/vendor/composer/composer/src/Composer/Script/ScriptEvents.php +193 -0
  285. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Keys.php +36 -0
  286. data/helpers/vendor/composer/composer/src/Composer/SelfUpdate/Versions.php +75 -0
  287. data/helpers/vendor/composer/composer/src/Composer/Util/AuthHelper.php +63 -0
  288. data/helpers/vendor/composer/composer/src/Composer/Util/Bitbucket.php +245 -0
  289. data/helpers/vendor/composer/composer/src/Composer/Util/ComposerMirror.php +57 -0
  290. data/helpers/vendor/composer/composer/src/Composer/Util/ConfigValidator.php +191 -0
  291. data/helpers/vendor/composer/composer/src/Composer/Util/ErrorHandler.php +82 -0
  292. data/helpers/vendor/composer/composer/src/Composer/Util/Filesystem.php +715 -0
  293. data/helpers/vendor/composer/composer/src/Composer/Util/Git.php +374 -0
  294. data/helpers/vendor/composer/composer/src/Composer/Util/GitHub.php +180 -0
  295. data/helpers/vendor/composer/composer/src/Composer/Util/GitLab.php +172 -0
  296. data/helpers/vendor/composer/composer/src/Composer/Util/Hg.php +94 -0
  297. data/helpers/vendor/composer/composer/src/Composer/Util/IniHelper.php +64 -0
  298. data/helpers/vendor/composer/composer/src/Composer/Util/NoProxyPattern.php +147 -0
  299. data/helpers/vendor/composer/composer/src/Composer/Util/PackageSorter.php +92 -0
  300. data/helpers/vendor/composer/composer/src/Composer/Util/Perforce.php +579 -0
  301. data/helpers/vendor/composer/composer/src/Composer/Util/Platform.php +92 -0
  302. data/helpers/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php +193 -0
  303. data/helpers/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php +1126 -0
  304. data/helpers/vendor/composer/composer/src/Composer/Util/Silencer.php +78 -0
  305. data/helpers/vendor/composer/composer/src/Composer/Util/SpdxLicense.php +24 -0
  306. data/helpers/vendor/composer/composer/src/Composer/Util/StreamContextFactory.php +177 -0
  307. data/helpers/vendor/composer/composer/src/Composer/Util/Svn.php +381 -0
  308. data/helpers/vendor/composer/composer/src/Composer/Util/TlsHelper.php +202 -0
  309. data/helpers/vendor/composer/composer/src/Composer/Util/Url.php +55 -0
  310. data/helpers/vendor/composer/composer/src/Composer/Util/Zip.php +108 -0
  311. data/helpers/vendor/composer/composer/src/Composer/XdebugHandler.php +31 -0
  312. data/helpers/vendor/composer/composer/src/bootstrap.php +24 -0
  313. data/helpers/vendor/composer/installed.json +1051 -0
  314. data/helpers/vendor/composer/semver/CHANGELOG.md +72 -0
  315. data/helpers/vendor/composer/semver/LICENSE +19 -0
  316. data/helpers/vendor/composer/semver/README.md +70 -0
  317. data/helpers/vendor/composer/semver/composer.json +58 -0
  318. data/helpers/vendor/composer/semver/src/Comparator.php +111 -0
  319. data/helpers/vendor/composer/semver/src/Constraint/AbstractConstraint.php +63 -0
  320. data/helpers/vendor/composer/semver/src/Constraint/Constraint.php +219 -0
  321. data/helpers/vendor/composer/semver/src/Constraint/ConstraintInterface.php +32 -0
  322. data/helpers/vendor/composer/semver/src/Constraint/EmptyConstraint.php +59 -0
  323. data/helpers/vendor/composer/semver/src/Constraint/MultiConstraint.php +120 -0
  324. data/helpers/vendor/composer/semver/src/Semver.php +127 -0
  325. data/helpers/vendor/composer/semver/src/VersionParser.php +540 -0
  326. data/helpers/vendor/composer/spdx-licenses/.php_cs.dist +59 -0
  327. data/helpers/vendor/composer/spdx-licenses/CHANGELOG.md +94 -0
  328. data/helpers/vendor/composer/spdx-licenses/LICENSE +19 -0
  329. data/helpers/vendor/composer/spdx-licenses/README.md +69 -0
  330. data/helpers/vendor/composer/spdx-licenses/composer.json +56 -0
  331. data/helpers/vendor/composer/spdx-licenses/res/spdx-exceptions.json +110 -0
  332. data/helpers/vendor/composer/spdx-licenses/res/spdx-licenses.json +1982 -0
  333. data/helpers/vendor/composer/spdx-licenses/src/SpdxLicenses.php +343 -0
  334. data/helpers/vendor/composer/xdebug-handler/CHANGELOG.md +59 -0
  335. data/helpers/vendor/composer/xdebug-handler/LICENSE +21 -0
  336. data/helpers/vendor/composer/xdebug-handler/README.md +288 -0
  337. data/helpers/vendor/composer/xdebug-handler/composer.json +40 -0
  338. data/helpers/vendor/composer/xdebug-handler/src/PhpConfig.php +73 -0
  339. data/helpers/vendor/composer/xdebug-handler/src/Process.php +170 -0
  340. data/helpers/vendor/composer/xdebug-handler/src/Status.php +163 -0
  341. data/helpers/vendor/composer/xdebug-handler/src/XdebugHandler.php +565 -0
  342. data/helpers/vendor/justinrainbow/json-schema/.gitattributes +5 -0
  343. data/helpers/vendor/justinrainbow/json-schema/.php_cs.dist +30 -0
  344. data/helpers/vendor/justinrainbow/json-schema/LICENSE +21 -0
  345. data/helpers/vendor/justinrainbow/json-schema/README.md +206 -0
  346. data/helpers/vendor/justinrainbow/json-schema/bin/validate-json +251 -0
  347. data/helpers/vendor/justinrainbow/json-schema/composer.json +76 -0
  348. data/helpers/vendor/justinrainbow/json-schema/demo/README.md +14 -0
  349. data/helpers/vendor/justinrainbow/json-schema/demo/data.json +3 -0
  350. data/helpers/vendor/justinrainbow/json-schema/demo/demo.php +18 -0
  351. data/helpers/vendor/justinrainbow/json-schema/demo/schema.json +3 -0
  352. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-03.json +174 -0
  353. data/helpers/vendor/justinrainbow/json-schema/dist/schema/json-schema-draft-04.json +150 -0
  354. data/helpers/vendor/justinrainbow/json-schema/phpunit.xml.dist +26 -0
  355. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php +148 -0
  356. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php +121 -0
  357. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php +213 -0
  358. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php +65 -0
  359. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php +54 -0
  360. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php +220 -0
  361. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php +214 -0
  362. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php +81 -0
  363. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php +192 -0
  364. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php +94 -0
  365. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php +60 -0
  366. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php +68 -0
  367. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php +40 -0
  368. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php +18 -0
  369. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php +261 -0
  370. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php +413 -0
  371. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php +161 -0
  372. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php +7 -0
  373. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php +17 -0
  374. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php +17 -0
  375. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php +17 -0
  376. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php +17 -0
  377. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php +17 -0
  378. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php +40 -0
  379. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php +17 -0
  380. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php +17 -0
  381. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php +19 -0
  382. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php +17 -0
  383. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php +14 -0
  384. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php +149 -0
  385. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php +30 -0
  386. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php +169 -0
  387. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php +41 -0
  388. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php +34 -0
  389. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php +83 -0
  390. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php +93 -0
  391. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php +56 -0
  392. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php +36 -0
  393. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php +175 -0
  394. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php +349 -0
  395. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php +26 -0
  396. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php +26 -0
  397. data/helpers/vendor/justinrainbow/json-schema/src/JsonSchema/Validator.php +90 -0
  398. data/helpers/vendor/psr/container/.gitignore +3 -0
  399. data/helpers/vendor/psr/container/LICENSE +21 -0
  400. data/helpers/vendor/psr/container/README.md +5 -0
  401. data/helpers/vendor/psr/container/composer.json +27 -0
  402. data/helpers/vendor/psr/container/src/ContainerExceptionInterface.php +13 -0
  403. data/helpers/vendor/psr/container/src/ContainerInterface.php +37 -0
  404. data/helpers/vendor/psr/container/src/NotFoundExceptionInterface.php +13 -0
  405. data/helpers/vendor/psr/log/.gitignore +1 -0
  406. data/helpers/vendor/psr/log/LICENSE +19 -0
  407. data/helpers/vendor/psr/log/Psr/Log/AbstractLogger.php +128 -0
  408. data/helpers/vendor/psr/log/Psr/Log/InvalidArgumentException.php +7 -0
  409. data/helpers/vendor/psr/log/Psr/Log/LogLevel.php +18 -0
  410. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +18 -0
  411. data/helpers/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +26 -0
  412. data/helpers/vendor/psr/log/Psr/Log/LoggerInterface.php +123 -0
  413. data/helpers/vendor/psr/log/Psr/Log/LoggerTrait.php +140 -0
  414. data/helpers/vendor/psr/log/Psr/Log/NullLogger.php +28 -0
  415. data/helpers/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +144 -0
  416. data/helpers/vendor/psr/log/Psr/Log/Test/TestLogger.php +146 -0
  417. data/helpers/vendor/psr/log/README.md +52 -0
  418. data/helpers/vendor/psr/log/composer.json +26 -0
  419. data/helpers/vendor/seld/jsonlint/.gitignore +3 -0
  420. data/helpers/vendor/seld/jsonlint/.travis.yml +25 -0
  421. data/helpers/vendor/seld/jsonlint/CHANGELOG.md +66 -0
  422. data/helpers/vendor/seld/jsonlint/LICENSE +19 -0
  423. data/helpers/vendor/seld/jsonlint/README.md +89 -0
  424. data/helpers/vendor/seld/jsonlint/bin/jsonlint +117 -0
  425. data/helpers/vendor/seld/jsonlint/composer.json +24 -0
  426. data/helpers/vendor/seld/jsonlint/phpunit.xml.dist +25 -0
  427. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/DuplicateKeyException.php +26 -0
  428. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php +502 -0
  429. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php +217 -0
  430. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/ParsingException.php +28 -0
  431. data/helpers/vendor/seld/jsonlint/src/Seld/JsonLint/Undefined.php +16 -0
  432. data/helpers/vendor/seld/jsonlint/tests/JsonParserTest.php +230 -0
  433. data/helpers/vendor/seld/jsonlint/tests/bom.json +6 -0
  434. data/helpers/vendor/seld/jsonlint/tests/bootstrap.php +13 -0
  435. data/helpers/vendor/seld/phar-utils/.gitignore +1 -0
  436. data/helpers/vendor/seld/phar-utils/LICENSE +19 -0
  437. data/helpers/vendor/seld/phar-utils/README.md +39 -0
  438. data/helpers/vendor/seld/phar-utils/composer.json +26 -0
  439. data/helpers/vendor/seld/phar-utils/composer.lock +19 -0
  440. data/helpers/vendor/seld/phar-utils/src/Timestamps.php +192 -0
  441. data/helpers/vendor/symfony/console/.gitignore +3 -0
  442. data/helpers/vendor/symfony/console/Application.php +1194 -0
  443. data/helpers/vendor/symfony/console/CHANGELOG.md +148 -0
  444. data/helpers/vendor/symfony/console/Command/Command.php +654 -0
  445. data/helpers/vendor/symfony/console/Command/HelpCommand.php +81 -0
  446. data/helpers/vendor/symfony/console/Command/ListCommand.php +90 -0
  447. data/helpers/vendor/symfony/console/Command/LockableTrait.php +71 -0
  448. data/helpers/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php +46 -0
  449. data/helpers/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php +64 -0
  450. data/helpers/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php +62 -0
  451. data/helpers/vendor/symfony/console/ConsoleEvents.php +47 -0
  452. data/helpers/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php +98 -0
  453. data/helpers/vendor/symfony/console/Descriptor/ApplicationDescription.php +144 -0
  454. data/helpers/vendor/symfony/console/Descriptor/Descriptor.php +107 -0
  455. data/helpers/vendor/symfony/console/Descriptor/DescriptorInterface.php +31 -0
  456. data/helpers/vendor/symfony/console/Descriptor/JsonDescriptor.php +170 -0
  457. data/helpers/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +182 -0
  458. data/helpers/vendor/symfony/console/Descriptor/TextDescriptor.php +342 -0
  459. data/helpers/vendor/symfony/console/Descriptor/XmlDescriptor.php +245 -0
  460. data/helpers/vendor/symfony/console/Event/ConsoleCommandEvent.php +60 -0
  461. data/helpers/vendor/symfony/console/Event/ConsoleErrorEvent.php +58 -0
  462. data/helpers/vendor/symfony/console/Event/ConsoleEvent.php +67 -0
  463. data/helpers/vendor/symfony/console/Event/ConsoleTerminateEvent.php +53 -0
  464. data/helpers/vendor/symfony/console/EventListener/ErrorListener.php +91 -0
  465. data/helpers/vendor/symfony/console/Exception/CommandNotFoundException.php +43 -0
  466. data/helpers/vendor/symfony/console/Exception/ExceptionInterface.php +21 -0
  467. data/helpers/vendor/symfony/console/Exception/InvalidArgumentException.php +19 -0
  468. data/helpers/vendor/symfony/console/Exception/InvalidOptionException.php +21 -0
  469. data/helpers/vendor/symfony/console/Exception/LogicException.php +19 -0
  470. data/helpers/vendor/symfony/console/Exception/NamespaceNotFoundException.php +21 -0
  471. data/helpers/vendor/symfony/console/Exception/RuntimeException.php +19 -0
  472. data/helpers/vendor/symfony/console/Formatter/OutputFormatter.php +284 -0
  473. data/helpers/vendor/symfony/console/Formatter/OutputFormatterInterface.php +71 -0
  474. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyle.php +197 -0
  475. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +62 -0
  476. data/helpers/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +110 -0
  477. data/helpers/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php +25 -0
  478. data/helpers/vendor/symfony/console/Helper/DebugFormatterHelper.php +127 -0
  479. data/helpers/vendor/symfony/console/Helper/DescriptorHelper.php +94 -0
  480. data/helpers/vendor/symfony/console/Helper/Dumper.php +64 -0
  481. data/helpers/vendor/symfony/console/Helper/FormatterHelper.php +106 -0
  482. data/helpers/vendor/symfony/console/Helper/Helper.php +138 -0
  483. data/helpers/vendor/symfony/console/Helper/HelperInterface.php +39 -0
  484. data/helpers/vendor/symfony/console/Helper/HelperSet.php +108 -0
  485. data/helpers/vendor/symfony/console/Helper/InputAwareHelper.php +33 -0
  486. data/helpers/vendor/symfony/console/Helper/ProcessHelper.php +156 -0
  487. data/helpers/vendor/symfony/console/Helper/ProgressBar.php +545 -0
  488. data/helpers/vendor/symfony/console/Helper/ProgressIndicator.php +269 -0
  489. data/helpers/vendor/symfony/console/Helper/QuestionHelper.php +479 -0
  490. data/helpers/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +96 -0
  491. data/helpers/vendor/symfony/console/Helper/Table.php +813 -0
  492. data/helpers/vendor/symfony/console/Helper/TableCell.php +68 -0
  493. data/helpers/vendor/symfony/console/Helper/TableRows.php +32 -0
  494. data/helpers/vendor/symfony/console/Helper/TableSeparator.php +25 -0
  495. data/helpers/vendor/symfony/console/Helper/TableStyle.php +458 -0
  496. data/helpers/vendor/symfony/console/Input/ArgvInput.php +365 -0
  497. data/helpers/vendor/symfony/console/Input/ArrayInput.php +206 -0
  498. data/helpers/vendor/symfony/console/Input/Input.php +203 -0
  499. data/helpers/vendor/symfony/console/Input/InputArgument.php +129 -0
  500. data/helpers/vendor/symfony/console/Input/InputAwareInterface.php +26 -0
  501. data/helpers/vendor/symfony/console/Input/InputDefinition.php +404 -0
  502. data/helpers/vendor/symfony/console/Input/InputInterface.php +163 -0
  503. data/helpers/vendor/symfony/console/Input/InputOption.php +208 -0
  504. data/helpers/vendor/symfony/console/Input/StreamableInputInterface.php +37 -0
  505. data/helpers/vendor/symfony/console/Input/StringInput.php +72 -0
  506. data/helpers/vendor/symfony/console/LICENSE +19 -0
  507. data/helpers/vendor/symfony/console/Logger/ConsoleLogger.php +124 -0
  508. data/helpers/vendor/symfony/console/Output/BufferedOutput.php +45 -0
  509. data/helpers/vendor/symfony/console/Output/ConsoleOutput.php +161 -0
  510. data/helpers/vendor/symfony/console/Output/ConsoleOutputInterface.php +32 -0
  511. data/helpers/vendor/symfony/console/Output/ConsoleSectionOutput.php +141 -0
  512. data/helpers/vendor/symfony/console/Output/NullOutput.php +123 -0
  513. data/helpers/vendor/symfony/console/Output/Output.php +177 -0
  514. data/helpers/vendor/symfony/console/Output/OutputInterface.php +114 -0
  515. data/helpers/vendor/symfony/console/Output/StreamOutput.php +124 -0
  516. data/helpers/vendor/symfony/console/Question/ChoiceQuestion.php +182 -0
  517. data/helpers/vendor/symfony/console/Question/ConfirmationQuestion.php +59 -0
  518. data/helpers/vendor/symfony/console/Question/Question.php +277 -0
  519. data/helpers/vendor/symfony/console/README.md +20 -0
  520. data/helpers/vendor/symfony/console/Resources/bin/hiddeninput.exe +0 -0
  521. data/helpers/vendor/symfony/console/Style/OutputStyle.php +155 -0
  522. data/helpers/vendor/symfony/console/Style/StyleInterface.php +154 -0
  523. data/helpers/vendor/symfony/console/Style/SymfonyStyle.php +438 -0
  524. data/helpers/vendor/symfony/console/Terminal.php +137 -0
  525. data/helpers/vendor/symfony/console/Tester/ApplicationTester.php +77 -0
  526. data/helpers/vendor/symfony/console/Tester/CommandTester.php +78 -0
  527. data/helpers/vendor/symfony/console/Tester/TesterTrait.php +177 -0
  528. data/helpers/vendor/symfony/console/Tests/ApplicationTest.php +1836 -0
  529. data/helpers/vendor/symfony/console/Tests/Command/CommandTest.php +436 -0
  530. data/helpers/vendor/symfony/console/Tests/Command/HelpCommandTest.php +71 -0
  531. data/helpers/vendor/symfony/console/Tests/Command/ListCommandTest.php +113 -0
  532. data/helpers/vendor/symfony/console/Tests/Command/LockableTraitTest.php +67 -0
  533. data/helpers/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php +61 -0
  534. data/helpers/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php +60 -0
  535. data/helpers/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php +258 -0
  536. data/helpers/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php +107 -0
  537. data/helpers/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php +35 -0
  538. data/helpers/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php +45 -0
  539. data/helpers/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php +82 -0
  540. data/helpers/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php +53 -0
  541. data/helpers/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php +27 -0
  542. data/helpers/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php +156 -0
  543. data/helpers/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php +11 -0
  544. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php +18 -0
  545. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php +26 -0
  546. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php +24 -0
  547. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php +27 -0
  548. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php +32 -0
  549. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php +27 -0
  550. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php +25 -0
  551. data/helpers/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php +32 -0
  552. data/helpers/vendor/symfony/console/Tests/Fixtures/DummyOutput.php +36 -0
  553. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo1Command.php +26 -0
  554. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo2Command.php +21 -0
  555. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo3Command.php +29 -0
  556. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo4Command.php +11 -0
  557. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo5Command.php +10 -0
  558. data/helpers/vendor/symfony/console/Tests/Fixtures/Foo6Command.php +11 -0
  559. data/helpers/vendor/symfony/console/Tests/Fixtures/FooCommand.php +33 -0
  560. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php +28 -0
  561. data/helpers/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php +27 -0
  562. data/helpers/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php +36 -0
  563. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php +11 -0
  564. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php +11 -0
  565. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php +26 -0
  566. data/helpers/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php +26 -0
  567. data/helpers/vendor/symfony/console/Tests/Fixtures/FooWithoutAliasCommand.php +21 -0
  568. data/helpers/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php +25 -0
  569. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php +11 -0
  570. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php +13 -0
  571. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php +17 -0
  572. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php +12 -0
  573. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php +13 -0
  574. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php +14 -0
  575. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php +17 -0
  576. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php +14 -0
  577. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php +15 -0
  578. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php +13 -0
  579. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php +16 -0
  580. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php +12 -0
  581. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php +34 -0
  582. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php +34 -0
  583. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php +37 -0
  584. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php +16 -0
  585. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php +15 -0
  586. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php +26 -0
  587. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php +11 -0
  588. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php +19 -0
  589. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt +7 -0
  590. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt +3 -0
  591. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt +9 -0
  592. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt +7 -0
  593. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt +4 -0
  594. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt +6 -0
  595. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt +7 -0
  596. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt +6 -0
  597. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt +7 -0
  598. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt +8 -0
  599. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt +7 -0
  600. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt +13 -0
  601. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt +7 -0
  602. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt +32 -0
  603. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4_with_iterators.txt +32 -0
  604. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt +18 -0
  605. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt +6 -0
  606. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt +5 -0
  607. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt +9 -0
  608. data/helpers/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt +5 -0
  609. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php +22 -0
  610. data/helpers/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php +21 -0
  611. data/helpers/vendor/symfony/console/Tests/Fixtures/TestCommand.php +28 -0
  612. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.json +156 -0
  613. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.md +172 -0
  614. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.txt +17 -0
  615. data/helpers/vendor/symfony/console/Tests/Fixtures/application_1.xml +104 -0
  616. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.json +509 -0
  617. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.md +431 -0
  618. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.txt +21 -0
  619. data/helpers/vendor/symfony/console/Tests/Fixtures/application_2.xml +254 -0
  620. data/helpers/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt +16 -0
  621. data/helpers/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt +1 -0
  622. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.md +269 -0
  623. data/helpers/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt +19 -0
  624. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt +5 -0
  625. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt +7 -0
  626. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt +18 -0
  627. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt +18 -0
  628. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt +6 -0
  629. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt +8 -0
  630. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt +8 -0
  631. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt +9 -0
  632. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt +9 -0
  633. data/helpers/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt +11 -0
  634. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run1.txt +17 -0
  635. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run2.txt +29 -0
  636. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run3.txt +29 -0
  637. data/helpers/vendor/symfony/console/Tests/Fixtures/application_run4.txt +1 -0
  638. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.json +15 -0
  639. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.md +12 -0
  640. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.txt +10 -0
  641. data/helpers/vendor/symfony/console/Tests/Fixtures/command_1.xml +12 -0
  642. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.json +33 -0
  643. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.md +29 -0
  644. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.txt +16 -0
  645. data/helpers/vendor/symfony/console/Tests/Fixtures/command_2.xml +21 -0
  646. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.md +29 -0
  647. data/helpers/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt +16 -0
  648. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.json +7 -0
  649. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.md +5 -0
  650. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt +1 -0
  651. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml +5 -0
  652. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.json +7 -0
  653. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.md +7 -0
  654. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt +1 -0
  655. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml +5 -0
  656. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.json +7 -0
  657. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.md +7 -0
  658. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.txt +1 -0
  659. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml +7 -0
  660. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.json +7 -0
  661. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.md +8 -0
  662. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt +2 -0
  663. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml +6 -0
  664. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json +7 -0
  665. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md +7 -0
  666. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt +1 -0
  667. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml +7 -0
  668. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json +7 -0
  669. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md +7 -0
  670. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt +1 -0
  671. data/helpers/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml +7 -0
  672. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.json +4 -0
  673. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.md +0 -0
  674. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt +0 -0
  675. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml +5 -0
  676. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.json +12 -0
  677. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.md +7 -0
  678. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.txt +2 -0
  679. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml +10 -0
  680. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.json +14 -0
  681. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.md +8 -0
  682. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt +2 -0
  683. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml +9 -0
  684. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.json +22 -0
  685. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.md +16 -0
  686. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.txt +5 -0
  687. data/helpers/vendor/symfony/console/Tests/Fixtures/input_definition_4.xml +14 -0
  688. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.json +9 -0
  689. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.md +6 -0
  690. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.txt +1 -0
  691. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_1.xml +4 -0
  692. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.json +9 -0
  693. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.md +8 -0
  694. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.txt +1 -0
  695. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_2.xml +7 -0
  696. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.json +9 -0
  697. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.md +8 -0
  698. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.txt +1 -0
  699. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_3.xml +5 -0
  700. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.json +9 -0
  701. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.md +8 -0
  702. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.txt +1 -0
  703. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_4.xml +5 -0
  704. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.json +9 -0
  705. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.md +9 -0
  706. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.txt +2 -0
  707. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_5.xml +6 -0
  708. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.json +9 -0
  709. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.md +8 -0
  710. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.txt +1 -0
  711. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_6.xml +5 -0
  712. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json +9 -0
  713. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md +8 -0
  714. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt +1 -0
  715. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml +7 -0
  716. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json +9 -0
  717. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md +8 -0
  718. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt +1 -0
  719. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml +7 -0
  720. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json +12 -0
  721. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md +8 -0
  722. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt +1 -0
  723. data/helpers/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml +8 -0
  724. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php +71 -0
  725. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php +115 -0
  726. data/helpers/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php +350 -0
  727. data/helpers/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php +34 -0
  728. data/helpers/vendor/symfony/console/Tests/Helper/DumperNativeFallbackTest.php +58 -0
  729. data/helpers/vendor/symfony/console/Tests/Helper/DumperTest.php +58 -0
  730. data/helpers/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php +129 -0
  731. data/helpers/vendor/symfony/console/Tests/Helper/HelperSetTest.php +127 -0
  732. data/helpers/vendor/symfony/console/Tests/Helper/HelperTest.php +55 -0
  733. data/helpers/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php +133 -0
  734. data/helpers/vendor/symfony/console/Tests/Helper/ProgressBarTest.php +947 -0
  735. data/helpers/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php +183 -0
  736. data/helpers/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php +789 -0
  737. data/helpers/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php +168 -0
  738. data/helpers/vendor/symfony/console/Tests/Helper/TableStyleTest.php +28 -0
  739. data/helpers/vendor/symfony/console/Tests/Helper/TableTest.php +1199 -0
  740. data/helpers/vendor/symfony/console/Tests/Input/ArgvInputTest.php +466 -0
  741. data/helpers/vendor/symfony/console/Tests/Input/ArrayInputTest.php +177 -0
  742. data/helpers/vendor/symfony/console/Tests/Input/InputArgumentTest.php +103 -0
  743. data/helpers/vendor/symfony/console/Tests/Input/InputDefinitionTest.php +407 -0
  744. data/helpers/vendor/symfony/console/Tests/Input/InputOptionTest.php +196 -0
  745. data/helpers/vendor/symfony/console/Tests/Input/InputTest.php +149 -0
  746. data/helpers/vendor/symfony/console/Tests/Input/StringInputTest.php +87 -0
  747. data/helpers/vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php +215 -0
  748. data/helpers/vendor/symfony/console/Tests/Output/ConsoleOutputTest.php +42 -0
  749. data/helpers/vendor/symfony/console/Tests/Output/ConsoleSectionOutputTest.php +163 -0
  750. data/helpers/vendor/symfony/console/Tests/Output/NullOutputTest.php +88 -0
  751. data/helpers/vendor/symfony/console/Tests/Output/OutputTest.php +189 -0
  752. data/helpers/vendor/symfony/console/Tests/Output/StreamOutputTest.php +61 -0
  753. data/helpers/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php +64 -0
  754. data/helpers/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php +62 -0
  755. data/helpers/vendor/symfony/console/Tests/Question/QuestionTest.php +304 -0
  756. data/helpers/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php +118 -0
  757. data/helpers/vendor/symfony/console/Tests/TerminalTest.php +59 -0
  758. data/helpers/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php +113 -0
  759. data/helpers/vendor/symfony/console/Tests/Tester/CommandTesterTest.php +235 -0
  760. data/helpers/vendor/symfony/console/composer.json +59 -0
  761. data/helpers/vendor/symfony/console/phpunit.xml.dist +41 -0
  762. data/helpers/vendor/symfony/filesystem/.gitignore +3 -0
  763. data/helpers/vendor/symfony/filesystem/CHANGELOG.md +65 -0
  764. data/helpers/vendor/symfony/filesystem/Exception/ExceptionInterface.php +21 -0
  765. data/helpers/vendor/symfony/filesystem/Exception/FileNotFoundException.php +34 -0
  766. data/helpers/vendor/symfony/filesystem/Exception/IOException.php +39 -0
  767. data/helpers/vendor/symfony/filesystem/Exception/IOExceptionInterface.php +27 -0
  768. data/helpers/vendor/symfony/filesystem/Exception/InvalidArgumentException.php +19 -0
  769. data/helpers/vendor/symfony/filesystem/Filesystem.php +768 -0
  770. data/helpers/vendor/symfony/filesystem/LICENSE +19 -0
  771. data/helpers/vendor/symfony/filesystem/README.md +13 -0
  772. data/helpers/vendor/symfony/filesystem/Tests/ExceptionTest.php +47 -0
  773. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTest.php +1750 -0
  774. data/helpers/vendor/symfony/filesystem/Tests/FilesystemTestCase.php +166 -0
  775. data/helpers/vendor/symfony/filesystem/Tests/Fixtures/MockStream/MockStream.php +46 -0
  776. data/helpers/vendor/symfony/filesystem/composer.json +34 -0
  777. data/helpers/vendor/symfony/filesystem/phpunit.xml.dist +30 -0
  778. data/helpers/vendor/symfony/finder/.gitignore +3 -0
  779. data/helpers/vendor/symfony/finder/CHANGELOG.md +74 -0
  780. data/helpers/vendor/symfony/finder/Comparator/Comparator.php +98 -0
  781. data/helpers/vendor/symfony/finder/Comparator/DateComparator.php +51 -0
  782. data/helpers/vendor/symfony/finder/Comparator/NumberComparator.php +79 -0
  783. data/helpers/vendor/symfony/finder/Exception/AccessDeniedException.php +19 -0
  784. data/helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +19 -0
  785. data/helpers/vendor/symfony/finder/Finder.php +811 -0
  786. data/helpers/vendor/symfony/finder/Gitignore.php +107 -0
  787. data/helpers/vendor/symfony/finder/Glob.php +116 -0
  788. data/helpers/vendor/symfony/finder/Iterator/CustomFilterIterator.php +61 -0
  789. data/helpers/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +58 -0
  790. data/helpers/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +45 -0
  791. data/helpers/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +84 -0
  792. data/helpers/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +53 -0
  793. data/helpers/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +58 -0
  794. data/helpers/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +47 -0
  795. data/helpers/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +112 -0
  796. data/helpers/vendor/symfony/finder/Iterator/PathFilterIterator.php +56 -0
  797. data/helpers/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +140 -0
  798. data/helpers/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +57 -0
  799. data/helpers/vendor/symfony/finder/Iterator/SortableIterator.php +99 -0
  800. data/helpers/vendor/symfony/finder/LICENSE +19 -0
  801. data/helpers/vendor/symfony/finder/README.md +14 -0
  802. data/helpers/vendor/symfony/finder/SplFileInfo.php +85 -0
  803. data/helpers/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php +65 -0
  804. data/helpers/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php +64 -0
  805. data/helpers/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php +108 -0
  806. data/helpers/vendor/symfony/finder/Tests/FinderTest.php +1459 -0
  807. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/a +0 -0
  808. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon +0 -0
  809. data/helpers/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon +0 -0
  810. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat +0 -0
  811. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat +0 -0
  812. data/helpers/vendor/symfony/finder/Tests/Fixtures/A/a.dat +0 -0
  813. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy +0 -0
  814. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy +0 -0
  815. data/helpers/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy +0 -0
  816. data/helpers/vendor/symfony/finder/Tests/Fixtures/dolor.txt +2 -0
  817. data/helpers/vendor/symfony/finder/Tests/Fixtures/ipsum.txt +2 -0
  818. data/helpers/vendor/symfony/finder/Tests/Fixtures/lorem.txt +2 -0
  819. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/.dot +1 -0
  820. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/a +0 -0
  821. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon +0 -0
  822. data/helpers/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon +0 -0
  823. data/helpers/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat +0 -0
  824. data/helpers/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt b/data/helpers/vendor/symfony/finder/Tests/Fixtures/with → space/foo.txt +0 -0
  825. data/helpers/vendor/symfony/finder/Tests/GitignoreTest.php +118 -0
  826. data/helpers/vendor/symfony/finder/Tests/GlobTest.php +95 -0
  827. data/helpers/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php +46 -0
  828. data/helpers/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php +92 -0
  829. data/helpers/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php +105 -0
  830. data/helpers/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php +110 -0
  831. data/helpers/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php +82 -0
  832. data/helpers/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php +86 -0
  833. data/helpers/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php +54 -0
  834. data/helpers/vendor/symfony/finder/Tests/Iterator/Iterator.php +55 -0
  835. data/helpers/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php +100 -0
  836. data/helpers/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php +21 -0
  837. data/helpers/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php +132 -0
  838. data/helpers/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php +71 -0
  839. data/helpers/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php +82 -0
  840. data/helpers/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php +130 -0
  841. data/helpers/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php +59 -0
  842. data/helpers/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php +70 -0
  843. data/helpers/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php +262 -0
  844. data/helpers/vendor/symfony/finder/composer.json +33 -0
  845. data/helpers/vendor/symfony/finder/phpunit.xml.dist +30 -0
  846. data/helpers/vendor/symfony/polyfill-ctype/Ctype.php +227 -0
  847. data/helpers/vendor/symfony/polyfill-ctype/LICENSE +19 -0
  848. data/helpers/vendor/symfony/polyfill-ctype/README.md +12 -0
  849. data/helpers/vendor/symfony/polyfill-ctype/bootstrap.php +26 -0
  850. data/helpers/vendor/symfony/polyfill-ctype/composer.json +34 -0
  851. data/helpers/vendor/symfony/polyfill-mbstring/LICENSE +19 -0
  852. data/helpers/vendor/symfony/polyfill-mbstring/Mbstring.php +800 -0
  853. data/helpers/vendor/symfony/polyfill-mbstring/README.md +13 -0
  854. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +1096 -0
  855. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +5 -0
  856. data/helpers/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +1104 -0
  857. data/helpers/vendor/symfony/polyfill-mbstring/bootstrap.php +58 -0
  858. data/helpers/vendor/symfony/polyfill-mbstring/composer.json +34 -0
  859. data/helpers/vendor/symfony/polyfill-php73/LICENSE +19 -0
  860. data/helpers/vendor/symfony/polyfill-php73/Php73.php +34 -0
  861. data/helpers/vendor/symfony/polyfill-php73/README.md +18 -0
  862. data/helpers/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php +14 -0
  863. data/helpers/vendor/symfony/polyfill-php73/bootstrap.php +31 -0
  864. data/helpers/vendor/symfony/polyfill-php73/composer.json +32 -0
  865. data/helpers/vendor/symfony/process/.gitignore +3 -0
  866. data/helpers/vendor/symfony/process/CHANGELOG.md +90 -0
  867. data/helpers/vendor/symfony/process/Exception/ExceptionInterface.php +21 -0
  868. data/helpers/vendor/symfony/process/Exception/InvalidArgumentException.php +21 -0
  869. data/helpers/vendor/symfony/process/Exception/LogicException.php +21 -0
  870. data/helpers/vendor/symfony/process/Exception/ProcessFailedException.php +54 -0
  871. data/helpers/vendor/symfony/process/Exception/ProcessSignaledException.php +41 -0
  872. data/helpers/vendor/symfony/process/Exception/ProcessTimedOutException.php +69 -0
  873. data/helpers/vendor/symfony/process/Exception/RuntimeException.php +21 -0
  874. data/helpers/vendor/symfony/process/ExecutableFinder.php +88 -0
  875. data/helpers/vendor/symfony/process/InputStream.php +90 -0
  876. data/helpers/vendor/symfony/process/LICENSE +19 -0
  877. data/helpers/vendor/symfony/process/PhpExecutableFinder.php +101 -0
  878. data/helpers/vendor/symfony/process/PhpProcess.php +75 -0
  879. data/helpers/vendor/symfony/process/Pipes/AbstractPipes.php +178 -0
  880. data/helpers/vendor/symfony/process/Pipes/PipesInterface.php +67 -0
  881. data/helpers/vendor/symfony/process/Pipes/UnixPipes.php +153 -0
  882. data/helpers/vendor/symfony/process/Pipes/WindowsPipes.php +191 -0
  883. data/helpers/vendor/symfony/process/Process.php +1653 -0
  884. data/helpers/vendor/symfony/process/ProcessUtils.php +69 -0
  885. data/helpers/vendor/symfony/process/README.md +13 -0
  886. data/helpers/vendor/symfony/process/Tests/ErrorProcessInitiator.php +36 -0
  887. data/helpers/vendor/symfony/process/Tests/ExecutableFinderTest.php +178 -0
  888. data/helpers/vendor/symfony/process/Tests/KillableProcessWithOutput.php +25 -0
  889. data/helpers/vendor/symfony/process/Tests/NonStopableProcess.php +47 -0
  890. data/helpers/vendor/symfony/process/Tests/PhpExecutableFinderTest.php +49 -0
  891. data/helpers/vendor/symfony/process/Tests/PhpProcessTest.php +63 -0
  892. data/helpers/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php +72 -0
  893. data/helpers/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php +137 -0
  894. data/helpers/vendor/symfony/process/Tests/ProcessTest.php +1557 -0
  895. data/helpers/vendor/symfony/process/Tests/SignalListener.php +21 -0
  896. data/helpers/vendor/symfony/process/composer.json +33 -0
  897. data/helpers/vendor/symfony/process/phpunit.xml.dist +30 -0
  898. data/helpers/vendor/symfony/service-contracts/LICENSE +19 -0
  899. data/helpers/vendor/symfony/service-contracts/README.md +9 -0
  900. data/helpers/vendor/symfony/service-contracts/ResetInterface.php +30 -0
  901. data/helpers/vendor/symfony/service-contracts/ServiceLocatorTrait.php +120 -0
  902. data/helpers/vendor/symfony/service-contracts/ServiceProviderInterface.php +36 -0
  903. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberInterface.php +53 -0
  904. data/helpers/vendor/symfony/service-contracts/ServiceSubscriberTrait.php +61 -0
  905. data/helpers/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +94 -0
  906. data/helpers/vendor/symfony/service-contracts/composer.json +34 -0
  907. metadata +908 -3
@@ -0,0 +1,59 @@
1
+ <?php
2
+
3
+ $header = <<<EOF
4
+ This file is part of composer/spdx-licenses.
5
+
6
+ (c) Composer <https://github.com/composer>
7
+
8
+ For the full copyright and license information, please view
9
+ the LICENSE file that was distributed with this source code.
10
+ EOF;
11
+
12
+ $finder = PhpCsFixer\Finder::create()
13
+ ->files()
14
+ ->name('*.php')
15
+ ->in(__DIR__.'/src')
16
+ ->in(__DIR__.'/tests')
17
+ ;
18
+
19
+ /* fabpot/php-cs-fixer:^2.0-dev */
20
+ return PhpCsFixer\Config::create()
21
+ ->setUsingCache(true)
22
+ //->setUsingLinter(false)
23
+ ->setRiskyAllowed(true)
24
+ ->setRules(array(
25
+ '@PSR2' => true,
26
+ 'binary_operator_spaces' => true,
27
+ 'blank_line_before_return' => true,
28
+ 'cast_spaces' => true,
29
+ 'header_comment' => array('header' => $header),
30
+ 'include' => true,
31
+ 'long_array_syntax' => true,
32
+ 'method_separation' => true,
33
+ 'no_blank_lines_after_class_opening' => true,
34
+ 'no_blank_lines_after_phpdoc' => true,
35
+ 'no_blank_lines_between_uses' => true,
36
+ 'no_duplicate_semicolons' => true,
37
+ 'no_extra_consecutive_blank_lines' => true,
38
+ 'no_leading_import_slash' => true,
39
+ 'no_leading_namespace_whitespace' => true,
40
+ 'no_trailing_comma_in_singleline_array' => true,
41
+ 'no_unused_imports' => true,
42
+ 'no_whitespace_in_blank_lines' => true,
43
+ 'object_operator_without_whitespace' => true,
44
+ 'phpdoc_align' => true,
45
+ 'phpdoc_indent' => true,
46
+ 'phpdoc_no_access' => true,
47
+ 'phpdoc_no_package' => true,
48
+ 'phpdoc_order' => true,
49
+ 'phpdoc_scalar' => true,
50
+ 'phpdoc_trim' => true,
51
+ 'phpdoc_type_to_var' => true,
52
+ 'psr0' => true,
53
+ 'single_blank_line_before_namespace' => true,
54
+ 'standardize_not_equals' => true,
55
+ 'ternary_operator_spaces' => true,
56
+ 'trailing_comma_in_multiline_array' => true,
57
+ ))
58
+ ->finder($finder)
59
+ ;
@@ -0,0 +1,94 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project adheres to [Semantic Versioning](http://semver.org/).
5
+
6
+ ## [master]
7
+
8
+ ...
9
+
10
+ ## [1.5.2] 2019-07-29
11
+
12
+ * Changed: updated licenses list to SPDX 3.6
13
+
14
+ ## [1.5.1] 2019-03-26
15
+
16
+ * Changed: updated licenses list to SPDX 3.4
17
+
18
+ ## [1.5.0] 2018-11-01
19
+
20
+ * Changed: updated licenses list to SPDX 3.3
21
+
22
+ ## [1.4.0] 2018-05-04
23
+
24
+ * Changed: updated licenses list to SPDX 3.1
25
+
26
+ ## [1.3.0] 2018-01-31
27
+
28
+ * Added: `SpdxLicenses::getLicenses` to get the whole list of methods.
29
+ * Changed: license identifiers are now case insensitive.
30
+
31
+ ## [1.2.0] 2018-01-03
32
+
33
+ * Added: deprecation status for all licenses and a `SpdxLicenses::isDeprecatedByIdentifier` method.
34
+ * Changed: updated licenses list to SPDX 3.0.
35
+
36
+ ## [1.1.6] 2017-04-03
37
+
38
+ * Changed: updated licenses list.
39
+
40
+ ## [1.1.5] 2016-09-28
41
+
42
+ * Changed: updated licenses list.
43
+
44
+ ## [1.1.4] 2016-05-04
45
+
46
+ * Changed: updated licenses list.
47
+
48
+ ## [1.1.3] 2016-03-25
49
+
50
+ * Changed: updated licenses list.
51
+ * Changed: dropped `test` namespace.
52
+ * Changed: tedious small things.
53
+
54
+ ## [1.1.2] 2015-10-05
55
+
56
+ * Changed: updated licenses list.
57
+
58
+ ## [1.1.1] 2015-09-07
59
+
60
+ * Changed: improved performance when looking up just one license.
61
+ * Changed: updated licenses list.
62
+
63
+ ## [1.1.0] 2015-07-17
64
+
65
+ * Changed: updater now sorts licenses and exceptions by key.
66
+ * Changed: filenames now class constants of SpdxLicenses (`LICENSES_FILE` and `EXCEPTIONS_FILE`).
67
+ * Changed: resources directory now available via static method `SpdxLicenses::getResourcesDir()`.
68
+ * Changed: updated licenses list.
69
+ * Changed: removed json-schema requirement.
70
+
71
+ ## [1.0.0] 2015-07-15
72
+
73
+ * Break: the following classes and namespaces were renamed:
74
+ - Namespace: `Composer\Util` -> `Composer\Spdx`
75
+ - Classname: `SpdxLicense` -> `SpdxLicenses`
76
+ - Classname: `SpdxLicenseTest` -> `SpdxLicensesTest`
77
+ - Classname: `Updater` -> `SpdxLicensesUpdater`
78
+ * Changed: validation via regex implementation instead of lexer.
79
+
80
+ [master]: https://github.com/composer/spdx-licenses/compare/1.5.2...master
81
+ [1.5.2]: https://github.com/composer/spdx-licenses/compare/1.5.1...1.5.2
82
+ [1.5.1]: https://github.com/composer/spdx-licenses/compare/1.5.0...1.5.1
83
+ [1.5.0]: https://github.com/composer/spdx-licenses/compare/1.4.0...1.5.0
84
+ [1.4.0]: https://github.com/composer/spdx-licenses/compare/1.3.0...1.4.0
85
+ [1.3.0]: https://github.com/composer/spdx-licenses/compare/1.2.0...1.3.0
86
+ [1.2.0]: https://github.com/composer/spdx-licenses/compare/1.1.6...1.2.0
87
+ [1.1.6]: https://github.com/composer/spdx-licenses/compare/1.1.5...1.1.6
88
+ [1.1.5]: https://github.com/composer/spdx-licenses/compare/1.1.4...1.1.5
89
+ [1.1.4]: https://github.com/composer/spdx-licenses/compare/1.1.3...1.1.4
90
+ [1.1.3]: https://github.com/composer/spdx-licenses/compare/1.1.2...1.1.3
91
+ [1.1.2]: https://github.com/composer/spdx-licenses/compare/1.1.1...1.1.2
92
+ [1.1.1]: https://github.com/composer/spdx-licenses/compare/1.1.0...1.1.1
93
+ [1.1.0]: https://github.com/composer/spdx-licenses/compare/1.0.0...1.1.0
94
+ [1.0.0]: https://github.com/composer/spdx-licenses/compare/0281a7fe7820c990db3058844e7d448d7b70e3ac...1.0.0
@@ -0,0 +1,19 @@
1
+ Copyright (C) 2015 Composer
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -0,0 +1,69 @@
1
+ composer/spdx-licenses
2
+ ======================
3
+
4
+ SPDX (Software Package Data Exchange) licenses list and validation library.
5
+
6
+ Originally written as part of [composer/composer](https://github.com/composer/composer),
7
+ now extracted and made available as a stand-alone library.
8
+
9
+ [![Build Status](https://travis-ci.org/composer/spdx-licenses.svg?branch=master)](https://travis-ci.org/composer/spdx-licenses)
10
+
11
+ Installation
12
+ ------------
13
+
14
+ Install the latest version with:
15
+
16
+ ```bash
17
+ $ composer require composer/spdx-licenses
18
+ ```
19
+
20
+ Basic Usage
21
+ -----------
22
+
23
+ ```php
24
+ <?php
25
+
26
+ use Composer\Spdx\SpdxLicenses;
27
+
28
+ $licenses = new SpdxLicenses();
29
+
30
+ // get a license by identifier
31
+ $licenses->getLicenseByIdentifier('MIT');
32
+
33
+ // get a license exception by identifier
34
+ $licenses->getExceptionByIdentifier('Autoconf-exception-3.0');
35
+
36
+ // get a license identifier by name
37
+ $licenses->getIdentifierByName('MIT License');
38
+
39
+ // check if a license is OSI approved by identifier
40
+ $licenses->isOsiApprovedByIdentifier('MIT');
41
+
42
+ // check if a license identifier is deprecated
43
+ $licenses->isDeprecatedByIdentifier('MIT');
44
+
45
+ // check if input is a valid SPDX license expression
46
+ $licenses->validate($input);
47
+ ```
48
+
49
+ > Read the [specifications](https://spdx.org/specifications)
50
+ > to find out more about valid license expressions.
51
+
52
+ Requirements
53
+ ------------
54
+
55
+ * PHP 5.3.2 is required but using the latest version of PHP is highly recommended.
56
+
57
+ License
58
+ -------
59
+
60
+ composer/spdx-licenses is licensed under the MIT License, see the LICENSE file for details.
61
+
62
+ Source
63
+ ------
64
+
65
+ License information is curated by [SPDX](https://spdx.org/). The data is pulled from the
66
+ [License List Data](https://github.com/spdx/license-list-data) repository.
67
+
68
+ * [Licenses](https://spdx.org/licenses/index.html)
69
+ * [License Exceptions](https://spdx.org/licenses/exceptions-index.html)
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "composer/spdx-licenses",
3
+ "description": "SPDX licenses list and validation library.",
4
+ "type": "library",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "spdx",
8
+ "license",
9
+ "validator"
10
+ ],
11
+ "authors": [
12
+ {
13
+ "name": "Nils Adermann",
14
+ "email": "naderman@naderman.de",
15
+ "homepage": "http://www.naderman.de"
16
+ },
17
+ {
18
+ "name": "Jordi Boggiano",
19
+ "email": "j.boggiano@seld.be",
20
+ "homepage": "http://seld.be"
21
+ },
22
+ {
23
+ "name": "Rob Bast",
24
+ "email": "rob.bast@gmail.com",
25
+ "homepage": "http://robbast.nl"
26
+ }
27
+ ],
28
+ "support": {
29
+ "irc": "irc://irc.freenode.org/composer",
30
+ "issues": "https://github.com/composer/spdx-licenses/issues"
31
+ },
32
+ "require": {
33
+ "php": "^5.3.2 || ^7.0 || ^8.0"
34
+ },
35
+ "require-dev": {
36
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
37
+ },
38
+ "autoload": {
39
+ "psr-4": {
40
+ "Composer\\Spdx\\": "src"
41
+ }
42
+ },
43
+ "autoload-dev": {
44
+ "psr-4": {
45
+ "Composer\\Spdx\\": "tests"
46
+ }
47
+ },
48
+ "extra": {
49
+ "branch-alias": {
50
+ "dev-master": "1.x-dev"
51
+ }
52
+ },
53
+ "scripts": {
54
+ "test": "phpunit"
55
+ }
56
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "389-exception": [
3
+ "389 Directory Server Exception"
4
+ ],
5
+ "Autoconf-exception-2.0": [
6
+ "Autoconf exception 2.0"
7
+ ],
8
+ "Autoconf-exception-3.0": [
9
+ "Autoconf exception 3.0"
10
+ ],
11
+ "Bison-exception-2.2": [
12
+ "Bison exception 2.2"
13
+ ],
14
+ "Bootloader-exception": [
15
+ "Bootloader Distribution Exception"
16
+ ],
17
+ "Classpath-exception-2.0": [
18
+ "Classpath exception 2.0"
19
+ ],
20
+ "CLISP-exception-2.0": [
21
+ "CLISP exception 2.0"
22
+ ],
23
+ "DigiRule-FOSS-exception": [
24
+ "DigiRule FOSS License Exception"
25
+ ],
26
+ "eCos-exception-2.0": [
27
+ "eCos exception 2.0"
28
+ ],
29
+ "Fawkes-Runtime-exception": [
30
+ "Fawkes Runtime Exception"
31
+ ],
32
+ "FLTK-exception": [
33
+ "FLTK exception"
34
+ ],
35
+ "Font-exception-2.0": [
36
+ "Font exception 2.0"
37
+ ],
38
+ "freertos-exception-2.0": [
39
+ "FreeRTOS Exception 2.0"
40
+ ],
41
+ "GCC-exception-2.0": [
42
+ "GCC Runtime Library exception 2.0"
43
+ ],
44
+ "GCC-exception-3.1": [
45
+ "GCC Runtime Library exception 3.1"
46
+ ],
47
+ "gnu-javamail-exception": [
48
+ "GNU JavaMail exception"
49
+ ],
50
+ "GPL-CC-1.0": [
51
+ "GPL Cooperation Commitment 1.0"
52
+ ],
53
+ "i2p-gpl-java-exception": [
54
+ "i2p GPL+Java Exception"
55
+ ],
56
+ "Libtool-exception": [
57
+ "Libtool Exception"
58
+ ],
59
+ "Linux-syscall-note": [
60
+ "Linux Syscall Note"
61
+ ],
62
+ "LLVM-exception": [
63
+ "LLVM Exception"
64
+ ],
65
+ "LZMA-exception": [
66
+ "LZMA exception"
67
+ ],
68
+ "mif-exception": [
69
+ "Macros and Inline Functions Exception"
70
+ ],
71
+ "Nokia-Qt-exception-1.1": [
72
+ "Nokia Qt LGPL exception 1.1"
73
+ ],
74
+ "OCaml-LGPL-linking-exception": [
75
+ "OCaml LGPL Linking Exception"
76
+ ],
77
+ "OCCT-exception-1.0": [
78
+ "Open CASCADE Exception 1.0"
79
+ ],
80
+ "OpenJDK-assembly-exception-1.0": [
81
+ "OpenJDK Assembly exception 1.0"
82
+ ],
83
+ "openvpn-openssl-exception": [
84
+ "OpenVPN OpenSSL Exception"
85
+ ],
86
+ "PS-or-PDF-font-exception-20170817": [
87
+ "PS/PDF font exception (2017-08-17)"
88
+ ],
89
+ "Qt-GPL-exception-1.0": [
90
+ "Qt GPL exception 1.0"
91
+ ],
92
+ "Qt-LGPL-exception-1.1": [
93
+ "Qt LGPL exception 1.1"
94
+ ],
95
+ "Qwt-exception-1.0": [
96
+ "Qwt exception 1.0"
97
+ ],
98
+ "Swift-exception": [
99
+ "Swift Exception"
100
+ ],
101
+ "u-boot-exception-2.0": [
102
+ "U-Boot exception 2.0"
103
+ ],
104
+ "Universal-FOSS-exception-1.0": [
105
+ "Universal FOSS Exception, Version 1.0"
106
+ ],
107
+ "WxWindows-exception-3.1": [
108
+ "WxWindows Library Exception 3.1"
109
+ ]
110
+ }
@@ -0,0 +1,1982 @@
1
+ {
2
+ "0BSD": [
3
+ "BSD Zero Clause License",
4
+ true,
5
+ false
6
+ ],
7
+ "AAL": [
8
+ "Attribution Assurance License",
9
+ true,
10
+ false
11
+ ],
12
+ "Abstyles": [
13
+ "Abstyles License",
14
+ false,
15
+ false
16
+ ],
17
+ "Adobe-2006": [
18
+ "Adobe Systems Incorporated Source Code License Agreement",
19
+ false,
20
+ false
21
+ ],
22
+ "Adobe-Glyph": [
23
+ "Adobe Glyph List License",
24
+ false,
25
+ false
26
+ ],
27
+ "ADSL": [
28
+ "Amazon Digital Services License",
29
+ false,
30
+ false
31
+ ],
32
+ "AFL-1.1": [
33
+ "Academic Free License v1.1",
34
+ true,
35
+ false
36
+ ],
37
+ "AFL-1.2": [
38
+ "Academic Free License v1.2",
39
+ true,
40
+ false
41
+ ],
42
+ "AFL-2.0": [
43
+ "Academic Free License v2.0",
44
+ true,
45
+ false
46
+ ],
47
+ "AFL-2.1": [
48
+ "Academic Free License v2.1",
49
+ true,
50
+ false
51
+ ],
52
+ "AFL-3.0": [
53
+ "Academic Free License v3.0",
54
+ true,
55
+ false
56
+ ],
57
+ "Afmparse": [
58
+ "Afmparse License",
59
+ false,
60
+ false
61
+ ],
62
+ "AGPL-1.0": [
63
+ "Affero General Public License v1.0",
64
+ false,
65
+ true
66
+ ],
67
+ "AGPL-1.0-only": [
68
+ "Affero General Public License v1.0 only",
69
+ false,
70
+ false
71
+ ],
72
+ "AGPL-1.0-or-later": [
73
+ "Affero General Public License v1.0 or later",
74
+ false,
75
+ false
76
+ ],
77
+ "AGPL-3.0": [
78
+ "GNU Affero General Public License v3.0",
79
+ true,
80
+ true
81
+ ],
82
+ "AGPL-3.0-only": [
83
+ "GNU Affero General Public License v3.0 only",
84
+ true,
85
+ false
86
+ ],
87
+ "AGPL-3.0-or-later": [
88
+ "GNU Affero General Public License v3.0 or later",
89
+ true,
90
+ false
91
+ ],
92
+ "Aladdin": [
93
+ "Aladdin Free Public License",
94
+ false,
95
+ false
96
+ ],
97
+ "AMDPLPA": [
98
+ "AMD's plpa_map.c License",
99
+ false,
100
+ false
101
+ ],
102
+ "AML": [
103
+ "Apple MIT License",
104
+ false,
105
+ false
106
+ ],
107
+ "AMPAS": [
108
+ "Academy of Motion Picture Arts and Sciences BSD",
109
+ false,
110
+ false
111
+ ],
112
+ "ANTLR-PD": [
113
+ "ANTLR Software Rights Notice",
114
+ false,
115
+ false
116
+ ],
117
+ "Apache-1.0": [
118
+ "Apache License 1.0",
119
+ false,
120
+ false
121
+ ],
122
+ "Apache-1.1": [
123
+ "Apache License 1.1",
124
+ true,
125
+ false
126
+ ],
127
+ "Apache-2.0": [
128
+ "Apache License 2.0",
129
+ true,
130
+ false
131
+ ],
132
+ "APAFML": [
133
+ "Adobe Postscript AFM License",
134
+ false,
135
+ false
136
+ ],
137
+ "APL-1.0": [
138
+ "Adaptive Public License 1.0",
139
+ true,
140
+ false
141
+ ],
142
+ "APSL-1.0": [
143
+ "Apple Public Source License 1.0",
144
+ true,
145
+ false
146
+ ],
147
+ "APSL-1.1": [
148
+ "Apple Public Source License 1.1",
149
+ true,
150
+ false
151
+ ],
152
+ "APSL-1.2": [
153
+ "Apple Public Source License 1.2",
154
+ true,
155
+ false
156
+ ],
157
+ "APSL-2.0": [
158
+ "Apple Public Source License 2.0",
159
+ true,
160
+ false
161
+ ],
162
+ "Artistic-1.0": [
163
+ "Artistic License 1.0",
164
+ true,
165
+ false
166
+ ],
167
+ "Artistic-1.0-cl8": [
168
+ "Artistic License 1.0 w/clause 8",
169
+ true,
170
+ false
171
+ ],
172
+ "Artistic-1.0-Perl": [
173
+ "Artistic License 1.0 (Perl)",
174
+ true,
175
+ false
176
+ ],
177
+ "Artistic-2.0": [
178
+ "Artistic License 2.0",
179
+ true,
180
+ false
181
+ ],
182
+ "Bahyph": [
183
+ "Bahyph License",
184
+ false,
185
+ false
186
+ ],
187
+ "Barr": [
188
+ "Barr License",
189
+ false,
190
+ false
191
+ ],
192
+ "Beerware": [
193
+ "Beerware License",
194
+ false,
195
+ false
196
+ ],
197
+ "BitTorrent-1.0": [
198
+ "BitTorrent Open Source License v1.0",
199
+ false,
200
+ false
201
+ ],
202
+ "BitTorrent-1.1": [
203
+ "BitTorrent Open Source License v1.1",
204
+ false,
205
+ false
206
+ ],
207
+ "blessing": [
208
+ "SQLite Blessing",
209
+ false,
210
+ false
211
+ ],
212
+ "BlueOak-1.0.0": [
213
+ "Blue Oak Model License 1.0.0",
214
+ false,
215
+ false
216
+ ],
217
+ "Borceux": [
218
+ "Borceux license",
219
+ false,
220
+ false
221
+ ],
222
+ "BSD-1-Clause": [
223
+ "BSD 1-Clause License",
224
+ false,
225
+ false
226
+ ],
227
+ "BSD-2-Clause": [
228
+ "BSD 2-Clause \"Simplified\" License",
229
+ true,
230
+ false
231
+ ],
232
+ "BSD-2-Clause-FreeBSD": [
233
+ "BSD 2-Clause FreeBSD License",
234
+ false,
235
+ false
236
+ ],
237
+ "BSD-2-Clause-NetBSD": [
238
+ "BSD 2-Clause NetBSD License",
239
+ false,
240
+ false
241
+ ],
242
+ "BSD-2-Clause-Patent": [
243
+ "BSD-2-Clause Plus Patent License",
244
+ true,
245
+ false
246
+ ],
247
+ "BSD-3-Clause": [
248
+ "BSD 3-Clause \"New\" or \"Revised\" License",
249
+ true,
250
+ false
251
+ ],
252
+ "BSD-3-Clause-Attribution": [
253
+ "BSD with attribution",
254
+ false,
255
+ false
256
+ ],
257
+ "BSD-3-Clause-Clear": [
258
+ "BSD 3-Clause Clear License",
259
+ false,
260
+ false
261
+ ],
262
+ "BSD-3-Clause-LBNL": [
263
+ "Lawrence Berkeley National Labs BSD variant license",
264
+ true,
265
+ false
266
+ ],
267
+ "BSD-3-Clause-No-Nuclear-License": [
268
+ "BSD 3-Clause No Nuclear License",
269
+ false,
270
+ false
271
+ ],
272
+ "BSD-3-Clause-No-Nuclear-License-2014": [
273
+ "BSD 3-Clause No Nuclear License 2014",
274
+ false,
275
+ false
276
+ ],
277
+ "BSD-3-Clause-No-Nuclear-Warranty": [
278
+ "BSD 3-Clause No Nuclear Warranty",
279
+ false,
280
+ false
281
+ ],
282
+ "BSD-3-Clause-Open-MPI": [
283
+ "BSD 3-Clause Open MPI variant",
284
+ false,
285
+ false
286
+ ],
287
+ "BSD-4-Clause": [
288
+ "BSD 4-Clause \"Original\" or \"Old\" License",
289
+ false,
290
+ false
291
+ ],
292
+ "BSD-4-Clause-UC": [
293
+ "BSD-4-Clause (University of California-Specific)",
294
+ false,
295
+ false
296
+ ],
297
+ "BSD-Protection": [
298
+ "BSD Protection License",
299
+ false,
300
+ false
301
+ ],
302
+ "BSD-Source-Code": [
303
+ "BSD Source Code Attribution",
304
+ false,
305
+ false
306
+ ],
307
+ "BSL-1.0": [
308
+ "Boost Software License 1.0",
309
+ true,
310
+ false
311
+ ],
312
+ "bzip2-1.0.5": [
313
+ "bzip2 and libbzip2 License v1.0.5",
314
+ false,
315
+ false
316
+ ],
317
+ "bzip2-1.0.6": [
318
+ "bzip2 and libbzip2 License v1.0.6",
319
+ false,
320
+ false
321
+ ],
322
+ "Caldera": [
323
+ "Caldera License",
324
+ false,
325
+ false
326
+ ],
327
+ "CATOSL-1.1": [
328
+ "Computer Associates Trusted Open Source License 1.1",
329
+ true,
330
+ false
331
+ ],
332
+ "CC-BY-1.0": [
333
+ "Creative Commons Attribution 1.0 Generic",
334
+ false,
335
+ false
336
+ ],
337
+ "CC-BY-2.0": [
338
+ "Creative Commons Attribution 2.0 Generic",
339
+ false,
340
+ false
341
+ ],
342
+ "CC-BY-2.5": [
343
+ "Creative Commons Attribution 2.5 Generic",
344
+ false,
345
+ false
346
+ ],
347
+ "CC-BY-3.0": [
348
+ "Creative Commons Attribution 3.0 Unported",
349
+ false,
350
+ false
351
+ ],
352
+ "CC-BY-4.0": [
353
+ "Creative Commons Attribution 4.0 International",
354
+ false,
355
+ false
356
+ ],
357
+ "CC-BY-NC-1.0": [
358
+ "Creative Commons Attribution Non Commercial 1.0 Generic",
359
+ false,
360
+ false
361
+ ],
362
+ "CC-BY-NC-2.0": [
363
+ "Creative Commons Attribution Non Commercial 2.0 Generic",
364
+ false,
365
+ false
366
+ ],
367
+ "CC-BY-NC-2.5": [
368
+ "Creative Commons Attribution Non Commercial 2.5 Generic",
369
+ false,
370
+ false
371
+ ],
372
+ "CC-BY-NC-3.0": [
373
+ "Creative Commons Attribution Non Commercial 3.0 Unported",
374
+ false,
375
+ false
376
+ ],
377
+ "CC-BY-NC-4.0": [
378
+ "Creative Commons Attribution Non Commercial 4.0 International",
379
+ false,
380
+ false
381
+ ],
382
+ "CC-BY-NC-ND-1.0": [
383
+ "Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic",
384
+ false,
385
+ false
386
+ ],
387
+ "CC-BY-NC-ND-2.0": [
388
+ "Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic",
389
+ false,
390
+ false
391
+ ],
392
+ "CC-BY-NC-ND-2.5": [
393
+ "Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic",
394
+ false,
395
+ false
396
+ ],
397
+ "CC-BY-NC-ND-3.0": [
398
+ "Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported",
399
+ false,
400
+ false
401
+ ],
402
+ "CC-BY-NC-ND-4.0": [
403
+ "Creative Commons Attribution Non Commercial No Derivatives 4.0 International",
404
+ false,
405
+ false
406
+ ],
407
+ "CC-BY-NC-SA-1.0": [
408
+ "Creative Commons Attribution Non Commercial Share Alike 1.0 Generic",
409
+ false,
410
+ false
411
+ ],
412
+ "CC-BY-NC-SA-2.0": [
413
+ "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic",
414
+ false,
415
+ false
416
+ ],
417
+ "CC-BY-NC-SA-2.5": [
418
+ "Creative Commons Attribution Non Commercial Share Alike 2.5 Generic",
419
+ false,
420
+ false
421
+ ],
422
+ "CC-BY-NC-SA-3.0": [
423
+ "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported",
424
+ false,
425
+ false
426
+ ],
427
+ "CC-BY-NC-SA-4.0": [
428
+ "Creative Commons Attribution Non Commercial Share Alike 4.0 International",
429
+ false,
430
+ false
431
+ ],
432
+ "CC-BY-ND-1.0": [
433
+ "Creative Commons Attribution No Derivatives 1.0 Generic",
434
+ false,
435
+ false
436
+ ],
437
+ "CC-BY-ND-2.0": [
438
+ "Creative Commons Attribution No Derivatives 2.0 Generic",
439
+ false,
440
+ false
441
+ ],
442
+ "CC-BY-ND-2.5": [
443
+ "Creative Commons Attribution No Derivatives 2.5 Generic",
444
+ false,
445
+ false
446
+ ],
447
+ "CC-BY-ND-3.0": [
448
+ "Creative Commons Attribution No Derivatives 3.0 Unported",
449
+ false,
450
+ false
451
+ ],
452
+ "CC-BY-ND-4.0": [
453
+ "Creative Commons Attribution No Derivatives 4.0 International",
454
+ false,
455
+ false
456
+ ],
457
+ "CC-BY-SA-1.0": [
458
+ "Creative Commons Attribution Share Alike 1.0 Generic",
459
+ false,
460
+ false
461
+ ],
462
+ "CC-BY-SA-2.0": [
463
+ "Creative Commons Attribution Share Alike 2.0 Generic",
464
+ false,
465
+ false
466
+ ],
467
+ "CC-BY-SA-2.5": [
468
+ "Creative Commons Attribution Share Alike 2.5 Generic",
469
+ false,
470
+ false
471
+ ],
472
+ "CC-BY-SA-3.0": [
473
+ "Creative Commons Attribution Share Alike 3.0 Unported",
474
+ false,
475
+ false
476
+ ],
477
+ "CC-BY-SA-4.0": [
478
+ "Creative Commons Attribution Share Alike 4.0 International",
479
+ false,
480
+ false
481
+ ],
482
+ "CC-PDDC": [
483
+ "Creative Commons Public Domain Dedication and Certification",
484
+ false,
485
+ false
486
+ ],
487
+ "CC0-1.0": [
488
+ "Creative Commons Zero v1.0 Universal",
489
+ false,
490
+ false
491
+ ],
492
+ "CDDL-1.0": [
493
+ "Common Development and Distribution License 1.0",
494
+ true,
495
+ false
496
+ ],
497
+ "CDDL-1.1": [
498
+ "Common Development and Distribution License 1.1",
499
+ false,
500
+ false
501
+ ],
502
+ "CDLA-Permissive-1.0": [
503
+ "Community Data License Agreement Permissive 1.0",
504
+ false,
505
+ false
506
+ ],
507
+ "CDLA-Sharing-1.0": [
508
+ "Community Data License Agreement Sharing 1.0",
509
+ false,
510
+ false
511
+ ],
512
+ "CECILL-1.0": [
513
+ "CeCILL Free Software License Agreement v1.0",
514
+ false,
515
+ false
516
+ ],
517
+ "CECILL-1.1": [
518
+ "CeCILL Free Software License Agreement v1.1",
519
+ false,
520
+ false
521
+ ],
522
+ "CECILL-2.0": [
523
+ "CeCILL Free Software License Agreement v2.0",
524
+ false,
525
+ false
526
+ ],
527
+ "CECILL-2.1": [
528
+ "CeCILL Free Software License Agreement v2.1",
529
+ true,
530
+ false
531
+ ],
532
+ "CECILL-B": [
533
+ "CeCILL-B Free Software License Agreement",
534
+ false,
535
+ false
536
+ ],
537
+ "CECILL-C": [
538
+ "CeCILL-C Free Software License Agreement",
539
+ false,
540
+ false
541
+ ],
542
+ "CERN-OHL-1.1": [
543
+ "CERN Open Hardware License v1.1",
544
+ false,
545
+ false
546
+ ],
547
+ "CERN-OHL-1.2": [
548
+ "CERN Open Hardware Licence v1.2",
549
+ false,
550
+ false
551
+ ],
552
+ "ClArtistic": [
553
+ "Clarified Artistic License",
554
+ false,
555
+ false
556
+ ],
557
+ "CNRI-Jython": [
558
+ "CNRI Jython License",
559
+ false,
560
+ false
561
+ ],
562
+ "CNRI-Python": [
563
+ "CNRI Python License",
564
+ true,
565
+ false
566
+ ],
567
+ "CNRI-Python-GPL-Compatible": [
568
+ "CNRI Python Open Source GPL Compatible License Agreement",
569
+ false,
570
+ false
571
+ ],
572
+ "Condor-1.1": [
573
+ "Condor Public License v1.1",
574
+ false,
575
+ false
576
+ ],
577
+ "copyleft-next-0.3.0": [
578
+ "copyleft-next 0.3.0",
579
+ false,
580
+ false
581
+ ],
582
+ "copyleft-next-0.3.1": [
583
+ "copyleft-next 0.3.1",
584
+ false,
585
+ false
586
+ ],
587
+ "CPAL-1.0": [
588
+ "Common Public Attribution License 1.0",
589
+ true,
590
+ false
591
+ ],
592
+ "CPL-1.0": [
593
+ "Common Public License 1.0",
594
+ true,
595
+ false
596
+ ],
597
+ "CPOL-1.02": [
598
+ "Code Project Open License 1.02",
599
+ false,
600
+ false
601
+ ],
602
+ "Crossword": [
603
+ "Crossword License",
604
+ false,
605
+ false
606
+ ],
607
+ "CrystalStacker": [
608
+ "CrystalStacker License",
609
+ false,
610
+ false
611
+ ],
612
+ "CUA-OPL-1.0": [
613
+ "CUA Office Public License v1.0",
614
+ true,
615
+ false
616
+ ],
617
+ "Cube": [
618
+ "Cube License",
619
+ false,
620
+ false
621
+ ],
622
+ "curl": [
623
+ "curl License",
624
+ false,
625
+ false
626
+ ],
627
+ "D-FSL-1.0": [
628
+ "Deutsche Freie Software Lizenz",
629
+ false,
630
+ false
631
+ ],
632
+ "diffmark": [
633
+ "diffmark license",
634
+ false,
635
+ false
636
+ ],
637
+ "DOC": [
638
+ "DOC License",
639
+ false,
640
+ false
641
+ ],
642
+ "Dotseqn": [
643
+ "Dotseqn License",
644
+ false,
645
+ false
646
+ ],
647
+ "DSDP": [
648
+ "DSDP License",
649
+ false,
650
+ false
651
+ ],
652
+ "dvipdfm": [
653
+ "dvipdfm License",
654
+ false,
655
+ false
656
+ ],
657
+ "ECL-1.0": [
658
+ "Educational Community License v1.0",
659
+ true,
660
+ false
661
+ ],
662
+ "ECL-2.0": [
663
+ "Educational Community License v2.0",
664
+ true,
665
+ false
666
+ ],
667
+ "eCos-2.0": [
668
+ "eCos license version 2.0",
669
+ false,
670
+ true
671
+ ],
672
+ "EFL-1.0": [
673
+ "Eiffel Forum License v1.0",
674
+ true,
675
+ false
676
+ ],
677
+ "EFL-2.0": [
678
+ "Eiffel Forum License v2.0",
679
+ true,
680
+ false
681
+ ],
682
+ "eGenix": [
683
+ "eGenix.com Public License 1.1.0",
684
+ false,
685
+ false
686
+ ],
687
+ "Entessa": [
688
+ "Entessa Public License v1.0",
689
+ true,
690
+ false
691
+ ],
692
+ "EPL-1.0": [
693
+ "Eclipse Public License 1.0",
694
+ true,
695
+ false
696
+ ],
697
+ "EPL-2.0": [
698
+ "Eclipse Public License 2.0",
699
+ true,
700
+ false
701
+ ],
702
+ "ErlPL-1.1": [
703
+ "Erlang Public License v1.1",
704
+ false,
705
+ false
706
+ ],
707
+ "EUDatagrid": [
708
+ "EU DataGrid Software License",
709
+ true,
710
+ false
711
+ ],
712
+ "EUPL-1.0": [
713
+ "European Union Public License 1.0",
714
+ false,
715
+ false
716
+ ],
717
+ "EUPL-1.1": [
718
+ "European Union Public License 1.1",
719
+ true,
720
+ false
721
+ ],
722
+ "EUPL-1.2": [
723
+ "European Union Public License 1.2",
724
+ true,
725
+ false
726
+ ],
727
+ "Eurosym": [
728
+ "Eurosym License",
729
+ false,
730
+ false
731
+ ],
732
+ "Fair": [
733
+ "Fair License",
734
+ true,
735
+ false
736
+ ],
737
+ "Frameworx-1.0": [
738
+ "Frameworx Open License 1.0",
739
+ true,
740
+ false
741
+ ],
742
+ "FreeImage": [
743
+ "FreeImage Public License v1.0",
744
+ false,
745
+ false
746
+ ],
747
+ "FSFAP": [
748
+ "FSF All Permissive License",
749
+ false,
750
+ false
751
+ ],
752
+ "FSFUL": [
753
+ "FSF Unlimited License",
754
+ false,
755
+ false
756
+ ],
757
+ "FSFULLR": [
758
+ "FSF Unlimited License (with License Retention)",
759
+ false,
760
+ false
761
+ ],
762
+ "FTL": [
763
+ "Freetype Project License",
764
+ false,
765
+ false
766
+ ],
767
+ "GFDL-1.1": [
768
+ "GNU Free Documentation License v1.1",
769
+ false,
770
+ true
771
+ ],
772
+ "GFDL-1.1-only": [
773
+ "GNU Free Documentation License v1.1 only",
774
+ false,
775
+ false
776
+ ],
777
+ "GFDL-1.1-or-later": [
778
+ "GNU Free Documentation License v1.1 or later",
779
+ false,
780
+ false
781
+ ],
782
+ "GFDL-1.2": [
783
+ "GNU Free Documentation License v1.2",
784
+ false,
785
+ true
786
+ ],
787
+ "GFDL-1.2-only": [
788
+ "GNU Free Documentation License v1.2 only",
789
+ false,
790
+ false
791
+ ],
792
+ "GFDL-1.2-or-later": [
793
+ "GNU Free Documentation License v1.2 or later",
794
+ false,
795
+ false
796
+ ],
797
+ "GFDL-1.3": [
798
+ "GNU Free Documentation License v1.3",
799
+ false,
800
+ true
801
+ ],
802
+ "GFDL-1.3-only": [
803
+ "GNU Free Documentation License v1.3 only",
804
+ false,
805
+ false
806
+ ],
807
+ "GFDL-1.3-or-later": [
808
+ "GNU Free Documentation License v1.3 or later",
809
+ false,
810
+ false
811
+ ],
812
+ "Giftware": [
813
+ "Giftware License",
814
+ false,
815
+ false
816
+ ],
817
+ "GL2PS": [
818
+ "GL2PS License",
819
+ false,
820
+ false
821
+ ],
822
+ "Glide": [
823
+ "3dfx Glide License",
824
+ false,
825
+ false
826
+ ],
827
+ "Glulxe": [
828
+ "Glulxe License",
829
+ false,
830
+ false
831
+ ],
832
+ "gnuplot": [
833
+ "gnuplot License",
834
+ false,
835
+ false
836
+ ],
837
+ "GPL-1.0": [
838
+ "GNU General Public License v1.0 only",
839
+ false,
840
+ true
841
+ ],
842
+ "GPL-1.0+": [
843
+ "GNU General Public License v1.0 or later",
844
+ false,
845
+ true
846
+ ],
847
+ "GPL-1.0-only": [
848
+ "GNU General Public License v1.0 only",
849
+ false,
850
+ false
851
+ ],
852
+ "GPL-1.0-or-later": [
853
+ "GNU General Public License v1.0 or later",
854
+ false,
855
+ false
856
+ ],
857
+ "GPL-2.0": [
858
+ "GNU General Public License v2.0 only",
859
+ true,
860
+ true
861
+ ],
862
+ "GPL-2.0+": [
863
+ "GNU General Public License v2.0 or later",
864
+ true,
865
+ true
866
+ ],
867
+ "GPL-2.0-only": [
868
+ "GNU General Public License v2.0 only",
869
+ true,
870
+ false
871
+ ],
872
+ "GPL-2.0-or-later": [
873
+ "GNU General Public License v2.0 or later",
874
+ true,
875
+ false
876
+ ],
877
+ "GPL-2.0-with-autoconf-exception": [
878
+ "GNU General Public License v2.0 w/Autoconf exception",
879
+ false,
880
+ true
881
+ ],
882
+ "GPL-2.0-with-bison-exception": [
883
+ "GNU General Public License v2.0 w/Bison exception",
884
+ false,
885
+ true
886
+ ],
887
+ "GPL-2.0-with-classpath-exception": [
888
+ "GNU General Public License v2.0 w/Classpath exception",
889
+ false,
890
+ true
891
+ ],
892
+ "GPL-2.0-with-font-exception": [
893
+ "GNU General Public License v2.0 w/Font exception",
894
+ false,
895
+ true
896
+ ],
897
+ "GPL-2.0-with-GCC-exception": [
898
+ "GNU General Public License v2.0 w/GCC Runtime Library exception",
899
+ false,
900
+ true
901
+ ],
902
+ "GPL-3.0": [
903
+ "GNU General Public License v3.0 only",
904
+ true,
905
+ true
906
+ ],
907
+ "GPL-3.0+": [
908
+ "GNU General Public License v3.0 or later",
909
+ true,
910
+ true
911
+ ],
912
+ "GPL-3.0-only": [
913
+ "GNU General Public License v3.0 only",
914
+ true,
915
+ false
916
+ ],
917
+ "GPL-3.0-or-later": [
918
+ "GNU General Public License v3.0 or later",
919
+ true,
920
+ false
921
+ ],
922
+ "GPL-3.0-with-autoconf-exception": [
923
+ "GNU General Public License v3.0 w/Autoconf exception",
924
+ false,
925
+ true
926
+ ],
927
+ "GPL-3.0-with-GCC-exception": [
928
+ "GNU General Public License v3.0 w/GCC Runtime Library exception",
929
+ true,
930
+ true
931
+ ],
932
+ "gSOAP-1.3b": [
933
+ "gSOAP Public License v1.3b",
934
+ false,
935
+ false
936
+ ],
937
+ "HaskellReport": [
938
+ "Haskell Language Report License",
939
+ false,
940
+ false
941
+ ],
942
+ "HPND": [
943
+ "Historical Permission Notice and Disclaimer",
944
+ true,
945
+ false
946
+ ],
947
+ "HPND-sell-variant": [
948
+ "Historical Permission Notice and Disclaimer - sell variant",
949
+ false,
950
+ false
951
+ ],
952
+ "IBM-pibs": [
953
+ "IBM PowerPC Initialization and Boot Software",
954
+ false,
955
+ false
956
+ ],
957
+ "ICU": [
958
+ "ICU License",
959
+ false,
960
+ false
961
+ ],
962
+ "IJG": [
963
+ "Independent JPEG Group License",
964
+ false,
965
+ false
966
+ ],
967
+ "ImageMagick": [
968
+ "ImageMagick License",
969
+ false,
970
+ false
971
+ ],
972
+ "iMatix": [
973
+ "iMatix Standard Function Library Agreement",
974
+ false,
975
+ false
976
+ ],
977
+ "Imlib2": [
978
+ "Imlib2 License",
979
+ false,
980
+ false
981
+ ],
982
+ "Info-ZIP": [
983
+ "Info-ZIP License",
984
+ false,
985
+ false
986
+ ],
987
+ "Intel": [
988
+ "Intel Open Source License",
989
+ true,
990
+ false
991
+ ],
992
+ "Intel-ACPI": [
993
+ "Intel ACPI Software License Agreement",
994
+ false,
995
+ false
996
+ ],
997
+ "Interbase-1.0": [
998
+ "Interbase Public License v1.0",
999
+ false,
1000
+ false
1001
+ ],
1002
+ "IPA": [
1003
+ "IPA Font License",
1004
+ true,
1005
+ false
1006
+ ],
1007
+ "IPL-1.0": [
1008
+ "IBM Public License v1.0",
1009
+ true,
1010
+ false
1011
+ ],
1012
+ "ISC": [
1013
+ "ISC License",
1014
+ true,
1015
+ false
1016
+ ],
1017
+ "JasPer-2.0": [
1018
+ "JasPer License",
1019
+ false,
1020
+ false
1021
+ ],
1022
+ "JPNIC": [
1023
+ "Japan Network Information Center License",
1024
+ false,
1025
+ false
1026
+ ],
1027
+ "JSON": [
1028
+ "JSON License",
1029
+ false,
1030
+ false
1031
+ ],
1032
+ "LAL-1.2": [
1033
+ "Licence Art Libre 1.2",
1034
+ false,
1035
+ false
1036
+ ],
1037
+ "LAL-1.3": [
1038
+ "Licence Art Libre 1.3",
1039
+ false,
1040
+ false
1041
+ ],
1042
+ "Latex2e": [
1043
+ "Latex2e License",
1044
+ false,
1045
+ false
1046
+ ],
1047
+ "Leptonica": [
1048
+ "Leptonica License",
1049
+ false,
1050
+ false
1051
+ ],
1052
+ "LGPL-2.0": [
1053
+ "GNU Library General Public License v2 only",
1054
+ true,
1055
+ true
1056
+ ],
1057
+ "LGPL-2.0+": [
1058
+ "GNU Library General Public License v2 or later",
1059
+ true,
1060
+ true
1061
+ ],
1062
+ "LGPL-2.0-only": [
1063
+ "GNU Library General Public License v2 only",
1064
+ true,
1065
+ false
1066
+ ],
1067
+ "LGPL-2.0-or-later": [
1068
+ "GNU Library General Public License v2 or later",
1069
+ true,
1070
+ false
1071
+ ],
1072
+ "LGPL-2.1": [
1073
+ "GNU Lesser General Public License v2.1 only",
1074
+ true,
1075
+ true
1076
+ ],
1077
+ "LGPL-2.1+": [
1078
+ "GNU Library General Public License v2.1 or later",
1079
+ true,
1080
+ true
1081
+ ],
1082
+ "LGPL-2.1-only": [
1083
+ "GNU Lesser General Public License v2.1 only",
1084
+ true,
1085
+ false
1086
+ ],
1087
+ "LGPL-2.1-or-later": [
1088
+ "GNU Lesser General Public License v2.1 or later",
1089
+ true,
1090
+ false
1091
+ ],
1092
+ "LGPL-3.0": [
1093
+ "GNU Lesser General Public License v3.0 only",
1094
+ true,
1095
+ true
1096
+ ],
1097
+ "LGPL-3.0+": [
1098
+ "GNU Lesser General Public License v3.0 or later",
1099
+ true,
1100
+ true
1101
+ ],
1102
+ "LGPL-3.0-only": [
1103
+ "GNU Lesser General Public License v3.0 only",
1104
+ true,
1105
+ false
1106
+ ],
1107
+ "LGPL-3.0-or-later": [
1108
+ "GNU Lesser General Public License v3.0 or later",
1109
+ true,
1110
+ false
1111
+ ],
1112
+ "LGPLLR": [
1113
+ "Lesser General Public License For Linguistic Resources",
1114
+ false,
1115
+ false
1116
+ ],
1117
+ "Libpng": [
1118
+ "libpng License",
1119
+ false,
1120
+ false
1121
+ ],
1122
+ "libpng-2.0": [
1123
+ "PNG Reference Library version 2",
1124
+ false,
1125
+ false
1126
+ ],
1127
+ "libtiff": [
1128
+ "libtiff License",
1129
+ false,
1130
+ false
1131
+ ],
1132
+ "LiLiQ-P-1.1": [
1133
+ "Licence Libre du Qu\u00e9bec \u2013 Permissive version 1.1",
1134
+ true,
1135
+ false
1136
+ ],
1137
+ "LiLiQ-R-1.1": [
1138
+ "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 version 1.1",
1139
+ true,
1140
+ false
1141
+ ],
1142
+ "LiLiQ-Rplus-1.1": [
1143
+ "Licence Libre du Qu\u00e9bec \u2013 R\u00e9ciprocit\u00e9 forte version 1.1",
1144
+ true,
1145
+ false
1146
+ ],
1147
+ "Linux-OpenIB": [
1148
+ "Linux Kernel Variant of OpenIB.org license",
1149
+ false,
1150
+ false
1151
+ ],
1152
+ "LPL-1.0": [
1153
+ "Lucent Public License Version 1.0",
1154
+ true,
1155
+ false
1156
+ ],
1157
+ "LPL-1.02": [
1158
+ "Lucent Public License v1.02",
1159
+ true,
1160
+ false
1161
+ ],
1162
+ "LPPL-1.0": [
1163
+ "LaTeX Project Public License v1.0",
1164
+ false,
1165
+ false
1166
+ ],
1167
+ "LPPL-1.1": [
1168
+ "LaTeX Project Public License v1.1",
1169
+ false,
1170
+ false
1171
+ ],
1172
+ "LPPL-1.2": [
1173
+ "LaTeX Project Public License v1.2",
1174
+ false,
1175
+ false
1176
+ ],
1177
+ "LPPL-1.3a": [
1178
+ "LaTeX Project Public License v1.3a",
1179
+ false,
1180
+ false
1181
+ ],
1182
+ "LPPL-1.3c": [
1183
+ "LaTeX Project Public License v1.3c",
1184
+ true,
1185
+ false
1186
+ ],
1187
+ "MakeIndex": [
1188
+ "MakeIndex License",
1189
+ false,
1190
+ false
1191
+ ],
1192
+ "MirOS": [
1193
+ "MirOS License",
1194
+ true,
1195
+ false
1196
+ ],
1197
+ "MIT": [
1198
+ "MIT License",
1199
+ true,
1200
+ false
1201
+ ],
1202
+ "MIT-0": [
1203
+ "MIT No Attribution",
1204
+ true,
1205
+ false
1206
+ ],
1207
+ "MIT-advertising": [
1208
+ "Enlightenment License (e16)",
1209
+ false,
1210
+ false
1211
+ ],
1212
+ "MIT-CMU": [
1213
+ "CMU License",
1214
+ false,
1215
+ false
1216
+ ],
1217
+ "MIT-enna": [
1218
+ "enna License",
1219
+ false,
1220
+ false
1221
+ ],
1222
+ "MIT-feh": [
1223
+ "feh License",
1224
+ false,
1225
+ false
1226
+ ],
1227
+ "MITNFA": [
1228
+ "MIT +no-false-attribs license",
1229
+ false,
1230
+ false
1231
+ ],
1232
+ "Motosoto": [
1233
+ "Motosoto License",
1234
+ true,
1235
+ false
1236
+ ],
1237
+ "mpich2": [
1238
+ "mpich2 License",
1239
+ false,
1240
+ false
1241
+ ],
1242
+ "MPL-1.0": [
1243
+ "Mozilla Public License 1.0",
1244
+ true,
1245
+ false
1246
+ ],
1247
+ "MPL-1.1": [
1248
+ "Mozilla Public License 1.1",
1249
+ true,
1250
+ false
1251
+ ],
1252
+ "MPL-2.0": [
1253
+ "Mozilla Public License 2.0",
1254
+ true,
1255
+ false
1256
+ ],
1257
+ "MPL-2.0-no-copyleft-exception": [
1258
+ "Mozilla Public License 2.0 (no copyleft exception)",
1259
+ true,
1260
+ false
1261
+ ],
1262
+ "MS-PL": [
1263
+ "Microsoft Public License",
1264
+ true,
1265
+ false
1266
+ ],
1267
+ "MS-RL": [
1268
+ "Microsoft Reciprocal License",
1269
+ true,
1270
+ false
1271
+ ],
1272
+ "MTLL": [
1273
+ "Matrix Template Library License",
1274
+ false,
1275
+ false
1276
+ ],
1277
+ "Multics": [
1278
+ "Multics License",
1279
+ true,
1280
+ false
1281
+ ],
1282
+ "Mup": [
1283
+ "Mup License",
1284
+ false,
1285
+ false
1286
+ ],
1287
+ "NASA-1.3": [
1288
+ "NASA Open Source Agreement 1.3",
1289
+ true,
1290
+ false
1291
+ ],
1292
+ "Naumen": [
1293
+ "Naumen Public License",
1294
+ true,
1295
+ false
1296
+ ],
1297
+ "NBPL-1.0": [
1298
+ "Net Boolean Public License v1",
1299
+ false,
1300
+ false
1301
+ ],
1302
+ "NCSA": [
1303
+ "University of Illinois/NCSA Open Source License",
1304
+ true,
1305
+ false
1306
+ ],
1307
+ "Net-SNMP": [
1308
+ "Net-SNMP License",
1309
+ false,
1310
+ false
1311
+ ],
1312
+ "NetCDF": [
1313
+ "NetCDF license",
1314
+ false,
1315
+ false
1316
+ ],
1317
+ "Newsletr": [
1318
+ "Newsletr License",
1319
+ false,
1320
+ false
1321
+ ],
1322
+ "NGPL": [
1323
+ "Nethack General Public License",
1324
+ true,
1325
+ false
1326
+ ],
1327
+ "NLOD-1.0": [
1328
+ "Norwegian Licence for Open Government Data",
1329
+ false,
1330
+ false
1331
+ ],
1332
+ "NLPL": [
1333
+ "No Limit Public License",
1334
+ false,
1335
+ false
1336
+ ],
1337
+ "Nokia": [
1338
+ "Nokia Open Source License",
1339
+ true,
1340
+ false
1341
+ ],
1342
+ "NOSL": [
1343
+ "Netizen Open Source License",
1344
+ false,
1345
+ false
1346
+ ],
1347
+ "Noweb": [
1348
+ "Noweb License",
1349
+ false,
1350
+ false
1351
+ ],
1352
+ "NPL-1.0": [
1353
+ "Netscape Public License v1.0",
1354
+ false,
1355
+ false
1356
+ ],
1357
+ "NPL-1.1": [
1358
+ "Netscape Public License v1.1",
1359
+ false,
1360
+ false
1361
+ ],
1362
+ "NPOSL-3.0": [
1363
+ "Non-Profit Open Software License 3.0",
1364
+ true,
1365
+ false
1366
+ ],
1367
+ "NRL": [
1368
+ "NRL License",
1369
+ false,
1370
+ false
1371
+ ],
1372
+ "NTP": [
1373
+ "NTP License",
1374
+ true,
1375
+ false
1376
+ ],
1377
+ "Nunit": [
1378
+ "Nunit License",
1379
+ false,
1380
+ true
1381
+ ],
1382
+ "OCCT-PL": [
1383
+ "Open CASCADE Technology Public License",
1384
+ false,
1385
+ false
1386
+ ],
1387
+ "OCLC-2.0": [
1388
+ "OCLC Research Public License 2.0",
1389
+ true,
1390
+ false
1391
+ ],
1392
+ "ODbL-1.0": [
1393
+ "ODC Open Database License v1.0",
1394
+ false,
1395
+ false
1396
+ ],
1397
+ "ODC-By-1.0": [
1398
+ "Open Data Commons Attribution License v1.0",
1399
+ false,
1400
+ false
1401
+ ],
1402
+ "OFL-1.0": [
1403
+ "SIL Open Font License 1.0",
1404
+ false,
1405
+ false
1406
+ ],
1407
+ "OFL-1.1": [
1408
+ "SIL Open Font License 1.1",
1409
+ true,
1410
+ false
1411
+ ],
1412
+ "OGL-UK-1.0": [
1413
+ "Open Government Licence v1.0",
1414
+ false,
1415
+ false
1416
+ ],
1417
+ "OGL-UK-2.0": [
1418
+ "Open Government Licence v2.0",
1419
+ false,
1420
+ false
1421
+ ],
1422
+ "OGL-UK-3.0": [
1423
+ "Open Government Licence v3.0",
1424
+ false,
1425
+ false
1426
+ ],
1427
+ "OGTSL": [
1428
+ "Open Group Test Suite License",
1429
+ true,
1430
+ false
1431
+ ],
1432
+ "OLDAP-1.1": [
1433
+ "Open LDAP Public License v1.1",
1434
+ false,
1435
+ false
1436
+ ],
1437
+ "OLDAP-1.2": [
1438
+ "Open LDAP Public License v1.2",
1439
+ false,
1440
+ false
1441
+ ],
1442
+ "OLDAP-1.3": [
1443
+ "Open LDAP Public License v1.3",
1444
+ false,
1445
+ false
1446
+ ],
1447
+ "OLDAP-1.4": [
1448
+ "Open LDAP Public License v1.4",
1449
+ false,
1450
+ false
1451
+ ],
1452
+ "OLDAP-2.0": [
1453
+ "Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)",
1454
+ false,
1455
+ false
1456
+ ],
1457
+ "OLDAP-2.0.1": [
1458
+ "Open LDAP Public License v2.0.1",
1459
+ false,
1460
+ false
1461
+ ],
1462
+ "OLDAP-2.1": [
1463
+ "Open LDAP Public License v2.1",
1464
+ false,
1465
+ false
1466
+ ],
1467
+ "OLDAP-2.2": [
1468
+ "Open LDAP Public License v2.2",
1469
+ false,
1470
+ false
1471
+ ],
1472
+ "OLDAP-2.2.1": [
1473
+ "Open LDAP Public License v2.2.1",
1474
+ false,
1475
+ false
1476
+ ],
1477
+ "OLDAP-2.2.2": [
1478
+ "Open LDAP Public License 2.2.2",
1479
+ false,
1480
+ false
1481
+ ],
1482
+ "OLDAP-2.3": [
1483
+ "Open LDAP Public License v2.3",
1484
+ false,
1485
+ false
1486
+ ],
1487
+ "OLDAP-2.4": [
1488
+ "Open LDAP Public License v2.4",
1489
+ false,
1490
+ false
1491
+ ],
1492
+ "OLDAP-2.5": [
1493
+ "Open LDAP Public License v2.5",
1494
+ false,
1495
+ false
1496
+ ],
1497
+ "OLDAP-2.6": [
1498
+ "Open LDAP Public License v2.6",
1499
+ false,
1500
+ false
1501
+ ],
1502
+ "OLDAP-2.7": [
1503
+ "Open LDAP Public License v2.7",
1504
+ false,
1505
+ false
1506
+ ],
1507
+ "OLDAP-2.8": [
1508
+ "Open LDAP Public License v2.8",
1509
+ false,
1510
+ false
1511
+ ],
1512
+ "OML": [
1513
+ "Open Market License",
1514
+ false,
1515
+ false
1516
+ ],
1517
+ "OpenSSL": [
1518
+ "OpenSSL License",
1519
+ false,
1520
+ false
1521
+ ],
1522
+ "OPL-1.0": [
1523
+ "Open Public License v1.0",
1524
+ false,
1525
+ false
1526
+ ],
1527
+ "OSET-PL-2.1": [
1528
+ "OSET Public License version 2.1",
1529
+ true,
1530
+ false
1531
+ ],
1532
+ "OSL-1.0": [
1533
+ "Open Software License 1.0",
1534
+ true,
1535
+ false
1536
+ ],
1537
+ "OSL-1.1": [
1538
+ "Open Software License 1.1",
1539
+ false,
1540
+ false
1541
+ ],
1542
+ "OSL-2.0": [
1543
+ "Open Software License 2.0",
1544
+ true,
1545
+ false
1546
+ ],
1547
+ "OSL-2.1": [
1548
+ "Open Software License 2.1",
1549
+ true,
1550
+ false
1551
+ ],
1552
+ "OSL-3.0": [
1553
+ "Open Software License 3.0",
1554
+ true,
1555
+ false
1556
+ ],
1557
+ "Parity-6.0.0": [
1558
+ "The Parity Public License 6.0.0",
1559
+ false,
1560
+ false
1561
+ ],
1562
+ "PDDL-1.0": [
1563
+ "ODC Public Domain Dedication & License 1.0",
1564
+ false,
1565
+ false
1566
+ ],
1567
+ "PHP-3.0": [
1568
+ "PHP License v3.0",
1569
+ true,
1570
+ false
1571
+ ],
1572
+ "PHP-3.01": [
1573
+ "PHP License v3.01",
1574
+ false,
1575
+ false
1576
+ ],
1577
+ "Plexus": [
1578
+ "Plexus Classworlds License",
1579
+ false,
1580
+ false
1581
+ ],
1582
+ "PostgreSQL": [
1583
+ "PostgreSQL License",
1584
+ true,
1585
+ false
1586
+ ],
1587
+ "psfrag": [
1588
+ "psfrag License",
1589
+ false,
1590
+ false
1591
+ ],
1592
+ "psutils": [
1593
+ "psutils License",
1594
+ false,
1595
+ false
1596
+ ],
1597
+ "Python-2.0": [
1598
+ "Python License 2.0",
1599
+ true,
1600
+ false
1601
+ ],
1602
+ "Qhull": [
1603
+ "Qhull License",
1604
+ false,
1605
+ false
1606
+ ],
1607
+ "QPL-1.0": [
1608
+ "Q Public License 1.0",
1609
+ true,
1610
+ false
1611
+ ],
1612
+ "Rdisc": [
1613
+ "Rdisc License",
1614
+ false,
1615
+ false
1616
+ ],
1617
+ "RHeCos-1.1": [
1618
+ "Red Hat eCos Public License v1.1",
1619
+ false,
1620
+ false
1621
+ ],
1622
+ "RPL-1.1": [
1623
+ "Reciprocal Public License 1.1",
1624
+ true,
1625
+ false
1626
+ ],
1627
+ "RPL-1.5": [
1628
+ "Reciprocal Public License 1.5",
1629
+ true,
1630
+ false
1631
+ ],
1632
+ "RPSL-1.0": [
1633
+ "RealNetworks Public Source License v1.0",
1634
+ true,
1635
+ false
1636
+ ],
1637
+ "RSA-MD": [
1638
+ "RSA Message-Digest License",
1639
+ false,
1640
+ false
1641
+ ],
1642
+ "RSCPL": [
1643
+ "Ricoh Source Code Public License",
1644
+ true,
1645
+ false
1646
+ ],
1647
+ "Ruby": [
1648
+ "Ruby License",
1649
+ false,
1650
+ false
1651
+ ],
1652
+ "SAX-PD": [
1653
+ "Sax Public Domain Notice",
1654
+ false,
1655
+ false
1656
+ ],
1657
+ "Saxpath": [
1658
+ "Saxpath License",
1659
+ false,
1660
+ false
1661
+ ],
1662
+ "SCEA": [
1663
+ "SCEA Shared Source License",
1664
+ false,
1665
+ false
1666
+ ],
1667
+ "Sendmail": [
1668
+ "Sendmail License",
1669
+ false,
1670
+ false
1671
+ ],
1672
+ "Sendmail-8.23": [
1673
+ "Sendmail License 8.23",
1674
+ false,
1675
+ false
1676
+ ],
1677
+ "SGI-B-1.0": [
1678
+ "SGI Free Software License B v1.0",
1679
+ false,
1680
+ false
1681
+ ],
1682
+ "SGI-B-1.1": [
1683
+ "SGI Free Software License B v1.1",
1684
+ false,
1685
+ false
1686
+ ],
1687
+ "SGI-B-2.0": [
1688
+ "SGI Free Software License B v2.0",
1689
+ false,
1690
+ false
1691
+ ],
1692
+ "SHL-0.5": [
1693
+ "Solderpad Hardware License v0.5",
1694
+ false,
1695
+ false
1696
+ ],
1697
+ "SHL-0.51": [
1698
+ "Solderpad Hardware License, Version 0.51",
1699
+ false,
1700
+ false
1701
+ ],
1702
+ "SimPL-2.0": [
1703
+ "Simple Public License 2.0",
1704
+ true,
1705
+ false
1706
+ ],
1707
+ "SISSL": [
1708
+ "Sun Industry Standards Source License v1.1",
1709
+ true,
1710
+ false
1711
+ ],
1712
+ "SISSL-1.2": [
1713
+ "Sun Industry Standards Source License v1.2",
1714
+ false,
1715
+ false
1716
+ ],
1717
+ "Sleepycat": [
1718
+ "Sleepycat License",
1719
+ true,
1720
+ false
1721
+ ],
1722
+ "SMLNJ": [
1723
+ "Standard ML of New Jersey License",
1724
+ false,
1725
+ false
1726
+ ],
1727
+ "SMPPL": [
1728
+ "Secure Messaging Protocol Public License",
1729
+ false,
1730
+ false
1731
+ ],
1732
+ "SNIA": [
1733
+ "SNIA Public License 1.1",
1734
+ false,
1735
+ false
1736
+ ],
1737
+ "Spencer-86": [
1738
+ "Spencer License 86",
1739
+ false,
1740
+ false
1741
+ ],
1742
+ "Spencer-94": [
1743
+ "Spencer License 94",
1744
+ false,
1745
+ false
1746
+ ],
1747
+ "Spencer-99": [
1748
+ "Spencer License 99",
1749
+ false,
1750
+ false
1751
+ ],
1752
+ "SPL-1.0": [
1753
+ "Sun Public License v1.0",
1754
+ true,
1755
+ false
1756
+ ],
1757
+ "SSPL-1.0": [
1758
+ "Server Side Public License, v 1",
1759
+ false,
1760
+ false
1761
+ ],
1762
+ "StandardML-NJ": [
1763
+ "Standard ML of New Jersey License",
1764
+ false,
1765
+ true
1766
+ ],
1767
+ "SugarCRM-1.1.3": [
1768
+ "SugarCRM Public License v1.1.3",
1769
+ false,
1770
+ false
1771
+ ],
1772
+ "SWL": [
1773
+ "Scheme Widget Library (SWL) Software License Agreement",
1774
+ false,
1775
+ false
1776
+ ],
1777
+ "TAPR-OHL-1.0": [
1778
+ "TAPR Open Hardware License v1.0",
1779
+ false,
1780
+ false
1781
+ ],
1782
+ "TCL": [
1783
+ "TCL/TK License",
1784
+ false,
1785
+ false
1786
+ ],
1787
+ "TCP-wrappers": [
1788
+ "TCP Wrappers License",
1789
+ false,
1790
+ false
1791
+ ],
1792
+ "TMate": [
1793
+ "TMate Open Source License",
1794
+ false,
1795
+ false
1796
+ ],
1797
+ "TORQUE-1.1": [
1798
+ "TORQUE v2.5+ Software License v1.1",
1799
+ false,
1800
+ false
1801
+ ],
1802
+ "TOSL": [
1803
+ "Trusster Open Source License",
1804
+ false,
1805
+ false
1806
+ ],
1807
+ "TU-Berlin-1.0": [
1808
+ "Technische Universitaet Berlin License 1.0",
1809
+ false,
1810
+ false
1811
+ ],
1812
+ "TU-Berlin-2.0": [
1813
+ "Technische Universitaet Berlin License 2.0",
1814
+ false,
1815
+ false
1816
+ ],
1817
+ "Unicode-DFS-2015": [
1818
+ "Unicode License Agreement - Data Files and Software (2015)",
1819
+ false,
1820
+ false
1821
+ ],
1822
+ "Unicode-DFS-2016": [
1823
+ "Unicode License Agreement - Data Files and Software (2016)",
1824
+ false,
1825
+ false
1826
+ ],
1827
+ "Unicode-TOU": [
1828
+ "Unicode Terms of Use",
1829
+ false,
1830
+ false
1831
+ ],
1832
+ "Unlicense": [
1833
+ "The Unlicense",
1834
+ false,
1835
+ false
1836
+ ],
1837
+ "UPL-1.0": [
1838
+ "Universal Permissive License v1.0",
1839
+ true,
1840
+ false
1841
+ ],
1842
+ "Vim": [
1843
+ "Vim License",
1844
+ false,
1845
+ false
1846
+ ],
1847
+ "VOSTROM": [
1848
+ "VOSTROM Public License for Open Source",
1849
+ false,
1850
+ false
1851
+ ],
1852
+ "VSL-1.0": [
1853
+ "Vovida Software License v1.0",
1854
+ true,
1855
+ false
1856
+ ],
1857
+ "W3C": [
1858
+ "W3C Software Notice and License (2002-12-31)",
1859
+ true,
1860
+ false
1861
+ ],
1862
+ "W3C-19980720": [
1863
+ "W3C Software Notice and License (1998-07-20)",
1864
+ false,
1865
+ false
1866
+ ],
1867
+ "W3C-20150513": [
1868
+ "W3C Software Notice and Document License (2015-05-13)",
1869
+ false,
1870
+ false
1871
+ ],
1872
+ "Watcom-1.0": [
1873
+ "Sybase Open Watcom Public License 1.0",
1874
+ true,
1875
+ false
1876
+ ],
1877
+ "Wsuipa": [
1878
+ "Wsuipa License",
1879
+ false,
1880
+ false
1881
+ ],
1882
+ "WTFPL": [
1883
+ "Do What The F*ck You Want To Public License",
1884
+ false,
1885
+ false
1886
+ ],
1887
+ "wxWindows": [
1888
+ "wxWindows Library License",
1889
+ false,
1890
+ true
1891
+ ],
1892
+ "X11": [
1893
+ "X11 License",
1894
+ false,
1895
+ false
1896
+ ],
1897
+ "Xerox": [
1898
+ "Xerox License",
1899
+ false,
1900
+ false
1901
+ ],
1902
+ "XFree86-1.1": [
1903
+ "XFree86 License 1.1",
1904
+ false,
1905
+ false
1906
+ ],
1907
+ "xinetd": [
1908
+ "xinetd License",
1909
+ false,
1910
+ false
1911
+ ],
1912
+ "Xnet": [
1913
+ "X.Net License",
1914
+ true,
1915
+ false
1916
+ ],
1917
+ "xpp": [
1918
+ "XPP License",
1919
+ false,
1920
+ false
1921
+ ],
1922
+ "XSkat": [
1923
+ "XSkat License",
1924
+ false,
1925
+ false
1926
+ ],
1927
+ "YPL-1.0": [
1928
+ "Yahoo! Public License v1.0",
1929
+ false,
1930
+ false
1931
+ ],
1932
+ "YPL-1.1": [
1933
+ "Yahoo! Public License v1.1",
1934
+ false,
1935
+ false
1936
+ ],
1937
+ "Zed": [
1938
+ "Zed License",
1939
+ false,
1940
+ false
1941
+ ],
1942
+ "Zend-2.0": [
1943
+ "Zend License v2.0",
1944
+ false,
1945
+ false
1946
+ ],
1947
+ "Zimbra-1.3": [
1948
+ "Zimbra Public License v1.3",
1949
+ false,
1950
+ false
1951
+ ],
1952
+ "Zimbra-1.4": [
1953
+ "Zimbra Public License v1.4",
1954
+ false,
1955
+ false
1956
+ ],
1957
+ "Zlib": [
1958
+ "zlib License",
1959
+ true,
1960
+ false
1961
+ ],
1962
+ "zlib-acknowledgement": [
1963
+ "zlib/libpng License with Acknowledgement",
1964
+ false,
1965
+ false
1966
+ ],
1967
+ "ZPL-1.1": [
1968
+ "Zope Public License 1.1",
1969
+ false,
1970
+ false
1971
+ ],
1972
+ "ZPL-2.0": [
1973
+ "Zope Public License 2.0",
1974
+ true,
1975
+ false
1976
+ ],
1977
+ "ZPL-2.1": [
1978
+ "Zope Public License 2.1",
1979
+ false,
1980
+ false
1981
+ ]
1982
+ }