Copyrights and Licenses Information
path start end what value
pg_activity/pg_activity.spec 8 8 license postgresql
pg_activity/pg_activity.spec 49 50 license apache-2.0 AND cc-by-nc-nd-3.0 AND other-permissive AND proprietary-license
pg_activity/pg_activity-3.4.2/CHANGELOG.md 496 496 license postgresql
pg_activity/pg_activity-3.4.2/LICENSE.txt 4 18 license postgresql
pg_activity/pg_activity-3.4.2/pyproject.toml 34 34 license postgresql
pg_activity/pg_activity-3.4.2/pgactivity/views.py 129 129 license postgresql
pg_activity/pg_activity-3.4.2/tests/test_ui.txt 287 287 license postgresql
pg_activity/pg_activity-3.4.2/tests/test_ui.txt 380 380 license postgresql
pg_activity/pg_activity-3.4.2/tests/test_views.txt 19 19 license postgresql
pg_activity/pg_activity-3.4.2/tests/test_views.txt 47 47 license postgresql
File Information
path type name extension date size sha1 md5 files_count mime_type file_type programming_language is_binary is_text is_archive is_media is_source is_script
pg_activity directory
pg_activity/changelog file
pg_activity/pg_activity-3.4.2-SPECPARTS directory
pg_activity/pg_activity.spec file
pg_activity/README.md file
pg_activity/sources file
pg_activity/v3.4.2.tar.gz file
pg_activity/pg_activity-3.4.2 directory
pg_activity/pg_activity-3.4.2/.codespellrc file
pg_activity/pg_activity-3.4.2/.coveragerc file
pg_activity/pg_activity-3.4.2/.editorconfig file
pg_activity/pg_activity-3.4.2/.flake8 file
pg_activity/pg_activity-3.4.2/AUTHORS.md file
pg_activity/pg_activity-3.4.2/CHANGELOG.md file
pg_activity/pg_activity-3.4.2/LICENSE.txt file
pg_activity/pg_activity-3.4.2/MANIFEST.in file
pg_activity/pg_activity-3.4.2/mypy.ini file
pg_activity/pg_activity-3.4.2/pyproject.toml file
pg_activity/pg_activity-3.4.2/pytest.ini file
pg_activity/pg_activity-3.4.2/README.md file
pg_activity/pg_activity-3.4.2/RELEASE.md file
pg_activity/pg_activity-3.4.2/setup.py file
pg_activity/pg_activity-3.4.2/tox.ini file
pg_activity/pg_activity-3.4.2/.github directory
pg_activity/pg_activity-3.4.2/.github/workflows directory
pg_activity/pg_activity-3.4.2/.github/workflows/lint.yml file
pg_activity/pg_activity-3.4.2/.github/workflows/publish.yml file
pg_activity/pg_activity-3.4.2/.github/workflows/tests.yml file
pg_activity/pg_activity-3.4.2/docs directory
pg_activity/pg_activity-3.4.2/docs/imgs directory
pg_activity/pg_activity-3.4.2/docs/imgs/logo-horizontal.png file
pg_activity/pg_activity-3.4.2/docs/imgs/logo-horizontal.svg file
pg_activity/pg_activity-3.4.2/docs/imgs/logo.svg file
pg_activity/pg_activity-3.4.2/docs/imgs/screenshot.png file
pg_activity/pg_activity-3.4.2/docs/man directory
pg_activity/pg_activity-3.4.2/docs/man/build-man.sh file
pg_activity/pg_activity-3.4.2/docs/man/pg_activity.1 file
pg_activity/pg_activity-3.4.2/docs/man/pg_activity.pod file
pg_activity/pg_activity-3.4.2/pgactivity directory
pg_activity/pg_activity-3.4.2/pgactivity/__init__.py file
pg_activity/pg_activity-3.4.2/pgactivity/__main__.py file
pg_activity/pg_activity-3.4.2/pgactivity/activities.py file
pg_activity/pg_activity-3.4.2/pgactivity/cli.py file
pg_activity/pg_activity-3.4.2/pgactivity/colors.py file
pg_activity/pg_activity-3.4.2/pgactivity/compat.py file
pg_activity/pg_activity-3.4.2/pgactivity/config.py file
pg_activity/pg_activity-3.4.2/pgactivity/data.py file
pg_activity/pg_activity-3.4.2/pgactivity/handlers.py file
pg_activity/pg_activity-3.4.2/pgactivity/keys.py file
pg_activity/pg_activity-3.4.2/pgactivity/pg.py file
pg_activity/pg_activity-3.4.2/pgactivity/types.py file
pg_activity/pg_activity-3.4.2/pgactivity/ui.py file
pg_activity/pg_activity-3.4.2/pgactivity/utils.py file
pg_activity/pg_activity-3.4.2/pgactivity/views.py file
pg_activity/pg_activity-3.4.2/pgactivity/widgets.py file
pg_activity/pg_activity-3.4.2/pgactivity/queries directory
pg_activity/pg_activity-3.4.2/pgactivity/queries/__init__.py file
pg_activity/pg_activity-3.4.2/pgactivity/queries/disable_log_min_duration_sample.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/disable_log_min_duration_statement.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/do_pg_cancel_backend.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/do_pg_terminate_backend.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_blocking_oldest.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_blocking_post_090200.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_blocking_post_090600.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_data_directory.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_oldest.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_post_090200.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_post_090600.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_post_100000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_post_110000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pg_activity_post_130000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_pga_inet_addresses.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_replication_slots_post_140000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_oldest.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_090100.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_090200.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_090400.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_090600.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_100000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_server_info_post_110000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_temporary_files_oldest.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_temporary_files_post_090100.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_temporary_files_post_090500.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_temporary_files_post_120000.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_version.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_waiting_oldest.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_waiting_post_090200.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_wal_receivers_post_090600.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/get_wal_senders_post_090100.sql file
pg_activity/pg_activity-3.4.2/pgactivity/queries/reset_statement_timeout.sql file
pg_activity/pg_activity-3.4.2/tests directory
pg_activity/pg_activity-3.4.2/tests/conftest.py file
pg_activity/pg_activity-3.4.2/tests/test_activities.py file
pg_activity/pg_activity-3.4.2/tests/test_config.py file
pg_activity/pg_activity-3.4.2/tests/test_data.py file
pg_activity/pg_activity-3.4.2/tests/test_scroll.txt file
pg_activity/pg_activity-3.4.2/tests/test_types.py file
pg_activity/pg_activity-3.4.2/tests/test_ui.txt file
pg_activity/pg_activity-3.4.2/tests/test_views.py file
pg_activity/pg_activity-3.4.2/tests/test_views.txt file
pg_activity/pg_activity-3.4.2/tests/test_widgets.txt file
pg_activity/pg_activity-3.4.2/tests/data directory
pg_activity/pg_activity-3.4.2/tests/data/local-processes-input.json file
Holders
path holder start end
Authors
path Author start end
Emails
path email start end
Urls
path url start end
License References
key short_name category owner scancode_url licensedb_url homepage_url text_urls spdx_license_key spdx_url
apache-2.0 Apache 2.0 Permissive Apache Software Foundation https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE https://scancode-licensedb.aboutcode.org/apache-2.0 http://www.apache.org/licenses/ http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0
cc-by-nc-nd-3.0 CC-BY-NC-ND-3.0 Source-available Creative Commons https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-nc-nd-3.0.LICENSE https://scancode-licensedb.aboutcode.org/cc-by-nc-nd-3.0 http://creativecommons.org/licenses/by-nc-nd/3.0/ http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode CC-BY-NC-ND-3.0 https://spdx.org/licenses/CC-BY-NC-ND-3.0
other-permissive Other Permissive Licenses Permissive nexB https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE https://scancode-licensedb.aboutcode.org/other-permissive None LicenseRef-scancode-other-permissive https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
postgresql PostgreSQL License Permissive PostgreSQL https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/postgresql.LICENSE https://scancode-licensedb.aboutcode.org/postgresql http://www.postgresql.org/about/licence http://www.opensource.org/licenses/postgresql http://www.postgresql.org/about/licence PostgreSQL https://spdx.org/licenses/PostgreSQL
proprietary-license Proprietary License Commercial Unspecified https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE https://scancode-licensedb.aboutcode.org/proprietary-license None LicenseRef-scancode-proprietary-license https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE