about_tmpl.coffee 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  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 API documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
  14. <ul>
  15. <li>Created and maintained by <a href="https://thibaut.me">Thibaut Courouble</a>
  16. <li>Free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>
  17. <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>
  18. </ul>
  19. <p>To keep up-to-date with the latest news:
  20. <ul>
  21. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  22. <li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a>
  23. <li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
  24. </ul>
  25. <h2 class="_block-heading" id="copyright">Copyright and License</h2>
  26. <p class="_note">
  27. <strong>Copyright 2013&ndash;2018 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
  28. This software is licensed under the terms of the Mozilla Public License v2.0.<br>
  29. You may obtain a copy of the source code at <a href="https://github.com/freeCodeCamp/devdocs">github.com/freeCodeCamp/devdocs</a>.<br>
  30. For more information, see the <a href="https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>
  31. and <a href="https://github.com/freeCodeCamp/devdocs/blob/master/LICENSE">LICENSE</a> files.
  32. <h2 class="_block-heading" id="plugins">Plugins and Extensions</h2>
  33. <ul>
  34. <li><a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
  35. <li><a href="https://github.com/egoist/devdocs-app">Desktop app</a>
  36. <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text package</a>
  37. <li><a href="https://atom.io/packages/devdocs">Atom package</a>
  38. <li><a href="https://marketplace.visualstudio.com/items?itemName=deibit.devdocs">Visual Studio Code extension</a>
  39. <li><a href="https://github.com/yannickglt/alfred-devdocs">Alfred workflow</a>
  40. <li><a href="https://github.com/search?q=topic%3Adevdocs&type=Repositories">More…</a>
  41. </ul>
  42. <h2 class="_block-heading" id="faq">Questions & Answers</h2>
  43. <dl>
  44. <dt>Where can I suggest new docs and features?
  45. <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
  46. If you have a specific feature request, add it to the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>.<br>
  47. Otherwise use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
  48. <dt>Where can I report bugs?
  49. <dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
  50. </dl>
  51. <p>For anything else, feel free to email me at <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  52. <h2 class="_block-heading" id="credits">Credits</h2>
  53. <p><strong>Special thanks to:</strong>
  54. <ul>
  55. <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
  56. <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
  57. <li><a href="https://www.heroku.com">Heroku</a> and <a href="https://newrelic.com/">New Relic</a> for providing awesome free service
  58. <li><a href="https://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
  59. </ul>
  60. <div class="_table">
  61. <table class="_credits">
  62. <tr>
  63. <th>Documentation
  64. <th>Copyright
  65. <th>License
  66. #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
  67. </table>
  68. </div>
  69. <h2 class="_block-heading" id="privacy">Privacy Policy</h2>
  70. <ul>
  71. <li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
  72. <li>We do not collect personal information.
  73. <li>We use Google Analytics, Gauges and Sentry to collect anonymous traffic information and improve the app.
  74. <li>The app uses cookies to store user preferences.
  75. <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.
  76. <li>If you have any questions regarding privacy, please email <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  77. </ul>
  78. """
  79. credits = [
  80. [ 'Angular<br>Angular.js',
  81. '2010-2018 Google, Inc.',
  82. 'CC BY',
  83. 'https://creativecommons.org/licenses/by/4.0/'
  84. ], [
  85. 'Ansible',
  86. '2012-2018 Michael DeHaan<br>&copy; 2018 Red Hat, Inc.',
  87. 'GPLv3',
  88. 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
  89. ], [
  90. 'Apache HTTP Server<br>Apache Pig',
  91. '2018 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
  92. 'Apache',
  93. 'https://www.apache.org/licenses/LICENSE-2.0'
  94. ], [
  95. 'Async',
  96. '2010-2017 Caolan McMahon',
  97. 'MIT',
  98. 'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
  99. ], [
  100. 'Babel',
  101. '2018 Sebastian McKenzie',
  102. 'MIT',
  103. 'https://raw.githubusercontent.com/babel/website/master/LICENSE'
  104. ], [
  105. 'Backbone.js',
  106. '2010-2016 Jeremy Ashkenas, DocumentCloud',
  107. 'MIT',
  108. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  109. ], [
  110. 'Bluebird',
  111. '2013-2017 Petka Antonov',
  112. 'MIT',
  113. 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
  114. ], [
  115. 'Bootstrap',
  116. '2011-2018 Twitter, Inc.<br>2011-2018 The Bootstrap Authors',
  117. 'CC BY',
  118. 'https://creativecommons.org/licenses/by/3.0/'
  119. ], [
  120. 'Bottle',
  121. '2009-2017 Marcel Hellkamp',
  122. 'MIT',
  123. 'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
  124. ], [
  125. 'Bower',
  126. '2018 Bower contributors',
  127. 'MIT',
  128. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  129. ], [
  130. 'C<br>C++',
  131. 'cppreference.com',
  132. 'CC BY-SA',
  133. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  134. ], [
  135. 'CakePHP',
  136. '2005-2017 The Cake Software Foundation, Inc.',
  137. 'MIT',
  138. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
  139. ], [
  140. 'Chai',
  141. '2016 Chai.js Assertion Library',
  142. 'MIT',
  143. 'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE'
  144. ], [
  145. 'Chef&trade;',
  146. 'Chef Software, Inc.',
  147. 'CC BY',
  148. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  149. ], [
  150. 'Clojure',
  151. 'Rich Hickey',
  152. 'EPL',
  153. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  154. ], [
  155. 'CMake',
  156. '2000-2017 Kitware, Inc. and Contributors',
  157. 'BSD',
  158. 'https://cmake.org/licensing/'
  159. ], [
  160. 'Codeception',
  161. '2011 Michael Bodnarchuk and contributors',
  162. 'MIT',
  163. 'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
  164. ], [
  165. 'CodeceptJS',
  166. '2015 DavertMik',
  167. 'MIT',
  168. 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
  169. ], [
  170. 'CodeIgniter',
  171. '2014-2018 British Columbia Institute of Technology',
  172. 'MIT',
  173. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  174. ], [
  175. 'CoffeeScript',
  176. '2009-2018 Jeremy Ashkenas',
  177. 'MIT',
  178. 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE'
  179. ], [
  180. 'Cordova',
  181. '2012-2017 The Apache Software Foundation',
  182. 'Apache',
  183. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  184. ], [
  185. 'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
  186. '2005-2017 Mozilla Developer Network and individual contributors',
  187. 'CC BY-SA',
  188. 'https://creativecommons.org/licenses/by-sa/2.5/'
  189. ], [
  190. 'Crystal',
  191. '2012-2017 Manas Technology Solutions',
  192. 'Apache',
  193. 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
  194. ], [
  195. 'D',
  196. '1999-2018 The D Language Foundation',
  197. 'Boost',
  198. 'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
  199. ], [
  200. 'D3.js',
  201. '2010-2017 Michael Bostock',
  202. 'BSD',
  203. 'https://raw.githubusercontent.com/d3/d3/master/LICENSE'
  204. ], [
  205. 'Django',
  206. 'Django Software Foundation and individual contributors',
  207. 'BSD',
  208. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  209. ], [
  210. 'Docker',
  211. '2017 Docker, Inc.<br>Docker and the Docker logo are trademarks of Docker, Inc.',
  212. 'Apache',
  213. 'https://raw.githubusercontent.com/docker/docker.github.io/master/LICENSE'
  214. ], [
  215. 'Dojo',
  216. '2005-2017 JS Foundation',
  217. 'BSD + AFL',
  218. 'http://dojotoolkit.org/license.html'
  219. ], [
  220. 'Drupal',
  221. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  222. 'GPLv2',
  223. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  224. ], [
  225. 'Electron',
  226. '2013-2018 GitHub Inc.',
  227. 'MIT',
  228. 'https://raw.githubusercontent.com/electron/electron/master/LICENSE'
  229. ], [
  230. 'Elixir',
  231. '2012 Plataformatec',
  232. 'Apache',
  233. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  234. ], [
  235. 'Ember.js',
  236. '2017 Yehuda Katz, Tom Dale and Ember.js contributors',
  237. 'MIT',
  238. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  239. ], [
  240. 'Erlang',
  241. '2010-2017 Ericsson AB',
  242. 'Apache',
  243. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  244. ], [
  245. 'ESLint',
  246. 'JS Foundation and other contributors',
  247. 'MIT',
  248. 'https://raw.githubusercontent.com/eslint/eslint/master/LICENSE'
  249. ], [
  250. 'Express',
  251. '2017 StrongLoop, IBM, and other expressjs.com contributors.',
  252. 'CC BY-SA',
  253. 'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md'
  254. ], [
  255. 'Falcon',
  256. '2012-2016 by Rackspace Hosting, Inc. and other contributors',
  257. 'Apache',
  258. 'https://raw.githubusercontent.com/falconry/falcon/master/LICENSE'
  259. ], [
  260. 'Fish',
  261. '2005-2009 Axel Liljencrantz',
  262. 'GPLv2',
  263. 'https://fishshell.com/docs/current/license.html'
  264. ], [
  265. 'GCC<br>GNU Fortran',
  266. 'Free Software Foundation',
  267. 'GFDL',
  268. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  269. ], [
  270. 'Git',
  271. '2005-2018 Linus Torvalds and others',
  272. 'GPLv2',
  273. 'https://raw.githubusercontent.com/git/git/master/COPYING'
  274. ], [
  275. 'Go',
  276. 'Google, Inc.',
  277. 'CC BY',
  278. 'https://creativecommons.org/licenses/by/3.0/'
  279. ], [
  280. 'Godot',
  281. '2014-2018 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
  282. 'MIT',
  283. 'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt'
  284. ], [
  285. 'Grunt',
  286. 'GruntJS Team',
  287. 'MIT',
  288. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  289. ], [
  290. 'Haskell',
  291. 'The University of Glasgow',
  292. 'BSD',
  293. 'https://www.haskell.org/ghc/license'
  294. ], [
  295. 'Haxe',
  296. '2005-2016 Haxe Foundation',
  297. 'MIT',
  298. 'https://haxe.org/foundation/open-source.html'
  299. ], [
  300. 'Homebrew',
  301. '2009-present Homebrew contributors',
  302. 'BSD',
  303. 'https://raw.githubusercontent.com/Homebrew/brew/master/LICENSE.txt'
  304. ], [
  305. 'Immutable.js',
  306. '2014-2016 Facebook, Inc.',
  307. 'BSD',
  308. 'https://raw.githubusercontent.com/facebook/immutable-js/master/LICENSE'
  309. ], [
  310. 'InfluxData',
  311. '2015 InfluxData, Inc.',
  312. 'MIT',
  313. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  314. ], [
  315. 'Jasmine',
  316. '2008-2017 Pivotal Labs',
  317. 'MIT',
  318. 'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE'
  319. ], [
  320. 'Jekyll',
  321. '2008-2018 Tom Preston-Werner and Jekyll contributors',
  322. 'MIT',
  323. 'https://raw.githubusercontent.com/jekyll/jekyll/master/LICENSE'
  324. ], [
  325. 'Jest',
  326. '2014-present Facebook Inc.',
  327. 'BSD',
  328. 'https://raw.githubusercontent.com/facebook/jest/master/LICENSE'
  329. ], [
  330. 'jQuery',
  331. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  332. 'MIT',
  333. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  334. ], [
  335. 'jQuery Mobile',
  336. 'jQuery Foundation and other contributors',
  337. 'MIT',
  338. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  339. ], [
  340. 'jQuery UI',
  341. 'jQuery Foundation and other contributors',
  342. 'MIT',
  343. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  344. ], [
  345. 'Julia',
  346. '2009-2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
  347. 'MIT',
  348. 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
  349. ], [
  350. 'JSDoc',
  351. '2011-2017 the contributors to the JSDoc 3 documentation project',
  352. 'CC BY-SA',
  353. 'https://raw.githubusercontent.com/jsdoc3/jsdoc3.github.com/master/LICENSE'
  354. ], [
  355. 'Knockout.js',
  356. 'Steven Sanderson, the Knockout.js team, and other contributors',
  357. 'MIT',
  358. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  359. ], [
  360. 'Kotlin',
  361. '2010-2018 JetBrains s.r.o.',
  362. 'Apache',
  363. 'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
  364. ], [
  365. 'Laravel',
  366. 'Taylor Otwell',
  367. 'MIT',
  368. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  369. ], [
  370. 'Less',
  371. '2009-2016 The Core Less Team',
  372. 'CC BY',
  373. 'https://creativecommons.org/licenses/by/3.0/'
  374. ], [
  375. 'Liquid',
  376. '2005, 2006 Tobias Luetke',
  377. 'MIT',
  378. 'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE'
  379. ], [
  380. 'Lo-Dash',
  381. 'JS Foundation and other contributors',
  382. 'MIT',
  383. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
  384. ], [
  385. 'Lua',
  386. '1994–2017 Lua.org, PUC-Rio',
  387. 'MIT',
  388. 'http://www.lua.org/license.html'
  389. ], [
  390. 'L&Ouml;VE',
  391. '2006-2016 L&Ouml;VE Development Team',
  392. 'GFDL',
  393. 'http://www.gnu.org/copyleft/fdl.html'
  394. ], [
  395. 'Marionette.js',
  396. '2017 Muted Solutions, LLC',
  397. 'MIT',
  398. 'https://mutedsolutions.mit-license.org/'
  399. ], [
  400. 'Markdown',
  401. '2004 John Gruber',
  402. 'BSD',
  403. 'https://daringfireball.net/projects/markdown/license'
  404. ], [
  405. 'Matplotlib',
  406. '2012-2017 Matplotlib Development Team. All rights reserved.',
  407. 'Custom',
  408. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  409. ], [
  410. 'Meteor',
  411. '2011-2017 Meteor Development Group, Inc.',
  412. 'MIT',
  413. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE'
  414. ], [
  415. 'Minitest',
  416. 'Ryan Davis, seattle.rb',
  417. 'MIT',
  418. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  419. ], [
  420. 'Mocha',
  421. '2011-2018 JS Foundation and contributors',
  422. 'CC BY',
  423. 'https://creativecommons.org/licenses/by/4.0/'
  424. ], [
  425. 'Modernizr',
  426. '2009-2017 The Modernizr team',
  427. 'MIT',
  428. 'https://modernizr.com/license/'
  429. ], [
  430. 'Moment.js',
  431. 'JS Foundation and other contributors',
  432. 'MIT',
  433. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  434. ], [
  435. 'Mongoose',
  436. '2010 LearnBoost',
  437. 'MIT',
  438. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  439. ], [
  440. 'nginx',
  441. '2002-2018 Igor Sysoev<br>&copy; 2011-2018 Nginx, Inc.',
  442. 'BSD',
  443. 'http://nginx.org/LICENSE'
  444. ], [
  445. 'nginx / Lua Module',
  446. '2009-2017 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.',
  447. 'BSD',
  448. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  449. ], [
  450. 'Nim',
  451. '2006-2017 Andreas Rumpf',
  452. 'MIT',
  453. 'https://github.com/nim-lang/Nim#license'
  454. ], [
  455. 'Node.js',
  456. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  457. 'MIT',
  458. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  459. ], [
  460. 'Nokogiri',
  461. '2008-2017 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid',
  462. 'MIT',
  463. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.txt'
  464. ], [
  465. 'npm',
  466. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  467. 'npm',
  468. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  469. ], [
  470. 'NumPy',
  471. '2008-2017 NumPy Developers',
  472. 'NumPy',
  473. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  474. ], [
  475. 'OpenJDK',
  476. '1993-2017, 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.',
  477. 'GPLv2',
  478. 'http://openjdk.java.net/legal/gplv2+ce.html'
  479. ], [
  480. 'OpenTSDB',
  481. '2010-2016 The OpenTSDB Authors',
  482. 'LGPLv2.1',
  483. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  484. ], [
  485. 'Padrino',
  486. '2010-2016 Padrino',
  487. 'MIT',
  488. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  489. ], [
  490. 'pandas',
  491. '2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team',
  492. 'BSD',
  493. 'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
  494. ], [
  495. 'Perl',
  496. '1993-2016 Larry Wall and others',
  497. 'GPLv1',
  498. 'https://perldoc.perl.org/index-licence.html'
  499. ], [
  500. 'Phalcon',
  501. '2011-2017 Phalcon Framework Team',
  502. 'CC BY',
  503. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  504. ], [
  505. 'Phaser',
  506. '2016 Richard Davey, Photon Storm Ltd.',
  507. 'MIT',
  508. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  509. ], [
  510. 'Phoenix',
  511. '2014 Chris McCord',
  512. 'MIT',
  513. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  514. ], [
  515. 'PHP',
  516. '1997-2018 The PHP Documentation Group',
  517. 'CC BY',
  518. 'https://secure.php.net/manual/en/copyright.php'
  519. ], [
  520. 'PHPUnit',
  521. '2005-2017 Sebastian Bergmann',
  522. 'CC BY',
  523. 'https://creativecommons.org/licenses/by/3.0/'
  524. ], [
  525. 'PostgreSQL',
  526. '1996-2018 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  527. 'PostgreSQL',
  528. 'https://www.postgresql.org/about/licence/'
  529. ], [
  530. 'Python',
  531. '2001-2018 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  532. 'PSFL',
  533. 'https://docs.python.org/3/license.html'
  534. ], [
  535. 'Q',
  536. '2009-2017 Kristopher Michael Kowal',
  537. 'MIT',
  538. 'https://raw.githubusercontent.com/kriskowal/q/master/LICENSE'
  539. ], [
  540. 'Ramda',
  541. '2013-2016 Scott Sauyet and Michael Hurley',
  542. 'MIT',
  543. 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
  544. ], [
  545. 'React, React Native, Flow, Relay',
  546. '2013-present Facebook Inc.',
  547. 'CC BY',
  548. 'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md'
  549. ], [
  550. 'Redis',
  551. '2009-2017 Salvatore Sanfilippo',
  552. 'CC BY-SA',
  553. 'https://creativecommons.org/licenses/by-sa/4.0/'
  554. ], [
  555. 'Redux',
  556. '2015-2017 Dan Abramov',
  557. 'MIT',
  558. 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
  559. ], [
  560. 'RequireJS',
  561. 'jQuery Foundation and other contributors',
  562. 'MIT',
  563. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  564. ], [
  565. 'RethinkDB',
  566. 'RethinkDB contributors',
  567. 'CC BY-SA',
  568. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  569. ], [
  570. 'Ruby',
  571. '1993-2017 Yukihiro Matsumoto',
  572. 'Ruby',
  573. 'https://www.ruby-lang.org/en/about/license.txt'
  574. ], [
  575. 'Ruby on Rails',
  576. '2004-2017 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  577. 'MIT',
  578. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  579. ], [
  580. 'Rust',
  581. '2010 The Rust Project Developers',
  582. 'MIT',
  583. 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
  584. ], [
  585. 'Sass',
  586. '2006-2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
  587. 'MIT',
  588. 'https://raw.githubusercontent.com/sass/sass/stable/MIT-LICENSE'
  589. ], [
  590. 'scikit-image',
  591. '2011 the scikit-image team',
  592. 'BSD',
  593. 'http://scikit-image.org/docs/dev/license.html'
  594. ], [
  595. 'scikit-learn',
  596. '2007-2017 The scikit-learn developers',
  597. 'BSD',
  598. 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
  599. ], [
  600. 'Sinon',
  601. '2010-2018 Christian Johansen',
  602. 'BSD',
  603. 'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
  604. ], [
  605. 'Socket.io',
  606. '2014-2015 Automattic',
  607. 'MIT',
  608. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  609. ], [
  610. 'SQLite',
  611. 'n/a',
  612. 'Public Domain',
  613. 'https://sqlite.org/copyright.html'
  614. ], [
  615. 'Statsmodels',
  616. '2009-2012 Statsmodels Developers<br>&copy; 2006-2008 Scipy Developers<br>&copy; 2006 Jonathan E. Taylor',
  617. 'BSD',
  618. 'https://raw.githubusercontent.com/statsmodels/statsmodels/master/LICENSE.txt'
  619. ], [
  620. 'Symfony',
  621. '2004-2017 Fabien Potencier',
  622. 'MIT',
  623. 'https://symfony.com/doc/current/contributing/code/license.html'
  624. ], [
  625. 'Tcl/Tk',
  626. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  627. 'Tcl/Tk',
  628. 'http://tcl.tk/software/tcltk/license.html'
  629. ], [
  630. 'TensorFlow',
  631. '2018 The TensorFlow Authors',
  632. 'CC BY',
  633. 'https://creativecommons.org/licenses/by/3.0/'
  634. ], [
  635. 'Twig',
  636. '2009-2017 The Twig Team',
  637. 'BSD',
  638. 'https://twig.sensiolabs.org/license'
  639. ], [
  640. 'TypeScript',
  641. 'Microsoft and other contributors',
  642. 'Apache',
  643. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  644. ], [
  645. 'Underscore.js',
  646. '2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  647. 'MIT',
  648. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  649. ], [
  650. 'Vagrant',
  651. '2010-2018 Mitchell Hashimoto',
  652. 'MPL',
  653. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
  654. ], [
  655. 'Vue.js',
  656. '2013-2017 Evan You, Vue.js contributors',
  657. 'MIT',
  658. 'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
  659. ], [
  660. 'Vulkan',
  661. '2014-2017 Khronos Group Inc.<br>Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.',
  662. 'CC BY',
  663. 'https://creativecommons.org/licenses/by/4.0/'
  664. ], [
  665. 'webpack',
  666. 'JS Foundation and other contributors',
  667. 'CC BY',
  668. 'https://creativecommons.org/licenses/by/4.0/'
  669. ], [
  670. 'Yarn',
  671. '2016-present Yarn Contributors',
  672. 'BSD',
  673. 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
  674. ], [
  675. 'Yii',
  676. '2008-2017 by Yii Software LLC',
  677. 'BSD',
  678. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  679. ]
  680. ]