From 9e99c024d3863bd66c61396133e10a0e11e089cf Mon Sep 17 00:00:00 2001 From: David Dashyan Date: Mon, 6 Apr 2020 09:52:18 +0000 Subject: [PATCH] Replace headers (#2683) Signed-off-by: David Dashyan --- .ci/entrypoint.sh | 3 ++- .ci/travis-after-success.sh | 3 ++- .ci/travis-before-install.sh | 3 ++- .ci/travis-before-script.sh | 3 ++- .ci/travis-install.sh | 3 ++- .ci/travis_script.sh | 3 ++- .github/CONTRIBUTING.md | 3 ++- .pre-commit-config.yaml | 3 ++- .readthedocs.yml | 3 ++- .travis.yml | 3 ++- CHANGELOG.md | 3 ++- CODE_OF_CONDUCT.md | 3 ++- PYTHON_STYLE_GUIDE.md | 3 ++- README.md | 3 ++- README_cn.md | 3 ++- RELEASE_PROCESS.md | 3 ++- ROADMAP.md | 3 ++- acceptance/README.md | 3 ++- acceptance/python/src/test_basic.py | 3 ++- acceptance/python/src/test_divisible_asset.py | 3 ++- acceptance/python/src/test_double_spend.py | 3 ++- acceptance/python/src/test_multiple_owners.py | 3 ++- acceptance/python/src/test_naughty_strings.py | 3 ++- acceptance/python/src/test_stream.py | 3 ++- bigchaindb/README.md | 3 ++- bigchaindb/__init__.py | 3 ++- bigchaindb/backend/README.md | 3 ++- bigchaindb/backend/__init__.py | 3 ++- bigchaindb/backend/connection.py | 3 ++- bigchaindb/backend/exceptions.py | 3 ++- bigchaindb/backend/localmongodb/__init__.py | 3 ++- bigchaindb/backend/localmongodb/connection.py | 3 ++- bigchaindb/backend/localmongodb/query.py | 3 ++- bigchaindb/backend/localmongodb/schema.py | 3 ++- bigchaindb/backend/query.py | 3 ++- bigchaindb/backend/schema.py | 3 ++- bigchaindb/backend/utils.py | 3 ++- bigchaindb/commands/bigchaindb.py | 3 ++- bigchaindb/commands/utils.py | 3 ++- bigchaindb/common/crypto.py | 3 ++- bigchaindb/common/exceptions.py | 3 ++- bigchaindb/common/schema/README.md | 3 ++- bigchaindb/common/schema/__init__.py | 3 ++- .../schema/transaction_chain_migration_election_v2.0.yaml | 3 ++- bigchaindb/common/schema/transaction_create_v1.0.yaml | 3 ++- bigchaindb/common/schema/transaction_create_v2.0.yaml | 3 ++- bigchaindb/common/schema/transaction_transfer_v1.0.yaml | 3 ++- bigchaindb/common/schema/transaction_transfer_v2.0.yaml | 3 ++- bigchaindb/common/schema/transaction_v1.0.yaml | 3 ++- bigchaindb/common/schema/transaction_v2.0.yaml | 3 ++- .../common/schema/transaction_validator_election_v2.0.yaml | 3 ++- bigchaindb/common/schema/transaction_vote_v2.0.yaml | 3 ++- bigchaindb/common/transaction.py | 3 ++- bigchaindb/common/transaction_mode_types.py | 3 ++- bigchaindb/common/utils.py | 3 ++- bigchaindb/config_utils.py | 3 ++- bigchaindb/core.py | 3 ++- bigchaindb/elections/election.py | 3 ++- bigchaindb/elections/vote.py | 3 ++- bigchaindb/events.py | 3 ++- bigchaindb/exceptions.py | 3 ++- bigchaindb/fastquery.py | 3 ++- bigchaindb/lib.py | 3 ++- bigchaindb/log.py | 3 ++- bigchaindb/models.py | 3 ++- bigchaindb/parallel_validation.py | 3 ++- bigchaindb/start.py | 3 ++- bigchaindb/tendermint_utils.py | 3 ++- bigchaindb/upsert_validator/__init__.py | 3 ++- bigchaindb/upsert_validator/validator_election.py | 3 ++- bigchaindb/utils.py | 3 ++- bigchaindb/validation.py | 3 ++- bigchaindb/version.py | 3 ++- bigchaindb/web/routes.py | 3 ++- bigchaindb/web/server.py | 3 ++- bigchaindb/web/strip_content_type_middleware.py | 3 ++- bigchaindb/web/views/assets.py | 3 ++- bigchaindb/web/views/base.py | 3 ++- bigchaindb/web/views/blocks.py | 3 ++- bigchaindb/web/views/info.py | 3 ++- bigchaindb/web/views/metadata.py | 3 ++- bigchaindb/web/views/outputs.py | 3 ++- bigchaindb/web/views/parameters.py | 3 ++- bigchaindb/web/views/transactions.py | 3 ++- bigchaindb/web/views/validators.py | 3 ++- bigchaindb/web/websocket_server.py | 3 ++- codecov.yml | 3 ++- docker-compose.yml | 3 ++- docs/README.md | 3 ++- docs/contributing/source/conf.py | 3 ++- docs/contributing/source/cross-project-policies/index.rst | 3 ++- .../source/dev-setup-coding-and-contribution-process/index.rst | 3 ++- .../run-dev-network-ansible.md | 3 ++- .../run-dev-network-stack.md | 3 ++- .../run-node-as-processes.md | 3 ++- .../run-node-with-docker-compose.md | 3 ++- .../dev-setup-coding-and-contribution-process/write-code.rst | 3 ++- docs/contributing/source/index.rst | 3 ++- .../contributing/source/ways-to-contribute/answer-questions.md | 3 ++- docs/contributing/source/ways-to-contribute/index.rst | 3 ++- .../ways-to-contribute/make-a-feature-request-or-proposal.md | 3 ++- docs/contributing/source/ways-to-contribute/report-a-bug.md | 3 ++- docs/contributing/source/ways-to-contribute/write-a-bep.md | 3 ++- docs/contributing/source/ways-to-contribute/write-an-issue.md | 3 ++- docs/contributing/source/ways-to-contribute/write-docs.md | 3 ++- docs/root/source/assets.rst | 3 ++- docs/root/source/bft.md | 3 ++- docs/root/source/conf.py | 3 ++- docs/root/source/decentralized.md | 3 ++- docs/root/source/diversity.md | 3 ++- docs/root/source/immutable.md | 3 ++- docs/root/source/index.rst | 3 ++- docs/root/source/korean/bft-ko.md | 3 ++- docs/root/source/korean/decentralized_kor.md | 3 ++- docs/root/source/korean/diversity-ko.md | 3 ++- docs/root/source/korean/immutable-ko.md | 3 ++- docs/root/source/korean/index.rst | 3 ++- docs/root/source/korean/permissions-ko.md | 3 ++- docs/root/source/korean/private-data-ko.md | 3 ++- docs/root/source/korean/production-ready_kor.md | 3 ++- docs/root/source/korean/query-ko.md | 3 ++- docs/root/source/korean/smart-contracts_ko.md | 3 ++- docs/root/source/korean/store-files_ko.md | 3 ++- docs/root/source/korean/terminology_kor.md | 3 ++- docs/root/source/korean/transaction-concepts_ko.md | 3 ++- docs/root/source/permissions.rst | 3 ++- docs/root/source/private-data.rst | 3 ++- docs/root/source/production-ready.md | 3 ++- docs/root/source/query.rst | 3 ++- docs/root/source/smart-contracts.rst | 3 ++- docs/root/source/store-files.md | 3 ++- docs/root/source/terminology.md | 3 ++- docs/root/source/transaction-concepts.md | 3 ++- docs/server/generate_http_server_api_documentation.py | 3 ++- docs/server/source/appendices/all-in-one-bigchaindb.md | 3 ++- docs/server/source/appendices/aws-setup.md | 3 ++- docs/server/source/appendices/cryptography.rst | 3 ++- docs/server/source/appendices/firewall-notes.md | 3 ++- docs/server/source/appendices/generate-key-pair-for-ssh.md | 3 ++- docs/server/source/appendices/index.rst | 3 ++- docs/server/source/appendices/json-serialization.rst | 3 ++- docs/server/source/appendices/licenses.md | 3 ++- docs/server/source/appendices/log-rotation.md | 3 ++- docs/server/source/appendices/ntp-notes.md | 3 ++- docs/server/source/code-reference/backend.rst | 3 ++- docs/server/source/code-reference/commands.rst | 3 ++- docs/server/source/code-reference/index.rst | 3 ++- docs/server/source/code-reference/the-bigchaindb-class.rst | 3 ++- docs/server/source/conf.py | 3 ++- docs/server/source/data-models/asset-model.rst | 3 ++- docs/server/source/data-models/block-model.rst | 3 ++- docs/server/source/data-models/conditions.rst | 3 ++- docs/server/source/data-models/index.rst | 3 ++- docs/server/source/data-models/inputs-outputs.rst | 3 ++- docs/server/source/data-models/transaction-model.rst | 3 ++- docs/server/source/dev-and-test/index.rst | 3 ++- docs/server/source/drivers-clients/index.rst | 3 ++- docs/server/source/events/index.rst | 3 ++- docs/server/source/events/websocket-event-stream-api.rst | 3 ++- docs/server/source/http-client-server-api.rst | 3 ++- docs/server/source/index.rst | 3 ++- docs/server/source/introduction.md | 3 ++- docs/server/source/k8s-deployment-template/architecture.rst | 3 ++- .../bigchaindb-network-on-kubernetes.rst | 3 ++- docs/server/source/k8s-deployment-template/ca-installation.rst | 3 ++- .../source/k8s-deployment-template/client-tls-certificate.rst | 3 ++- docs/server/source/k8s-deployment-template/cloud-manager.rst | 3 ++- docs/server/source/k8s-deployment-template/easy-rsa.rst | 3 ++- docs/server/source/k8s-deployment-template/index.rst | 3 ++- docs/server/source/k8s-deployment-template/log-analytics.rst | 3 ++- .../k8s-deployment-template/node-config-map-and-secrets.rst | 3 ++- .../source/k8s-deployment-template/node-on-kubernetes.rst | 3 ++- .../source/k8s-deployment-template/revoke-tls-certificate.rst | 3 ++- .../source/k8s-deployment-template/server-tls-certificate.rst | 3 ++- docs/server/source/k8s-deployment-template/tectonic-azure.rst | 3 ++- .../k8s-deployment-template/template-kubernetes-azure.rst | 3 ++- docs/server/source/k8s-deployment-template/troubleshoot.rst | 3 ++- .../source/k8s-deployment-template/upgrade-on-kubernetes.rst | 3 ++- docs/server/source/k8s-deployment-template/workflow.rst | 3 ++- docs/server/source/networks.md | 3 ++- docs/server/source/production-nodes/index.rst | 3 ++- docs/server/source/production-nodes/node-assumptions.md | 3 ++- docs/server/source/production-nodes/node-components.md | 3 ++- docs/server/source/production-nodes/node-requirements.md | 3 ++- .../source/production-nodes/node-security-and-privacy.md | 3 ++- docs/server/source/production-nodes/reverse-proxy-notes.md | 3 ++- docs/server/source/quickstart.md | 3 ++- docs/server/source/release-notes.md | 3 ++- docs/server/source/server-reference/bigchaindb-cli.md | 3 ++- docs/server/source/server-reference/configuration.md | 3 ++- docs/server/source/server-reference/index.rst | 3 ++- .../source/simple-deployment-template/deploy-a-machine.md | 3 ++- docs/server/source/simple-deployment-template/index.rst | 3 ++- docs/server/source/simple-deployment-template/network-setup.md | 3 ++- docs/server/source/simple-deployment-template/set-up-nginx.md | 3 ++- .../source/simple-deployment-template/set-up-node-software.md | 3 ++- docs/upgrade-guides/v0.10-v1.0.md | 3 ++- k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml | 3 ++- k8s/bigchaindb/bigchaindb-pv.yaml | 3 ++- k8s/bigchaindb/bigchaindb-pvc.yaml | 3 ++- k8s/bigchaindb/bigchaindb-sc.yaml | 3 ++- k8s/bigchaindb/bigchaindb-ss.yaml | 3 ++- k8s/bigchaindb/bigchaindb-svc.yaml | 3 ++- k8s/bigchaindb/nginx_container/README.md | 3 ++- k8s/bigchaindb/nginx_container/docker_build_and_push.bash | 3 ++- k8s/bigchaindb/nginx_container/nginx_entrypoint.bash | 3 ++- k8s/bigchaindb/tendermint_container/README.md | 3 ++- k8s/bigchaindb/tendermint_container/docker_build_and_push.bash | 3 ++- k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash | 3 ++- k8s/configuration/config-map.yaml | 3 ++- k8s/configuration/secret.yaml | 3 ++- k8s/dev-setup/bigchaindb.yaml | 3 ++- k8s/dev-setup/mongo.yaml | 3 ++- k8s/dev-setup/nginx-http.yaml | 3 ++- k8s/dev-setup/nginx-https.yaml | 3 ++- k8s/dev-setup/nginx-openresty.yaml | 3 ++- k8s/logging-and-monitoring/analyze.py | 3 ++- k8s/logging-and-monitoring/oms-daemonset.yaml | 3 ++- .../container/docker_build_and_push.bash | 3 ++- .../container/mongodb_mon_agent_entrypoint.bash | 3 ++- k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml | 3 ++- k8s/mongodb/configure_mdb.sh | 3 ++- k8s/mongodb/container/README.md | 3 ++- k8s/mongodb/container/configure_mdb_users.template.js | 3 ++- k8s/mongodb/container/docker_build_and_push.bash | 3 ++- k8s/mongodb/container/mongod_entrypoint.bash | 3 ++- k8s/mongodb/mongo-ext-conn-svc.yaml | 3 ++- k8s/mongodb/mongo-pv.yaml | 3 ++- k8s/mongodb/mongo-pvc.yaml | 3 ++- k8s/mongodb/mongo-sc.yaml | 3 ++- k8s/mongodb/mongo-ss.yaml | 3 ++- k8s/mongodb/mongo-svc.yaml | 3 ++- k8s/nginx-http/container/README.md | 3 ++- k8s/nginx-http/container/docker_build_and_push.bash | 3 ++- k8s/nginx-http/container/nginx_entrypoint.bash | 3 ++- k8s/nginx-http/nginx-http-dep.yaml | 3 ++- k8s/nginx-http/nginx-http-svc.yaml | 3 ++- k8s/nginx-https-web-proxy/README.md | 3 ++- k8s/nginx-https-web-proxy/container/docker_build_and_push.bash | 3 ++- k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash | 3 ++- k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml | 3 ++- k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml | 3 ++- k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml | 3 ++- k8s/nginx-https/container/README.md | 3 ++- k8s/nginx-https/container/docker_build_and_push.bash | 3 ++- k8s/nginx-https/container/nginx_entrypoint.bash | 3 ++- k8s/nginx-https/nginx-https-dep.yaml | 3 ++- k8s/nginx-https/nginx-https-svc.yaml | 3 ++- k8s/nginx-openresty/container/docker_build_and_push.bash | 3 ++- k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash | 3 ++- k8s/nginx-openresty/nginx-openresty-dep.yaml | 3 ++- k8s/nginx-openresty/nginx-openresty-svc.yaml | 3 ++- k8s/scripts/generate_configs.sh | 3 ++- k8s/toolbox/README.md | 3 ++- nginx/nginx.conf | 3 ++- pkg/configuration/bigchaindb-start.yml | 3 ++- pkg/configuration/bigchaindb-stop.yml | 3 ++- pkg/configuration/roles/bigchaindb/defaults/main.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/centos.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/common.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/debian.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/fedora.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/main.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/start.yml | 3 ++- pkg/configuration/roles/bigchaindb/tasks/stop.yml | 3 ++- pkg/configuration/roles/docker/defaults/main.yml | 3 ++- pkg/configuration/roles/docker/tasks/centos.yml | 3 ++- pkg/configuration/roles/docker/tasks/debian.yml | 3 ++- pkg/configuration/roles/docker/tasks/fedora.yml | 3 ++- pkg/configuration/roles/docker/tasks/macos.yml | 3 ++- pkg/configuration/roles/docker/tasks/main.yml | 3 ++- pkg/configuration/roles/mongodb/defaults/main.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/centos.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/debian.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/fedora.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/main.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/start.yml | 3 ++- pkg/configuration/roles/mongodb/tasks/stop.yml | 3 ++- pkg/configuration/roles/py36/tasks/centos.yml | 3 ++- pkg/configuration/roles/py36/tasks/debian.yml | 3 ++- pkg/configuration/roles/py36/tasks/fedora.yml | 3 ++- pkg/configuration/roles/py36/tasks/main.yml | 3 ++- pkg/configuration/roles/tendermint/defaults/main.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/centos.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/common.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/debian.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/fedora.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/main.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/start.yml | 3 ++- pkg/configuration/roles/tendermint/tasks/stop.yml | 3 ++- pkg/scripts/all-in-one.bash | 3 ++- pkg/scripts/bootstrap.sh | 3 ++- pkg/scripts/bootstrap_constants.sh | 3 ++- pkg/scripts/bootstrap_helper.sh | 3 ++- pkg/scripts/stack.sh | 3 ++- pkg/scripts/unstack.sh | 3 ++- proposals/extend-post-txn.md | 3 ++- proposals/integration-test-cases.md | 3 ++- proposals/integration-testing.md | 3 ++- proposals/migrate-cli.md | 3 ++- run-acceptance-test.sh | 3 ++- setup.py | 3 ++- snap/README.md | 3 ++- snap/snapcraft.yaml | 3 ++- tests/README.md | 3 ++- tests/assets/test_digital_assets.py | 3 ++- tests/assets/test_divisible_assets.py | 3 ++- tests/backend/localmongodb/conftest.py | 3 ++- tests/backend/localmongodb/test_connection.py | 3 ++- tests/backend/localmongodb/test_queries.py | 3 ++- tests/backend/localmongodb/test_schema.py | 3 ++- tests/backend/test_connection.py | 3 ++- tests/backend/test_generics.py | 3 ++- tests/backend/test_utils.py | 3 ++- tests/commands/conftest.py | 3 ++- tests/commands/test_commands.py | 3 ++- tests/commands/test_utils.py | 3 ++- tests/common/conftest.py | 3 ++- tests/common/test_memoize.py | 3 ++- tests/common/test_schema.py | 3 ++- tests/common/test_transaction.py | 3 ++- tests/common/utils.py | 3 ++- tests/conftest.py | 3 ++- tests/db/test_bigchain_api.py | 3 ++- tests/tendermint/conftest.py | 3 ++- tests/tendermint/test_core.py | 3 ++- tests/tendermint/test_fastquery.py | 3 ++- tests/tendermint/test_integration.py | 3 ++- tests/tendermint/test_lib.py | 3 ++- tests/tendermint/test_utils.py | 3 ++- tests/test_config_utils.py | 3 ++- tests/test_core.py | 3 ++- tests/test_docs.py | 3 ++- tests/test_events.py | 3 ++- tests/test_parallel_validation.py | 3 ++- tests/test_txlist.py | 3 ++- tests/test_utils.py | 3 ++- tests/upsert_validator/conftest.py | 3 ++- tests/upsert_validator/test_upsert_validator_vote.py | 3 ++- tests/upsert_validator/test_validator_election.py | 3 ++- tests/utils.py | 3 ++- tests/validation/test_transaction_structure.py | 3 ++- tests/web/conftest.py | 3 ++- tests/web/test_assets.py | 3 ++- tests/web/test_block_tendermint.py | 3 ++- tests/web/test_blocks.py | 3 ++- tests/web/test_content_type_middleware.py | 3 ++- tests/web/test_info.py | 3 ++- tests/web/test_metadata.py | 3 ++- tests/web/test_outputs.py | 3 ++- tests/web/test_parameters.py | 3 ++- tests/web/test_server.py | 3 ++- tests/web/test_transactions.py | 3 ++- tests/web/test_validators.py | 3 ++- tests/web/test_websocket_server.py | 3 ++- 355 files changed, 710 insertions(+), 355 deletions(-) diff --git a/.ci/entrypoint.sh b/.ci/entrypoint.sh index 1d3f24f2..b7f4e503 100755 --- a/.ci/entrypoint.sh +++ b/.ci/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-after-success.sh b/.ci/travis-after-success.sh index 518409c6..1910e842 100755 --- a/.ci/travis-after-success.sh +++ b/.ci/travis-after-success.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-before-install.sh b/.ci/travis-before-install.sh index f3125904..b0acc3ca 100755 --- a/.ci/travis-before-install.sh +++ b/.ci/travis-before-install.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-before-script.sh b/.ci/travis-before-script.sh index f68fa67d..6723dcff 100755 --- a/.ci/travis-before-script.sh +++ b/.ci/travis-before-script.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis-install.sh b/.ci/travis-install.sh index 352e9779..579ba2f1 100755 --- a/.ci/travis-install.sh +++ b/.ci/travis-install.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.ci/travis_script.sh b/.ci/travis_script.sh index b525f85c..91ad5b62 100755 --- a/.ci/travis_script.sh +++ b/.ci/travis_script.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 36a235cb..d9c3d0b5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,5 +1,6 @@ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd2aedd6..88d85839 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.readthedocs.yml b/.readthedocs.yml index c8d328b5..6423558d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/.travis.yml b/.travis.yml index 7226815d..e4acca44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16098710..1adbfb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bf65b900..4dff95cd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,6 @@ diff --git a/PYTHON_STYLE_GUIDE.md b/PYTHON_STYLE_GUIDE.md index 5cc4b9c2..5cdb39b8 100644 --- a/PYTHON_STYLE_GUIDE.md +++ b/PYTHON_STYLE_GUIDE.md @@ -1,5 +1,6 @@ diff --git a/README.md b/README.md index 999a632f..fb23ac0e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ diff --git a/README_cn.md b/README_cn.md index bb043af2..a8d96c7a 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,5 +1,6 @@ diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 963dbb8b..84e19247 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -1,5 +1,6 @@ diff --git a/ROADMAP.md b/ROADMAP.md index c3e0db88..e17d52a2 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,5 +1,6 @@ diff --git a/acceptance/README.md b/acceptance/README.md index ad6e7c4e..319180a3 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -1,5 +1,6 @@ diff --git a/acceptance/python/src/test_basic.py b/acceptance/python/src/test_basic.py index a6f2b571..93be07c1 100644 --- a/acceptance/python/src/test_basic.py +++ b/acceptance/python/src/test_basic.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_divisible_asset.py b/acceptance/python/src/test_divisible_asset.py index 221226ee..beee81de 100644 --- a/acceptance/python/src/test_divisible_asset.py +++ b/acceptance/python/src/test_divisible_asset.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_double_spend.py b/acceptance/python/src/test_double_spend.py index fd6da187..3ffb7c06 100644 --- a/acceptance/python/src/test_double_spend.py +++ b/acceptance/python/src/test_double_spend.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_multiple_owners.py b/acceptance/python/src/test_multiple_owners.py index 9eda2c87..6e76b770 100644 --- a/acceptance/python/src/test_multiple_owners.py +++ b/acceptance/python/src/test_multiple_owners.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_naughty_strings.py b/acceptance/python/src/test_naughty_strings.py index 13cd765e..61776048 100644 --- a/acceptance/python/src/test_naughty_strings.py +++ b/acceptance/python/src/test_naughty_strings.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/acceptance/python/src/test_stream.py b/acceptance/python/src/test_stream.py index 5421877b..54d62b48 100644 --- a/acceptance/python/src/test_stream.py +++ b/acceptance/python/src/test_stream.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/README.md b/bigchaindb/README.md index 61a0e8cd..e877b71a 100644 --- a/bigchaindb/README.md +++ b/bigchaindb/README.md @@ -1,5 +1,6 @@ diff --git a/bigchaindb/__init__.py b/bigchaindb/__init__.py index 06153d8f..cafc927d 100644 --- a/bigchaindb/__init__.py +++ b/bigchaindb/__init__.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/README.md b/bigchaindb/backend/README.md index 46318d78..cb510fb6 100644 --- a/bigchaindb/backend/README.md +++ b/bigchaindb/backend/README.md @@ -1,5 +1,6 @@ diff --git a/bigchaindb/backend/__init__.py b/bigchaindb/backend/__init__.py index a91891b5..508b7972 100644 --- a/bigchaindb/backend/__init__.py +++ b/bigchaindb/backend/__init__.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/connection.py b/bigchaindb/backend/connection.py index 0fa19fdb..43ece3c0 100644 --- a/bigchaindb/backend/connection.py +++ b/bigchaindb/backend/connection.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/exceptions.py b/bigchaindb/backend/exceptions.py index b69cab73..412a7e5c 100644 --- a/bigchaindb/backend/exceptions.py +++ b/bigchaindb/backend/exceptions.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/__init__.py b/bigchaindb/backend/localmongodb/__init__.py index 8f6976a9..2a5e60e3 100644 --- a/bigchaindb/backend/localmongodb/__init__.py +++ b/bigchaindb/backend/localmongodb/__init__.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/connection.py b/bigchaindb/backend/localmongodb/connection.py index f638dcac..dda5b031 100644 --- a/bigchaindb/backend/localmongodb/connection.py +++ b/bigchaindb/backend/localmongodb/connection.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/query.py b/bigchaindb/backend/localmongodb/query.py index 59b5e38d..217a7757 100644 --- a/bigchaindb/backend/localmongodb/query.py +++ b/bigchaindb/backend/localmongodb/query.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/localmongodb/schema.py b/bigchaindb/backend/localmongodb/schema.py index e99d0492..1fc8d7d1 100644 --- a/bigchaindb/backend/localmongodb/schema.py +++ b/bigchaindb/backend/localmongodb/schema.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/query.py b/bigchaindb/backend/query.py index b6290cb5..b8b634c1 100644 --- a/bigchaindb/backend/query.py +++ b/bigchaindb/backend/query.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/schema.py b/bigchaindb/backend/schema.py index defd38ac..b99efafb 100644 --- a/bigchaindb/backend/schema.py +++ b/bigchaindb/backend/schema.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/backend/utils.py b/bigchaindb/backend/utils.py index 246f9961..e236d4bd 100644 --- a/bigchaindb/backend/utils.py +++ b/bigchaindb/backend/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/commands/bigchaindb.py b/bigchaindb/commands/bigchaindb.py index 383c19aa..94fa73a1 100644 --- a/bigchaindb/commands/bigchaindb.py +++ b/bigchaindb/commands/bigchaindb.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/commands/utils.py b/bigchaindb/commands/utils.py index 9e090d6d..f0a61554 100644 --- a/bigchaindb/commands/utils.py +++ b/bigchaindb/commands/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/crypto.py b/bigchaindb/common/crypto.py index 66bdbf6c..0466685a 100644 --- a/bigchaindb/common/crypto.py +++ b/bigchaindb/common/crypto.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/exceptions.py b/bigchaindb/common/exceptions.py index ab2c1a6d..0bc79e24 100644 --- a/bigchaindb/common/exceptions.py +++ b/bigchaindb/common/exceptions.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/README.md b/bigchaindb/common/schema/README.md index 4592e59a..404ac34d 100644 --- a/bigchaindb/common/schema/README.md +++ b/bigchaindb/common/schema/README.md @@ -1,5 +1,6 @@ diff --git a/bigchaindb/common/schema/__init__.py b/bigchaindb/common/schema/__init__.py index 6280b7b9..dd4737d8 100644 --- a/bigchaindb/common/schema/__init__.py +++ b/bigchaindb/common/schema/__init__.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml b/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml index 40fa1a7b..97bb55ad 100644 --- a/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_chain_migration_election_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_create_v1.0.yaml b/bigchaindb/common/schema/transaction_create_v1.0.yaml index bcec0c33..1472eba4 100644 --- a/bigchaindb/common/schema/transaction_create_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_create_v1.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_create_v2.0.yaml b/bigchaindb/common/schema/transaction_create_v2.0.yaml index 5eb8c5a1..3623db72 100644 --- a/bigchaindb/common/schema/transaction_create_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_create_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_transfer_v1.0.yaml b/bigchaindb/common/schema/transaction_transfer_v1.0.yaml index bc26dff8..dda4306e 100644 --- a/bigchaindb/common/schema/transaction_transfer_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_transfer_v1.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_transfer_v2.0.yaml b/bigchaindb/common/schema/transaction_transfer_v2.0.yaml index bc26dff8..dda4306e 100644 --- a/bigchaindb/common/schema/transaction_transfer_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_transfer_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_v1.0.yaml b/bigchaindb/common/schema/transaction_v1.0.yaml index cd7ad304..b23a0bfe 100644 --- a/bigchaindb/common/schema/transaction_v1.0.yaml +++ b/bigchaindb/common/schema/transaction_v1.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_v2.0.yaml b/bigchaindb/common/schema/transaction_v2.0.yaml index 6c056f7f..8ba8bd11 100644 --- a/bigchaindb/common/schema/transaction_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml b/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml index 602ef9e2..acf473a2 100644 --- a/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_validator_election_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/schema/transaction_vote_v2.0.yaml b/bigchaindb/common/schema/transaction_vote_v2.0.yaml index 5e7c4763..af5aba64 100644 --- a/bigchaindb/common/schema/transaction_vote_v2.0.yaml +++ b/bigchaindb/common/schema/transaction_vote_v2.0.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/transaction.py b/bigchaindb/common/transaction.py index 701a01ae..a3f17dcd 100644 --- a/bigchaindb/common/transaction.py +++ b/bigchaindb/common/transaction.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/transaction_mode_types.py b/bigchaindb/common/transaction_mode_types.py index a1a58ca2..63127024 100644 --- a/bigchaindb/common/transaction_mode_types.py +++ b/bigchaindb/common/transaction_mode_types.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/common/utils.py b/bigchaindb/common/utils.py index 62b5e5c9..2beedd9b 100644 --- a/bigchaindb/common/utils.py +++ b/bigchaindb/common/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/config_utils.py b/bigchaindb/config_utils.py index 3c2015f3..705da247 100644 --- a/bigchaindb/config_utils.py +++ b/bigchaindb/config_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/core.py b/bigchaindb/core.py index 99d3c949..87cc5819 100644 --- a/bigchaindb/core.py +++ b/bigchaindb/core.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/elections/election.py b/bigchaindb/elections/election.py index 470717f0..fe13db2d 100644 --- a/bigchaindb/elections/election.py +++ b/bigchaindb/elections/election.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 from collections import OrderedDict diff --git a/bigchaindb/elections/vote.py b/bigchaindb/elections/vote.py index adafb7f3..df6ec46a 100644 --- a/bigchaindb/elections/vote.py +++ b/bigchaindb/elections/vote.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/events.py b/bigchaindb/events.py index 75de6ded..1df33171 100644 --- a/bigchaindb/events.py +++ b/bigchaindb/events.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/exceptions.py b/bigchaindb/exceptions.py index 3e54192c..97ac6a73 100644 --- a/bigchaindb/exceptions.py +++ b/bigchaindb/exceptions.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/fastquery.py b/bigchaindb/fastquery.py index 0cf873cf..983b5d61 100644 --- a/bigchaindb/fastquery.py +++ b/bigchaindb/fastquery.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/lib.py b/bigchaindb/lib.py index a379c8db..e481e6df 100644 --- a/bigchaindb/lib.py +++ b/bigchaindb/lib.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/log.py b/bigchaindb/log.py index 301feea3..9023b646 100644 --- a/bigchaindb/log.py +++ b/bigchaindb/log.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/models.py b/bigchaindb/models.py index b12a6d76..a1d5e5fa 100644 --- a/bigchaindb/models.py +++ b/bigchaindb/models.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/parallel_validation.py b/bigchaindb/parallel_validation.py index 51402a86..0518c68e 100644 --- a/bigchaindb/parallel_validation.py +++ b/bigchaindb/parallel_validation.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/start.py b/bigchaindb/start.py index 9a305df7..ff10a467 100644 --- a/bigchaindb/start.py +++ b/bigchaindb/start.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/tendermint_utils.py b/bigchaindb/tendermint_utils.py index 99ea85f5..2945b15b 100644 --- a/bigchaindb/tendermint_utils.py +++ b/bigchaindb/tendermint_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/upsert_validator/__init__.py b/bigchaindb/upsert_validator/__init__.py index 0aa49f35..a0f13f56 100644 --- a/bigchaindb/upsert_validator/__init__.py +++ b/bigchaindb/upsert_validator/__init__.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/upsert_validator/validator_election.py b/bigchaindb/upsert_validator/validator_election.py index 202f73fe..d004af60 100644 --- a/bigchaindb/upsert_validator/validator_election.py +++ b/bigchaindb/upsert_validator/validator_election.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/utils.py b/bigchaindb/utils.py index c2b6ef81..0dd796ce 100644 --- a/bigchaindb/utils.py +++ b/bigchaindb/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/validation.py b/bigchaindb/validation.py index f3ec9dd6..3775561c 100644 --- a/bigchaindb/validation.py +++ b/bigchaindb/validation.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/version.py b/bigchaindb/version.py index 45b10d2c..22b3036e 100644 --- a/bigchaindb/version.py +++ b/bigchaindb/version.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/routes.py b/bigchaindb/web/routes.py index 94d6e63a..58923b01 100644 --- a/bigchaindb/web/routes.py +++ b/bigchaindb/web/routes.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/server.py b/bigchaindb/web/server.py index f296a872..f57284a4 100644 --- a/bigchaindb/web/server.py +++ b/bigchaindb/web/server.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/strip_content_type_middleware.py b/bigchaindb/web/strip_content_type_middleware.py index 0b2164fa..54e9289c 100644 --- a/bigchaindb/web/strip_content_type_middleware.py +++ b/bigchaindb/web/strip_content_type_middleware.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/assets.py b/bigchaindb/web/views/assets.py index 6829eaf4..13e49c89 100644 --- a/bigchaindb/web/views/assets.py +++ b/bigchaindb/web/views/assets.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/base.py b/bigchaindb/web/views/base.py index 6110e648..6fa24981 100644 --- a/bigchaindb/web/views/base.py +++ b/bigchaindb/web/views/base.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/blocks.py b/bigchaindb/web/views/blocks.py index 276fc632..ae5d61f9 100644 --- a/bigchaindb/web/views/blocks.py +++ b/bigchaindb/web/views/blocks.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/info.py b/bigchaindb/web/views/info.py index fbbb0392..2444a66d 100644 --- a/bigchaindb/web/views/info.py +++ b/bigchaindb/web/views/info.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/metadata.py b/bigchaindb/web/views/metadata.py index 2a6e6292..684c9f73 100644 --- a/bigchaindb/web/views/metadata.py +++ b/bigchaindb/web/views/metadata.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/outputs.py b/bigchaindb/web/views/outputs.py index 0a087fbb..0b9565ac 100644 --- a/bigchaindb/web/views/outputs.py +++ b/bigchaindb/web/views/outputs.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/parameters.py b/bigchaindb/web/views/parameters.py index d568ceb1..2e0be473 100644 --- a/bigchaindb/web/views/parameters.py +++ b/bigchaindb/web/views/parameters.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/transactions.py b/bigchaindb/web/views/transactions.py index c6b0e350..d0c07522 100644 --- a/bigchaindb/web/views/transactions.py +++ b/bigchaindb/web/views/transactions.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/views/validators.py b/bigchaindb/web/views/validators.py index a31f3357..5e751f03 100644 --- a/bigchaindb/web/views/validators.py +++ b/bigchaindb/web/views/validators.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/bigchaindb/web/websocket_server.py b/bigchaindb/web/websocket_server.py index fcf01d0a..34e2ac62 100644 --- a/bigchaindb/web/websocket_server.py +++ b/bigchaindb/web/websocket_server.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/codecov.yml b/codecov.yml index b46e4ecb..3643618c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docker-compose.yml b/docker-compose.yml index fd2c5c75..230144d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/README.md b/docs/README.md index 84d59205..0899986b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/conf.py b/docs/contributing/source/conf.py index 62178b2f..bcd7bf86 100644 --- a/docs/contributing/source/conf.py +++ b/docs/contributing/source/conf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/cross-project-policies/index.rst b/docs/contributing/source/cross-project-policies/index.rst index 9e34032f..ac74879d 100644 --- a/docs/contributing/source/cross-project-policies/index.rst +++ b/docs/contributing/source/cross-project-policies/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst b/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst index bb9503d8..79b8b418 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md index 9d9a8209..5802b7eb 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-ansible.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-stack.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-stack.md index 96108d95..75eda47b 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-stack.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-dev-network-stack.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md index 4a4300ea..47a2a5e1 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md index 726a3088..e7e07f37 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-with-docker-compose.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst index 7dc0ffb2..d750bc4b 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/write-code.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/index.rst b/docs/contributing/source/index.rst index 28c46e6c..a008f0c4 100644 --- a/docs/contributing/source/index.rst +++ b/docs/contributing/source/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/ways-to-contribute/answer-questions.md b/docs/contributing/source/ways-to-contribute/answer-questions.md index 6e937f0a..350ed1a1 100644 --- a/docs/contributing/source/ways-to-contribute/answer-questions.md +++ b/docs/contributing/source/ways-to-contribute/answer-questions.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/ways-to-contribute/index.rst b/docs/contributing/source/ways-to-contribute/index.rst index 6bafc7ce..2818d1be 100644 --- a/docs/contributing/source/ways-to-contribute/index.rst +++ b/docs/contributing/source/ways-to-contribute/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/contributing/source/ways-to-contribute/make-a-feature-request-or-proposal.md b/docs/contributing/source/ways-to-contribute/make-a-feature-request-or-proposal.md index 79de9fe2..379eae3c 100644 --- a/docs/contributing/source/ways-to-contribute/make-a-feature-request-or-proposal.md +++ b/docs/contributing/source/ways-to-contribute/make-a-feature-request-or-proposal.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/ways-to-contribute/report-a-bug.md b/docs/contributing/source/ways-to-contribute/report-a-bug.md index c8f19e93..134850b6 100644 --- a/docs/contributing/source/ways-to-contribute/report-a-bug.md +++ b/docs/contributing/source/ways-to-contribute/report-a-bug.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/ways-to-contribute/write-a-bep.md b/docs/contributing/source/ways-to-contribute/write-a-bep.md index 4403a449..5c55060d 100644 --- a/docs/contributing/source/ways-to-contribute/write-a-bep.md +++ b/docs/contributing/source/ways-to-contribute/write-a-bep.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/ways-to-contribute/write-an-issue.md b/docs/contributing/source/ways-to-contribute/write-an-issue.md index 397b6309..85938a4f 100644 --- a/docs/contributing/source/ways-to-contribute/write-an-issue.md +++ b/docs/contributing/source/ways-to-contribute/write-an-issue.md @@ -1,5 +1,6 @@ diff --git a/docs/contributing/source/ways-to-contribute/write-docs.md b/docs/contributing/source/ways-to-contribute/write-docs.md index 34a1166c..246bf9dc 100644 --- a/docs/contributing/source/ways-to-contribute/write-docs.md +++ b/docs/contributing/source/ways-to-contribute/write-docs.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/assets.rst b/docs/root/source/assets.rst index fdf5c945..d02ff96b 100644 --- a/docs/root/source/assets.rst +++ b/docs/root/source/assets.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/bft.md b/docs/root/source/bft.md index 3eba27e9..2cd80fe7 100644 --- a/docs/root/source/bft.md +++ b/docs/root/source/bft.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/conf.py b/docs/root/source/conf.py index b9f0d122..822c662d 100644 --- a/docs/root/source/conf.py +++ b/docs/root/source/conf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/decentralized.md b/docs/root/source/decentralized.md index ee51c3cb..bdb6a245 100644 --- a/docs/root/source/decentralized.md +++ b/docs/root/source/decentralized.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/diversity.md b/docs/root/source/diversity.md index af80a0c4..db6adf49 100644 --- a/docs/root/source/diversity.md +++ b/docs/root/source/diversity.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/immutable.md b/docs/root/source/immutable.md index e9b5ac88..896afb2f 100644 --- a/docs/root/source/immutable.md +++ b/docs/root/source/immutable.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/index.rst b/docs/root/source/index.rst index b19ae5b3..c7ca2048 100644 --- a/docs/root/source/index.rst +++ b/docs/root/source/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/korean/bft-ko.md b/docs/root/source/korean/bft-ko.md index 299d443d..907f0723 100644 --- a/docs/root/source/korean/bft-ko.md +++ b/docs/root/source/korean/bft-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/decentralized_kor.md b/docs/root/source/korean/decentralized_kor.md index 15d196d5..33f7baad 100644 --- a/docs/root/source/korean/decentralized_kor.md +++ b/docs/root/source/korean/decentralized_kor.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/diversity-ko.md b/docs/root/source/korean/diversity-ko.md index 61ee2b29..f1b4725f 100644 --- a/docs/root/source/korean/diversity-ko.md +++ b/docs/root/source/korean/diversity-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/immutable-ko.md b/docs/root/source/korean/immutable-ko.md index 7c509491..9b5ff0ab 100644 --- a/docs/root/source/korean/immutable-ko.md +++ b/docs/root/source/korean/immutable-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/index.rst b/docs/root/source/korean/index.rst index e3ce1787..1735ae9a 100644 --- a/docs/root/source/korean/index.rst +++ b/docs/root/source/korean/index.rst @@ -1,5 +1,6 @@  -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/korean/permissions-ko.md b/docs/root/source/korean/permissions-ko.md index 841d292e..7d6a25a3 100644 --- a/docs/root/source/korean/permissions-ko.md +++ b/docs/root/source/korean/permissions-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/private-data-ko.md b/docs/root/source/korean/private-data-ko.md index 0c004aaa..3e276967 100644 --- a/docs/root/source/korean/private-data-ko.md +++ b/docs/root/source/korean/private-data-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/production-ready_kor.md b/docs/root/source/korean/production-ready_kor.md index cc2c0edd..338aa150 100644 --- a/docs/root/source/korean/production-ready_kor.md +++ b/docs/root/source/korean/production-ready_kor.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/query-ko.md b/docs/root/source/korean/query-ko.md index 4ea35ff0..80dfd991 100644 --- a/docs/root/source/korean/query-ko.md +++ b/docs/root/source/korean/query-ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/smart-contracts_ko.md b/docs/root/source/korean/smart-contracts_ko.md index 67bb05ed..36d69f89 100644 --- a/docs/root/source/korean/smart-contracts_ko.md +++ b/docs/root/source/korean/smart-contracts_ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/store-files_ko.md b/docs/root/source/korean/store-files_ko.md index 6bdad157..a12c4b43 100644 --- a/docs/root/source/korean/store-files_ko.md +++ b/docs/root/source/korean/store-files_ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/terminology_kor.md b/docs/root/source/korean/terminology_kor.md index c3c847be..71f9c13b 100644 --- a/docs/root/source/korean/terminology_kor.md +++ b/docs/root/source/korean/terminology_kor.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/korean/transaction-concepts_ko.md b/docs/root/source/korean/transaction-concepts_ko.md index 4e4c4541..21b5b8f9 100644 --- a/docs/root/source/korean/transaction-concepts_ko.md +++ b/docs/root/source/korean/transaction-concepts_ko.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/permissions.rst b/docs/root/source/permissions.rst index 33871016..82689545 100644 --- a/docs/root/source/permissions.rst +++ b/docs/root/source/permissions.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/private-data.rst b/docs/root/source/private-data.rst index 73264116..bd28de9b 100644 --- a/docs/root/source/private-data.rst +++ b/docs/root/source/private-data.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/production-ready.md b/docs/root/source/production-ready.md index f94f7bb0..f2f7f7c9 100644 --- a/docs/root/source/production-ready.md +++ b/docs/root/source/production-ready.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/query.rst b/docs/root/source/query.rst index 2ffe2543..7d75525b 100644 --- a/docs/root/source/query.rst +++ b/docs/root/source/query.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/smart-contracts.rst b/docs/root/source/smart-contracts.rst index 86a6a033..72f9b026 100644 --- a/docs/root/source/smart-contracts.rst +++ b/docs/root/source/smart-contracts.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/root/source/store-files.md b/docs/root/source/store-files.md index ef52e5b0..ad757977 100644 --- a/docs/root/source/store-files.md +++ b/docs/root/source/store-files.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/terminology.md b/docs/root/source/terminology.md index 5ed67c65..326f4963 100644 --- a/docs/root/source/terminology.md +++ b/docs/root/source/terminology.md @@ -1,5 +1,6 @@ diff --git a/docs/root/source/transaction-concepts.md b/docs/root/source/transaction-concepts.md index 9eca8e50..420326e6 100644 --- a/docs/root/source/transaction-concepts.md +++ b/docs/root/source/transaction-concepts.md @@ -1,5 +1,6 @@ diff --git a/docs/server/generate_http_server_api_documentation.py b/docs/server/generate_http_server_api_documentation.py index cd7fcd71..3cafa277 100644 --- a/docs/server/generate_http_server_api_documentation.py +++ b/docs/server/generate_http_server_api_documentation.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/appendices/all-in-one-bigchaindb.md b/docs/server/source/appendices/all-in-one-bigchaindb.md index 49640d32..cd5067ee 100644 --- a/docs/server/source/appendices/all-in-one-bigchaindb.md +++ b/docs/server/source/appendices/all-in-one-bigchaindb.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/aws-setup.md b/docs/server/source/appendices/aws-setup.md index c7dde44a..c161507f 100644 --- a/docs/server/source/appendices/aws-setup.md +++ b/docs/server/source/appendices/aws-setup.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/cryptography.rst b/docs/server/source/appendices/cryptography.rst index 154c7fac..6b3847cb 100644 --- a/docs/server/source/appendices/cryptography.rst +++ b/docs/server/source/appendices/cryptography.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/appendices/firewall-notes.md b/docs/server/source/appendices/firewall-notes.md index faecb22a..c00434dc 100644 --- a/docs/server/source/appendices/firewall-notes.md +++ b/docs/server/source/appendices/firewall-notes.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/generate-key-pair-for-ssh.md b/docs/server/source/appendices/generate-key-pair-for-ssh.md index c61204c5..4acdc68d 100644 --- a/docs/server/source/appendices/generate-key-pair-for-ssh.md +++ b/docs/server/source/appendices/generate-key-pair-for-ssh.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/index.rst b/docs/server/source/appendices/index.rst index ac67be25..12e87fee 100755 --- a/docs/server/source/appendices/index.rst +++ b/docs/server/source/appendices/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/appendices/json-serialization.rst b/docs/server/source/appendices/json-serialization.rst index 72e8213b..cee2696a 100644 --- a/docs/server/source/appendices/json-serialization.rst +++ b/docs/server/source/appendices/json-serialization.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/appendices/licenses.md b/docs/server/source/appendices/licenses.md index 02df473b..a8721afc 100644 --- a/docs/server/source/appendices/licenses.md +++ b/docs/server/source/appendices/licenses.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/log-rotation.md b/docs/server/source/appendices/log-rotation.md index 87871ebc..4539fff0 100644 --- a/docs/server/source/appendices/log-rotation.md +++ b/docs/server/source/appendices/log-rotation.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/appendices/ntp-notes.md b/docs/server/source/appendices/ntp-notes.md index 8d277773..de236cc5 100644 --- a/docs/server/source/appendices/ntp-notes.md +++ b/docs/server/source/appendices/ntp-notes.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/code-reference/backend.rst b/docs/server/source/code-reference/backend.rst index 42da43da..bb094992 100644 --- a/docs/server/source/code-reference/backend.rst +++ b/docs/server/source/code-reference/backend.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/code-reference/commands.rst b/docs/server/source/code-reference/commands.rst index 116e0709..099755d2 100644 --- a/docs/server/source/code-reference/commands.rst +++ b/docs/server/source/code-reference/commands.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/code-reference/index.rst b/docs/server/source/code-reference/index.rst index 11d42b66..3dc8332f 100644 --- a/docs/server/source/code-reference/index.rst +++ b/docs/server/source/code-reference/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/code-reference/the-bigchaindb-class.rst b/docs/server/source/code-reference/the-bigchaindb-class.rst index 405fb61e..9f217c5a 100644 --- a/docs/server/source/code-reference/the-bigchaindb-class.rst +++ b/docs/server/source/code-reference/the-bigchaindb-class.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/conf.py b/docs/server/source/conf.py index dc8acd81..ec0e41cf 100644 --- a/docs/server/source/conf.py +++ b/docs/server/source/conf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/asset-model.rst b/docs/server/source/data-models/asset-model.rst index 0e2409b0..c734cf52 100644 --- a/docs/server/source/data-models/asset-model.rst +++ b/docs/server/source/data-models/asset-model.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/block-model.rst b/docs/server/source/data-models/block-model.rst index 9622ca98..cb7a0f0f 100644 --- a/docs/server/source/data-models/block-model.rst +++ b/docs/server/source/data-models/block-model.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/conditions.rst b/docs/server/source/data-models/conditions.rst index b551ad01..965f761a 100644 --- a/docs/server/source/data-models/conditions.rst +++ b/docs/server/source/data-models/conditions.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/index.rst b/docs/server/source/data-models/index.rst index ed7a45f3..afdeda39 100644 --- a/docs/server/source/data-models/index.rst +++ b/docs/server/source/data-models/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/inputs-outputs.rst b/docs/server/source/data-models/inputs-outputs.rst index ff1ec159..38647211 100644 --- a/docs/server/source/data-models/inputs-outputs.rst +++ b/docs/server/source/data-models/inputs-outputs.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/data-models/transaction-model.rst b/docs/server/source/data-models/transaction-model.rst index 53da711d..9d16a073 100644 --- a/docs/server/source/data-models/transaction-model.rst +++ b/docs/server/source/data-models/transaction-model.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/dev-and-test/index.rst b/docs/server/source/dev-and-test/index.rst index 5e165b9c..5b94a9fe 100644 --- a/docs/server/source/dev-and-test/index.rst +++ b/docs/server/source/dev-and-test/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index 55e96109..3c7cbe1b 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/events/index.rst b/docs/server/source/events/index.rst index 969980b8..5c4025cb 100644 --- a/docs/server/source/events/index.rst +++ b/docs/server/source/events/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/events/websocket-event-stream-api.rst b/docs/server/source/events/websocket-event-stream-api.rst index 967b3464..49efc7ac 100644 --- a/docs/server/source/events/websocket-event-stream-api.rst +++ b/docs/server/source/events/websocket-event-stream-api.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/http-client-server-api.rst b/docs/server/source/http-client-server-api.rst index 2b130e90..dd487b7d 100644 --- a/docs/server/source/http-client-server-api.rst +++ b/docs/server/source/http-client-server-api.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/index.rst b/docs/server/source/index.rst index 534cc6fd..fbea65a1 100644 --- a/docs/server/source/index.rst +++ b/docs/server/source/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/introduction.md b/docs/server/source/introduction.md index 8eb79e9c..9290cc7a 100644 --- a/docs/server/source/introduction.md +++ b/docs/server/source/introduction.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/k8s-deployment-template/architecture.rst b/docs/server/source/k8s-deployment-template/architecture.rst index 95a2cf8f..b692f4a2 100644 --- a/docs/server/source/k8s-deployment-template/architecture.rst +++ b/docs/server/source/k8s-deployment-template/architecture.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst b/docs/server/source/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst index 4f40f9c3..4a358c89 100644 --- a/docs/server/source/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst +++ b/docs/server/source/k8s-deployment-template/bigchaindb-network-on-kubernetes.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/ca-installation.rst b/docs/server/source/k8s-deployment-template/ca-installation.rst index e9622e9d..688c42a5 100644 --- a/docs/server/source/k8s-deployment-template/ca-installation.rst +++ b/docs/server/source/k8s-deployment-template/ca-installation.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/client-tls-certificate.rst b/docs/server/source/k8s-deployment-template/client-tls-certificate.rst index 5826dc4e..77f821b5 100644 --- a/docs/server/source/k8s-deployment-template/client-tls-certificate.rst +++ b/docs/server/source/k8s-deployment-template/client-tls-certificate.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/cloud-manager.rst b/docs/server/source/k8s-deployment-template/cloud-manager.rst index 38083e55..60d5e23e 100644 --- a/docs/server/source/k8s-deployment-template/cloud-manager.rst +++ b/docs/server/source/k8s-deployment-template/cloud-manager.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/easy-rsa.rst b/docs/server/source/k8s-deployment-template/easy-rsa.rst index a0589a28..f50d0b0c 100644 --- a/docs/server/source/k8s-deployment-template/easy-rsa.rst +++ b/docs/server/source/k8s-deployment-template/easy-rsa.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/index.rst b/docs/server/source/k8s-deployment-template/index.rst index 17174815..0b8fbe7f 100644 --- a/docs/server/source/k8s-deployment-template/index.rst +++ b/docs/server/source/k8s-deployment-template/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/log-analytics.rst b/docs/server/source/k8s-deployment-template/log-analytics.rst index 2c7c3271..cb7fc0fc 100644 --- a/docs/server/source/k8s-deployment-template/log-analytics.rst +++ b/docs/server/source/k8s-deployment-template/log-analytics.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/node-config-map-and-secrets.rst b/docs/server/source/k8s-deployment-template/node-config-map-and-secrets.rst index 92c9d585..c90ba3bc 100644 --- a/docs/server/source/k8s-deployment-template/node-config-map-and-secrets.rst +++ b/docs/server/source/k8s-deployment-template/node-config-map-and-secrets.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/node-on-kubernetes.rst b/docs/server/source/k8s-deployment-template/node-on-kubernetes.rst index 30d40497..1f4492ea 100644 --- a/docs/server/source/k8s-deployment-template/node-on-kubernetes.rst +++ b/docs/server/source/k8s-deployment-template/node-on-kubernetes.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/revoke-tls-certificate.rst b/docs/server/source/k8s-deployment-template/revoke-tls-certificate.rst index 560b39f9..bdfe0a17 100644 --- a/docs/server/source/k8s-deployment-template/revoke-tls-certificate.rst +++ b/docs/server/source/k8s-deployment-template/revoke-tls-certificate.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/server-tls-certificate.rst b/docs/server/source/k8s-deployment-template/server-tls-certificate.rst index bab23ed7..8d1551df 100644 --- a/docs/server/source/k8s-deployment-template/server-tls-certificate.rst +++ b/docs/server/source/k8s-deployment-template/server-tls-certificate.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/tectonic-azure.rst b/docs/server/source/k8s-deployment-template/tectonic-azure.rst index be3bca61..aa998d2d 100644 --- a/docs/server/source/k8s-deployment-template/tectonic-azure.rst +++ b/docs/server/source/k8s-deployment-template/tectonic-azure.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/template-kubernetes-azure.rst b/docs/server/source/k8s-deployment-template/template-kubernetes-azure.rst index 5fb1af4e..042d4303 100644 --- a/docs/server/source/k8s-deployment-template/template-kubernetes-azure.rst +++ b/docs/server/source/k8s-deployment-template/template-kubernetes-azure.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/troubleshoot.rst b/docs/server/source/k8s-deployment-template/troubleshoot.rst index 41933f1a..2566d34f 100644 --- a/docs/server/source/k8s-deployment-template/troubleshoot.rst +++ b/docs/server/source/k8s-deployment-template/troubleshoot.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/upgrade-on-kubernetes.rst b/docs/server/source/k8s-deployment-template/upgrade-on-kubernetes.rst index 31d20ed5..701b05c2 100644 --- a/docs/server/source/k8s-deployment-template/upgrade-on-kubernetes.rst +++ b/docs/server/source/k8s-deployment-template/upgrade-on-kubernetes.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/k8s-deployment-template/workflow.rst b/docs/server/source/k8s-deployment-template/workflow.rst index 914fc99f..365cf4ae 100644 --- a/docs/server/source/k8s-deployment-template/workflow.rst +++ b/docs/server/source/k8s-deployment-template/workflow.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/networks.md b/docs/server/source/networks.md index a8b56735..8e0d91fe 100644 --- a/docs/server/source/networks.md +++ b/docs/server/source/networks.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/production-nodes/index.rst b/docs/server/source/production-nodes/index.rst index 9d53c08c..1771fac2 100644 --- a/docs/server/source/production-nodes/index.rst +++ b/docs/server/source/production-nodes/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/production-nodes/node-assumptions.md b/docs/server/source/production-nodes/node-assumptions.md index 737ae4f9..052d1735 100644 --- a/docs/server/source/production-nodes/node-assumptions.md +++ b/docs/server/source/production-nodes/node-assumptions.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/production-nodes/node-components.md b/docs/server/source/production-nodes/node-components.md index 267c0e88..c39ab29b 100644 --- a/docs/server/source/production-nodes/node-components.md +++ b/docs/server/source/production-nodes/node-components.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/production-nodes/node-requirements.md b/docs/server/source/production-nodes/node-requirements.md index d85b959e..63998de0 100644 --- a/docs/server/source/production-nodes/node-requirements.md +++ b/docs/server/source/production-nodes/node-requirements.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/production-nodes/node-security-and-privacy.md b/docs/server/source/production-nodes/node-security-and-privacy.md index 188697dc..d2df5c97 100644 --- a/docs/server/source/production-nodes/node-security-and-privacy.md +++ b/docs/server/source/production-nodes/node-security-and-privacy.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/production-nodes/reverse-proxy-notes.md b/docs/server/source/production-nodes/reverse-proxy-notes.md index 5f4d22a6..c93a7f8c 100644 --- a/docs/server/source/production-nodes/reverse-proxy-notes.md +++ b/docs/server/source/production-nodes/reverse-proxy-notes.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index c2051609..24091f5c 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/release-notes.md b/docs/server/source/release-notes.md index fd0cf32b..1f6bc46f 100644 --- a/docs/server/source/release-notes.md +++ b/docs/server/source/release-notes.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/server-reference/bigchaindb-cli.md b/docs/server/source/server-reference/bigchaindb-cli.md index f7b08b4a..a3ccbae3 100644 --- a/docs/server/source/server-reference/bigchaindb-cli.md +++ b/docs/server/source/server-reference/bigchaindb-cli.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/server-reference/configuration.md b/docs/server/source/server-reference/configuration.md index 432f0dee..7bb5959a 100644 --- a/docs/server/source/server-reference/configuration.md +++ b/docs/server/source/server-reference/configuration.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/server-reference/index.rst b/docs/server/source/server-reference/index.rst index 64006c89..90582dac 100644 --- a/docs/server/source/server-reference/index.rst +++ b/docs/server/source/server-reference/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/simple-deployment-template/deploy-a-machine.md b/docs/server/source/simple-deployment-template/deploy-a-machine.md index 764229d0..95593443 100644 --- a/docs/server/source/simple-deployment-template/deploy-a-machine.md +++ b/docs/server/source/simple-deployment-template/deploy-a-machine.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/simple-deployment-template/index.rst b/docs/server/source/simple-deployment-template/index.rst index 2451e714..30bc8454 100644 --- a/docs/server/source/simple-deployment-template/index.rst +++ b/docs/server/source/simple-deployment-template/index.rst @@ -1,5 +1,6 @@ -.. Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/docs/server/source/simple-deployment-template/network-setup.md b/docs/server/source/simple-deployment-template/network-setup.md index e257c7b4..a7b97b4b 100644 --- a/docs/server/source/simple-deployment-template/network-setup.md +++ b/docs/server/source/simple-deployment-template/network-setup.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/simple-deployment-template/set-up-nginx.md b/docs/server/source/simple-deployment-template/set-up-nginx.md index 77f32834..3a8378bf 100644 --- a/docs/server/source/simple-deployment-template/set-up-nginx.md +++ b/docs/server/source/simple-deployment-template/set-up-nginx.md @@ -1,5 +1,6 @@ diff --git a/docs/server/source/simple-deployment-template/set-up-node-software.md b/docs/server/source/simple-deployment-template/set-up-node-software.md index aa3cbce0..b53ae097 100644 --- a/docs/server/source/simple-deployment-template/set-up-node-software.md +++ b/docs/server/source/simple-deployment-template/set-up-node-software.md @@ -1,5 +1,6 @@ diff --git a/docs/upgrade-guides/v0.10-v1.0.md b/docs/upgrade-guides/v0.10-v1.0.md index eb9e04c2..4a751131 100644 --- a/docs/upgrade-guides/v0.10-v1.0.md +++ b/docs/upgrade-guides/v0.10-v1.0.md @@ -1,5 +1,6 @@ diff --git a/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml b/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml index a298bcd6..eb038997 100644 --- a/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml +++ b/k8s/bigchaindb/bigchaindb-ext-conn-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-pv.yaml b/k8s/bigchaindb/bigchaindb-pv.yaml index 7a995fa7..baeffa75 100644 --- a/k8s/bigchaindb/bigchaindb-pv.yaml +++ b/k8s/bigchaindb/bigchaindb-pv.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-pvc.yaml b/k8s/bigchaindb/bigchaindb-pvc.yaml index 02d211b8..c03d863a 100644 --- a/k8s/bigchaindb/bigchaindb-pvc.yaml +++ b/k8s/bigchaindb/bigchaindb-pvc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-sc.yaml b/k8s/bigchaindb/bigchaindb-sc.yaml index 4b9239ab..7322ca4b 100644 --- a/k8s/bigchaindb/bigchaindb-sc.yaml +++ b/k8s/bigchaindb/bigchaindb-sc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-ss.yaml b/k8s/bigchaindb/bigchaindb-ss.yaml index aac862a7..d6f1f46c 100644 --- a/k8s/bigchaindb/bigchaindb-ss.yaml +++ b/k8s/bigchaindb/bigchaindb-ss.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/bigchaindb-svc.yaml b/k8s/bigchaindb/bigchaindb-svc.yaml index 00159135..50e287f3 100644 --- a/k8s/bigchaindb/bigchaindb-svc.yaml +++ b/k8s/bigchaindb/bigchaindb-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/nginx_container/README.md b/k8s/bigchaindb/nginx_container/README.md index 643c99b7..d78d15ce 100644 --- a/k8s/bigchaindb/nginx_container/README.md +++ b/k8s/bigchaindb/nginx_container/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/bigchaindb/nginx_container/docker_build_and_push.bash b/k8s/bigchaindb/nginx_container/docker_build_and_push.bash index 8d348d1f..4c15ebf1 100755 --- a/k8s/bigchaindb/nginx_container/docker_build_and_push.bash +++ b/k8s/bigchaindb/nginx_container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash b/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash index cefad47e..7a418c24 100755 --- a/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash +++ b/k8s/bigchaindb/nginx_container/nginx_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/tendermint_container/README.md b/k8s/bigchaindb/tendermint_container/README.md index bd1f74c3..4e55e92f 100644 --- a/k8s/bigchaindb/tendermint_container/README.md +++ b/k8s/bigchaindb/tendermint_container/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash b/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash index 8fdc6244..7965cafc 100755 --- a/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash +++ b/k8s/bigchaindb/tendermint_container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash b/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash index fb117dfc..fe4ee892 100755 --- a/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash +++ b/k8s/bigchaindb/tendermint_container/tendermint_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/configuration/config-map.yaml b/k8s/configuration/config-map.yaml index b605336b..780d8c52 100644 --- a/k8s/configuration/config-map.yaml +++ b/k8s/configuration/config-map.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/configuration/secret.yaml b/k8s/configuration/secret.yaml index bba425fe..b31ea702 100644 --- a/k8s/configuration/secret.yaml +++ b/k8s/configuration/secret.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/bigchaindb.yaml b/k8s/dev-setup/bigchaindb.yaml index 0020d0f6..71bebdbb 100644 --- a/k8s/dev-setup/bigchaindb.yaml +++ b/k8s/dev-setup/bigchaindb.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/mongo.yaml b/k8s/dev-setup/mongo.yaml index fbc503f9..6c09388b 100644 --- a/k8s/dev-setup/mongo.yaml +++ b/k8s/dev-setup/mongo.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-http.yaml b/k8s/dev-setup/nginx-http.yaml index b0292bb1..e312534c 100644 --- a/k8s/dev-setup/nginx-http.yaml +++ b/k8s/dev-setup/nginx-http.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-https.yaml b/k8s/dev-setup/nginx-https.yaml index 254f9971..9ea87001 100644 --- a/k8s/dev-setup/nginx-https.yaml +++ b/k8s/dev-setup/nginx-https.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/dev-setup/nginx-openresty.yaml b/k8s/dev-setup/nginx-openresty.yaml index 789a9bb0..f9d32daf 100644 --- a/k8s/dev-setup/nginx-openresty.yaml +++ b/k8s/dev-setup/nginx-openresty.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/logging-and-monitoring/analyze.py b/k8s/logging-and-monitoring/analyze.py index f44f41d2..a583bae7 100644 --- a/k8s/logging-and-monitoring/analyze.py +++ b/k8s/logging-and-monitoring/analyze.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/logging-and-monitoring/oms-daemonset.yaml b/k8s/logging-and-monitoring/oms-daemonset.yaml index 657e273d..2b2d4687 100644 --- a/k8s/logging-and-monitoring/oms-daemonset.yaml +++ b/k8s/logging-and-monitoring/oms-daemonset.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash b/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash index 0222ce78..d797d66c 100755 --- a/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash +++ b/k8s/mongodb-monitoring-agent/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash b/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash index cc67edaa..3e87f356 100755 --- a/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash +++ b/k8s/mongodb-monitoring-agent/container/mongodb_mon_agent_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml b/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml index 152059d8..35b69855 100644 --- a/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml +++ b/k8s/mongodb-monitoring-agent/mongo-mon-dep.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/configure_mdb.sh b/k8s/mongodb/configure_mdb.sh index ed4a2ca8..ce640b96 100755 --- a/k8s/mongodb/configure_mdb.sh +++ b/k8s/mongodb/configure_mdb.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/container/README.md b/k8s/mongodb/container/README.md index 53813033..01976a52 100644 --- a/k8s/mongodb/container/README.md +++ b/k8s/mongodb/container/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/mongodb/container/configure_mdb_users.template.js b/k8s/mongodb/container/configure_mdb_users.template.js index 664e391c..4fd41d18 100644 --- a/k8s/mongodb/container/configure_mdb_users.template.js +++ b/k8s/mongodb/container/configure_mdb_users.template.js @@ -1,4 +1,5 @@ -// Copyright BigchainDB GmbH and BigchainDB contributors +.. Copyright © 2020 Interplanetary Database Association e.V., + BigchainDB and IPDB software contributors. // SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) // Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/container/docker_build_and_push.bash b/k8s/mongodb/container/docker_build_and_push.bash index 703cbf18..e6d2ceb8 100755 --- a/k8s/mongodb/container/docker_build_and_push.bash +++ b/k8s/mongodb/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/container/mongod_entrypoint.bash b/k8s/mongodb/container/mongod_entrypoint.bash index e59c85a2..6e00f7a9 100755 --- a/k8s/mongodb/container/mongod_entrypoint.bash +++ b/k8s/mongodb/container/mongod_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-ext-conn-svc.yaml b/k8s/mongodb/mongo-ext-conn-svc.yaml index 15c6e5ad..e852c0f3 100644 --- a/k8s/mongodb/mongo-ext-conn-svc.yaml +++ b/k8s/mongodb/mongo-ext-conn-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-pv.yaml b/k8s/mongodb/mongo-pv.yaml index c4e7d8bc..dfad033c 100644 --- a/k8s/mongodb/mongo-pv.yaml +++ b/k8s/mongodb/mongo-pv.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-pvc.yaml b/k8s/mongodb/mongo-pvc.yaml index 7e6e3a63..bc822a16 100644 --- a/k8s/mongodb/mongo-pvc.yaml +++ b/k8s/mongodb/mongo-pvc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-sc.yaml b/k8s/mongodb/mongo-sc.yaml index 33d0177e..b215221a 100644 --- a/k8s/mongodb/mongo-sc.yaml +++ b/k8s/mongodb/mongo-sc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-ss.yaml b/k8s/mongodb/mongo-ss.yaml index 54756413..36cc7a80 100644 --- a/k8s/mongodb/mongo-ss.yaml +++ b/k8s/mongodb/mongo-ss.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/mongodb/mongo-svc.yaml b/k8s/mongodb/mongo-svc.yaml index 3e10cf8e..a29fe8c9 100644 --- a/k8s/mongodb/mongo-svc.yaml +++ b/k8s/mongodb/mongo-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/container/README.md b/k8s/nginx-http/container/README.md index a37607a9..3fabe096 100644 --- a/k8s/nginx-http/container/README.md +++ b/k8s/nginx-http/container/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/nginx-http/container/docker_build_and_push.bash b/k8s/nginx-http/container/docker_build_and_push.bash index 7eff72b1..2e4e8a25 100755 --- a/k8s/nginx-http/container/docker_build_and_push.bash +++ b/k8s/nginx-http/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/container/nginx_entrypoint.bash b/k8s/nginx-http/container/nginx_entrypoint.bash index c2c5312f..b4258d9f 100755 --- a/k8s/nginx-http/container/nginx_entrypoint.bash +++ b/k8s/nginx-http/container/nginx_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/nginx-http-dep.yaml b/k8s/nginx-http/nginx-http-dep.yaml index 8b5945e3..d08fdbdb 100644 --- a/k8s/nginx-http/nginx-http-dep.yaml +++ b/k8s/nginx-http/nginx-http-dep.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-http/nginx-http-svc.yaml b/k8s/nginx-http/nginx-http-svc.yaml index 9cca1d58..e653ea41 100644 --- a/k8s/nginx-http/nginx-http-svc.yaml +++ b/k8s/nginx-http/nginx-http-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/README.md b/k8s/nginx-https-web-proxy/README.md index 99398c06..28d1bb5b 100644 --- a/k8s/nginx-https-web-proxy/README.md +++ b/k8s/nginx-https-web-proxy/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash b/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash index d89852d6..6b83417e 100755 --- a/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash +++ b/k8s/nginx-https-web-proxy/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash b/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash index 0f251a20..cff32de2 100755 --- a/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash +++ b/k8s/nginx-https-web-proxy/container/nginx_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml index 36b9c37b..a90252e6 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-conf.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml index 8ffe8df0..e8ce3a24 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-dep.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml index baf1933c..2161bdf1 100644 --- a/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml +++ b/k8s/nginx-https-web-proxy/nginx-https-web-proxy-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/container/README.md b/k8s/nginx-https/container/README.md index 02044531..c8cc634a 100644 --- a/k8s/nginx-https/container/README.md +++ b/k8s/nginx-https/container/README.md @@ -1,5 +1,6 @@ diff --git a/k8s/nginx-https/container/docker_build_and_push.bash b/k8s/nginx-https/container/docker_build_and_push.bash index b633b3fd..64ac6e1a 100755 --- a/k8s/nginx-https/container/docker_build_and_push.bash +++ b/k8s/nginx-https/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/container/nginx_entrypoint.bash b/k8s/nginx-https/container/nginx_entrypoint.bash index 3a6ab802..014a8235 100755 --- a/k8s/nginx-https/container/nginx_entrypoint.bash +++ b/k8s/nginx-https/container/nginx_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/nginx-https-dep.yaml b/k8s/nginx-https/nginx-https-dep.yaml index 3ed3cdaf..51211d7c 100644 --- a/k8s/nginx-https/nginx-https-dep.yaml +++ b/k8s/nginx-https/nginx-https-dep.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-https/nginx-https-svc.yaml b/k8s/nginx-https/nginx-https-svc.yaml index 121f3740..c674c9a2 100644 --- a/k8s/nginx-https/nginx-https-svc.yaml +++ b/k8s/nginx-https/nginx-https-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/container/docker_build_and_push.bash b/k8s/nginx-openresty/container/docker_build_and_push.bash index 14a72af4..2dbde1bf 100755 --- a/k8s/nginx-openresty/container/docker_build_and_push.bash +++ b/k8s/nginx-openresty/container/docker_build_and_push.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash b/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash index 9aa5cc3f..5e70e31e 100755 --- a/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash +++ b/k8s/nginx-openresty/container/nginx_openresty_entrypoint.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/nginx-openresty-dep.yaml b/k8s/nginx-openresty/nginx-openresty-dep.yaml index 9e21b288..753766e2 100644 --- a/k8s/nginx-openresty/nginx-openresty-dep.yaml +++ b/k8s/nginx-openresty/nginx-openresty-dep.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/nginx-openresty/nginx-openresty-svc.yaml b/k8s/nginx-openresty/nginx-openresty-svc.yaml index 8d0ab5af..7f3b47fb 100644 --- a/k8s/nginx-openresty/nginx-openresty-svc.yaml +++ b/k8s/nginx-openresty/nginx-openresty-svc.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/scripts/generate_configs.sh b/k8s/scripts/generate_configs.sh index 0fbd52c3..f2f387a8 100755 --- a/k8s/scripts/generate_configs.sh +++ b/k8s/scripts/generate_configs.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/k8s/toolbox/README.md b/k8s/toolbox/README.md index ceb92106..21a4b842 100644 --- a/k8s/toolbox/README.md +++ b/k8s/toolbox/README.md @@ -1,5 +1,6 @@ diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 45f8c712..896b655b 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/bigchaindb-start.yml b/pkg/configuration/bigchaindb-start.yml index a16fdf8a..9d37afcd 100644 --- a/pkg/configuration/bigchaindb-start.yml +++ b/pkg/configuration/bigchaindb-start.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/bigchaindb-stop.yml b/pkg/configuration/bigchaindb-stop.yml index 6d8b8d8b..06f2f5ac 100644 --- a/pkg/configuration/bigchaindb-stop.yml +++ b/pkg/configuration/bigchaindb-stop.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/defaults/main.yml b/pkg/configuration/roles/bigchaindb/defaults/main.yml index b7ff2e46..8c9abcb4 100644 --- a/pkg/configuration/roles/bigchaindb/defaults/main.yml +++ b/pkg/configuration/roles/bigchaindb/defaults/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/centos.yml b/pkg/configuration/roles/bigchaindb/tasks/centos.yml index b55fb5ec..124aad4b 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/centos.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/centos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/common.yml b/pkg/configuration/roles/bigchaindb/tasks/common.yml index 4d6a28da..274e05f8 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/common.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/common.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/debian.yml b/pkg/configuration/roles/bigchaindb/tasks/debian.yml index 53fe2ae3..7ebad903 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/debian.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/debian.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/fedora.yml b/pkg/configuration/roles/bigchaindb/tasks/fedora.yml index 984e3172..74963a62 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/fedora.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/fedora.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/main.yml b/pkg/configuration/roles/bigchaindb/tasks/main.yml index ffe929be..839f11ea 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/main.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/start.yml b/pkg/configuration/roles/bigchaindb/tasks/start.yml index 233bcdc6..da39605e 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/start.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/start.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/bigchaindb/tasks/stop.yml b/pkg/configuration/roles/bigchaindb/tasks/stop.yml index 2d0bf58b..5c903672 100644 --- a/pkg/configuration/roles/bigchaindb/tasks/stop.yml +++ b/pkg/configuration/roles/bigchaindb/tasks/stop.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/defaults/main.yml b/pkg/configuration/roles/docker/defaults/main.yml index 4b9254e1..e7263eb8 100644 --- a/pkg/configuration/roles/docker/defaults/main.yml +++ b/pkg/configuration/roles/docker/defaults/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/centos.yml b/pkg/configuration/roles/docker/tasks/centos.yml index 9230237b..6b243e0e 100644 --- a/pkg/configuration/roles/docker/tasks/centos.yml +++ b/pkg/configuration/roles/docker/tasks/centos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/debian.yml b/pkg/configuration/roles/docker/tasks/debian.yml index 827d602c..e333bb55 100644 --- a/pkg/configuration/roles/docker/tasks/debian.yml +++ b/pkg/configuration/roles/docker/tasks/debian.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/fedora.yml b/pkg/configuration/roles/docker/tasks/fedora.yml index 0b7faa0e..05b564c0 100644 --- a/pkg/configuration/roles/docker/tasks/fedora.yml +++ b/pkg/configuration/roles/docker/tasks/fedora.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/macos.yml b/pkg/configuration/roles/docker/tasks/macos.yml index 754c60e1..563c3051 100644 --- a/pkg/configuration/roles/docker/tasks/macos.yml +++ b/pkg/configuration/roles/docker/tasks/macos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/docker/tasks/main.yml b/pkg/configuration/roles/docker/tasks/main.yml index 3afa3c3b..19ce146a 100644 --- a/pkg/configuration/roles/docker/tasks/main.yml +++ b/pkg/configuration/roles/docker/tasks/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/defaults/main.yml b/pkg/configuration/roles/mongodb/defaults/main.yml index 377acdbe..4bd0444b 100644 --- a/pkg/configuration/roles/mongodb/defaults/main.yml +++ b/pkg/configuration/roles/mongodb/defaults/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/centos.yml b/pkg/configuration/roles/mongodb/tasks/centos.yml index 6fbb963c..9d5a604d 100644 --- a/pkg/configuration/roles/mongodb/tasks/centos.yml +++ b/pkg/configuration/roles/mongodb/tasks/centos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/debian.yml b/pkg/configuration/roles/mongodb/tasks/debian.yml index f8d8c649..a3e6b455 100644 --- a/pkg/configuration/roles/mongodb/tasks/debian.yml +++ b/pkg/configuration/roles/mongodb/tasks/debian.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/fedora.yml b/pkg/configuration/roles/mongodb/tasks/fedora.yml index d6c7be6b..bb0cd305 100644 --- a/pkg/configuration/roles/mongodb/tasks/fedora.yml +++ b/pkg/configuration/roles/mongodb/tasks/fedora.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/main.yml b/pkg/configuration/roles/mongodb/tasks/main.yml index 95852a16..22b3293a 100644 --- a/pkg/configuration/roles/mongodb/tasks/main.yml +++ b/pkg/configuration/roles/mongodb/tasks/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/start.yml b/pkg/configuration/roles/mongodb/tasks/start.yml index 6c3cdcb0..1e0f2987 100644 --- a/pkg/configuration/roles/mongodb/tasks/start.yml +++ b/pkg/configuration/roles/mongodb/tasks/start.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/mongodb/tasks/stop.yml b/pkg/configuration/roles/mongodb/tasks/stop.yml index 6ce94b68..c9e1808a 100644 --- a/pkg/configuration/roles/mongodb/tasks/stop.yml +++ b/pkg/configuration/roles/mongodb/tasks/stop.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/centos.yml b/pkg/configuration/roles/py36/tasks/centos.yml index a5f81a09..8dbfe3b7 100644 --- a/pkg/configuration/roles/py36/tasks/centos.yml +++ b/pkg/configuration/roles/py36/tasks/centos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/debian.yml b/pkg/configuration/roles/py36/tasks/debian.yml index a15ee737..4a74aa10 100644 --- a/pkg/configuration/roles/py36/tasks/debian.yml +++ b/pkg/configuration/roles/py36/tasks/debian.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/fedora.yml b/pkg/configuration/roles/py36/tasks/fedora.yml index 286236fc..18fbd7cb 100644 --- a/pkg/configuration/roles/py36/tasks/fedora.yml +++ b/pkg/configuration/roles/py36/tasks/fedora.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/py36/tasks/main.yml b/pkg/configuration/roles/py36/tasks/main.yml index 795d3ca3..5f8a9ef2 100644 --- a/pkg/configuration/roles/py36/tasks/main.yml +++ b/pkg/configuration/roles/py36/tasks/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/defaults/main.yml b/pkg/configuration/roles/tendermint/defaults/main.yml index 053ce49e..5aa858b8 100644 --- a/pkg/configuration/roles/tendermint/defaults/main.yml +++ b/pkg/configuration/roles/tendermint/defaults/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/centos.yml b/pkg/configuration/roles/tendermint/tasks/centos.yml index 61c8421c..3a8aceb3 100644 --- a/pkg/configuration/roles/tendermint/tasks/centos.yml +++ b/pkg/configuration/roles/tendermint/tasks/centos.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/common.yml b/pkg/configuration/roles/tendermint/tasks/common.yml index 6ba9bd5f..9fbd6cfb 100644 --- a/pkg/configuration/roles/tendermint/tasks/common.yml +++ b/pkg/configuration/roles/tendermint/tasks/common.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/debian.yml b/pkg/configuration/roles/tendermint/tasks/debian.yml index d7b72bca..ebc58a27 100644 --- a/pkg/configuration/roles/tendermint/tasks/debian.yml +++ b/pkg/configuration/roles/tendermint/tasks/debian.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/fedora.yml b/pkg/configuration/roles/tendermint/tasks/fedora.yml index c14fd420..344947f4 100644 --- a/pkg/configuration/roles/tendermint/tasks/fedora.yml +++ b/pkg/configuration/roles/tendermint/tasks/fedora.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/main.yml b/pkg/configuration/roles/tendermint/tasks/main.yml index 3c1c02fa..90883c7e 100644 --- a/pkg/configuration/roles/tendermint/tasks/main.yml +++ b/pkg/configuration/roles/tendermint/tasks/main.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/start.yml b/pkg/configuration/roles/tendermint/tasks/start.yml index 710e2e21..cb79f84b 100644 --- a/pkg/configuration/roles/tendermint/tasks/start.yml +++ b/pkg/configuration/roles/tendermint/tasks/start.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/configuration/roles/tendermint/tasks/stop.yml b/pkg/configuration/roles/tendermint/tasks/stop.yml index e6014a1d..61bc98c0 100644 --- a/pkg/configuration/roles/tendermint/tasks/stop.yml +++ b/pkg/configuration/roles/tendermint/tasks/stop.yml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/all-in-one.bash b/pkg/scripts/all-in-one.bash index bccfaf52..8b81758f 100755 --- a/pkg/scripts/all-in-one.bash +++ b/pkg/scripts/all-in-one.bash @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/bootstrap.sh b/pkg/scripts/bootstrap.sh index aa4d7c06..4491ba82 100755 --- a/pkg/scripts/bootstrap.sh +++ b/pkg/scripts/bootstrap.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/bootstrap_constants.sh b/pkg/scripts/bootstrap_constants.sh index b15a3010..20b95902 100755 --- a/pkg/scripts/bootstrap_constants.sh +++ b/pkg/scripts/bootstrap_constants.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/bootstrap_helper.sh b/pkg/scripts/bootstrap_helper.sh index d8f4b8fb..1b4fd585 100755 --- a/pkg/scripts/bootstrap_helper.sh +++ b/pkg/scripts/bootstrap_helper.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/stack.sh b/pkg/scripts/stack.sh index c2858996..c11494a4 100755 --- a/pkg/scripts/stack.sh +++ b/pkg/scripts/stack.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/pkg/scripts/unstack.sh b/pkg/scripts/unstack.sh index e1953de7..503a98d6 100755 --- a/pkg/scripts/unstack.sh +++ b/pkg/scripts/unstack.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/proposals/extend-post-txn.md b/proposals/extend-post-txn.md index 5259153a..6e7bbf64 100644 --- a/proposals/extend-post-txn.md +++ b/proposals/extend-post-txn.md @@ -1,5 +1,6 @@ diff --git a/proposals/integration-test-cases.md b/proposals/integration-test-cases.md index a5e3553f..54be4de6 100644 --- a/proposals/integration-test-cases.md +++ b/proposals/integration-test-cases.md @@ -1,5 +1,6 @@ diff --git a/proposals/integration-testing.md b/proposals/integration-testing.md index 9c1f0cb9..78bfc518 100644 --- a/proposals/integration-testing.md +++ b/proposals/integration-testing.md @@ -1,5 +1,6 @@ diff --git a/proposals/migrate-cli.md b/proposals/migrate-cli.md index b3ab90f5..ec03433a 100644 --- a/proposals/migrate-cli.md +++ b/proposals/migrate-cli.md @@ -1,5 +1,6 @@ diff --git a/run-acceptance-test.sh b/run-acceptance-test.sh index 806a8bbb..652e9110 100755 --- a/run-acceptance-test.sh +++ b/run-acceptance-test.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/setup.py b/setup.py index 00bd0d1d..c99c0740 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/snap/README.md b/snap/README.md index aba77237..e4048643 100644 --- a/snap/README.md +++ b/snap/README.md @@ -1,5 +1,6 @@ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e631ac80..e6abd855 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/README.md b/tests/README.md index fe63b32d..2134b987 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,5 +1,6 @@ diff --git a/tests/assets/test_digital_assets.py b/tests/assets/test_digital_assets.py index 9af59245..650ac0ca 100644 --- a/tests/assets/test_digital_assets.py +++ b/tests/assets/test_digital_assets.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/assets/test_divisible_assets.py b/tests/assets/test_divisible_assets.py index 276495cd..e534634d 100644 --- a/tests/assets/test_divisible_assets.py +++ b/tests/assets/test_divisible_assets.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/conftest.py b/tests/backend/localmongodb/conftest.py index e4496579..00d68ee7 100644 --- a/tests/backend/localmongodb/conftest.py +++ b/tests/backend/localmongodb/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_connection.py b/tests/backend/localmongodb/test_connection.py index eeb0adb8..57235827 100644 --- a/tests/backend/localmongodb/test_connection.py +++ b/tests/backend/localmongodb/test_connection.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_queries.py b/tests/backend/localmongodb/test_queries.py index 030470a0..1c587759 100644 --- a/tests/backend/localmongodb/test_queries.py +++ b/tests/backend/localmongodb/test_queries.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/localmongodb/test_schema.py b/tests/backend/localmongodb/test_schema.py index 84cfdaaf..e5dba8d3 100644 --- a/tests/backend/localmongodb/test_schema.py +++ b/tests/backend/localmongodb/test_schema.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_connection.py b/tests/backend/test_connection.py index 52b0e4b0..ad4bbbb7 100644 --- a/tests/backend/test_connection.py +++ b/tests/backend/test_connection.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_generics.py b/tests/backend/test_generics.py index 68644181..fb97b75d 100644 --- a/tests/backend/test_generics.py +++ b/tests/backend/test_generics.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/backend/test_utils.py b/tests/backend/test_utils.py index 16e390af..e9d21bfd 100644 --- a/tests/backend/test_utils.py +++ b/tests/backend/test_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/conftest.py b/tests/commands/conftest.py index d4591720..8636bd7e 100644 --- a/tests/commands/conftest.py +++ b/tests/commands/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 6ce4c804..7c2c0d20 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/commands/test_utils.py b/tests/commands/test_utils.py index eeac67fc..35ba41cf 100644 --- a/tests/commands/test_utils.py +++ b/tests/commands/test_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/conftest.py b/tests/common/conftest.py index 11811fde..828d4e7d 100644 --- a/tests/common/conftest.py +++ b/tests/common/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_memoize.py b/tests/common/test_memoize.py index 20c84f31..1ea45f51 100644 --- a/tests/common/test_memoize.py +++ b/tests/common/test_memoize.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_schema.py b/tests/common/test_schema.py index 787f12fe..f084da83 100644 --- a/tests/common/test_schema.py +++ b/tests/common/test_schema.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/test_transaction.py b/tests/common/test_transaction.py index 8df92209..b721f592 100644 --- a/tests/common/test_transaction.py +++ b/tests/common/test_transaction.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/common/utils.py b/tests/common/utils.py index efb52621..69dbc06a 100644 --- a/tests/common/utils.py +++ b/tests/common/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/conftest.py b/tests/conftest.py index 4bd14231..2f9b8eba 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/db/test_bigchain_api.py b/tests/db/test_bigchain_api.py index 1af41e37..3b7be807 100644 --- a/tests/db/test_bigchain_api.py +++ b/tests/db/test_bigchain_api.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/conftest.py b/tests/tendermint/conftest.py index ad13db7d..8e26e276 100644 --- a/tests/tendermint/conftest.py +++ b/tests/tendermint/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_core.py b/tests/tendermint/test_core.py index 36d7594c..62fa0948 100644 --- a/tests/tendermint/test_core.py +++ b/tests/tendermint/test_core.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_fastquery.py b/tests/tendermint/test_fastquery.py index b83722e0..74c4f55c 100644 --- a/tests/tendermint/test_fastquery.py +++ b/tests/tendermint/test_fastquery.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_integration.py b/tests/tendermint/test_integration.py index 29872ebf..a10a10ef 100644 --- a/tests/tendermint/test_integration.py +++ b/tests/tendermint/test_integration.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_lib.py b/tests/tendermint/test_lib.py index 06a5e1f4..fbb2201b 100644 --- a/tests/tendermint/test_lib.py +++ b/tests/tendermint/test_lib.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/tendermint/test_utils.py b/tests/tendermint/test_utils.py index 39d0b44e..38889be8 100644 --- a/tests/tendermint/test_utils.py +++ b/tests/tendermint/test_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_config_utils.py b/tests/test_config_utils.py index 87ec2803..3c290f68 100644 --- a/tests/test_config_utils.py +++ b/tests/test_config_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_core.py b/tests/test_core.py index 423f5c57..67c7451d 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_docs.py b/tests/test_docs.py index 5617e2b4..f5a65676 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_events.py b/tests/test_events.py index ab088b99..5123197a 100644 --- a/tests/test_events.py +++ b/tests/test_events.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_parallel_validation.py b/tests/test_parallel_validation.py index 60fdf0b6..528a9c58 100644 --- a/tests/test_parallel_validation.py +++ b/tests/test_parallel_validation.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_txlist.py b/tests/test_txlist.py index 8566f73d..1efa771e 100644 --- a/tests/test_txlist.py +++ b/tests/test_txlist.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/test_utils.py b/tests/test_utils.py index 46b01bf7..9574312d 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/upsert_validator/conftest.py b/tests/upsert_validator/conftest.py index c39b9ed3..5c108191 100644 --- a/tests/upsert_validator/conftest.py +++ b/tests/upsert_validator/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 from unittest.mock import patch diff --git a/tests/upsert_validator/test_upsert_validator_vote.py b/tests/upsert_validator/test_upsert_validator_vote.py index 305b4f2e..a57a1b7d 100644 --- a/tests/upsert_validator/test_upsert_validator_vote.py +++ b/tests/upsert_validator/test_upsert_validator_vote.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/upsert_validator/test_validator_election.py b/tests/upsert_validator/test_validator_election.py index 205be554..f9735f40 100644 --- a/tests/upsert_validator/test_validator_election.py +++ b/tests/upsert_validator/test_validator_election.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 from argparse import Namespace diff --git a/tests/utils.py b/tests/utils.py index 6aba9941..bdf472e4 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/validation/test_transaction_structure.py b/tests/validation/test_transaction_structure.py index 804dd51b..3b4f4eb7 100644 --- a/tests/validation/test_transaction_structure.py +++ b/tests/validation/test_transaction_structure.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/conftest.py b/tests/web/conftest.py index 5ca7194e..dbbd9887 100644 --- a/tests/web/conftest.py +++ b/tests/web/conftest.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_assets.py b/tests/web/test_assets.py index a5d3260e..34cf5aa7 100644 --- a/tests/web/test_assets.py +++ b/tests/web/test_assets.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_block_tendermint.py b/tests/web/test_block_tendermint.py index 2f789c55..4b3f78fc 100644 --- a/tests/web/test_block_tendermint.py +++ b/tests/web/test_block_tendermint.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_blocks.py b/tests/web/test_blocks.py index e0130613..9bfe1c8b 100644 --- a/tests/web/test_blocks.py +++ b/tests/web/test_blocks.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_content_type_middleware.py b/tests/web/test_content_type_middleware.py index 946873d2..6a83580a 100644 --- a/tests/web/test_content_type_middleware.py +++ b/tests/web/test_content_type_middleware.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_info.py b/tests/web/test_info.py index 41034e2f..20c62863 100644 --- a/tests/web/test_info.py +++ b/tests/web/test_info.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_metadata.py b/tests/web/test_metadata.py index c1e6c5ed..2e20f49d 100644 --- a/tests/web/test_metadata.py +++ b/tests/web/test_metadata.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_outputs.py b/tests/web/test_outputs.py index 0e0267fe..05a92f69 100644 --- a/tests/web/test_outputs.py +++ b/tests/web/test_outputs.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_parameters.py b/tests/web/test_parameters.py index ccf3119b..d5e70ef7 100644 --- a/tests/web/test_parameters.py +++ b/tests/web/test_parameters.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_server.py b/tests/web/test_server.py index 215aa980..eda2c5a1 100644 --- a/tests/web/test_server.py +++ b/tests/web/test_server.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_transactions.py b/tests/web/test_transactions.py index 5ef019a4..446ff240 100644 --- a/tests/web/test_transactions.py +++ b/tests/web/test_transactions.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_validators.py b/tests/web/test_validators.py index 1daeb18f..91f2614f 100644 --- a/tests/web/test_validators.py +++ b/tests/web/test_validators.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 diff --git a/tests/web/test_websocket_server.py b/tests/web/test_websocket_server.py index 7f72b795..389c5491 100644 --- a/tests/web/test_websocket_server.py +++ b/tests/web/test_websocket_server.py @@ -1,4 +1,5 @@ -# Copyright BigchainDB GmbH and BigchainDB contributors +# Copyright © 2020 Interplanetary Database Association e.V., +# BigchainDB and IPDB software contributors. # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0