about_tmpl.coffee 23 KB

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