Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.67 KB | None | 0 0
  1. pbarker@owl:~/Projects/Personal/bitbake> reuse lint
  2. # BAD LICENSES
  3.  
  4. 'CC-BY-2.0-UK' found in:
  5. * doc/sphinx-static/theme_overrides.css
  6.  
  7.  
  8. # MISSING LICENSES
  9.  
  10. 'BSD-3-Clause-Clear' found in:
  11. * lib/progressbar/__init__.py
  12. * lib/progressbar/compat.py
  13. * lib/progressbar/progressbar.py
  14. * lib/progressbar/widgets.py
  15.  
  16. 'CC-BY-2.0-UK' found in:
  17. * doc/sphinx-static/theme_overrides.css
  18.  
  19. 'CC-BY-2.5' found in:
  20. * doc/bitbake-user-manual/bitbake-user-manual-execution.rst
  21. * doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
  22. * doc/bitbake-user-manual/bitbake-user-manual-hello.rst
  23. * doc/bitbake-user-manual/bitbake-user-manual-intro.rst
  24. * doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
  25. * doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
  26. * doc/index.rst
  27. * doc/releases.rst
  28.  
  29. 'GPL-2.0-only' found in:
  30. * bin/bitbake
  31. * bin/bitbake-diffsigs
  32. * bin/bitbake-getvar
  33. * bin/bitbake-hashclient
  34. * bin/bitbake-hashserv
  35. * bin/bitbake-layers
  36. * bin/bitbake-prserv
  37. * bin/bitbake-selftest
  38. * bin/bitbake-server
  39. * bin/bitbake-worker
  40. * bin/git-make-shallow
  41. * bin/toaster-eventreplay
  42. * lib/bb/__init__.py
  43. * lib/bb/asyncrpc/__init__.py
  44. * lib/bb/asyncrpc/client.py
  45. * lib/bb/asyncrpc/serv.py
  46. * lib/bb/build.py
  47. * lib/bb/cache.py
  48. * lib/bb/cache_extra.py
  49. * lib/bb/checksum.py
  50. * lib/bb/codeparser.py
  51. * lib/bb/command.py
  52. * lib/bb/cooker.py
  53. * lib/bb/cookerdata.py
  54. * lib/bb/daemonize.py
  55. * lib/bb/data.py
  56. * lib/bb/data_smart.py
  57. * lib/bb/event.py
  58. * lib/bb/exceptions.py
  59. * lib/bb/fetch2/__init__.py
  60. * lib/bb/fetch2/az.py
  61. * lib/bb/fetch2/bzr.py
  62. * lib/bb/fetch2/clearcase.py
  63. * lib/bb/fetch2/cvs.py
  64. * lib/bb/fetch2/git.py
  65. * lib/bb/fetch2/gitannex.py
  66. * lib/bb/fetch2/gitsm.py
  67. * lib/bb/fetch2/hg.py
  68. * lib/bb/fetch2/local.py
  69. * lib/bb/fetch2/npm.py
  70. * lib/bb/fetch2/npmsw.py
  71. * lib/bb/fetch2/osc.py
  72. * lib/bb/fetch2/perforce.py
  73. * lib/bb/fetch2/repo.py
  74. * lib/bb/fetch2/s3.py
  75. * lib/bb/fetch2/sftp.py
  76. * lib/bb/fetch2/ssh.py
  77. * lib/bb/fetch2/svn.py
  78. * lib/bb/fetch2/wget.py
  79. * lib/bb/main.py
  80. * lib/bb/methodpool.py
  81. * lib/bb/monitordisk.py
  82. * lib/bb/msg.py
  83. * lib/bb/parse/__init__.py
  84. * lib/bb/parse/ast.py
  85. * lib/bb/parse/parse_py/BBHandler.py
  86. * lib/bb/parse/parse_py/ConfHandler.py
  87. * lib/bb/parse/parse_py/__init__.py
  88. * lib/bb/persist_data.py
  89. * lib/bb/process.py
  90. * lib/bb/progress.py
  91. * lib/bb/providers.py
  92. * lib/bb/remotedata.py
  93. * lib/bb/runqueue.py
  94. * lib/bb/server/__init__.py
  95. * lib/bb/server/process.py
  96. * lib/bb/server/xmlrpcclient.py
  97. * lib/bb/server/xmlrpcserver.py
  98. * lib/bb/siggen.py
  99. * lib/bb/taskdata.py
  100. * lib/bb/tests/codeparser.py
  101. * lib/bb/tests/cooker.py
  102. * lib/bb/tests/cow.py
  103. * lib/bb/tests/data.py
  104. * lib/bb/tests/event.py
  105. * lib/bb/tests/fetch.py
  106. * lib/bb/tests/parse.py
  107. * lib/bb/tests/persist_data.py
  108. * lib/bb/tests/runqueue.py
  109. * lib/bb/tests/siggen.py
  110. * lib/bb/tests/utils.py
  111. * lib/bb/tinfoil.py
  112. * lib/bb/ui/__init__.py
  113. * lib/bb/ui/buildinfohelper.py
  114. * lib/bb/ui/knotty.py
  115. * lib/bb/ui/ncurses.py
  116. * lib/bb/ui/taskexp.py
  117. * lib/bb/ui/teamcity.py
  118. * lib/bb/ui/toasterui.py
  119. * lib/bb/ui/uievent.py
  120. * lib/bb/ui/uihelper.py
  121. * lib/bb/utils.py
  122. * lib/bblayers/__init__.py
  123. * lib/bblayers/action.py
  124. * lib/bblayers/common.py
  125. * lib/bblayers/layerindex.py
  126. * lib/bblayers/query.py
  127. * lib/hashserv/__init__.py
  128. * lib/hashserv/client.py
  129. * lib/hashserv/server.py
  130. * lib/hashserv/tests.py
  131. * lib/layerindexlib/__init__.py
  132. * lib/layerindexlib/cooker.py
  133. * lib/layerindexlib/plugin.py
  134. * lib/layerindexlib/restapi.py
  135. * lib/layerindexlib/tests/common.py
  136. * lib/layerindexlib/tests/cooker.py
  137. * lib/layerindexlib/tests/layerindexobj.py
  138. * lib/layerindexlib/tests/restapi.py
  139. * lib/prserv/__init__.py
  140. * lib/prserv/db.py
  141. * lib/prserv/serv.py
  142. * lib/toaster/bldcollector/admin.py
  143. * lib/toaster/bldcollector/urls.py
  144. * lib/toaster/bldcollector/views.py
  145. * lib/toaster/bldcontrol/admin.py
  146. * lib/toaster/bldcontrol/bbcontroller.py
  147. * lib/toaster/bldcontrol/localhostbecontroller.py
  148. * lib/toaster/bldcontrol/management/commands/checksettings.py
  149. * lib/toaster/bldcontrol/management/commands/runbuilds.py
  150. * lib/toaster/bldcontrol/models.py
  151. * lib/toaster/bldcontrol/views.py
  152. * lib/toaster/manage.py
  153. * lib/toaster/orm/management/commands/lsupdates.py
  154. * lib/toaster/orm/models.py
  155. * lib/toaster/tests/browser/selenium_helpers.py
  156. * lib/toaster/tests/browser/selenium_helpers_base.py
  157. * lib/toaster/tests/browser/test_all_builds_page.py
  158. * lib/toaster/tests/browser/test_all_projects_page.py
  159. * lib/toaster/tests/browser/test_builddashboard_page.py
  160. * lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
  161. * lib/toaster/tests/browser/test_builddashboard_page_recipes.py
  162. * lib/toaster/tests/browser/test_builddashboard_page_tasks.py
  163. * lib/toaster/tests/browser/test_js_unit_tests.py
  164. * lib/toaster/tests/browser/test_landing_page.py
  165. * lib/toaster/tests/browser/test_layerdetails_page.py
  166. * lib/toaster/tests/browser/test_most_recent_builds_states.py
  167. * lib/toaster/tests/browser/test_new_custom_image_page.py
  168. * lib/toaster/tests/browser/test_new_project_page.py
  169. * lib/toaster/tests/browser/test_project_builds_page.py
  170. * lib/toaster/tests/browser/test_project_config_page.py
  171. * lib/toaster/tests/browser/test_project_page.py
  172. * lib/toaster/tests/browser/test_sample.py
  173. * lib/toaster/tests/browser/test_task_page.py
  174. * lib/toaster/tests/browser/test_toastertable_ui.py
  175. * lib/toaster/tests/builds/buildtest.py
  176. * lib/toaster/tests/builds/test_core_image_min.py
  177. * lib/toaster/tests/commands/test_loaddata.py
  178. * lib/toaster/tests/commands/test_lsupdates.py
  179. * lib/toaster/tests/commands/test_runbuilds.py
  180. * lib/toaster/tests/eventreplay/__init__.py
  181. * lib/toaster/tests/functional/functional_helpers.py
  182. * lib/toaster/tests/functional/test_functional_basic.py
  183. * lib/toaster/tests/views/test_views.py
  184. * lib/toaster/toastergui/api.py
  185. * lib/toaster/toastergui/buildtables.py
  186. * lib/toaster/toastergui/tablefilter.py
  187. * lib/toaster/toastergui/tables.py
  188. * lib/toaster/toastergui/templatetags/field_values_filter.py
  189. * lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
  190. * lib/toaster/toastergui/templatetags/project_url_tag.py
  191. * lib/toaster/toastergui/templatetags/projecttags.py
  192. * lib/toaster/toastergui/typeaheads.py
  193. * lib/toaster/toastergui/urls.py
  194. * lib/toaster/toastergui/views.py
  195. * lib/toaster/toastergui/widgets.py
  196. * lib/toaster/toastermain/management/commands/builddelete.py
  197. * lib/toaster/toastermain/management/commands/buildimport.py
  198. * lib/toaster/toastermain/management/commands/buildslist.py
  199. * lib/toaster/toastermain/management/commands/checksocket.py
  200. * lib/toaster/toastermain/management/commands/perf.py
  201. * lib/toaster/toastermain/settings.py
  202. * lib/toaster/toastermain/settings_production_example.py
  203. * lib/toaster/toastermain/settings_test.py
  204. * lib/toaster/toastermain/urls.py
  205. * lib/toaster/toastermain/wsgi.py
  206.  
  207. 'GPL-2.0-or-later' found in:
  208. * bin/toaster
  209.  
  210. 'LGPL-2.1-or-later' found in:
  211. * lib/progressbar/__init__.py
  212. * lib/progressbar/compat.py
  213. * lib/progressbar/progressbar.py
  214. * lib/progressbar/widgets.py
  215.  
  216. 'MIT' found in:
  217. * contrib/bbparse-torture.py
  218. * contrib/hashserv/Dockerfile
  219. * lib/bb/namedtuple_with_abc.py
  220. * lib/bb/tests/color.py
  221. * lib/bb/tests/support/httpserver.py
  222. * lib/pyinotify.py
  223. * lib/toaster/tests/db/test_db.py
  224.  
  225.  
  226. # MISSING COPYRIGHT AND LICENSING INFORMATION
  227.  
  228. The following files have no copyright and licensing information:
  229. * .gitattributes
  230. * .gitignore
  231. * AUTHORS
  232. * ChangeLog
  233. * MANIFEST.in
  234. * README
  235. * TODO
  236. * contrib/README
  237. * contrib/autobuilderlog.json
  238. * contrib/bbdev.sh
  239. * contrib/vim/ftplugin/bitbake.vim
  240. * doc/.gitignore
  241. * doc/Makefile
  242. * doc/README
  243. * doc/_templates/breadcrumbs.html
  244. * doc/_templates/layout.html
  245. * doc/bitbake-user-manual/figures/bb_multiconfig_files.png
  246. * doc/bitbake-user-manual/figures/bitbake-title.png
  247. * doc/bitbake.1
  248. * doc/conf.py
  249. * doc/genindex.rst
  250. * doc/sphinx-static/switchers.js
  251. * doc/template/draft.png
  252. * lib/bb/tests/fetch-testdata/apple/cups/releases
  253. * lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html
  254. * lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html
  255. * lib/bb/tests/fetch-testdata/files/v2.8/index.html
  256. * lib/bb/tests/fetch-testdata/files/v3.0/index.html
  257. * lib/bb/tests/fetch-testdata/files/v3.1/index.html
  258. * lib/bb/tests/fetch-testdata/files/v3.10/index.html
  259. * lib/bb/tests/fetch-testdata/files/v3.11/index.html
  260. * lib/bb/tests/fetch-testdata/files/v3.12/index.html
  261. * lib/bb/tests/fetch-testdata/files/v3.13/index.html
  262. * lib/bb/tests/fetch-testdata/files/v3.14/index.html
  263. * lib/bb/tests/fetch-testdata/files/v3.15/index.html
  264. * lib/bb/tests/fetch-testdata/files/v3.16/index.html
  265. * lib/bb/tests/fetch-testdata/files/v3.2/index.html
  266. * lib/bb/tests/fetch-testdata/files/v3.3/index.html
  267. * lib/bb/tests/fetch-testdata/files/v3.4/index.html
  268. * lib/bb/tests/fetch-testdata/files/v3.5/index.html
  269. * lib/bb/tests/fetch-testdata/files/v3.6/index.html
  270. * lib/bb/tests/fetch-testdata/files/v3.7/index.html
  271. * lib/bb/tests/fetch-testdata/files/v3.8/index.html
  272. * lib/bb/tests/fetch-testdata/files/v3.9/index.html
  273. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html
  274. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html
  275. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html
  276. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html
  277. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html
  278. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html
  279. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html
  280. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html
  281. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html
  282. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html
  283. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html
  284. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html
  285. * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html
  286. * lib/bb/tests/fetch-testdata/releases/eglibc/index.html
  287. * lib/bb/tests/fetch-testdata/releases/gnu-config/index.html
  288. * lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html
  289. * lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html
  290. * lib/bb/tests/runqueue-tests/classes/base.bbclass
  291. * lib/bb/tests/runqueue-tests/classes/image.bbclass
  292. * lib/bb/tests/runqueue-tests/classes/native.bbclass
  293. * lib/bb/tests/runqueue-tests/conf/bitbake.conf
  294. * lib/bb/tests/runqueue-tests/conf/multiconfig/mc-1.conf
  295. * lib/bb/tests/runqueue-tests/conf/multiconfig/mc_2.conf
  296. * lib/bb/tests/runqueue-tests/recipes/b1.bb
  297. * lib/bb/tests/runqueue-tests/recipes/d1.bb
  298. * lib/bb/tests/runqueue-tests/recipes/e1.bb
  299. * lib/bb/tests/runqueue-tests/recipes/f1.bb
  300. * lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc1.bb
  301. * lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc2.bb
  302. * lib/bb/ui/icons/images/images_display.png
  303. * lib/bb/ui/icons/images/images_hover.png
  304. * lib/bb/ui/icons/indicators/add-hover.png
  305. * lib/bb/ui/icons/indicators/add.png
  306. * lib/bb/ui/icons/indicators/alert.png
  307. * lib/bb/ui/icons/indicators/confirmation.png
  308. * lib/bb/ui/icons/indicators/denied.png
  309. * lib/bb/ui/icons/indicators/error.png
  310. * lib/bb/ui/icons/indicators/info.png
  311. * lib/bb/ui/icons/indicators/issues.png
  312. * lib/bb/ui/icons/indicators/refresh.png
  313. * lib/bb/ui/icons/indicators/remove-hover.png
  314. * lib/bb/ui/icons/indicators/remove.png
  315. * lib/bb/ui/icons/indicators/tick.png
  316. * lib/bb/ui/icons/info/info_display.png
  317. * lib/bb/ui/icons/info/info_hover.png
  318. * lib/bb/ui/icons/layers/layers_display.png
  319. * lib/bb/ui/icons/layers/layers_hover.png
  320. * lib/bb/ui/icons/packages/packages_display.png
  321. * lib/bb/ui/icons/packages/packages_hover.png
  322. * lib/bb/ui/icons/recipe/recipe_display.png
  323. * lib/bb/ui/icons/recipe/recipe_hover.png
  324. * lib/bb/ui/icons/settings/settings_display.png
  325. * lib/bb/ui/icons/settings/settings_hover.png
  326. * lib/bb/ui/icons/templates/templates_display.png
  327. * lib/bb/ui/icons/templates/templates_hover.png
  328. * lib/bs4/AUTHORS.txt
  329. * lib/bs4/NEWS.txt
  330. * lib/bs4/builder/__init__.py
  331. * lib/bs4/builder/_html5lib.py
  332. * lib/bs4/builder/_htmlparser.py
  333. * lib/bs4/builder/_lxml.py
  334. * lib/bs4/dammit.py
  335. * lib/bs4/diagnose.py
  336. * lib/bs4/element.py
  337. * lib/bs4/testing.py
  338. * lib/bs4/tests/__init__.py
  339. * lib/bs4/tests/test_builder_registry.py
  340. * lib/bs4/tests/test_docs.py
  341. * lib/bs4/tests/test_html5lib.py
  342. * lib/bs4/tests/test_htmlparser.py
  343. * lib/bs4/tests/test_lxml.py
  344. * lib/bs4/tests/test_soup.py
  345. * lib/bs4/tests/test_tree.py
  346. * lib/layerindexlib/README
  347. * lib/layerindexlib/tests/testdata/README
  348. * lib/layerindexlib/tests/testdata/build/conf/bblayers.conf
  349. * lib/layerindexlib/tests/testdata/layer1/conf/layer.conf
  350. * lib/layerindexlib/tests/testdata/layer2/conf/layer.conf
  351. * lib/layerindexlib/tests/testdata/layer3/conf/layer.conf
  352. * lib/layerindexlib/tests/testdata/layer4/conf/layer.conf
  353. * lib/ply/__init__.py
  354. * lib/simplediff/__init__.py
  355. * lib/toaster/bldcontrol/migrations/0001_initial.py
  356. * lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
  357. * lib/toaster/bldcontrol/migrations/0003_add_cancelling_state.py
  358. * lib/toaster/bldcontrol/migrations/0004_auto_20160523_1446.py
  359. * lib/toaster/bldcontrol/migrations/0005_reorder_buildrequest_states.py
  360. * lib/toaster/bldcontrol/migrations/0006_brlayer_local_source_dir.py
  361. * lib/toaster/bldcontrol/migrations/0007_brlayers_optional_gitinfo.py
  362. * lib/toaster/orm/fixtures/README
  363. * lib/toaster/orm/fixtures/oe-core.xml
  364. * lib/toaster/orm/fixtures/poky.xml
  365. * lib/toaster/orm/fixtures/settings.xml
  366. * lib/toaster/orm/migrations/0001_initial.py
  367. * lib/toaster/orm/migrations/0002_customimagerecipe.py
  368. * lib/toaster/orm/migrations/0003_customimagepackage.py
  369. * lib/toaster/orm/migrations/0004_provides.py
  370. * lib/toaster/orm/migrations/0005_task_field_separation.py
  371. * lib/toaster/orm/migrations/0006_add_cancelled_state.py
  372. * lib/toaster/orm/migrations/0007_auto_20160523_1446.py
  373. * lib/toaster/orm/migrations/0008_refactor_artifact_models.py
  374. * lib/toaster/orm/migrations/0009_target_package_manifest_path.py
  375. * lib/toaster/orm/migrations/0010_delete_layer_source_references.py
  376. * lib/toaster/orm/migrations/0011_delete_layersource.py
  377. * lib/toaster/orm/migrations/0012_use_release_instead_of_up_branch.py
  378. * lib/toaster/orm/migrations/0013_recipe_parse_progress_fields.py
  379. * lib/toaster/orm/migrations/0014_allow_empty_buildname.py
  380. * lib/toaster/orm/migrations/0015_layer_local_source_dir.py
  381. * lib/toaster/orm/migrations/0016_clone_progress.py
  382. * lib/toaster/orm/migrations/0017_distro_clone.py
  383. * lib/toaster/orm/migrations/0018_project_specific.py
  384. * lib/toaster/orm/migrations/0019_django_2_2.py
  385. * lib/toaster/tests/browser/README
  386. * lib/toaster/tests/builds/README
  387. * lib/toaster/tests/eventreplay/README
  388. * lib/toaster/tests/toaster-tests-requirements.txt
  389. * lib/toaster/tests/views/README
  390. * lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml
  391. * lib/toaster/toastergui/static/css/bootstrap.css.map
  392. * lib/toaster/toastergui/static/css/bootstrap.min.css.map
  393. * lib/toaster/toastergui/static/css/bootstrap3-transition.css
  394. * lib/toaster/toastergui/static/css/default.css
  395. * lib/toaster/toastergui/static/css/font-awesome.min.css
  396. * lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
  397. * lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
  398. * lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png
  399. * lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
  400. * lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
  401. * lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png
  402. * lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
  403. * lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
  404. * lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
  405. * lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png
  406. * lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png
  407. * lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png
  408. * lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png
  409. * lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png
  410. * lib/toaster/toastergui/static/css/jquery.treetable.css
  411. * lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
  412. * lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
  413. * lib/toaster/toastergui/static/css/qunit-1.18.0.css
  414. * lib/toaster/toastergui/static/css/screen.css
  415. * lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot
  416. * lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg
  417. * lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf
  418. * lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff
  419. * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot
  420. * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg
  421. * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf
  422. * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff
  423. * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2
  424. * lib/toaster/toastergui/static/html/layer_deps_modal.html
  425. * lib/toaster/toastergui/static/img/logo.png
  426. * lib/toaster/toastergui/static/img/toaster_bw.png
  427. * lib/toaster/toastergui/static/jquery-treetable-license/README.md
  428. * lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
  429. * lib/toaster/toastergui/static/js/.jshintrc
  430. * lib/toaster/toastergui/static/js/customrecipe.js
  431. * lib/toaster/toastergui/static/js/filtersnippet.js
  432. * lib/toaster/toastergui/static/js/highlight.pack.js
  433. * lib/toaster/toastergui/static/js/importlayer.js
  434. * lib/toaster/toastergui/static/js/jquery-2.0.3.min.js
  435. * lib/toaster/toastergui/static/js/jquery-2.0.3.min.map
  436. * lib/toaster/toastergui/static/js/jsrender.min.js
  437. * lib/toaster/toastergui/static/js/layerBtn.js
  438. * lib/toaster/toastergui/static/js/layerDepsModal.js
  439. * lib/toaster/toastergui/static/js/layerdetails.js
  440. * lib/toaster/toastergui/static/js/libtoaster.js
  441. * lib/toaster/toastergui/static/js/mrbsection.js
  442. * lib/toaster/toastergui/static/js/newcustomimage_modal.js
  443. * lib/toaster/toastergui/static/js/projectpage.js
  444. * lib/toaster/toastergui/static/js/projecttopbar.js
  445. * lib/toaster/toastergui/static/js/qunit-1.18.0.js
  446. * lib/toaster/toastergui/static/js/recipedetails.js
  447. * lib/toaster/toastergui/static/js/table.js
  448. * lib/toaster/toastergui/static/js/tests/test.js
  449. * lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
  450. * lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
  451. * lib/toaster/toastergui/templates/base.html
  452. * lib/toaster/toastergui/templates/base_specific.html
  453. * lib/toaster/toastergui/templates/basebuilddetailpage.html
  454. * lib/toaster/toastergui/templates/basebuildpage.html
  455. * lib/toaster/toastergui/templates/baseprojectbuildspage.html
  456. * lib/toaster/toastergui/templates/baseprojectpage.html
  457. * lib/toaster/toastergui/templates/baseprojectspecificpage.html
  458. * lib/toaster/toastergui/templates/basetable_bottom.html
  459. * lib/toaster/toastergui/templates/basetable_top.html
  460. * lib/toaster/toastergui/templates/basetable_top_layers.html
  461. * lib/toaster/toastergui/templates/bfile.html
  462. * lib/toaster/toastergui/templates/brtargets.html
  463. * lib/toaster/toastergui/templates/builddashboard.html
  464. * lib/toaster/toastergui/templates/buildinfo-toastertable.html
  465. * lib/toaster/toastergui/templates/builds-toastertable.html
  466. * lib/toaster/toastergui/templates/configuration.html
  467. * lib/toaster/toastergui/templates/configvars.html
  468. * lib/toaster/toastergui/templates/cpuusage.html
  469. * lib/toaster/toastergui/templates/customise_btn.html
  470. * lib/toaster/toastergui/templates/customrecipe.html
  471. * lib/toaster/toastergui/templates/detail_pagination_bottom.html
  472. * lib/toaster/toastergui/templates/detail_search_header.html
  473. * lib/toaster/toastergui/templates/detail_sorted_header.html
  474. * lib/toaster/toastergui/templates/dirinfo.html
  475. * lib/toaster/toastergui/templates/diskio.html
  476. * lib/toaster/toastergui/templates/distro_btn.html
  477. * lib/toaster/toastergui/templates/editcustomimage_modal.html
  478. * lib/toaster/toastergui/templates/filtersnippet.html
  479. * lib/toaster/toastergui/templates/generic-toastertable-page.html
  480. * lib/toaster/toastergui/templates/health.html
  481. * lib/toaster/toastergui/templates/importlayer.html
  482. * lib/toaster/toastergui/templates/js-unit-tests.html
  483. * lib/toaster/toastergui/templates/landing.html
  484. * lib/toaster/toastergui/templates/landing_not_managed.html
  485. * lib/toaster/toastergui/templates/landing_specific.html
  486. * lib/toaster/toastergui/templates/layer_btn.html
  487. * lib/toaster/toastergui/templates/layerdetails.html
  488. * lib/toaster/toastergui/templates/machine_btn.html
  489. * lib/toaster/toastergui/templates/mrb_section.html
  490. * lib/toaster/toastergui/templates/newcustomimage.html
  491. * lib/toaster/toastergui/templates/newcustomimage_modal.html
  492. * lib/toaster/toastergui/templates/newproject.html
  493. * lib/toaster/toastergui/templates/newproject_specific.html
  494. * lib/toaster/toastergui/templates/package_built_dependencies.html
  495. * lib/toaster/toastergui/templates/package_built_detail.html
  496. * lib/toaster/toastergui/templates/package_detail_base.html
  497. * lib/toaster/toastergui/templates/package_included_dependencies.html
  498. * lib/toaster/toastergui/templates/package_included_detail.html
  499. * lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
  500. * lib/toaster/toastergui/templates/package_included_tabs.html
  501. * lib/toaster/toastergui/templates/pkg_add_rm_btn.html
  502. * lib/toaster/toastergui/templates/project.html
  503. * lib/toaster/toastergui/templates/project_specific.html
  504. * lib/toaster/toastergui/templates/project_specific_topbar.html
  505. * lib/toaster/toastergui/templates/projectbuilds-toastertable.html
  506. * lib/toaster/toastergui/templates/projectbuilds.html
  507. * lib/toaster/toastergui/templates/projectconf.html
  508. * lib/toaster/toastergui/templates/projects-toastertable.html
  509. * lib/toaster/toastergui/templates/projecttopbar.html
  510. * lib/toaster/toastergui/templates/recipe.html
  511. * lib/toaster/toastergui/templates/recipe_add_btn.html
  512. * lib/toaster/toastergui/templates/recipe_btn.html
  513. * lib/toaster/toastergui/templates/recipe_packages.html
  514. * lib/toaster/toastergui/templates/recipedetails.html
  515. * lib/toaster/toastergui/templates/snippets/gitrev_popover.html
  516. * lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
  517. * lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html
  518. * lib/toaster/toastergui/templates/tablesort.html
  519. * lib/toaster/toastergui/templates/target.html
  520. * lib/toaster/toastergui/templates/task.html
  521. * lib/toaster/toastergui/templates/toastertable-filter.html
  522. * lib/toaster/toastergui/templates/toastertable-simple.html
  523. * lib/toaster/toastergui/templates/toastertable.html
  524. * lib/toaster/toastergui/templates/unavailable_artifact.html
  525. * toaster-requirements.txt
  526.  
  527. The following files have no copyright information:
  528. * bin/bitbake-prserv
  529. * bin/bitbake-worker
  530. * bin/git-make-shallow
  531. * doc/bitbake-user-manual/bitbake-user-manual-execution.rst
  532. * doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
  533. * doc/bitbake-user-manual/bitbake-user-manual-hello.rst
  534. * doc/bitbake-user-manual/bitbake-user-manual-intro.rst
  535. * doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
  536. * doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
  537. * doc/releases.rst
  538. * doc/sphinx-static/theme_overrides.css
  539. * lib/bb/asyncrpc/__init__.py
  540. * lib/bb/asyncrpc/client.py
  541. * lib/bb/asyncrpc/serv.py
  542. * lib/bb/codeparser.py
  543. * lib/bb/exceptions.py
  544. * lib/bb/fetch2/osc.py
  545. * lib/bb/process.py
  546. * lib/bb/siggen.py
  547. * lib/bb/tests/cooker.py
  548. * lib/bb/tests/support/httpserver.py
  549. * lib/bblayers/__init__.py
  550. * lib/bblayers/action.py
  551. * lib/bblayers/common.py
  552. * lib/bblayers/layerindex.py
  553. * lib/bblayers/query.py
  554. * lib/prserv/__init__.py
  555. * lib/prserv/db.py
  556. * lib/prserv/serv.py
  557. * lib/toaster/bldcollector/admin.py
  558. * lib/toaster/bldcontrol/admin.py
  559. * lib/toaster/bldcontrol/management/commands/checksettings.py
  560. * lib/toaster/bldcontrol/management/commands/runbuilds.py
  561. * lib/toaster/bldcontrol/models.py
  562. * lib/toaster/bldcontrol/views.py
  563. * lib/toaster/manage.py
  564. * lib/toaster/toastergui/templatetags/field_values_filter.py
  565. * lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
  566. * lib/toaster/toastergui/templatetags/project_url_tag.py
  567. * lib/toaster/toastermain/management/commands/builddelete.py
  568. * lib/toaster/toastermain/management/commands/buildslist.py
  569. * lib/toaster/toastermain/management/commands/perf.py
  570. * lib/toaster/toastermain/wsgi.py
  571.  
  572. The following files have no licensing information:
  573. * classes/base.bbclass
  574. * conf/bitbake.conf
  575. * contrib/dump_cache.py
  576. * contrib/vim/ftdetect/bitbake.vim
  577. * contrib/vim/indent/bitbake.vim
  578. * contrib/vim/plugin/newbb.vim
  579. * contrib/vim/plugin/newbbappend.vim
  580. * contrib/vim/syntax/bitbake.vim
  581. * doc/template/Vera.ttf
  582. * doc/template/VeraMoBd.ttf
  583. * doc/template/VeraMono.ttf
  584. * lib/bb/COW.py
  585. * lib/bb/pysh/pyshlex.py
  586. * lib/bb/pysh/pyshyacc.py
  587. * lib/bb/pysh/sherrors.py
  588. * lib/bs4/__init__.py
  589. * lib/codegen.py
  590. * lib/ply/lex.py
  591. * lib/ply/yacc.py
  592. * lib/toaster/orm/fixtures/custom_toaster_append.sh_sample
  593. * lib/toaster/toastergui/static/css/bootstrap.css
  594. * lib/toaster/toastergui/static/css/bootstrap.min.css
  595. * lib/toaster/toastergui/static/css/jquery-ui.min.css
  596. * lib/toaster/toastergui/static/css/jquery-ui.structure.min.css
  597. * lib/toaster/toastergui/static/css/jquery-ui.theme.min.css
  598. * lib/toaster/toastergui/static/fonts/FontAwesome.otf
  599. * lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
  600. * lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
  601. * lib/toaster/toastergui/static/js/bootstrap.js
  602. * lib/toaster/toastergui/static/js/bootstrap.min.js
  603. * lib/toaster/toastergui/static/js/jquery-ui.min.js
  604. * lib/toaster/toastergui/static/js/jquery.cookie.js
  605. * lib/toaster/toastergui/static/js/jquery.treetable.js
  606. * lib/toaster/toastergui/static/js/typeahead.jquery.js
  607.  
  608.  
  609. # SUMMARY
  610.  
  611. * Bad licenses: CC-BY-2.0-UK
  612. * Deprecated licenses:
  613. * Licenses without file extension:
  614. * Missing licenses: BSD-3-Clause-Clear, CC-BY-2.0-UK, CC-BY-2.5, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, MIT
  615. * Unused licenses:
  616. * Used licenses:
  617. * Read errors: 0
  618. * Files with copyright information: 188 / 528
  619. * Files with license information: 197 / 528
  620.  
  621. Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement