You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com.INVALID> on 2021/08/10 00:55:08 UTC

[apache/incubator-teaclave] Add license headers (#541)

## Description

- Add missing license headers.
- Use SkyWalking Eyes (https://github.com/marketplace/actions/license-eye) to check license in CI.
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/541

-- Commit Summary --

  * Add license headers

-- File Changes --

    M .asf.yaml (15)
    M .dockerignore (15)
    M .drone.yml (15)
    M .github/workflows/ci.yml (22)
    M .github/workflows/codeql-analysis.yml (17)
    M .gitignore (15)
    A .licenserc.yaml (45)
    M .rustfmt.toml (15)
    M attestation/Cargo.toml (17)
    M binder/Cargo.toml (17)
    M binder/attribute/Cargo.toml (17)
    M cli/Cargo.toml (17)
    M cmake/scripts/Enclave.lds (19)
    M cmake/tomls/Cargo.sgx_trusted_lib.toml (17)
    M cmake/tomls/Cargo.sgx_untrusted_app.toml (17)
    M cmake/tomls/Cargo.unix_app.toml (17)
    M config/Cargo.toml (17)
    M config/build.config.toml (17)
    M config/config_gen/Cargo.toml (17)
    M config/config_gen/templates/config.j2 (19)
    M config/runtime.config.toml (15)
    M crypto/Cargo.toml (17)
    M dcap/Cargo.toml (17)
    M dcap/Rocket.toml (17)
    M docker/build.ubuntu-1804.sgx-2.14.Dockerfile (17)
    M docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile (17)
    M docker/docker-compose-ubuntu-1804-intel-sgx.yml (17)
    M docker/docker-compose-ubuntu-1804-isgx.yml (17)
    M docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml (17)
    M docker/docker-compose-ubuntu-1804.yml (17)
    M docker/runtime.config.toml (17)
    M docker/teaclave-rt.ubuntu-1804.Dockerfile (17)
    M examples/c/.clang-format (17)
    M examples/python/mesapy_echo_payload.py (17)
    M examples/python/mesapy_logistic_reg_payload.py (18)
    M examples/python/wasm_rust_psi_payload/Cargo.toml (17)
    M examples/python/wasm_tvm_mnist_payload/.cargo/config (17)
    M examples/python/wasm_tvm_mnist_payload/.gitignore (17)
    M examples/rust/builtin_echo/Cargo.toml (17)
    M examples/rust/builtin_ordered_set_intersect/Cargo.toml (17)
    M executor/Cargo.toml (17)
    M file_agent/Cargo.toml (17)
    M function/Cargo.toml (17)
    M rpc/Cargo.toml (17)
    M rpc/proc_macro/Cargo.toml (17)
    M runtime/Cargo.toml (17)
    M sdk/payload/wasm/teaclave_context/Cargo.toml (19)
    M sdk/python/__init__.py (16)
    M sdk/rust/Cargo.toml (17)
    M sdk/swift/TeaclaveClientSDK/.gitignore (17)
    M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec (17)
    M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK/Info.plist (19)
    M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK/TeaclaveClientSDK.modulemap (19)
    M sdk/swift/TeaclaveClientSDK/TeaclaveClientSDKTests/Info.plist (19)
    M services/access_control/app/Cargo.toml (17)
    M services/access_control/enclave/Cargo.toml (17)
    M services/access_control/enclave/Enclave.config.xml (19)
    M services/access_control/python/acs_engine.py (17)
    M services/access_control/python/acs_engine_test.py (17)
    M services/access_control/python/ffi.py (18)
    M services/authentication/app/Cargo.toml (17)
    M services/authentication/enclave/Cargo.toml (17)
    M services/authentication/enclave/Enclave.config.xml (19)
    M services/execution/app/Cargo.toml (17)
    M services/execution/enclave/Cargo.toml (17)
    M services/execution/enclave/Enclave.config.xml (19)
    M services/frontend/app/Cargo.toml (17)
    M services/frontend/enclave/Cargo.toml (17)
    M services/frontend/enclave/Enclave.config.xml (19)
    M services/management/app/Cargo.toml (17)
    M services/management/enclave/Cargo.toml (17)
    M services/management/enclave/Enclave.config.xml (19)
    M services/proto/Cargo.toml (17)
    M services/proto/proto_gen/Cargo.toml (17)
    M services/proto/proto_gen/templates/proto.j2 (19)
    M services/proto/src/proto/teaclave_access_control_service.proto (20)
    M services/proto/src/proto/teaclave_authentication_service.proto (20)
    M services/proto/src/proto/teaclave_common.proto (20)
    M services/proto/src/proto/teaclave_frontend_service.proto (20)
    M services/proto/src/proto/teaclave_management_service.proto (20)
    M services/proto/src/proto/teaclave_scheduler_service.proto (20)
    M services/proto/src/proto/teaclave_storage_service.proto (20)
    M services/scheduler/app/Cargo.toml (17)
    M services/scheduler/enclave/Cargo.toml (17)
    M services/scheduler/enclave/Enclave.config.xml (19)
    M services/storage/app/Cargo.toml (17)
    M services/storage/enclave/Cargo.toml (17)
    M services/storage/enclave/Enclave.config.xml (19)
    M services/utils/service_app_utils/Cargo.toml (17)
    M services/utils/service_enclave_utils/Cargo.toml (17)
    M services/utils/service_enclave_utils/proc_macro/Cargo.toml (17)
    M tests/fixtures/runtime.config.toml (17)
    M tests/functional/app/Cargo.toml (17)
    M tests/functional/enclave/Cargo.toml (17)
    M tests/functional/enclave/Enclave.config.xml (19)
    M tests/integration/app/Cargo.toml (17)
    M tests/integration/enclave/Cargo.toml (17)
    M tests/integration/enclave/Enclave.config.xml (19)
    M tests/scripts/functional_tests.py (18)
    M tests/scripts/simple_http_server.py (18)
    M tests/unit/app/Cargo.toml (17)
    M tests/unit/enclave/Cargo.toml (17)
    M tests/unit/enclave/Enclave.config.xml (19)
    M tests/utils/Cargo.toml (17)
    M tests/utils/proc_macro/Cargo.toml (17)
    M tool/app/Cargo.toml (17)
    M tool/enclave/Cargo.toml (17)
    M tool/enclave/Enclave.config.xml (19)
    M types/Cargo.toml (17)
    M worker/Cargo.toml (17)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/541.patch
https://github.com/apache/incubator-teaclave/pull/541.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/541

Re: [apache/incubator-teaclave] Add license headers (#541)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Merged #541 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/541#event-5137674012