about_tmpl.coffee 31 KB

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