about_tmpl.coffee 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. app.templates.aboutPage = -> """
  2. <nav class="_toc" role="directory">
  3. <h3 class="_toc-title">Table of Contents</h3>
  4. <ul class="_toc-list">
  5. <li><a href="#copyright">Copyright</a>
  6. <li><a href="#plugins">Plugins</a>
  7. <li><a href="#faq">FAQ</a>
  8. <li><a href="#credits">Credits</a>
  9. <li><a href="#privacy">Privacy Policy</a>
  10. </ul>
  11. </nav>
  12. <h1 class="_lined-heading">DevDocs: API Documentation Browser</h1>
  13. <p>DevDocs combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
  14. <p>DevDocs is free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>. It was created by <a href="https://thibaut.me">Thibaut Courouble</a> and is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a>.
  15. <p>To keep up-to-date with the latest news:
  16. <ul>
  17. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  18. <li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a> <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=freeCodeCamp&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
  19. <li>Join the <a href="https://discord.gg/PRyKn3Vbay">Discord</a> chat room
  20. </ul>
  21. <h2 class="_block-heading" id="copyright">Copyright and License</h2>
  22. <p class="_note">
  23. <strong>Copyright 2013&ndash;2021 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
  24. This software is licensed under the terms of the Mozilla Public License v2.0.<br>
  25. You may obtain a copy of the source code at <a href="https://github.com/freeCodeCamp/devdocs">github.com/freeCodeCamp/devdocs</a>.<br>
  26. For more information, see the <a href="https://github.com/freeCodeCamp/devdocs/blob/main/COPYRIGHT">COPYRIGHT</a>
  27. and <a href="https://github.com/freeCodeCamp/devdocs/blob/main/LICENSE">LICENSE</a> files.
  28. <h2 class="_block-heading" id="plugins">Plugins and Extensions</h2>
  29. <ul>
  30. <li><a href="https://github.com/egoist/devdocs-app">Desktop app</a>
  31. <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text package</a>
  32. <li><a href="https://atom.io/packages/devdocs">Atom package</a>
  33. <li><a href="https://marketplace.visualstudio.com/items?itemName=deibit.devdocs">Visual Studio Code extension</a>
  34. <li><a href="https://github.com/yannickglt/alfred-devdocs">Alfred workflow</a>
  35. <li><a href="https://github.com/search?q=topic%3Adevdocs&type=Repositories">More…</a>
  36. </ul>
  37. <h2 class="_block-heading" id="faq">Questions & Answers</h2>
  38. <dl>
  39. <dt>Where can I suggest new docs and features?
  40. <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
  41. If you have a specific feature request, add it to the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>.<br>
  42. Otherwise, come talk to us in the <a href="https://discord.gg/PRyKn3Vbay">Discord</a> chat room.
  43. <dt>Where can I report bugs?
  44. <dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
  45. </dl>
  46. <h2 class="_block-heading" id="credits">Credits</h2>
  47. <p><strong>Special thanks to:</strong>
  48. <ul>
  49. <li><a href="https://sentry.io/">Sentry</a> and <a href="https://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
  50. <li><a href="https://out.devdocs.io/s/maxcdn">MaxCDN</a>, <a href="https://out.devdocs.io/s/shopify">Shopify</a>, <a href="https://out.devdocs.io/s/jetbrains">JetBrains</a> and <a href="https://out.devdocs.io/s/code-school">Code School</a> for sponsoring DevDocs in the past
  51. <li><a href="https://www.heroku.com">Heroku</a> and <a href="https://newrelic.com/">New Relic</a> for providing awesome free service
  52. <li><a href="https://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
  53. </ul>
  54. <div class="_table">
  55. <table class="_credits">
  56. <tr>
  57. <th>Documentation
  58. <th>Copyright
  59. <th>License
  60. #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
  61. </table>
  62. </div>
  63. <h2 class="_block-heading" id="privacy">Privacy Policy</h2>
  64. <ul>
  65. <li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a> ("We").
  66. <li>We do not collect personal information through the app.
  67. <li>We use Google Analytics and Gauges to collect anonymous traffic information if you have given consent to this. You can change your decision in the <a href="/settings">settings</a>.
  68. <li>We use Sentry to collect crash data and improve the app.
  69. <li>The app uses cookies to store user preferences.
  70. <li>By using the app, you signify your acceptance of this policy. If you do not agree to this policy, please do not use the app.
  71. <li>If you have any questions regarding privacy, please email <a href="mailto:privacy@freecodecamp.org">privacy@freecodecamp.org</a>.
  72. </ul>
  73. """
  74. credits = [
  75. [
  76. 'Angular',
  77. '2010-2022 Google, Inc.',
  78. 'CC BY',
  79. 'https://creativecommons.org/licenses/by/4.0/'
  80. ], [
  81. 'Angular.js',
  82. '2010-2020 Google, Inc.',
  83. 'CC BY 3.0',
  84. 'https://creativecommons.org/licenses/by/3.0/'
  85. ], [
  86. 'Ansible',
  87. '2012-2018 Michael DeHaan<br>&copy; 2018–2021 Red Hat, Inc.',
  88. 'GPLv3',
  89. 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
  90. ], [
  91. 'Apache HTTP Server<br>Apache Pig',
  92. '2018 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
  93. 'Apache',
  94. 'https://www.apache.org/licenses/LICENSE-2.0'
  95. ], [
  96. 'Astro',
  97. '2022 withastro',
  98. 'MIT',
  99. 'https://github.com/withastro/docs/blob/main/LICENSE'
  100. ], [
  101. 'Async',
  102. '2010-2018 Caolan McMahon',
  103. 'MIT',
  104. 'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
  105. ], [
  106. 'Axios',
  107. '2014-present Matt Zabriskie',
  108. 'MIT',
  109. 'https://raw.githubusercontent.com/axios/axios/main/LICENSE'
  110. ], [
  111. 'Babel',
  112. '2014-present Sebastian McKenzie',
  113. 'MIT',
  114. 'https://raw.githubusercontent.com/babel/babel/master/LICENSE'
  115. ], [
  116. 'Backbone.js',
  117. '2010-2019 Jeremy Ashkenas, DocumentCloud',
  118. 'MIT',
  119. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  120. ], [
  121. 'Bash',
  122. '2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.',
  123. 'GFDL',
  124. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  125. ], [
  126. 'Bluebird',
  127. '2013-2018 Petka Antonov',
  128. 'MIT',
  129. 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
  130. ], [
  131. 'Bootstrap',
  132. '2011-2022 Twitter, Inc.<br>2011-2022 The Bootstrap Authors',
  133. 'CC BY',
  134. 'https://creativecommons.org/licenses/by/3.0/'
  135. ], [
  136. 'Bottle',
  137. '2009-2017 Marcel Hellkamp',
  138. 'MIT',
  139. 'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
  140. ], [
  141. 'Bower',
  142. '2018 Bower contributors',
  143. 'MIT',
  144. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  145. ], [
  146. 'C<br>C++',
  147. 'cppreference.com',
  148. 'CC BY-SA',
  149. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  150. ], [
  151. 'CakePHP',
  152. '2005-present The Cake Software Foundation, Inc.',
  153. 'MIT',
  154. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE'
  155. ], [
  156. 'Chai',
  157. '2017 Chai.js Assertion Library',
  158. 'MIT',
  159. 'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE'
  160. ], [
  161. 'Chef&trade;',
  162. 'Chef Software, Inc.',
  163. 'CC BY',
  164. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  165. ], [
  166. 'Clojure',
  167. 'Rich Hickey',
  168. 'EPL',
  169. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  170. ], [
  171. 'CMake',
  172. '2000-2022 Kitware, Inc. and Contributors',
  173. 'BSD',
  174. 'https://cmake.org/licensing/'
  175. ], [
  176. 'Codeception',
  177. '2011 Michael Bodnarchuk and contributors',
  178. 'MIT',
  179. 'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
  180. ], [
  181. 'CodeceptJS',
  182. '2015 DavertMik',
  183. 'MIT',
  184. 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
  185. ], [
  186. 'CodeIgniter',
  187. '2014-2021 British Columbia Institute of Technology',
  188. 'MIT',
  189. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  190. ], [
  191. 'CoffeeScript',
  192. '2009-2022 Jeremy Ashkenas',
  193. 'MIT',
  194. 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE'
  195. ], [
  196. 'Composer',
  197. 'Nils Adermann, Jordi Boggiano',
  198. 'MIT',
  199. 'https://raw.githubusercontent.com/composer/composer/master/LICENSE'
  200. ], [
  201. 'Cordova',
  202. '2012, 2013, 2015 The Apache Software Foundation',
  203. 'Apache',
  204. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  205. ], [
  206. 'Crystal',
  207. '2012-2022 Manas Technology Solutions',
  208. 'Apache',
  209. 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
  210. ], [
  211. 'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
  212. '2005-2022 MDN contributors',
  213. 'CC BY-SA',
  214. 'https://creativecommons.org/licenses/by-sa/2.5/'
  215. ], [
  216. 'Cypress',
  217. '2017 Cypress.io',
  218. 'MIT',
  219. 'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
  220. ], [
  221. 'D',
  222. '1999-2021 The D Language Foundation',
  223. 'Boost',
  224. 'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
  225. ], [
  226. 'D3.js',
  227. '2010-2022 Michael Bostock',
  228. 'BSD',
  229. 'https://raw.githubusercontent.com/d3/d3/master/LICENSE'
  230. ], [
  231. 'Dart',
  232. '2012 the Dart project authors',
  233. 'CC BY-SA',
  234. 'https://creativecommons.org/licenses/by-sa/4.0/'
  235. ], [
  236. 'date-fns',
  237. '2021 Sasha Koss and Lesha Koss',
  238. 'MIT',
  239. 'https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md'
  240. ], [
  241. 'Deno',
  242. '2018–2022 the Deno authors',
  243. 'MIT',
  244. 'https://raw.githubusercontent.com/denoland/manual/main/LICENSE'
  245. ], [
  246. 'Django',
  247. 'Django Software Foundation and individual contributors',
  248. 'BSD',
  249. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  250. ], [
  251. 'Django REST Framework',
  252. '2011-present Encode OSS Ltd.',
  253. 'BSD',
  254. 'https://raw.githubusercontent.com/encode/django-rest-framework/master/LICENSE.md'
  255. ], [
  256. 'Docker',
  257. '2019 Docker, Inc.<br>Docker and the Docker logo are trademarks of Docker, Inc.',
  258. 'Apache',
  259. 'https://raw.githubusercontent.com/docker/docker.github.io/master/LICENSE'
  260. ], [
  261. 'Dojo',
  262. '2005-2017 JS Foundation',
  263. 'BSD + AFL',
  264. 'http://dojotoolkit.org/license.html'
  265. ], [
  266. 'Drupal',
  267. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  268. 'GPLv2',
  269. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  270. ],[
  271. 'Eigen3',
  272. 'Eigen',
  273. 'MPL2',
  274. 'https://www.mozilla.org/en-US/MPL/2.0/'
  275. ], [
  276. 'Electron',
  277. 'GitHub Inc.',
  278. 'MIT',
  279. 'https://raw.githubusercontent.com/electron/electron/master/LICENSE'
  280. ], [
  281. 'Elisp',
  282. '1990-1996, 1998-2022 Free Software Foundation, Inc.',
  283. 'GPLv3',
  284. 'https://www.gnu.org/licenses/gpl-3.0.html'
  285. ], [
  286. 'Elixir',
  287. '2012 Plataformatec',
  288. 'Apache',
  289. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  290. ], [
  291. 'Ember.js',
  292. '2020 Yehuda Katz, Tom Dale and Ember.js contributors',
  293. 'MIT',
  294. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  295. ], [
  296. 'Enzyme',
  297. '2015 Airbnb, Inc.',
  298. 'MIT',
  299. 'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
  300. ], [
  301. 'Erlang',
  302. '2010-2022 Ericsson AB',
  303. 'Apache',
  304. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  305. ], [
  306. 'esbulid',
  307. '2020 Evan Wallace',
  308. 'MIT',
  309. 'https://raw.githubusercontent.com/evanw/esbuild/blob/master/LICENSE.md'
  310. ], [
  311. 'ESLint',
  312. 'OpenJS Foundation and other contributors',
  313. 'MIT',
  314. 'https://raw.githubusercontent.com/eslint/eslint/master/LICENSE'
  315. ], [
  316. 'Express',
  317. '2017 StrongLoop, IBM, and other expressjs.com contributors.',
  318. 'CC BY-SA',
  319. 'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md'
  320. ], [
  321. 'Falcon',
  322. '2019 by Falcon contributors',
  323. 'Apache',
  324. 'https://raw.githubusercontent.com/falconry/falcon/master/LICENSE'
  325. ], [
  326. 'FastAPI',
  327. '2018 Sebastián Ramírez',
  328. 'MIT',
  329. 'https://github.com/tiangolo/fastapi/blob/master/LICENSE'
  330. ], [
  331. 'Fish',
  332. '2005–2009 Axel Liljencrantz, 2009–2022 fish-shell contributors',
  333. 'GPLv2',
  334. 'https://fishshell.com/docs/current/license.html'
  335. ], [
  336. 'Flask',
  337. '2007-2022 Pallets',
  338. 'BSD',
  339. 'https://github.com/pallets/flask/blob/master/LICENSE.rst'
  340. ], [
  341. 'GCC<br>GNU Fortran<br>GNU Make',
  342. 'Free Software Foundation',
  343. 'GFDL',
  344. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  345. ], [
  346. 'Git',
  347. '2012-2022 Scott Chacon and others',
  348. 'MIT',
  349. 'https://raw.githubusercontent.com/git/git-scm.com/master/MIT-LICENSE.txt'
  350. ], [
  351. 'GnuCOBOL',
  352. 'Free Software Foundation',
  353. 'GFDL',
  354. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  355. ], [
  356. 'Gnuplot',
  357. 'Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley',
  358. 'gnuplot license',
  359. 'https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright'
  360. ], [
  361. 'Go',
  362. 'Google, Inc.',
  363. 'CC BY',
  364. 'https://creativecommons.org/licenses/by/3.0/'
  365. ], [
  366. 'Godot',
  367. '2014-2022 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
  368. 'CC BY 3.0',
  369. 'https://creativecommons.org/licenses/by/3.0/'
  370. ], [
  371. 'Graphite',
  372. '2008-2012 Chris Davis<br>&copy; 2011-2016 The Graphite Project',
  373. 'Apache',
  374. 'https://raw.githubusercontent.com/graphite-project/graphite-web/master/LICENSE'
  375. ], [
  376. 'Groovy',
  377. '2003-2022 The Apache Software Foundation',
  378. 'Apache',
  379. 'https://github.com/apache/groovy-website/blob/asf-site/LICENSE'
  380. ], [
  381. 'Grunt',
  382. 'GruntJS Team',
  383. 'MIT',
  384. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  385. ], [
  386. 'GTK',
  387. 'The GNOME Project',
  388. 'LGPLv2.1+',
  389. 'https://gitlab.gnome.org/GNOME/gtk/-/blob/master/COPYING'
  390. ], [
  391. 'Handlebars',
  392. '2011-2017 Yehuda Katz',
  393. 'MIT',
  394. 'https://raw.githubusercontent.com/wycats/handlebars.js/master/LICENSE'
  395. ], [
  396. 'HAProxy',
  397. '2022 Willy Tarreau, HAProxy contributors',
  398. 'GPLv2',
  399. 'https://raw.githubusercontent.com/haproxy/haproxy/master/LICENSE'
  400. ], [
  401. 'Haskell',
  402. 'The University of Glasgow',
  403. 'BSD',
  404. 'https://www.haskell.org/ghc/license'
  405. ], [
  406. 'Haxe',
  407. '2005-2018 Haxe Foundation',
  408. 'MIT',
  409. 'https://haxe.org/foundation/open-source.html'
  410. ], [
  411. 'Homebrew',
  412. '2009-present Homebrew contributors',
  413. 'BSD',
  414. 'https://raw.githubusercontent.com/Homebrew/brew/master/LICENSE.txt'
  415. ], [
  416. 'i3',
  417. '2009, Michael Stapelberg and contributors',
  418. 'BSD',
  419. 'https://raw.githubusercontent.com/i3/i3/next/LICENSE'
  420. ], [
  421. 'Immutable.js',
  422. '2014–present Lee Byron and other contributors',
  423. 'BSD',
  424. 'https://github.com/immutable-js/immutable-js/blob/main/LICENSE'
  425. ], [
  426. 'InfluxData',
  427. '2015 InfluxData, Inc.',
  428. 'MIT',
  429. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  430. ], [
  431. 'Jasmine',
  432. '2008-2019 Pivotal Labs',
  433. 'MIT',
  434. 'https://raw.githubusercontent.com/jasmine/jasmine/main/MIT.LICENSE'
  435. ], [
  436. 'Jekyll',
  437. '2020 Jekyll Core Team and contributors',
  438. 'MIT',
  439. 'https://raw.githubusercontent.com/jekyll/jekyll/master/LICENSE'
  440. ], [
  441. 'Jest',
  442. '2022 Facebook, Inc.',
  443. 'MIT',
  444. 'https://raw.githubusercontent.com/facebook/jest/master/LICENSE'
  445. ], [
  446. 'Jinja',
  447. '2007-2021 Pallets',
  448. 'BSD',
  449. 'https://github.com/pallets/jinja/blob/master/LICENSE.rst'
  450. ], [
  451. 'jq',
  452. 'Stephen Dolan',
  453. 'CC-BY-3.0',
  454. 'https://github.com/stedolan/jq/blob/master/COPYING#L24-L28'
  455. ], [
  456. 'jQuery',
  457. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  458. 'MIT',
  459. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  460. ], [
  461. 'jQuery Mobile',
  462. 'jQuery Foundation and other contributors',
  463. 'MIT',
  464. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  465. ], [
  466. 'jQuery UI',
  467. 'jQuery Foundation and other contributors',
  468. 'MIT',
  469. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  470. ], [
  471. 'JSDoc',
  472. '2011-2017 the contributors to the JSDoc 3 documentation project',
  473. 'CC BY-SA',
  474. 'https://raw.githubusercontent.com/jsdoc3/jsdoc3.github.com/master/LICENSE'
  475. ], [
  476. 'Julia',
  477. '2009-2022 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
  478. 'MIT',
  479. 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
  480. ], [
  481. 'Knockout.js',
  482. 'Steven Sanderson, the Knockout.js team, and other contributors',
  483. 'MIT',
  484. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  485. ], [
  486. 'Koa',
  487. '2020 Koa contributors',
  488. 'MIT',
  489. 'https://raw.githubusercontent.com/koajs/koa/master/LICENSE'
  490. ], [
  491. 'Kotlin',
  492. '2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors',
  493. 'Apache',
  494. 'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
  495. ], [
  496. 'Kubernetes',
  497. '2022 The Kubernetes Authors and The Linux Foundation',
  498. 'Apache License 2.0',
  499. 'https://github.com/kubernetes/kubernetes/blob/master/LICENSE'
  500. ], [
  501. 'Laravel',
  502. 'Taylor Otwell',
  503. 'MIT',
  504. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  505. ], [
  506. 'LaTeX',
  507. 'Karl Berry',
  508. 'Public Domain',
  509. 'https://ctan.org/pkg/latex2e-help-texinfo/'
  510. ], [
  511. 'Leaflet',
  512. '2010-2022 Vladimir Agafonkin<br>&copy; 2010-2011, CloudMade<br>Maps &copy; OpenStreetMap contributors.',
  513. 'BSD',
  514. 'https://raw.githubusercontent.com/Leaflet/Leaflet/master/LICENSE'
  515. ], [
  516. 'Less',
  517. '2009-2020 The Core Less Team',
  518. 'CC BY',
  519. 'https://creativecommons.org/licenses/by/3.0/'
  520. ], [
  521. 'Liquid',
  522. '2005, 2006 Tobias Luetke',
  523. 'MIT',
  524. 'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE'
  525. ], [
  526. 'Lo-Dash',
  527. 'JS Foundation and other contributors',
  528. 'MIT',
  529. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
  530. ], [
  531. 'Lua',
  532. '1994–2020 Lua.org, PUC-Rio',
  533. 'MIT',
  534. 'http://www.lua.org/license.html'
  535. ], [
  536. 'LÖVE',
  537. '2006-2020 LÖVE Development Team',
  538. 'GFDL',
  539. 'http://www.gnu.org/copyleft/fdl.html'
  540. ], [
  541. 'MariaDB',
  542. '2022 MariaDB',
  543. 'CC BY-SA & GFDL',
  544. 'https://mariadb.com/kb/en/library/documentation/+license/'
  545. ], [
  546. 'Marionette.js',
  547. '2017 Muted Solutions, LLC',
  548. 'MIT',
  549. 'https://mutedsolutions.mit-license.org/'
  550. ], [
  551. 'Markdown',
  552. '2004 John Gruber',
  553. 'BSD',
  554. 'https://daringfireball.net/projects/markdown/license'
  555. ], [
  556. 'Matplotlib',
  557. '2012-2022 Matplotlib Development Team. All rights reserved.',
  558. 'Custom',
  559. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  560. ], [
  561. 'Meteor',
  562. '2011-2017 Meteor Development Group, Inc.',
  563. 'MIT',
  564. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE'
  565. ], [
  566. 'Minitest',
  567. 'Ryan Davis, seattle.rb',
  568. 'MIT',
  569. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  570. ], [
  571. 'Mocha',
  572. '2011-2021 JS Foundation and contributors',
  573. 'CC BY',
  574. 'https://creativecommons.org/licenses/by/4.0/'
  575. ], [
  576. 'Modernizr',
  577. '2009-2020 The Modernizr team',
  578. 'MIT',
  579. 'https://modernizr.com/license/'
  580. ], [
  581. 'Moment.js<br>Moment.js Timezone',
  582. 'JS Foundation and other contributors',
  583. 'MIT',
  584. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  585. ], [
  586. 'Mongoose',
  587. '2010 LearnBoost',
  588. 'MIT',
  589. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  590. ], [
  591. 'nginx',
  592. '2002-2021 Igor Sysoev<br>&copy; 2011-2022 Nginx, Inc.',
  593. 'BSD',
  594. 'http://nginx.org/LICENSE'
  595. ], [
  596. 'nginx / Lua Module',
  597. '2009-2017 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.',
  598. 'BSD',
  599. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  600. ], [
  601. 'Nim',
  602. '2006-2021 Andreas Rumpf',
  603. 'MIT',
  604. 'https://github.com/nim-lang/Nim#license'
  605. ], [
  606. 'Nix',
  607. '2022 NixOS Contributors',
  608. 'LGPLv2.1',
  609. 'https://github.com/NixOS/nix#license'
  610. ], [
  611. 'Node.js',
  612. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  613. 'MIT',
  614. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  615. ], [
  616. 'Nokogiri',
  617. '2008–2021 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis',
  618. 'MIT',
  619. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.md'
  620. ], [
  621. 'npm',
  622. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  623. 'npm',
  624. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  625. ], [
  626. 'NumPy',
  627. '2005-2022 NumPy Developers',
  628. 'BSD',
  629. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  630. ], [
  631. 'OCaml',
  632. '1995-2022 INRIA',
  633. 'CC BY-SA',
  634. 'https://ocaml.org/docs/'
  635. ], [
  636. 'Octave',
  637. '1996–2022 The Octave Project Developers',
  638. 'Octave',
  639. 'https://octave.org/doc/v7.1.0/'
  640. ], [
  641. 'OpenJDK',
  642. '1993, 2022, Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.',
  643. 'GPLv2',
  644. 'http://openjdk.java.net/legal/gplv2+ce.html'
  645. ], [
  646. 'OpenTSDB',
  647. '2010-2016 The OpenTSDB Authors',
  648. 'LGPLv2.1',
  649. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  650. ], [
  651. 'Padrino',
  652. '2010-2020 Padrino',
  653. 'MIT',
  654. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  655. ], [
  656. 'pandas',
  657. '2008-2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team',
  658. 'BSD',
  659. 'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
  660. ], [
  661. 'Perl',
  662. '1993-2021 Larry Wall and others',
  663. 'GPLv1',
  664. 'https://perldoc.perl.org/index-licence.html'
  665. ], [
  666. 'Phalcon',
  667. '2011-2017 Phalcon Framework Team',
  668. 'CC BY',
  669. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  670. ], [
  671. 'Phaser',
  672. '2016 Richard Davey, Photon Storm Ltd.',
  673. 'MIT',
  674. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  675. ], [
  676. 'Phoenix',
  677. '2014 Chris McCord',
  678. 'MIT',
  679. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  680. ], [
  681. 'PHP',
  682. '1997-2021 The PHP Documentation Group',
  683. 'CC BY',
  684. 'https://secure.php.net/manual/en/copyright.php'
  685. ], [
  686. 'PHPUnit',
  687. '2005-2017 Sebastian Bergmann',
  688. 'CC BY',
  689. 'https://creativecommons.org/licenses/by/3.0/'
  690. ], [
  691. 'PointCloudLibrary',
  692. '2009–2012, Willow Garage, Inc.<br>&copy; 2012–, Open Perception, Inc.',
  693. 'BSD',
  694. 'https://raw.githubusercontent.com/PointCloudLibrary/pcl/master/LICENSE.txt'
  695. ], [
  696. 'Pony',
  697. '2016-2020, The Pony Developers & 2014-2015, Causality Ltd.',
  698. 'BSD',
  699. 'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
  700. ], [
  701. 'PostgreSQL',
  702. '1996-2022 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  703. 'PostgreSQL',
  704. 'https://www.postgresql.org/about/licence/'
  705. ], [
  706. 'Prettier',
  707. 'James Long and contributors',
  708. 'MIT',
  709. 'https://raw.githubusercontent.com/prettier/prettier/main/LICENSE '
  710. ], [
  711. 'Puppeteer',
  712. '2021 Google Inc',
  713. 'Apache',
  714. 'https://raw.githubusercontent.com/puppeteer/puppeteer/master/LICENSE'
  715. ], [
  716. 'Pygame',
  717. 'Pygame Developers',
  718. 'LGPLv2.1',
  719. 'https://raw.githubusercontent.com/pygame/pygame/master/LICENSE'
  720. ], [
  721. 'Python',
  722. '2001-2022 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  723. 'PSFL',
  724. 'https://docs.python.org/3/license.html'
  725. ], [
  726. 'PyTorch',
  727. '2019 Torch Contributors',
  728. 'BSD',
  729. 'https://raw.githubusercontent.com/pytorch/pytorch/master/LICENSE'
  730. ], [
  731. 'Q',
  732. '2009-2017 Kristopher Michael Kowal',
  733. 'MIT',
  734. 'https://raw.githubusercontent.com/kriskowal/q/master/LICENSE'
  735. ], [
  736. 'Qt',
  737. '2012-2018 The Qt Company Ltd',
  738. 'GFDL',
  739. 'https://doc.qt.io/qt-5/licensing.html'
  740. ], [
  741. 'R',
  742. '1999–2012 R Foundation for Statistical Computing',
  743. 'GPL',
  744. 'https://svn.r-project.org/R/trunk/COPYING'
  745. ], [
  746. 'Ramda',
  747. '2013-2020 Scott Sauyet and Michael Hurley',
  748. 'MIT',
  749. 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
  750. ], [
  751. 'React, React Native, Flow, Relay',
  752. 'Facebook Inc. and its affiliates',
  753. 'MIT',
  754. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE'
  755. ], [
  756. 'React Bootstrap',
  757. '2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff',
  758. 'MIT',
  759. 'https://raw.githubusercontent.com/react-bootstrap/react-bootstrap/master/LICENSE'
  760. ], [
  761. 'React Router',
  762. 'React Training 2015-2019<br>Remix Software 2020-2022',
  763. 'MIT',
  764. 'https://raw.githubusercontent.com/remix-run/react-router/main/LICENSE.md'
  765. ], [
  766. 'ReactiveX',
  767. 'ReactiveX contributors',
  768. 'Apache',
  769. 'https://raw.githubusercontent.com/ReactiveX/reactivex.github.io/develop/LICENSE'
  770. ], [
  771. 'Redis',
  772. '2009-2020 Salvatore Sanfilippo',
  773. 'CC BY-SA',
  774. 'https://creativecommons.org/licenses/by-sa/4.0/'
  775. ], [
  776. 'Redux',
  777. '2015-2022 Dan Abramov',
  778. 'MIT',
  779. 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
  780. ], [
  781. 'Requests',
  782. '2011-2022 Kenneth Reitz and other contributors',
  783. 'Apache',
  784. 'https://raw.githubusercontent.com/psf/requests/main/LICENSE'
  785. ], [
  786. 'RequireJS',
  787. 'jQuery Foundation and other contributors',
  788. 'MIT',
  789. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  790. ], [
  791. 'RethinkDB',
  792. 'RethinkDB contributors',
  793. 'CC BY-SA',
  794. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  795. ], [
  796. 'Ruby',
  797. '1993-2022 Yukihiro Matsumoto',
  798. 'Ruby',
  799. 'https://www.ruby-lang.org/en/about/license.txt'
  800. ], [
  801. 'Ruby on Rails',
  802. '2004-2021 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  803. 'MIT',
  804. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  805. ], [
  806. 'Rust',
  807. '2010 The Rust Project Developers',
  808. 'MIT',
  809. 'https://raw.githubusercontent.com/rust-lang/book/master/LICENSE-MIT'
  810. ], [
  811. 'RxJS',
  812. '2015-2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
  813. 'Apache',
  814. 'https://raw.githubusercontent.com/ReactiveX/rxjs/master/LICENSE.txt'
  815. ], [
  816. 'Salt Stack',
  817. '2021 SaltStack',
  818. 'Apache',
  819. 'https://raw.githubusercontent.com/saltstack/salt/develop/LICENSE'
  820. ], [
  821. 'Sanctuary',
  822. '2020 Sanctuary; 2016 Plaid Technologies, Inc.',
  823. 'MIT',
  824. 'https://raw.githubusercontent.com/sanctuary-js/sanctuary/master/LICENSE'
  825. ], [
  826. 'Sass',
  827. '2022 Google Inc.',
  828. 'MIT',
  829. 'https://raw.githubusercontent.com/sass/sass/main/LICENSE'
  830. ], [
  831. 'Scala',
  832. '2002-2022 EPFL, with contributions from Lightbend',
  833. 'Apache',
  834. 'https://www.scala-lang.org/license/'
  835. ], [
  836. 'scikit-image',
  837. '2019 the scikit-image team',
  838. 'BSD',
  839. 'https://scikit-image.org/docs/dev/license.html'
  840. ], [
  841. 'scikit-learn',
  842. '2007-2020 The scikit-learn developers',
  843. 'BSD',
  844. 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
  845. ], [
  846. 'Sequelize',
  847. '2014—present Sequelize contributors',
  848. 'MIT',
  849. 'https://raw.githubusercontent.com/sequelize/sequelize/master/LICENSE'
  850. ], [
  851. 'Sinon',
  852. '2010-2021 Christian Johansen',
  853. 'BSD',
  854. 'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
  855. ], [
  856. 'Socket.io',
  857. '2014-2018 Automattic',
  858. 'MIT',
  859. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  860. ], [
  861. 'Spring Boot',
  862. '2002-2022 Pivotal, Inc. All Rights Reserved.',
  863. 'Apache License 2.0',
  864. 'https://raw.githubusercontent.com/spring-projects/spring-boot/master/LICENSE.txt'
  865. ], [
  866. 'SQLite',
  867. 'n/a',
  868. 'Public Domain',
  869. 'https://sqlite.org/copyright.html'
  870. ], [
  871. 'Statsmodels',
  872. '2009-2012 Statsmodels Developers<br>&copy; 2006-2008 Scipy Developers<br>&copy; 2006 Jonathan E. Taylor',
  873. 'BSD',
  874. 'https://raw.githubusercontent.com/statsmodels/statsmodels/master/LICENSE.txt'
  875. ], [
  876. 'Svelte',
  877. '2016–2022 Rich Harris and contributors',
  878. 'MIT',
  879. 'https://raw.githubusercontent.com/sveltejs/svelte/master/LICENSE.md'
  880. ], [
  881. 'Symfony',
  882. '2004-2017 Fabien Potencier',
  883. 'MIT',
  884. 'https://symfony.com/doc/current/contributing/code/license.html'
  885. ], [
  886. 'TailwindCSS',
  887. '2022 Tailwind Labs, Inc.',
  888. 'MIT',
  889. 'https://raw.githubusercontent.com/tailwindlabs/tailwindcss/master/LICENSE'
  890. ], [
  891. 'Tcl/Tk',
  892. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  893. 'Tcl/Tk',
  894. 'http://tcl.tk/software/tcltk/license.html'
  895. ], [
  896. 'TensorFlow',
  897. '2022 The TensorFlow Authors',
  898. 'CC BY',
  899. 'https://creativecommons.org/licenses/by/4.0/'
  900. ], [
  901. 'Terraform',
  902. '2018 HashiCorp',
  903. 'MPL',
  904. 'https://raw.githubusercontent.com/hashicorp/terraform-website/master/LICENSE.md'
  905. ], [
  906. 'Trio',
  907. '2017 Nathaniel J. Smith',
  908. 'MIT',
  909. 'https://raw.githubusercontent.com/python-trio/trio/master/LICENSE.MIT'
  910. ], [
  911. 'Twig',
  912. '2009-2020 The Twig Team',
  913. 'BSD',
  914. 'https://twig.symfony.com/license'
  915. ], [
  916. 'TypeScript',
  917. '2012-2022 Microsoft',
  918. 'Apache',
  919. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  920. ], [
  921. 'Underscore.js',
  922. '2009-2021 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  923. 'MIT',
  924. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  925. ], [
  926. 'Vagrant',
  927. '2010-2018 Mitchell Hashimoto',
  928. 'MPL',
  929. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
  930. ], [
  931. 'Vite',
  932. '2019–present, Yuxi (Evan) You and Vite contributors',
  933. 'MIT',
  934. 'https://github.com/vitejs/vite/blob/main/LICENSE'
  935. ], [
  936. 'Vitest',
  937. '2021-Present Anthony Fu<br>2021-Present Matias Capeletto<br>',
  938. 'MIT',
  939. 'https://github.com/vitest-dev/vitest/blob/main/LICENSE'
  940. ], [
  941. 'Vue Router',
  942. '2013-present Evan You',
  943. 'MIT',
  944. 'https://raw.githubusercontent.com/vuejs/vue-router/dev/LICENSE'
  945. ], [
  946. 'Vue.js',
  947. '2013-present Yuxi Evan You',
  948. 'MIT',
  949. 'https://raw.githubusercontent.com/vuejs/vuejs.org/master/LICENSE'
  950. ], [
  951. 'Vuex',
  952. '2015-present Evan You',
  953. 'MIT',
  954. 'https://raw.githubusercontent.com/vuejs/vuex/dev/LICENSE'
  955. ], [
  956. 'Vulkan',
  957. '2014-2017 Khronos Group Inc.<br>Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.',
  958. 'CC BY',
  959. 'https://creativecommons.org/licenses/by/4.0/'
  960. ], [
  961. 'webpack',
  962. 'JS Foundation and other contributors',
  963. 'CC BY',
  964. 'https://creativecommons.org/licenses/by/4.0/'
  965. ], [
  966. 'Werkzeug',
  967. '2007-2022 Pallets',
  968. 'BSD',
  969. 'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
  970. ], [
  971. 'Wordpress',
  972. '2003-2022 WordPress Foundation',
  973. 'GPLv2+',
  974. 'https://wordpress.org/about/license/'
  975. ], [
  976. 'Yarn',
  977. '2016-present Yarn Contributors',
  978. 'BSD',
  979. 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
  980. ], [
  981. 'Yii',
  982. '2008-2017 by Yii Software LLC',
  983. 'BSD',
  984. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  985. ], [
  986. 'Zig',
  987. '2015–2021, Zig contributors',
  988. 'MIT',
  989. 'https://raw.githubusercontent.com/ziglang/zig/master/LICENSE'
  990. ]
  991. ]