about_tmpl.coffee 29 KB

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