Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pbarker@owl:~/Projects/Personal/bitbake> reuse lint
- # BAD LICENSES
- 'CC-BY-2.0-UK' found in:
- * doc/sphinx-static/theme_overrides.css
- # MISSING LICENSES
- 'BSD-3-Clause-Clear' found in:
- * lib/progressbar/__init__.py
- * lib/progressbar/compat.py
- * lib/progressbar/progressbar.py
- * lib/progressbar/widgets.py
- 'CC-BY-2.0-UK' found in:
- * doc/sphinx-static/theme_overrides.css
- 'CC-BY-2.5' found in:
- * doc/bitbake-user-manual/bitbake-user-manual-execution.rst
- * doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
- * doc/bitbake-user-manual/bitbake-user-manual-hello.rst
- * doc/bitbake-user-manual/bitbake-user-manual-intro.rst
- * doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
- * doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
- * doc/index.rst
- * doc/releases.rst
- 'GPL-2.0-only' found in:
- * bin/bitbake
- * bin/bitbake-diffsigs
- * bin/bitbake-getvar
- * bin/bitbake-hashclient
- * bin/bitbake-hashserv
- * bin/bitbake-layers
- * bin/bitbake-prserv
- * bin/bitbake-selftest
- * bin/bitbake-server
- * bin/bitbake-worker
- * bin/git-make-shallow
- * bin/toaster-eventreplay
- * lib/bb/__init__.py
- * lib/bb/asyncrpc/__init__.py
- * lib/bb/asyncrpc/client.py
- * lib/bb/asyncrpc/serv.py
- * lib/bb/build.py
- * lib/bb/cache.py
- * lib/bb/cache_extra.py
- * lib/bb/checksum.py
- * lib/bb/codeparser.py
- * lib/bb/command.py
- * lib/bb/cooker.py
- * lib/bb/cookerdata.py
- * lib/bb/daemonize.py
- * lib/bb/data.py
- * lib/bb/data_smart.py
- * lib/bb/event.py
- * lib/bb/exceptions.py
- * lib/bb/fetch2/__init__.py
- * lib/bb/fetch2/az.py
- * lib/bb/fetch2/bzr.py
- * lib/bb/fetch2/clearcase.py
- * lib/bb/fetch2/cvs.py
- * lib/bb/fetch2/git.py
- * lib/bb/fetch2/gitannex.py
- * lib/bb/fetch2/gitsm.py
- * lib/bb/fetch2/hg.py
- * lib/bb/fetch2/local.py
- * lib/bb/fetch2/npm.py
- * lib/bb/fetch2/npmsw.py
- * lib/bb/fetch2/osc.py
- * lib/bb/fetch2/perforce.py
- * lib/bb/fetch2/repo.py
- * lib/bb/fetch2/s3.py
- * lib/bb/fetch2/sftp.py
- * lib/bb/fetch2/ssh.py
- * lib/bb/fetch2/svn.py
- * lib/bb/fetch2/wget.py
- * lib/bb/main.py
- * lib/bb/methodpool.py
- * lib/bb/monitordisk.py
- * lib/bb/msg.py
- * lib/bb/parse/__init__.py
- * lib/bb/parse/ast.py
- * lib/bb/parse/parse_py/BBHandler.py
- * lib/bb/parse/parse_py/ConfHandler.py
- * lib/bb/parse/parse_py/__init__.py
- * lib/bb/persist_data.py
- * lib/bb/process.py
- * lib/bb/progress.py
- * lib/bb/providers.py
- * lib/bb/remotedata.py
- * lib/bb/runqueue.py
- * lib/bb/server/__init__.py
- * lib/bb/server/process.py
- * lib/bb/server/xmlrpcclient.py
- * lib/bb/server/xmlrpcserver.py
- * lib/bb/siggen.py
- * lib/bb/taskdata.py
- * lib/bb/tests/codeparser.py
- * lib/bb/tests/cooker.py
- * lib/bb/tests/cow.py
- * lib/bb/tests/data.py
- * lib/bb/tests/event.py
- * lib/bb/tests/fetch.py
- * lib/bb/tests/parse.py
- * lib/bb/tests/persist_data.py
- * lib/bb/tests/runqueue.py
- * lib/bb/tests/siggen.py
- * lib/bb/tests/utils.py
- * lib/bb/tinfoil.py
- * lib/bb/ui/__init__.py
- * lib/bb/ui/buildinfohelper.py
- * lib/bb/ui/knotty.py
- * lib/bb/ui/ncurses.py
- * lib/bb/ui/taskexp.py
- * lib/bb/ui/teamcity.py
- * lib/bb/ui/toasterui.py
- * lib/bb/ui/uievent.py
- * lib/bb/ui/uihelper.py
- * lib/bb/utils.py
- * lib/bblayers/__init__.py
- * lib/bblayers/action.py
- * lib/bblayers/common.py
- * lib/bblayers/layerindex.py
- * lib/bblayers/query.py
- * lib/hashserv/__init__.py
- * lib/hashserv/client.py
- * lib/hashserv/server.py
- * lib/hashserv/tests.py
- * lib/layerindexlib/__init__.py
- * lib/layerindexlib/cooker.py
- * lib/layerindexlib/plugin.py
- * lib/layerindexlib/restapi.py
- * lib/layerindexlib/tests/common.py
- * lib/layerindexlib/tests/cooker.py
- * lib/layerindexlib/tests/layerindexobj.py
- * lib/layerindexlib/tests/restapi.py
- * lib/prserv/__init__.py
- * lib/prserv/db.py
- * lib/prserv/serv.py
- * lib/toaster/bldcollector/admin.py
- * lib/toaster/bldcollector/urls.py
- * lib/toaster/bldcollector/views.py
- * lib/toaster/bldcontrol/admin.py
- * lib/toaster/bldcontrol/bbcontroller.py
- * lib/toaster/bldcontrol/localhostbecontroller.py
- * lib/toaster/bldcontrol/management/commands/checksettings.py
- * lib/toaster/bldcontrol/management/commands/runbuilds.py
- * lib/toaster/bldcontrol/models.py
- * lib/toaster/bldcontrol/views.py
- * lib/toaster/manage.py
- * lib/toaster/orm/management/commands/lsupdates.py
- * lib/toaster/orm/models.py
- * lib/toaster/tests/browser/selenium_helpers.py
- * lib/toaster/tests/browser/selenium_helpers_base.py
- * lib/toaster/tests/browser/test_all_builds_page.py
- * lib/toaster/tests/browser/test_all_projects_page.py
- * lib/toaster/tests/browser/test_builddashboard_page.py
- * lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
- * lib/toaster/tests/browser/test_builddashboard_page_recipes.py
- * lib/toaster/tests/browser/test_builddashboard_page_tasks.py
- * lib/toaster/tests/browser/test_js_unit_tests.py
- * lib/toaster/tests/browser/test_landing_page.py
- * lib/toaster/tests/browser/test_layerdetails_page.py
- * lib/toaster/tests/browser/test_most_recent_builds_states.py
- * lib/toaster/tests/browser/test_new_custom_image_page.py
- * lib/toaster/tests/browser/test_new_project_page.py
- * lib/toaster/tests/browser/test_project_builds_page.py
- * lib/toaster/tests/browser/test_project_config_page.py
- * lib/toaster/tests/browser/test_project_page.py
- * lib/toaster/tests/browser/test_sample.py
- * lib/toaster/tests/browser/test_task_page.py
- * lib/toaster/tests/browser/test_toastertable_ui.py
- * lib/toaster/tests/builds/buildtest.py
- * lib/toaster/tests/builds/test_core_image_min.py
- * lib/toaster/tests/commands/test_loaddata.py
- * lib/toaster/tests/commands/test_lsupdates.py
- * lib/toaster/tests/commands/test_runbuilds.py
- * lib/toaster/tests/eventreplay/__init__.py
- * lib/toaster/tests/functional/functional_helpers.py
- * lib/toaster/tests/functional/test_functional_basic.py
- * lib/toaster/tests/views/test_views.py
- * lib/toaster/toastergui/api.py
- * lib/toaster/toastergui/buildtables.py
- * lib/toaster/toastergui/tablefilter.py
- * lib/toaster/toastergui/tables.py
- * lib/toaster/toastergui/templatetags/field_values_filter.py
- * lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
- * lib/toaster/toastergui/templatetags/project_url_tag.py
- * lib/toaster/toastergui/templatetags/projecttags.py
- * lib/toaster/toastergui/typeaheads.py
- * lib/toaster/toastergui/urls.py
- * lib/toaster/toastergui/views.py
- * lib/toaster/toastergui/widgets.py
- * lib/toaster/toastermain/management/commands/builddelete.py
- * lib/toaster/toastermain/management/commands/buildimport.py
- * lib/toaster/toastermain/management/commands/buildslist.py
- * lib/toaster/toastermain/management/commands/checksocket.py
- * lib/toaster/toastermain/management/commands/perf.py
- * lib/toaster/toastermain/settings.py
- * lib/toaster/toastermain/settings_production_example.py
- * lib/toaster/toastermain/settings_test.py
- * lib/toaster/toastermain/urls.py
- * lib/toaster/toastermain/wsgi.py
- 'GPL-2.0-or-later' found in:
- * bin/toaster
- 'LGPL-2.1-or-later' found in:
- * lib/progressbar/__init__.py
- * lib/progressbar/compat.py
- * lib/progressbar/progressbar.py
- * lib/progressbar/widgets.py
- 'MIT' found in:
- * contrib/bbparse-torture.py
- * contrib/hashserv/Dockerfile
- * lib/bb/namedtuple_with_abc.py
- * lib/bb/tests/color.py
- * lib/bb/tests/support/httpserver.py
- * lib/pyinotify.py
- * lib/toaster/tests/db/test_db.py
- # MISSING COPYRIGHT AND LICENSING INFORMATION
- The following files have no copyright and licensing information:
- * .gitattributes
- * .gitignore
- * AUTHORS
- * ChangeLog
- * MANIFEST.in
- * README
- * TODO
- * contrib/README
- * contrib/autobuilderlog.json
- * contrib/bbdev.sh
- * contrib/vim/ftplugin/bitbake.vim
- * doc/.gitignore
- * doc/Makefile
- * doc/README
- * doc/_templates/breadcrumbs.html
- * doc/_templates/layout.html
- * doc/bitbake-user-manual/figures/bb_multiconfig_files.png
- * doc/bitbake-user-manual/figures/bitbake-title.png
- * doc/bitbake.1
- * doc/conf.py
- * doc/genindex.rst
- * doc/sphinx-static/switchers.js
- * doc/template/draft.png
- * lib/bb/tests/fetch-testdata/apple/cups/releases
- * lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html
- * lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html
- * lib/bb/tests/fetch-testdata/files/v2.8/index.html
- * lib/bb/tests/fetch-testdata/files/v3.0/index.html
- * lib/bb/tests/fetch-testdata/files/v3.1/index.html
- * lib/bb/tests/fetch-testdata/files/v3.10/index.html
- * lib/bb/tests/fetch-testdata/files/v3.11/index.html
- * lib/bb/tests/fetch-testdata/files/v3.12/index.html
- * lib/bb/tests/fetch-testdata/files/v3.13/index.html
- * lib/bb/tests/fetch-testdata/files/v3.14/index.html
- * lib/bb/tests/fetch-testdata/files/v3.15/index.html
- * lib/bb/tests/fetch-testdata/files/v3.16/index.html
- * lib/bb/tests/fetch-testdata/files/v3.2/index.html
- * lib/bb/tests/fetch-testdata/files/v3.3/index.html
- * lib/bb/tests/fetch-testdata/files/v3.4/index.html
- * lib/bb/tests/fetch-testdata/files/v3.5/index.html
- * lib/bb/tests/fetch-testdata/files/v3.6/index.html
- * lib/bb/tests/fetch-testdata/files/v3.7/index.html
- * lib/bb/tests/fetch-testdata/files/v3.8/index.html
- * lib/bb/tests/fetch-testdata/files/v3.9/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html
- * lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html
- * lib/bb/tests/fetch-testdata/releases/eglibc/index.html
- * lib/bb/tests/fetch-testdata/releases/gnu-config/index.html
- * lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html
- * lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html
- * lib/bb/tests/runqueue-tests/classes/base.bbclass
- * lib/bb/tests/runqueue-tests/classes/image.bbclass
- * lib/bb/tests/runqueue-tests/classes/native.bbclass
- * lib/bb/tests/runqueue-tests/conf/bitbake.conf
- * lib/bb/tests/runqueue-tests/conf/multiconfig/mc-1.conf
- * lib/bb/tests/runqueue-tests/conf/multiconfig/mc_2.conf
- * lib/bb/tests/runqueue-tests/recipes/b1.bb
- * lib/bb/tests/runqueue-tests/recipes/d1.bb
- * lib/bb/tests/runqueue-tests/recipes/e1.bb
- * lib/bb/tests/runqueue-tests/recipes/f1.bb
- * lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc1.bb
- * lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc2.bb
- * lib/bb/ui/icons/images/images_display.png
- * lib/bb/ui/icons/images/images_hover.png
- * lib/bb/ui/icons/indicators/add-hover.png
- * lib/bb/ui/icons/indicators/add.png
- * lib/bb/ui/icons/indicators/alert.png
- * lib/bb/ui/icons/indicators/confirmation.png
- * lib/bb/ui/icons/indicators/denied.png
- * lib/bb/ui/icons/indicators/error.png
- * lib/bb/ui/icons/indicators/info.png
- * lib/bb/ui/icons/indicators/issues.png
- * lib/bb/ui/icons/indicators/refresh.png
- * lib/bb/ui/icons/indicators/remove-hover.png
- * lib/bb/ui/icons/indicators/remove.png
- * lib/bb/ui/icons/indicators/tick.png
- * lib/bb/ui/icons/info/info_display.png
- * lib/bb/ui/icons/info/info_hover.png
- * lib/bb/ui/icons/layers/layers_display.png
- * lib/bb/ui/icons/layers/layers_hover.png
- * lib/bb/ui/icons/packages/packages_display.png
- * lib/bb/ui/icons/packages/packages_hover.png
- * lib/bb/ui/icons/recipe/recipe_display.png
- * lib/bb/ui/icons/recipe/recipe_hover.png
- * lib/bb/ui/icons/settings/settings_display.png
- * lib/bb/ui/icons/settings/settings_hover.png
- * lib/bb/ui/icons/templates/templates_display.png
- * lib/bb/ui/icons/templates/templates_hover.png
- * lib/bs4/AUTHORS.txt
- * lib/bs4/NEWS.txt
- * lib/bs4/builder/__init__.py
- * lib/bs4/builder/_html5lib.py
- * lib/bs4/builder/_htmlparser.py
- * lib/bs4/builder/_lxml.py
- * lib/bs4/dammit.py
- * lib/bs4/diagnose.py
- * lib/bs4/element.py
- * lib/bs4/testing.py
- * lib/bs4/tests/__init__.py
- * lib/bs4/tests/test_builder_registry.py
- * lib/bs4/tests/test_docs.py
- * lib/bs4/tests/test_html5lib.py
- * lib/bs4/tests/test_htmlparser.py
- * lib/bs4/tests/test_lxml.py
- * lib/bs4/tests/test_soup.py
- * lib/bs4/tests/test_tree.py
- * lib/layerindexlib/README
- * lib/layerindexlib/tests/testdata/README
- * lib/layerindexlib/tests/testdata/build/conf/bblayers.conf
- * lib/layerindexlib/tests/testdata/layer1/conf/layer.conf
- * lib/layerindexlib/tests/testdata/layer2/conf/layer.conf
- * lib/layerindexlib/tests/testdata/layer3/conf/layer.conf
- * lib/layerindexlib/tests/testdata/layer4/conf/layer.conf
- * lib/ply/__init__.py
- * lib/simplediff/__init__.py
- * lib/toaster/bldcontrol/migrations/0001_initial.py
- * lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
- * lib/toaster/bldcontrol/migrations/0003_add_cancelling_state.py
- * lib/toaster/bldcontrol/migrations/0004_auto_20160523_1446.py
- * lib/toaster/bldcontrol/migrations/0005_reorder_buildrequest_states.py
- * lib/toaster/bldcontrol/migrations/0006_brlayer_local_source_dir.py
- * lib/toaster/bldcontrol/migrations/0007_brlayers_optional_gitinfo.py
- * lib/toaster/orm/fixtures/README
- * lib/toaster/orm/fixtures/oe-core.xml
- * lib/toaster/orm/fixtures/poky.xml
- * lib/toaster/orm/fixtures/settings.xml
- * lib/toaster/orm/migrations/0001_initial.py
- * lib/toaster/orm/migrations/0002_customimagerecipe.py
- * lib/toaster/orm/migrations/0003_customimagepackage.py
- * lib/toaster/orm/migrations/0004_provides.py
- * lib/toaster/orm/migrations/0005_task_field_separation.py
- * lib/toaster/orm/migrations/0006_add_cancelled_state.py
- * lib/toaster/orm/migrations/0007_auto_20160523_1446.py
- * lib/toaster/orm/migrations/0008_refactor_artifact_models.py
- * lib/toaster/orm/migrations/0009_target_package_manifest_path.py
- * lib/toaster/orm/migrations/0010_delete_layer_source_references.py
- * lib/toaster/orm/migrations/0011_delete_layersource.py
- * lib/toaster/orm/migrations/0012_use_release_instead_of_up_branch.py
- * lib/toaster/orm/migrations/0013_recipe_parse_progress_fields.py
- * lib/toaster/orm/migrations/0014_allow_empty_buildname.py
- * lib/toaster/orm/migrations/0015_layer_local_source_dir.py
- * lib/toaster/orm/migrations/0016_clone_progress.py
- * lib/toaster/orm/migrations/0017_distro_clone.py
- * lib/toaster/orm/migrations/0018_project_specific.py
- * lib/toaster/orm/migrations/0019_django_2_2.py
- * lib/toaster/tests/browser/README
- * lib/toaster/tests/builds/README
- * lib/toaster/tests/eventreplay/README
- * lib/toaster/tests/toaster-tests-requirements.txt
- * lib/toaster/tests/views/README
- * lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml
- * lib/toaster/toastergui/static/css/bootstrap.css.map
- * lib/toaster/toastergui/static/css/bootstrap.min.css.map
- * lib/toaster/toastergui/static/css/bootstrap3-transition.css
- * lib/toaster/toastergui/static/css/default.css
- * lib/toaster/toastergui/static/css/font-awesome.min.css
- * lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
- * lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
- * lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png
- * lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
- * lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
- * lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png
- * lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
- * lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
- * lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
- * lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png
- * lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png
- * lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png
- * lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png
- * lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png
- * lib/toaster/toastergui/static/css/jquery.treetable.css
- * lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
- * lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
- * lib/toaster/toastergui/static/css/qunit-1.18.0.css
- * lib/toaster/toastergui/static/css/screen.css
- * lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot
- * lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg
- * lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf
- * lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff
- * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot
- * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg
- * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf
- * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff
- * lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2
- * lib/toaster/toastergui/static/html/layer_deps_modal.html
- * lib/toaster/toastergui/static/img/logo.png
- * lib/toaster/toastergui/static/img/toaster_bw.png
- * lib/toaster/toastergui/static/jquery-treetable-license/README.md
- * lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
- * lib/toaster/toastergui/static/js/.jshintrc
- * lib/toaster/toastergui/static/js/customrecipe.js
- * lib/toaster/toastergui/static/js/filtersnippet.js
- * lib/toaster/toastergui/static/js/highlight.pack.js
- * lib/toaster/toastergui/static/js/importlayer.js
- * lib/toaster/toastergui/static/js/jquery-2.0.3.min.js
- * lib/toaster/toastergui/static/js/jquery-2.0.3.min.map
- * lib/toaster/toastergui/static/js/jsrender.min.js
- * lib/toaster/toastergui/static/js/layerBtn.js
- * lib/toaster/toastergui/static/js/layerDepsModal.js
- * lib/toaster/toastergui/static/js/layerdetails.js
- * lib/toaster/toastergui/static/js/libtoaster.js
- * lib/toaster/toastergui/static/js/mrbsection.js
- * lib/toaster/toastergui/static/js/newcustomimage_modal.js
- * lib/toaster/toastergui/static/js/projectpage.js
- * lib/toaster/toastergui/static/js/projecttopbar.js
- * lib/toaster/toastergui/static/js/qunit-1.18.0.js
- * lib/toaster/toastergui/static/js/recipedetails.js
- * lib/toaster/toastergui/static/js/table.js
- * lib/toaster/toastergui/static/js/tests/test.js
- * lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
- * lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
- * lib/toaster/toastergui/templates/base.html
- * lib/toaster/toastergui/templates/base_specific.html
- * lib/toaster/toastergui/templates/basebuilddetailpage.html
- * lib/toaster/toastergui/templates/basebuildpage.html
- * lib/toaster/toastergui/templates/baseprojectbuildspage.html
- * lib/toaster/toastergui/templates/baseprojectpage.html
- * lib/toaster/toastergui/templates/baseprojectspecificpage.html
- * lib/toaster/toastergui/templates/basetable_bottom.html
- * lib/toaster/toastergui/templates/basetable_top.html
- * lib/toaster/toastergui/templates/basetable_top_layers.html
- * lib/toaster/toastergui/templates/bfile.html
- * lib/toaster/toastergui/templates/brtargets.html
- * lib/toaster/toastergui/templates/builddashboard.html
- * lib/toaster/toastergui/templates/buildinfo-toastertable.html
- * lib/toaster/toastergui/templates/builds-toastertable.html
- * lib/toaster/toastergui/templates/configuration.html
- * lib/toaster/toastergui/templates/configvars.html
- * lib/toaster/toastergui/templates/cpuusage.html
- * lib/toaster/toastergui/templates/customise_btn.html
- * lib/toaster/toastergui/templates/customrecipe.html
- * lib/toaster/toastergui/templates/detail_pagination_bottom.html
- * lib/toaster/toastergui/templates/detail_search_header.html
- * lib/toaster/toastergui/templates/detail_sorted_header.html
- * lib/toaster/toastergui/templates/dirinfo.html
- * lib/toaster/toastergui/templates/diskio.html
- * lib/toaster/toastergui/templates/distro_btn.html
- * lib/toaster/toastergui/templates/editcustomimage_modal.html
- * lib/toaster/toastergui/templates/filtersnippet.html
- * lib/toaster/toastergui/templates/generic-toastertable-page.html
- * lib/toaster/toastergui/templates/health.html
- * lib/toaster/toastergui/templates/importlayer.html
- * lib/toaster/toastergui/templates/js-unit-tests.html
- * lib/toaster/toastergui/templates/landing.html
- * lib/toaster/toastergui/templates/landing_not_managed.html
- * lib/toaster/toastergui/templates/landing_specific.html
- * lib/toaster/toastergui/templates/layer_btn.html
- * lib/toaster/toastergui/templates/layerdetails.html
- * lib/toaster/toastergui/templates/machine_btn.html
- * lib/toaster/toastergui/templates/mrb_section.html
- * lib/toaster/toastergui/templates/newcustomimage.html
- * lib/toaster/toastergui/templates/newcustomimage_modal.html
- * lib/toaster/toastergui/templates/newproject.html
- * lib/toaster/toastergui/templates/newproject_specific.html
- * lib/toaster/toastergui/templates/package_built_dependencies.html
- * lib/toaster/toastergui/templates/package_built_detail.html
- * lib/toaster/toastergui/templates/package_detail_base.html
- * lib/toaster/toastergui/templates/package_included_dependencies.html
- * lib/toaster/toastergui/templates/package_included_detail.html
- * lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
- * lib/toaster/toastergui/templates/package_included_tabs.html
- * lib/toaster/toastergui/templates/pkg_add_rm_btn.html
- * lib/toaster/toastergui/templates/project.html
- * lib/toaster/toastergui/templates/project_specific.html
- * lib/toaster/toastergui/templates/project_specific_topbar.html
- * lib/toaster/toastergui/templates/projectbuilds-toastertable.html
- * lib/toaster/toastergui/templates/projectbuilds.html
- * lib/toaster/toastergui/templates/projectconf.html
- * lib/toaster/toastergui/templates/projects-toastertable.html
- * lib/toaster/toastergui/templates/projecttopbar.html
- * lib/toaster/toastergui/templates/recipe.html
- * lib/toaster/toastergui/templates/recipe_add_btn.html
- * lib/toaster/toastergui/templates/recipe_btn.html
- * lib/toaster/toastergui/templates/recipe_packages.html
- * lib/toaster/toastergui/templates/recipedetails.html
- * lib/toaster/toastergui/templates/snippets/gitrev_popover.html
- * lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
- * lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html
- * lib/toaster/toastergui/templates/tablesort.html
- * lib/toaster/toastergui/templates/target.html
- * lib/toaster/toastergui/templates/task.html
- * lib/toaster/toastergui/templates/toastertable-filter.html
- * lib/toaster/toastergui/templates/toastertable-simple.html
- * lib/toaster/toastergui/templates/toastertable.html
- * lib/toaster/toastergui/templates/unavailable_artifact.html
- * toaster-requirements.txt
- The following files have no copyright information:
- * bin/bitbake-prserv
- * bin/bitbake-worker
- * bin/git-make-shallow
- * doc/bitbake-user-manual/bitbake-user-manual-execution.rst
- * doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
- * doc/bitbake-user-manual/bitbake-user-manual-hello.rst
- * doc/bitbake-user-manual/bitbake-user-manual-intro.rst
- * doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
- * doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
- * doc/releases.rst
- * doc/sphinx-static/theme_overrides.css
- * lib/bb/asyncrpc/__init__.py
- * lib/bb/asyncrpc/client.py
- * lib/bb/asyncrpc/serv.py
- * lib/bb/codeparser.py
- * lib/bb/exceptions.py
- * lib/bb/fetch2/osc.py
- * lib/bb/process.py
- * lib/bb/siggen.py
- * lib/bb/tests/cooker.py
- * lib/bb/tests/support/httpserver.py
- * lib/bblayers/__init__.py
- * lib/bblayers/action.py
- * lib/bblayers/common.py
- * lib/bblayers/layerindex.py
- * lib/bblayers/query.py
- * lib/prserv/__init__.py
- * lib/prserv/db.py
- * lib/prserv/serv.py
- * lib/toaster/bldcollector/admin.py
- * lib/toaster/bldcontrol/admin.py
- * lib/toaster/bldcontrol/management/commands/checksettings.py
- * lib/toaster/bldcontrol/management/commands/runbuilds.py
- * lib/toaster/bldcontrol/models.py
- * lib/toaster/bldcontrol/views.py
- * lib/toaster/manage.py
- * lib/toaster/toastergui/templatetags/field_values_filter.py
- * lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py
- * lib/toaster/toastergui/templatetags/project_url_tag.py
- * lib/toaster/toastermain/management/commands/builddelete.py
- * lib/toaster/toastermain/management/commands/buildslist.py
- * lib/toaster/toastermain/management/commands/perf.py
- * lib/toaster/toastermain/wsgi.py
- The following files have no licensing information:
- * classes/base.bbclass
- * conf/bitbake.conf
- * contrib/dump_cache.py
- * contrib/vim/ftdetect/bitbake.vim
- * contrib/vim/indent/bitbake.vim
- * contrib/vim/plugin/newbb.vim
- * contrib/vim/plugin/newbbappend.vim
- * contrib/vim/syntax/bitbake.vim
- * doc/template/Vera.ttf
- * doc/template/VeraMoBd.ttf
- * doc/template/VeraMono.ttf
- * lib/bb/COW.py
- * lib/bb/pysh/pyshlex.py
- * lib/bb/pysh/pyshyacc.py
- * lib/bb/pysh/sherrors.py
- * lib/bs4/__init__.py
- * lib/codegen.py
- * lib/ply/lex.py
- * lib/ply/yacc.py
- * lib/toaster/orm/fixtures/custom_toaster_append.sh_sample
- * lib/toaster/toastergui/static/css/bootstrap.css
- * lib/toaster/toastergui/static/css/bootstrap.min.css
- * lib/toaster/toastergui/static/css/jquery-ui.min.css
- * lib/toaster/toastergui/static/css/jquery-ui.structure.min.css
- * lib/toaster/toastergui/static/css/jquery-ui.theme.min.css
- * lib/toaster/toastergui/static/fonts/FontAwesome.otf
- * lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
- * lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
- * lib/toaster/toastergui/static/js/bootstrap.js
- * lib/toaster/toastergui/static/js/bootstrap.min.js
- * lib/toaster/toastergui/static/js/jquery-ui.min.js
- * lib/toaster/toastergui/static/js/jquery.cookie.js
- * lib/toaster/toastergui/static/js/jquery.treetable.js
- * lib/toaster/toastergui/static/js/typeahead.jquery.js
- # SUMMARY
- * Bad licenses: CC-BY-2.0-UK
- * Deprecated licenses:
- * Licenses without file extension:
- * 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
- * Unused licenses:
- * Used licenses:
- * Read errors: 0
- * Files with copyright information: 188 / 528
- * Files with license information: 197 / 528
- Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement