From 02428b8e7b59f4c40050d6f1eaee1e0cbbb5cdf4 Mon Sep 17 00:00:00 2001 From: Simon Leet Date: Wed, 6 Nov 2019 01:34:07 +0000 Subject: [PATCH] Update copyright headers to include all Open Enclave SDK contributors Per contribution of the project to Confidential Computing Consortium, update all the copyright headers on source files to include all Open Enclave SDK contributors. All copyright headers should now read: ``` Copyright (c) Open Enclave SDK contributors. Licensed under the MIT License. ``` - Update scripts/check-license to enforce this new value on git commit. Signed-off-by: Simon Leet --- .jenkins/Dockerfile.deploy | 2 +- .jenkins/Dockerfile.full | 2 +- .jenkins/Dockerfile.minimal | 2 +- .jenkins/Jenkinsfile | 2 +- .jenkins/custom_label.Jenkinsfile | 2 +- .jenkins/provision/cleanup.sh | 2 +- .jenkins/provision/deploy-agent.sh | 2 +- .jenkins/provision/register-agents.sh | 2 +- 3rdparty/CMakeLists.txt | 2 +- 3rdparty/dlmalloc/update.make | 2 +- 3rdparty/libcxx/CMakeLists.txt | 2 +- 3rdparty/libcxx/__config | 2 +- 3rdparty/libcxx/__dso_handle.cpp | 6 ++--- 3rdparty/libcxx/update.make | 2 +- 3rdparty/libcxxrt/CMakeLists.txt | 2 +- 3rdparty/libcxxrt/update.make | 2 +- 3rdparty/libunwind/CMakeLists.txt | 2 +- 3rdparty/libunwind/Gstep.c | 7 +++--- 3rdparty/libunwind/libunwind-common.h | 2 +- 3rdparty/libunwind/stubs.h | 23 +++++++++---------- 3rdparty/libunwind/update.make | 2 +- 3rdparty/mbedtls/CMakeLists.txt | 2 +- 3rdparty/mbedtls/mbedtls_hardware_poll.c | 2 +- 3rdparty/mbedtls/toolchain-clangw.cmake | 2 +- 3rdparty/mbedtls/update.make | 2 +- 3rdparty/musl/CMakeLists.txt | 2 +- 3rdparty/musl/append-deprecations | 2 +- 3rdparty/musl/deprecations.h | 23 +++++++++++-------- 3rdparty/musl/patches/endian.h | 2 +- 3rdparty/musl/patches/pthread_aarch64.h | 2 +- 3rdparty/musl/patches/pthread_x86_64.h | 2 +- 3rdparty/musl/patches/syscall_arch.h | 2 +- 3rdparty/musl/update.make | 2 +- 3rdparty/optee/libutee/CMakeLists.txt | 2 +- 3rdparty/optee/libutee/compiler.h | 2 +- 3rdparty/optee/libutee/entry.c | 2 +- CMakeGraphVizOptions.cmake | 2 +- CMakeLists.txt | 2 +- CMakeSettings.json | 2 +- LICENSE | 2 +- cmake/add_dcap_client_target.cmake | 2 +- cmake/add_enclave.cmake | 2 +- cmake/add_enclave_test.cmake | 2 +- cmake/arm-cross.cmake | 2 +- cmake/ccache.cmake | 2 +- cmake/compiler_settings.cmake | 2 +- cmake/copy_oedebugrt_target.cmake | 2 +- cmake/cpack_settings.cmake | 2 +- cmake/get_testcase_name.cmake | 2 +- cmake/maybe_build_using_clangw.cmake | 2 +- cmake/oeedl_file.cmake | 2 +- cmake/openenclave-config.cmake.in | 2 +- cmake/openenclaverc.in | 2 +- cmake/package_settings.cmake | 2 +- common/argv.c | 2 +- common/asn1.c | 2 +- common/asn1.h | 2 +- common/cert.c | 2 +- common/common.h | 2 +- common/datetime.c | 2 +- common/kdf.c | 2 +- common/oe_host_stdio.h | 2 +- common/oe_host_stdlib.h | 2 +- common/oe_host_string.h | 2 +- common/result.c | 2 +- common/safecrt.c | 2 +- common/sgx/collaterals.c | 2 +- common/sgx/collaterals.h | 2 +- common/sgx/qeidentity.c | 2 +- common/sgx/qeidentity.h | 2 +- common/sgx/quote.c | 2 +- common/sgx/quote.h | 2 +- common/sgx/rand.S | 2 +- common/sgx/rand.asm | 2 +- common/sgx/report.c | 2 +- common/sgx/revocation.c | 2 +- common/sgx/revocation.h | 2 +- common/sgx/sgx.edl | 2 +- common/sgx/sgxcertextensions.c | 2 +- common/sgx/tcbinfo.c | 2 +- common/sgx/tcbinfo.h | 2 +- common/sgx/tlsverifier.c | 2 +- common/syscall.edl | 2 +- common/tee.edl | 2 +- debugger/CMakeLists.txt | 2 +- debugger/debugrt/CMakeLists.txt | 2 +- debugger/debugrt/host/CMakeLists.txt | 2 +- debugger/debugrt/host/host.c | 2 +- debugger/oe-gdb | 2 +- debugger/oegdb | 2 +- debugger/ptraceLib/CMakeLists.txt | 2 +- debugger/ptraceLib/enclave_context.c | 2 +- debugger/ptraceLib/enclave_context.h | 2 +- debugger/ptraceLib/inferior_status.c | 2 +- debugger/ptraceLib/inferior_status.h | 2 +- debugger/ptraceLib/oe_ptrace.c | 2 +- debugger/pythonExtension/CMakeLists.txt | 2 +- debugger/pythonExtension/gdb_sgx_plugin.py | 2 +- docs/DevelopmentGuide.md | 4 ++-- docs/refman/CMakeLists.txt | 2 +- enclave/CMakeLists.txt | 2 +- enclave/asym_keys.c | 2 +- enclave/core/CMakeLists.txt | 2 +- enclave/core/__secs_to_tm.c | 2 +- enclave/core/__stack_chk_fail.c | 2 +- enclave/core/arena.c | 2 +- enclave/core/arena.h | 2 +- enclave/core/assert.c | 2 +- enclave/core/atexit.c | 2 +- enclave/core/atexit.h | 2 +- enclave/core/backtrace.c | 2 +- enclave/core/calls.c | 2 +- enclave/core/calls.h | 2 +- enclave/core/ctype.c | 2 +- enclave/core/debugmalloc.c | 2 +- enclave/core/debugmalloc.h | 2 +- enclave/core/errno.c | 2 +- enclave/core/gmtime.c | 2 +- enclave/core/hexdump.c | 2 +- enclave/core/hostcalls.c | 2 +- enclave/core/init_fini.c | 2 +- enclave/core/init_fini.h | 2 +- enclave/core/intstr.c | 2 +- enclave/core/intstr.h | 2 +- enclave/core/malloc.c | 2 +- enclave/core/once.c | 2 +- enclave/core/optee/backtrace.c | 2 +- enclave/core/optee/bounds.c | 2 +- enclave/core/optee/calls.c | 2 +- enclave/core/optee/entropy.c | 2 +- enclave/core/optee/globals.c | 2 +- enclave/core/optee/gp.c | 2 +- enclave/core/optee/header.c | 2 +- enclave/core/optee/hostcalls.c | 2 +- enclave/core/optee/keys.c | 2 +- enclave/core/optee/printf.c | 2 +- enclave/core/optee/sched_yield.c | 2 +- enclave/core/optee/spinlock.c | 2 +- enclave/core/optee/stubs.c | 2 +- enclave/core/optee/thread.c | 2 +- enclave/core/optee/tracee.c | 2 +- enclave/core/printf.c | 2 +- enclave/core/pthread.c | 2 +- enclave/core/result.c | 2 +- enclave/core/sbrk.c | 2 +- enclave/core/sgx/asmcommon.inc | 2 +- enclave/core/sgx/asmdefs.h | 2 +- enclave/core/sgx/backtrace.c | 2 +- enclave/core/sgx/calls.c | 2 +- enclave/core/sgx/cpuid.c | 2 +- enclave/core/sgx/cpuid.h | 2 +- enclave/core/sgx/enter.S | 2 +- enclave/core/sgx/entropy.c | 2 +- enclave/core/sgx/exception.c | 2 +- enclave/core/sgx/exit.S | 2 +- enclave/core/sgx/getkey.S | 2 +- enclave/core/sgx/globals.c | 2 +- enclave/core/sgx/hostcalls.c | 2 +- enclave/core/sgx/init.c | 2 +- enclave/core/sgx/init.h | 2 +- enclave/core/sgx/jump.c | 2 +- enclave/core/sgx/keys.c | 2 +- enclave/core/sgx/linux/reloc.c | 2 +- enclave/core/sgx/linux/threadlocal.c | 2 +- enclave/core/sgx/linux/threadlocal.h | 2 +- enclave/core/sgx/longjmp.S | 2 +- enclave/core/sgx/memory.c | 2 +- enclave/core/sgx/properties.c | 2 +- enclave/core/sgx/report.c | 2 +- enclave/core/sgx/report.h | 2 +- enclave/core/sgx/sched_yield.c | 2 +- enclave/core/sgx/setjmp.S | 2 +- enclave/core/sgx/sgx_t_wrapper.c | 2 +- enclave/core/sgx/spinlock.c | 2 +- enclave/core/sgx/td.c | 2 +- enclave/core/sgx/td.h | 2 +- enclave/core/sgx/thread.c | 2 +- enclave/core/sgx/thread.h | 2 +- enclave/core/sgx/tracee.c | 2 +- enclave/core/sgx/windows/reloc.c | 2 +- enclave/core/stdio.c | 2 +- enclave/core/strerror.c | 2 +- enclave/core/string.c | 2 +- enclave/core/strtok_r.c | 2 +- enclave/core/strtoul.c | 2 +- enclave/core/switchlesscalls.c | 2 +- enclave/core/switchlesscalls.h | 2 +- enclave/core/tee_t_wrapper.c | 2 +- enclave/core/time.c | 2 +- enclave/core/tracee.c | 2 +- enclave/core/tracee.h | 2 +- enclave/crypto/CMakeLists.txt | 2 +- enclave/crypto/asn1.c | 2 +- enclave/crypto/cert.c | 2 +- enclave/crypto/cmac.c | 2 +- enclave/crypto/crl.c | 2 +- enclave/crypto/crl.h | 2 +- enclave/crypto/ec.c | 2 +- enclave/crypto/ec.h | 2 +- enclave/crypto/hmac.c | 2 +- enclave/crypto/key.c | 2 +- enclave/crypto/key.h | 2 +- enclave/crypto/pem.h | 2 +- enclave/crypto/random_internal.c | 2 +- enclave/crypto/random_internal.h | 2 +- enclave/crypto/rsa.c | 2 +- enclave/crypto/rsa.h | 2 +- enclave/crypto/sha.c | 2 +- enclave/link.c | 2 +- enclave/optee/report.c | 2 +- enclave/optee/start.S | 2 +- enclave/random.c | 2 +- enclave/sgx/qeidinfo.c | 2 +- enclave/sgx/report.c | 2 +- enclave/sgx/report.h | 2 +- enclave/sgx/revocationinfo.c | 2 +- enclave/sgx/start.S | 2 +- enclave/tls_cert.c | 2 +- host/CMakeLists.txt | 2 +- host/asym_keys.c | 2 +- host/calls.c | 2 +- host/calls.h | 2 +- host/crypto/bcrypt/bcrypt.h | 2 +- host/crypto/bcrypt/cert.c | 2 +- host/crypto/bcrypt/crl.c | 2 +- host/crypto/bcrypt/crl.h | 2 +- host/crypto/bcrypt/ec.c | 2 +- host/crypto/bcrypt/ec.h | 2 +- host/crypto/bcrypt/hmac.c | 2 +- host/crypto/bcrypt/key.c | 2 +- host/crypto/bcrypt/key.h | 2 +- host/crypto/bcrypt/pem.c | 2 +- host/crypto/bcrypt/pem.h | 2 +- host/crypto/bcrypt/random.c | 2 +- host/crypto/bcrypt/rsa.c | 2 +- host/crypto/bcrypt/rsa.h | 2 +- host/crypto/bcrypt/sha.c | 2 +- host/crypto/bcrypt/util.c | 2 +- host/crypto/bcrypt/util.h | 2 +- host/crypto/magic.h | 2 +- host/crypto/openssl/asn1.c | 2 +- host/crypto/openssl/asn1.h | 2 +- host/crypto/openssl/cert.c | 2 +- host/crypto/openssl/crl.c | 2 +- host/crypto/openssl/crl.h | 2 +- host/crypto/openssl/ec.c | 2 +- host/crypto/openssl/ec.h | 2 +- host/crypto/openssl/hmac.c | 2 +- host/crypto/openssl/init.c | 2 +- host/crypto/openssl/init.h | 2 +- host/crypto/openssl/key.c | 2 +- host/crypto/openssl/key.h | 2 +- host/crypto/openssl/random.c | 2 +- host/crypto/openssl/rsa.c | 2 +- host/crypto/openssl/rsa.h | 2 +- host/crypto/openssl/sha.c | 2 +- host/crypto/rsa.h | 2 +- host/dupenv.c | 2 +- host/dupenv.h | 2 +- host/error.c | 2 +- host/files.c | 2 +- host/fopen.c | 2 +- host/fopen.h | 2 +- host/hexdump.c | 2 +- host/hostthread.h | 2 +- host/linux/hostthread.c | 2 +- host/linux/syscall.c | 2 +- host/linux/time.c | 2 +- host/linux/windows.c | 2 +- host/linux/windows.h | 2 +- host/memalign.c | 2 +- host/memalign.h | 2 +- host/ocalls.c | 2 +- host/ocalls.h | 2 +- host/optee/linux/enclave.c | 2 +- host/optee/linux/enclave.h | 2 +- host/optee/log.c | 2 +- host/result.c | 2 +- host/sgx/asmdefs.h | 2 +- host/sgx/calls.c | 2 +- host/sgx/cpuid.h | 2 +- host/sgx/create.c | 2 +- host/sgx/elf.c | 2 +- host/sgx/enclave.c | 2 +- host/sgx/enclave.h | 2 +- host/sgx/enclavemanager.c | 2 +- host/sgx/exception.c | 2 +- host/sgx/exception.h | 2 +- host/sgx/hostverify_report.c | 2 +- host/sgx/linux/aep.S | 2 +- host/sgx/linux/enter.S | 2 +- host/sgx/linux/entersim.S | 2 +- host/sgx/linux/exception.c | 2 +- host/sgx/linux/sgxioctl.c | 2 +- host/sgx/linux/sgxioctl.h | 2 +- host/sgx/linux/sgxquoteproviderloader.c | 2 +- host/sgx/linux/switchless.c | 2 +- host/sgx/linux/xstate.c | 2 +- host/sgx/load.c | 2 +- host/sgx/loadelf.c | 2 +- host/sgx/loadpe.c | 2 +- host/sgx/ocalls.c | 2 +- host/sgx/ocalls.h | 2 +- host/sgx/platformquoteprovider.h | 2 +- host/sgx/quote.c | 2 +- host/sgx/quote.h | 2 +- host/sgx/registers.c | 2 +- host/sgx/report.c | 2 +- host/sgx/sgx_u_wrapper.c | 2 +- host/sgx/sgxload.c | 2 +- host/sgx/sgxload.h | 2 +- host/sgx/sgxmeasure.c | 2 +- host/sgx/sgxmeasure.h | 2 +- host/sgx/sgxquote.c | 2 +- host/sgx/sgxquote.h | 2 +- host/sgx/sgxquoteprovider.c | 2 +- host/sgx/sgxquoteprovider.h | 2 +- host/sgx/sgxsign.c | 2 +- host/sgx/sgxtypes.c | 2 +- host/sgx/switchless.c | 2 +- host/sgx/windows/aep.asm | 2 +- host/sgx/windows/debugrtbridge.c | 2 +- host/sgx/windows/enter.asm | 2 +- host/sgx/windows/entersim.asm | 2 +- host/sgx/windows/exception.c | 2 +- host/sgx/windows/host_context.asm | 2 +- host/sgx/windows/sgxquoteproviderloader.c | 2 +- host/sgx/windows/switchless.c | 2 +- host/sgx/windows/xstate.c | 2 +- host/sgx/xstate.h | 2 +- host/signkey.c | 2 +- host/signkey.h | 2 +- host/strings.c | 2 +- host/strings.h | 2 +- host/syscall_u_wrapper.c | 2 +- host/tee_u_wrapper.c | 2 +- host/tests.c | 2 +- host/traceh.c | 2 +- host/traceh_enclave.c | 2 +- host/windows/hostthread.c | 2 +- host/windows/syscall.c | 2 +- host/windows/time.c | 2 +- include/CMakeLists.txt | 2 +- include/openenclave/bits/defs.h | 2 +- include/openenclave/bits/exception.h | 2 +- include/openenclave/bits/fs.h | 2 +- include/openenclave/bits/module.h | 2 +- .../openenclave/bits/optee/opteeproperties.h | 2 +- include/openenclave/bits/properties.h | 2 +- include/openenclave/bits/report.h | 2 +- include/openenclave/bits/result.h | 2 +- include/openenclave/bits/safecrt.h | 2 +- include/openenclave/bits/safemath.h | 2 +- include/openenclave/bits/sgx/sgxproperties.h | 2 +- include/openenclave/bits/types.h | 2 +- include/openenclave/corelibc/assert.h | 2 +- include/openenclave/corelibc/bits/atexit.h | 2 +- include/openenclave/corelibc/bits/defs.h | 2 +- include/openenclave/corelibc/bits/jmp_buf.h | 2 +- include/openenclave/corelibc/bits/malloc.h | 2 +- .../openenclave/corelibc/bits/pthread_cond.h | 2 +- .../corelibc/bits/pthread_create.h | 2 +- .../openenclave/corelibc/bits/pthread_def.h | 2 +- .../openenclave/corelibc/bits/pthread_equal.h | 2 +- .../openenclave/corelibc/bits/pthread_key.h | 2 +- .../openenclave/corelibc/bits/pthread_mutex.h | 2 +- .../openenclave/corelibc/bits/pthread_once.h | 2 +- .../corelibc/bits/pthread_rwlock.h | 2 +- .../openenclave/corelibc/bits/pthread_spin.h | 2 +- include/openenclave/corelibc/bits/stdfile.h | 2 +- include/openenclave/corelibc/bits/strtoul.h | 2 +- include/openenclave/corelibc/bits/types.h | 2 +- include/openenclave/corelibc/ctype.h | 2 +- include/openenclave/corelibc/endian.h | 2 +- include/openenclave/corelibc/errno.h | 2 +- include/openenclave/corelibc/inttypes.h | 2 +- include/openenclave/corelibc/limits.h | 2 +- include/openenclave/corelibc/pthread.h | 2 +- include/openenclave/corelibc/sched.h | 2 +- include/openenclave/corelibc/setjmp.h | 2 +- include/openenclave/corelibc/stdarg.h | 2 +- include/openenclave/corelibc/stdbool.h | 2 +- include/openenclave/corelibc/stddef.h | 2 +- include/openenclave/corelibc/stdint.h | 2 +- include/openenclave/corelibc/stdio.h | 2 +- include/openenclave/corelibc/stdlib.h | 2 +- include/openenclave/corelibc/string.h | 2 +- include/openenclave/corelibc/time.h | 2 +- include/openenclave/corelibc/wchar.h | 2 +- include/openenclave/edger8r/common.h | 2 +- include/openenclave/edger8r/enclave.h | 2 +- include/openenclave/edger8r/host.h | 2 +- include/openenclave/enclave.h | 2 +- include/openenclave/host.h | 2 +- include/openenclave/host_verify.h | 2 +- include/openenclave/internal/argv.h | 2 +- include/openenclave/internal/asn1.h | 2 +- include/openenclave/internal/atomic.h | 2 +- include/openenclave/internal/backtrace.h | 2 +- include/openenclave/internal/calls.h | 2 +- include/openenclave/internal/cert.h | 2 +- include/openenclave/internal/constants_x64.h | 2 +- include/openenclave/internal/context.h | 2 +- include/openenclave/internal/context.inc | 2 +- include/openenclave/internal/cpuid.h | 2 +- include/openenclave/internal/crypto/asn1.h | 2 +- include/openenclave/internal/crypto/cert.h | 2 +- include/openenclave/internal/crypto/cmac.h | 2 +- include/openenclave/internal/crypto/crl.h | 2 +- include/openenclave/internal/crypto/ec.h | 2 +- include/openenclave/internal/crypto/hash.h | 2 +- include/openenclave/internal/crypto/hmac.h | 2 +- include/openenclave/internal/crypto/kdf.h | 2 +- include/openenclave/internal/crypto/oid.h | 2 +- include/openenclave/internal/crypto/sha.h | 2 +- include/openenclave/internal/datetime.h | 2 +- include/openenclave/internal/debugrt/host.h | 2 +- include/openenclave/internal/defs.h | 2 +- include/openenclave/internal/ec.h | 2 +- include/openenclave/internal/elf.h | 2 +- include/openenclave/internal/entropy.h | 2 +- include/openenclave/internal/epid.h | 2 +- include/openenclave/internal/error.h | 2 +- include/openenclave/internal/fault.h | 2 +- include/openenclave/internal/files.h | 2 +- include/openenclave/internal/globals.h | 2 +- include/openenclave/internal/hexdump.h | 2 +- include/openenclave/internal/jump.h | 2 +- include/openenclave/internal/kdf.h | 2 +- include/openenclave/internal/load.h | 2 +- include/openenclave/internal/malloc.h | 2 +- include/openenclave/internal/mem.h | 2 +- include/openenclave/internal/pem.h | 2 +- include/openenclave/internal/print.h | 2 +- include/openenclave/internal/properties.h | 2 +- include/openenclave/internal/pthreadhooks.h | 2 +- include/openenclave/internal/raise.h | 2 +- include/openenclave/internal/random.h | 2 +- include/openenclave/internal/rdrand.h | 2 +- include/openenclave/internal/rdseed.h | 2 +- include/openenclave/internal/registers.h | 2 +- include/openenclave/internal/report.h | 2 +- include/openenclave/internal/result.h | 2 +- include/openenclave/internal/rsa.h | 2 +- .../openenclave/internal/sgx/sgxproperties.h | 2 +- .../openenclave/internal/sgxcertextensions.h | 2 +- include/openenclave/internal/sgxcreate.h | 2 +- include/openenclave/internal/sgxkeys.h | 2 +- include/openenclave/internal/sgxsign.h | 2 +- include/openenclave/internal/sgxtypes.h | 2 +- include/openenclave/internal/stack_alloc.h | 2 +- include/openenclave/internal/str.h | 2 +- include/openenclave/internal/switchless.h | 2 +- include/openenclave/internal/syscall.h | 2 +- .../openenclave/internal/syscall/arpa/inet.h | 2 +- .../internal/syscall/bits/addrinfo.h | 2 +- .../internal/syscall/bits/dirent.h | 2 +- .../internal/syscall/bits/sigaction.h | 2 +- .../internal/syscall/bits/siginfo.h | 2 +- include/openenclave/internal/syscall/device.h | 2 +- include/openenclave/internal/syscall/dirent.h | 2 +- include/openenclave/internal/syscall/fcntl.h | 2 +- include/openenclave/internal/syscall/fd.h | 2 +- .../openenclave/internal/syscall/fdtable.h | 2 +- include/openenclave/internal/syscall/host.h | 2 +- include/openenclave/internal/syscall/iov.h | 2 +- include/openenclave/internal/syscall/netdb.h | 2 +- .../internal/syscall/netinet/bits/in6_addr.h | 2 +- .../syscall/netinet/bits/sockaddr_in.h | 2 +- .../syscall/netinet/bits/sockaddr_in6.h | 2 +- .../openenclave/internal/syscall/netinet/in.h | 2 +- include/openenclave/internal/syscall/poll.h | 2 +- include/openenclave/internal/syscall/raise.h | 2 +- .../openenclave/internal/syscall/resolver.h | 2 +- .../internal/syscall/sys/bits/epoll_data.h | 2 +- .../internal/syscall/sys/bits/epoll_event.h | 2 +- .../internal/syscall/sys/bits/fd_set.h | 2 +- .../internal/syscall/sys/bits/msghdr.h | 2 +- .../internal/syscall/sys/bits/sigset.h | 2 +- .../internal/syscall/sys/bits/sockaddr.h | 2 +- .../syscall/sys/bits/sockaddr_storage.h | 2 +- .../internal/syscall/sys/bits/stat.h | 2 +- .../syscall/sys/bits/syscall_aarch64.h | 2 +- .../syscall/sys/bits/syscall_x86_64.h | 2 +- .../internal/syscall/sys/bits/utsname.h | 2 +- .../openenclave/internal/syscall/sys/epoll.h | 2 +- .../openenclave/internal/syscall/sys/ioctl.h | 2 +- .../openenclave/internal/syscall/sys/mount.h | 2 +- .../openenclave/internal/syscall/sys/poll.h | 2 +- .../openenclave/internal/syscall/sys/select.h | 2 +- .../openenclave/internal/syscall/sys/socket.h | 2 +- .../openenclave/internal/syscall/sys/stat.h | 2 +- .../internal/syscall/sys/syscall.h | 2 +- .../openenclave/internal/syscall/sys/time.h | 2 +- .../openenclave/internal/syscall/sys/types.h | 2 +- .../openenclave/internal/syscall/sys/uio.h | 2 +- .../internal/syscall/sys/utsname.h | 2 +- include/openenclave/internal/syscall/types.h | 2 +- include/openenclave/internal/syscall/unistd.h | 2 +- include/openenclave/internal/tests.h | 2 +- include/openenclave/internal/thread.h | 2 +- include/openenclave/internal/time.h | 2 +- include/openenclave/internal/trace.h | 2 +- include/openenclave/internal/types.h | 2 +- include/openenclave/internal/utils.h | 2 +- libc/CMakeLists.txt | 2 +- libc/__printf_chk.c | 2 +- libc/__vfprintf_chk.c | 2 +- libc/atexit.c | 2 +- libc/dladdr.c | 2 +- libc/epoll.c | 2 +- libc/errno.c | 2 +- libc/exit.c | 2 +- libc/freeaddrinfo.c | 2 +- libc/getaddrinfo.c | 2 +- libc/getnameinfo.c | 2 +- libc/kill.c | 2 +- libc/libunwind_stubs.c | 2 +- libc/link.c | 2 +- libc/locale.c | 2 +- libc/malloc.c | 2 +- libc/optee/abort.c | 2 +- libc/optee/arc4random.c | 2 +- libc/optee/trace.c | 2 +- libc/pthread.c | 2 +- libc/regcomp.c | 2 +- libc/regexec.c | 2 +- libc/sched_yield.c | 2 +- libc/sgx/abort.S | 2 +- libc/sgx/arc4random.c | 2 +- libc/sgx/exp2l.S | 2 +- libc/sigaction.c | 2 +- libc/signal.c | 2 +- libc/stdlib.c | 2 +- libc/strerror.c | 2 +- libc/syscalls.c | 2 +- libc/sysconf.c | 2 +- libc/time.c | 2 +- libc/tre-mem.c | 2 +- libcxx/CMakeLists.txt | 2 +- pkgconfig/CMakeLists.txt | 2 +- pkgconfig/oeenclave-clang++.pc | 2 +- pkgconfig/oeenclave-clang.pc | 2 +- pkgconfig/oeenclave-g++.pc | 2 +- pkgconfig/oeenclave-gcc.pc | 2 +- pkgconfig/oehost-clang++.pc | 2 +- pkgconfig/oehost-clang.pc | 2 +- pkgconfig/oehost-g++.pc | 2 +- pkgconfig/oehost-gcc.pc | 2 +- pkgconfig/oehostverify-clang++.pc | 2 +- pkgconfig/oehostverify-clang.pc | 2 +- pkgconfig/oehostverify-g++.pc | 2 +- pkgconfig/oehostverify-gcc.pc | 2 +- samples/CMakeLists.txt | 2 +- samples/attested_tls/CMakeLists.txt | 2 +- samples/attested_tls/Makefile | 2 +- samples/attested_tls/client/CMakeLists.txt | 2 +- samples/attested_tls/client/Makefile | 2 +- .../attested_tls/client/enc/CMakeLists.txt | 2 +- samples/attested_tls/client/enc/Makefile | 2 +- .../attested_tls/client/enc/cert_verifier.cpp | 2 +- samples/attested_tls/client/enc/client.cpp | 2 +- samples/attested_tls/client/enc/crypto.cpp | 2 +- samples/attested_tls/client/enc/crypto.h | 2 +- samples/attested_tls/client/enc/ecalls.cpp | 2 +- samples/attested_tls/client/enc/enc.conf | 2 +- .../client/enc/identity_verifier.cpp | 2 +- samples/attested_tls/client/enc/log.h | 2 +- .../attested_tls/client/host/CMakeLists.txt | 2 +- samples/attested_tls/client/host/Makefile | 2 +- samples/attested_tls/client/host/host.cpp | 2 +- samples/attested_tls/client/tls_client.edl | 2 +- samples/attested_tls/common/common.h | 2 +- .../common/tls_client_enc_pubkey.h | 2 +- .../common/tls_server_enc_pubkey.h | 2 +- samples/attested_tls/common/utility.cpp | 2 +- samples/attested_tls/common/utility.h | 2 +- .../non_enc_client/CMakeLists.txt | 2 +- samples/attested_tls/non_enc_client/Makefile | 2 +- .../attested_tls/non_enc_client/client.cpp | 2 +- .../non_enc_client/verify_callback.cpp | 2 +- .../non_enc_client/verify_signer_openssl.cpp | 2 +- .../scripts/gen_mrenclave_header.sh | 4 ++-- samples/attested_tls/server/CMakeLists.txt | 2 +- samples/attested_tls/server/Makefile | 2 +- .../attested_tls/server/enc/CMakeLists.txt | 2 +- samples/attested_tls/server/enc/Makefile | 2 +- .../attested_tls/server/enc/cert_verifier.cpp | 2 +- samples/attested_tls/server/enc/crypto.cpp | 2 +- samples/attested_tls/server/enc/crypto.h | 2 +- samples/attested_tls/server/enc/ecalls.cpp | 2 +- samples/attested_tls/server/enc/enc.conf | 2 +- .../server/enc/identity_verifier.cpp | 2 +- samples/attested_tls/server/enc/log.h | 2 +- samples/attested_tls/server/enc/server.cpp | 2 +- .../attested_tls/server/host/CMakeLists.txt | 2 +- samples/attested_tls/server/host/Makefile | 2 +- samples/attested_tls/server/host/host.cpp | 2 +- samples/attested_tls/server/tls_server.edl | 2 +- samples/data-sealing/CMakeLists.txt | 2 +- samples/data-sealing/Makefile | 2 +- samples/data-sealing/common/CMakeLists.txt | 2 +- samples/data-sealing/common/common.h | 2 +- samples/data-sealing/common/dispatcher.cpp | 2 +- samples/data-sealing/common/dispatcher.h | 2 +- samples/data-sealing/common/keys.cpp | 2 +- samples/data-sealing/common/shared.h | 2 +- samples/data-sealing/datasealing.edl | 2 +- .../data-sealing/enclave_a_v1/CMakeLists.txt | 2 +- samples/data-sealing/enclave_a_v1/Makefile | 2 +- .../enclave_a_v1/data-sealing.conf | 2 +- samples/data-sealing/enclave_a_v1/ecalls.cpp | 2 +- .../data-sealing/enclave_a_v2/CMakeLists.txt | 2 +- samples/data-sealing/enclave_a_v2/Makefile | 2 +- .../enclave_a_v2/data-sealing.conf | 2 +- samples/data-sealing/enclave_a_v2/ecalls.cpp | 2 +- samples/data-sealing/enclave_b/CMakeLists.txt | 2 +- samples/data-sealing/enclave_b/Makefile | 2 +- .../data-sealing/enclave_b/data-sealing.conf | 2 +- samples/data-sealing/enclave_b/ecalls.cpp | 2 +- samples/data-sealing/host/CMakeLists.txt | 2 +- samples/data-sealing/host/Makefile | 2 +- samples/data-sealing/host/host.cpp | 2 +- samples/file-encryptor/CMakeLists.txt | 2 +- samples/file-encryptor/Makefile | 2 +- samples/file-encryptor/enclave/CMakeLists.txt | 2 +- samples/file-encryptor/enclave/Makefile | 2 +- samples/file-encryptor/enclave/common.h | 2 +- samples/file-encryptor/enclave/ecalls.cpp | 2 +- samples/file-encryptor/enclave/encryptor.cpp | 2 +- samples/file-encryptor/enclave/encryptor.h | 2 +- .../enclave/file-encryptor.conf | 2 +- samples/file-encryptor/enclave/keys.cpp | 2 +- samples/file-encryptor/fileencryptor.edl | 2 +- samples/file-encryptor/host/CMakeLists.txt | 2 +- samples/file-encryptor/host/Makefile | 2 +- samples/file-encryptor/host/host.cpp | 2 +- samples/file-encryptor/shared.h | 2 +- samples/helloworld/CMakeLists.txt | 2 +- samples/helloworld/Makefile | 2 +- samples/helloworld/enclave/CMakeLists.txt | 2 +- samples/helloworld/enclave/Makefile | 2 +- samples/helloworld/enclave/enc.c | 2 +- samples/helloworld/enclave/helloworld.conf | 2 +- samples/helloworld/helloworld.edl | 2 +- samples/helloworld/host/CMakeLists.txt | 2 +- samples/helloworld/host/Makefile | 2 +- samples/helloworld/host/host.c | 2 +- samples/local_attestation/CMakeLists.txt | 2 +- samples/local_attestation/Makefile | 2 +- .../local_attestation/common/CMakeLists.txt | 2 +- .../local_attestation/common/attestation.cpp | 2 +- .../local_attestation/common/attestation.h | 2 +- samples/local_attestation/common/crypto.cpp | 2 +- samples/local_attestation/common/crypto.h | 2 +- .../local_attestation/common/dispatcher.cpp | 2 +- samples/local_attestation/common/dispatcher.h | 2 +- samples/local_attestation/common/log.h | 2 +- .../enclave_a/CMakeLists.txt | 2 +- samples/local_attestation/enclave_a/Makefile | 2 +- .../local_attestation/enclave_a/ecalls.cpp | 2 +- samples/local_attestation/enclave_a/enc.conf | 2 +- .../enclave_b/CMakeLists.txt | 4 ++-- samples/local_attestation/enclave_b/Makefile | 2 +- .../local_attestation/enclave_b/ecalls.cpp | 2 +- samples/local_attestation/enclave_b/enc.conf | 2 +- .../local_attestation/gen_pubkey_header.sh | 4 ++-- samples/local_attestation/host/CMakeLists.txt | 2 +- samples/local_attestation/host/Makefile | 2 +- samples/local_attestation/host/host.cpp | 2 +- .../local_attestation/localattestation.edl | 2 +- samples/remote_attestation/CMakeLists.txt | 2 +- samples/remote_attestation/Makefile | 2 +- .../remote_attestation/common/CMakeLists.txt | 2 +- .../remote_attestation/common/attestation.cpp | 2 +- .../remote_attestation/common/attestation.h | 2 +- samples/remote_attestation/common/crypto.cpp | 2 +- samples/remote_attestation/common/crypto.h | 2 +- .../remote_attestation/common/dispatcher.cpp | 2 +- .../remote_attestation/common/dispatcher.h | 2 +- samples/remote_attestation/common/log.h | 2 +- .../enclave_a/CMakeLists.txt | 2 +- samples/remote_attestation/enclave_a/Makefile | 2 +- .../remote_attestation/enclave_a/ecalls.cpp | 2 +- samples/remote_attestation/enclave_a/enc.conf | 2 +- .../enclave_b/CMakeLists.txt | 2 +- samples/remote_attestation/enclave_b/Makefile | 2 +- .../remote_attestation/enclave_b/ecalls.cpp | 2 +- samples/remote_attestation/enclave_b/enc.conf | 2 +- .../remote_attestation/gen_pubkey_header.sh | 4 ++-- .../remote_attestation/host/CMakeLists.txt | 2 +- samples/remote_attestation/host/Makefile | 2 +- samples/remote_attestation/host/host.cpp | 2 +- .../remote_attestation/remoteattestation.edl | 2 +- samples/switchless/CMakeLists.txt | 2 +- samples/switchless/Makefile | 2 +- samples/switchless/enclave/CMakeLists.txt | 2 +- samples/switchless/enclave/Makefile | 2 +- samples/switchless/enclave/enc.c | 2 +- samples/switchless/enclave/switchless.conf | 2 +- samples/switchless/host/CMakeLists.txt | 2 +- samples/switchless/host/Makefile | 2 +- samples/switchless/host/host.c | 2 +- samples/switchless/switchless.edl | 2 +- samples/test-samples.cmake | 2 +- scripts/VirtualMachineSgxSettings.psd1 | 10 ++++---- scripts/VirtualMachineSgxSettings.psm1 | 2 +- scripts/ansible/README.md | 2 +- scripts/ansible/ansible.cfg | 2 +- scripts/ansible/install-ansible.sh | 2 +- scripts/ansible/inventory/group_vars/all | 2 +- .../ansible/inventory/group_vars/linux-agents | 2 +- .../inventory/group_vars/windows-agents | 2 +- scripts/ansible/inventory/hosts | 2 +- scripts/ansible/jenkins-agents-register.yml | 2 +- scripts/ansible/jenkins-setup.yml | 2 +- .../oe-contributors-acc-setup-no-driver.yml | 2 +- scripts/ansible/oe-contributors-acc-setup.yml | 2 +- .../oe-contributors-setup-cross-arm.yml | 2 +- .../ansible/oe-contributors-setup-sgx1.yml | 2 +- scripts/ansible/oe-contributors-setup.yml | 2 +- .../ansible/oe-linux-acc-setup-no-driver.yml | 2 +- scripts/ansible/oe-linux-acc-setup.yml | 2 +- scripts/ansible/oe-linux-esy-setup.yml | 2 +- .../ansible/oe-vanilla-prelibsgx-setup.yml | 2 +- scripts/ansible/oe-windows-acc-setup.yml | 2 +- scripts/ansible/remove-ansible.sh | 2 +- scripts/ansible/requirements.txt | 2 +- .../common/jenkins/tasks/agent-provision.yml | 2 +- .../az-dcap-client/tasks/stable-install.yml | 2 +- .../linux/az-dcap-client/tasks/validation.yml | 2 +- .../linux/az-dcap-client/vars/ubuntu.yml | 2 +- .../roles/linux/common/tasks/apt-repo.yml | 2 +- .../roles/linux/docker/tasks/ci-setup.yml | 2 +- .../linux/docker/tasks/stable-install.yml | 2 +- .../roles/linux/docker/tasks/validation.yml | 2 +- .../roles/linux/docker/vars/bionic.yml | 2 +- .../roles/linux/docker/vars/ubuntu.yml | 2 +- .../roles/linux/docker/vars/xenial.yml | 2 +- .../roles/linux/intel/defaults/main.yml | 2 +- .../linux/intel/tasks/driver-validation.yml | 2 +- .../linux/intel/tasks/packages-validation.yml | 2 +- .../roles/linux/intel/tasks/sgx-driver.yml | 2 +- .../roles/linux/intel/tasks/sgx-packages.yml | 2 +- .../ansible/roles/linux/intel/vars/bionic.yml | 2 +- .../ansible/roles/linux/intel/vars/ubuntu.yml | 2 +- .../ansible/roles/linux/intel/vars/xenial.yml | 2 +- .../roles/linux/jenkins/tasks/slave-setup.yml | 2 +- .../roles/linux/jenkins/tasks/validation.yml | 2 +- .../templates/jenkins-slave.default.j2 | 2 +- .../templates/jenkins-slave.service.j2 | 2 +- .../roles/linux/jenkins/vars/ubuntu.yml | 2 +- .../tasks/environment-setup-cross-arm.yml | 2 +- .../openenclave/tasks/environment-setup.yml | 2 +- .../linux/openenclave/tasks/esy-setup.yml | 2 +- .../openenclave/tasks/stable-install.yml | 2 +- .../linux/openenclave/tasks/validation.yml | 2 +- .../roles/linux/openenclave/vars/ubuntu.yml | 2 +- .../az-dcap-client/tasks/validation.yml | 2 +- .../windows/az-dcap-client/vars/windows.yml | 2 +- .../windows/jenkins/tasks/slave-setup.yml | 2 +- .../windows/jenkins/tasks/validation.yml | 2 +- .../roles/windows/jenkins/vars/windows.yml | 2 +- .../windows/openenclave/tasks/validation.yml | 2 +- .../windows/openenclave/vars/windows.yml | 2 +- scripts/check-ci | 2 +- scripts/check-license | 4 ++-- scripts/check-linters | 2 +- scripts/clangw | 2 +- scripts/commit-msg | 2 +- scripts/deploy-docs | 2 +- scripts/format-code | 2 +- scripts/format-code.ps1 | 2 +- scripts/generate-devkits | 2 +- scripts/install-windows-prereqs.ps1 | 2 +- scripts/llvm-arw | 2 +- scripts/pre-commit | 2 +- scripts/test-build-config | 2 +- syscall/CMakeLists.txt | 2 +- syscall/consolefs.c | 2 +- syscall/consolefs.h | 2 +- syscall/device.c | 2 +- syscall/devices/CMakeLists.txt | 2 +- syscall/devices/hostepoll/CMakeLists.txt | 2 +- syscall/devices/hostepoll/hostepoll.c | 2 +- syscall/devices/hostfs/CMakeLists.txt | 2 +- syscall/devices/hostfs/hostfs.c | 2 +- syscall/devices/hostresolver/CMakeLists.txt | 2 +- syscall/devices/hostresolver/hostresolver.c | 2 +- syscall/devices/hostsock/CMakeLists.txt | 2 +- syscall/devices/hostsock/hostsock.c | 2 +- syscall/dirent.c | 2 +- syscall/epoll.c | 2 +- syscall/fcntl.c | 2 +- syscall/fdtable.c | 2 +- syscall/ioctl.c | 2 +- syscall/iov.c | 2 +- syscall/mount.c | 2 +- syscall/mount.h | 2 +- syscall/netdb.c | 2 +- syscall/poll.c | 2 +- syscall/select.c | 2 +- syscall/socket.c | 2 +- syscall/stat.c | 2 +- syscall/stdio.c | 2 +- syscall/stdlib.c | 2 +- syscall/stub.c | 2 +- syscall/syscall.c | 2 +- syscall/syscall_t_wrapper.c | 2 +- syscall/unistd.c | 2 +- syscall/utsname.c | 2 +- tests/CMakeLists.txt | 2 +- tests/SampleApp/CMakeLists.txt | 2 +- tests/SampleApp/SampleApp.edl | 2 +- tests/SampleApp/enc/CMakeLists.txt | 2 +- tests/SampleApp/enc/SampleApp.cpp | 2 +- tests/SampleApp/host/CMakeLists.txt | 2 +- tests/SampleApp/host/SampleAppHost.cpp | 2 +- tests/SampleAppCRT/CMakeLists.txt | 2 +- tests/SampleAppCRT/SampleAppCRT.edl | 2 +- tests/SampleAppCRT/enc/CMakeLists.txt | 2 +- tests/SampleAppCRT/enc/SampleAppCRT.cpp | 2 +- tests/SampleAppCRT/host/CMakeLists.txt | 2 +- tests/SampleAppCRT/host/SampleAppCRTHost.cpp | 2 +- tests/VectorException/CMakeLists.txt | 2 +- tests/VectorException/VectorException.edl | 2 +- tests/VectorException/enc/CMakeLists.txt | 2 +- tests/VectorException/enc/enc.c | 2 +- tests/VectorException/enc/init.cpp | 2 +- tests/VectorException/enc/sigill_handling.c | 2 +- tests/VectorException/host/CMakeLists.txt | 2 +- tests/VectorException/host/host.c | 2 +- tests/abortStatus/CMakeLists.txt | 2 +- tests/abortStatus/abortStatus.edl | 2 +- tests/abortStatus/enc/CMakeLists.txt | 2 +- tests/abortStatus/enc/enc.cpp | 2 +- tests/abortStatus/host/CMakeLists.txt | 2 +- tests/abortStatus/host/host.cpp | 2 +- tests/argv/CMakeLists.txt | 2 +- tests/argv/argv.edl | 2 +- tests/argv/enc/CMakeLists.txt | 2 +- tests/argv/enc/enc.c | 2 +- tests/argv/host/CMakeLists.txt | 2 +- tests/argv/host/host.c | 2 +- tests/attestation_cert_apis/CMakeLists.txt | 2 +- .../attestation_cert_apis/enc/CMakeLists.txt | 2 +- tests/attestation_cert_apis/enc/enc.cpp | 2 +- .../attestation_cert_apis/host/CMakeLists.txt | 2 +- tests/attestation_cert_apis/host/host.cpp | 2 +- tests/attestation_cert_apis/tls.edl | 2 +- tests/backtrace/CMakeLists.txt | 2 +- tests/backtrace/backtrace.edl | 2 +- tests/backtrace/enc/CMakeLists.txt | 2 +- tests/backtrace/enc/enc.cpp | 2 +- tests/backtrace/host/CMakeLists.txt | 2 +- tests/backtrace/host/host.cpp | 2 +- tests/bigmalloc/CMakeLists.txt | 2 +- tests/bigmalloc/bigmalloc.edl | 2 +- tests/bigmalloc/enc/CMakeLists.txt | 2 +- tests/bigmalloc/enc/enc.c | 2 +- tests/bigmalloc/enc/sign.conf | 2 +- tests/bigmalloc/host/CMakeLists.txt | 2 +- tests/bigmalloc/host/host.c | 2 +- tests/cppException/CMakeLists.txt | 2 +- tests/cppException/cppException.edl | 2 +- tests/cppException/enc/CMakeLists.txt | 2 +- tests/cppException/enc/cppException.cpp | 2 +- tests/cppException/enc/enc.cpp | 2 +- tests/cppException/host/CMakeLists.txt | 2 +- tests/cppException/host/host.cpp | 2 +- tests/create-errors/CMakeLists.txt | 2 +- tests/create-errors/create_errors.edl | 2 +- tests/create-errors/enc/CMakeLists.txt | 2 +- tests/create-errors/enc/enc.c | 2 +- tests/create-errors/host/CMakeLists.txt | 2 +- tests/create-errors/host/host.c | 2 +- tests/create-rapid/CMakeLists.txt | 2 +- tests/create-rapid/create_rapid.edl | 2 +- tests/create-rapid/enc/CMakeLists.txt | 2 +- tests/create-rapid/enc/enc.cpp | 2 +- tests/create-rapid/host/CMakeLists.txt | 2 +- tests/create-rapid/host/host.cpp | 2 +- tests/crypto/CMakeLists.txt | 2 +- tests/crypto/asn1_tests.c | 2 +- tests/crypto/cpu_entropy_test.c | 2 +- tests/crypto/crl_tests.c | 2 +- tests/crypto/data/CMakeLists.txt | 2 +- tests/crypto/data/ec_cert_with_ext.cnf | 2 +- tests/crypto/data/ec_crl_distribution.cnf | 2 +- tests/crypto/data/intermediate.cnf | 2 +- tests/crypto/data/intermediate_v3.ext | 2 +- tests/crypto/data/make-test-certs | 2 +- tests/crypto/data/root.cnf | 2 +- tests/crypto/data/root_v3.ext | 2 +- tests/crypto/data/sample.cnf | 2 +- tests/crypto/ec_tests.c | 2 +- tests/crypto/enclave/CMakeLists.txt | 2 +- tests/crypto/enclave/crypto.edl | 2 +- tests/crypto/enclave/enc/CMakeLists.txt | 2 +- tests/crypto/enclave/enc/enc.c | 2 +- tests/crypto/enclave/host/CMakeLists.txt | 2 +- tests/crypto/enclave/host/host.c | 2 +- tests/crypto/hash.c | 2 +- tests/crypto/hash.h | 2 +- tests/crypto/hmac_tests.c | 2 +- tests/crypto/host/CMakeLists.txt | 2 +- tests/crypto/host/main.c | 2 +- tests/crypto/kdf_tests.c | 2 +- tests/crypto/random_tests.c | 2 +- tests/crypto/read_file.c | 2 +- tests/crypto/readfile.h | 2 +- tests/crypto/rsa_tests.c | 2 +- tests/crypto/sha_tests.c | 2 +- tests/crypto/tests.c | 2 +- tests/crypto/tests.h | 2 +- tests/crypto/utils.c | 2 +- tests/crypto/utils.h | 2 +- tests/crypto_crls_cert_chains/CMakeLists.txt | 2 +- .../common/crypto_crls_cert_chains.edl | 2 +- .../crypto_crls_cert_chains/common/tests.cpp | 2 +- .../data/CMakeLists.txt | 2 +- .../data/intermediate.cnf | 2 +- .../data/intermediate2.cnf | 2 +- .../data/intermediate_v3.ext | 2 +- .../data/make-test-certs | 2 +- tests/crypto_crls_cert_chains/data/root.cnf | 2 +- tests/crypto_crls_cert_chains/data/root2.cnf | 2 +- .../crypto_crls_cert_chains/data/root_v3.ext | 2 +- .../enc/CMakeLists.txt | 2 +- tests/crypto_crls_cert_chains/enc/enc.cpp | 2 +- .../host/CMakeLists.txt | 2 +- tests/crypto_crls_cert_chains/host/host.cpp | 2 +- tests/debug-mode/CMakeLists.txt | 2 +- tests/debug-mode/debug_mode.edl | 2 +- tests/debug-mode/enc/CMakeLists.txt | 2 +- tests/debug-mode/enc/enc.c | 2 +- tests/debug-mode/enc/props-debug.c | 2 +- tests/debug-mode/enc/props.c | 2 +- tests/debug-mode/enc/sign-debug.conf | 2 +- tests/debug-mode/enc/sign.conf | 2 +- tests/debug-mode/host/CMakeLists.txt | 2 +- tests/debug-mode/host/host.c | 2 +- tests/debugger/CMakeLists.txt | 2 +- tests/debugger/oegdb/CMakeLists.txt | 2 +- tests/debugger/oegdb/commands.gdb | 2 +- tests/debugger/oegdb/enc/CMakeLists.txt | 2 +- tests/debugger/oegdb/enc/contract.c | 2 +- tests/debugger/oegdb/enc/enc.c | 2 +- tests/debugger/oegdb/host/CMakeLists.txt | 2 +- tests/debugger/oegdb/host/contract.c | 2 +- tests/debugger/oegdb/host/host.c | 2 +- tests/debugger/oegdb/oe_gdb_test.edl | 2 +- tests/ecall/CMakeLists.txt | 2 +- tests/ecall/ecall.edl | 2 +- tests/ecall/enc/CMakeLists.txt | 2 +- tests/ecall/enc/enc.cpp | 2 +- tests/ecall/host/CMakeLists.txt | 2 +- tests/ecall/host/host.cpp | 2 +- tests/ecall_ocall/CMakeLists.txt | 2 +- tests/ecall_ocall/ecall_ocall.edl | 2 +- tests/ecall_ocall/enc/CMakeLists.txt | 2 +- tests/ecall_ocall/enc/enc.cpp | 2 +- tests/ecall_ocall/enc/helpers.h | 2 +- tests/ecall_ocall/host/CMakeLists.txt | 2 +- tests/ecall_ocall/host/host.cpp | 2 +- tests/echo/CMakeLists.txt | 2 +- tests/echo/echo.edl | 2 +- tests/echo/enc/CMakeLists.txt | 2 +- tests/echo/enc/enc.c | 2 +- tests/echo/host/CMakeLists.txt | 2 +- tests/echo/host/host.c | 2 +- tests/enclaveparam/CMakeLists.txt | 2 +- tests/enclaveparam/enc/CMakeLists.txt | 2 +- tests/enclaveparam/enc/enc.c | 2 +- tests/enclaveparam/enclaveparam.edl | 2 +- tests/enclaveparam/host/CMakeLists.txt | 2 +- tests/enclaveparam/host/host.c | 2 +- tests/file/CMakeLists.txt | 2 +- tests/file/enc/CMakeLists.txt | 2 +- tests/file/enc/enc.cpp | 2 +- tests/file/file.edl | 2 +- tests/file/host/CMakeLists.txt | 2 +- tests/file/host/host.cpp | 2 +- tests/file/types.h | 2 +- tests/getenclave/CMakeLists.txt | 2 +- tests/getenclave/enc/CMakeLists.txt | 2 +- tests/getenclave/enc/enc.c | 2 +- tests/getenclave/getenclave.edl | 2 +- tests/getenclave/host/CMakeLists.txt | 2 +- tests/getenclave/host/host.c | 2 +- tests/hexdump/CMakeLists.txt | 2 +- tests/hexdump/args.h | 2 +- tests/hexdump/enc/CMakeLists.txt | 2 +- tests/hexdump/enc/enc.c | 2 +- tests/hexdump/hexdump.edl | 2 +- tests/hexdump/host/CMakeLists.txt | 2 +- tests/hexdump/host/host.c | 2 +- tests/host_verify/CMakeLists.txt | 2 +- tests/host_verify/host/CMakeLists.txt | 2 +- tests/host_verify/host/host.cpp | 2 +- tests/hostcalls/CMakeLists.txt | 2 +- tests/hostcalls/enc/CMakeLists.txt | 2 +- tests/hostcalls/enc/enc.cpp | 2 +- tests/hostcalls/host/CMakeLists.txt | 2 +- tests/hostcalls/host/host.cpp | 2 +- tests/hostcalls/hostcalls.edl | 2 +- tests/hostcalls/types.h | 2 +- tests/initializers/CMakeLists.txt | 2 +- tests/initializers/enc/CMakeLists.txt | 2 +- tests/initializers/enc/enc.c | 2 +- tests/initializers/host/CMakeLists.txt | 2 +- tests/initializers/host/host.cpp | 2 +- tests/initializers/initializers.edl | 2 +- tests/libc/CMakeLists.txt | 2 +- tests/libc/enc/CMakeLists.txt | 2 +- tests/libc/enc/enc.c | 2 +- tests/libc/enc/include.c.in | 2 +- tests/libc/enc/tests.c.in | 2 +- tests/libc/host/CMakeLists.txt | 2 +- tests/libc/host/host.cpp | 2 +- tests/libc/libc.edl | 2 +- tests/libc/tests.all | 2 +- tests/libc/tests.cmake | 2 +- tests/libc/tests.supported.gcc | 2 +- tests/libcxx/CMakeLists.txt | 2 +- tests/libcxx/enc/CMakeLists.txt | 2 +- tests/libcxx/enc/enc.cpp | 2 +- tests/libcxx/enc/fuzzing.cpp | 2 +- tests/libcxx/enc/main.cpp | 2 +- tests/libcxx/enc/memory_resource.cpp | 2 +- tests/libcxx/host/CMakeLists.txt | 2 +- tests/libcxx/host/host.cpp | 2 +- tests/libcxx/host/threadArgs.h | 2 +- tests/libcxx/libcxx.edl | 2 +- tests/libcxxrt/CMakeLists.txt | 2 +- tests/libcxxrt/enc/CMakeLists.txt | 2 +- tests/libcxxrt/enc/enc.cpp | 2 +- tests/libcxxrt/enc/main.cpp | 2 +- tests/libcxxrt/enc/test.cpp | 2 +- tests/libcxxrt/enc/test_exception.cpp | 2 +- .../libcxxrt/enc/test_foreign_exceptions.cpp | 2 +- tests/libcxxrt/enc/test_guard.cpp | 2 +- tests/libcxxrt/enc/test_typeinfo.cpp | 2 +- tests/libcxxrt/host/CMakeLists.txt | 2 +- tests/libcxxrt/host/host.cpp | 2 +- tests/libcxxrt/host/ocalls.h | 2 +- tests/libcxxrt/libcxxrt.edl | 2 +- tests/libcxxrt/run.bat | 2 +- tests/libunwind/CMakeLists.txt | 2 +- tests/libunwind/enc/CMakeLists.txt | 2 +- tests/libunwind/enc/clang_varargs_extra.h | 2 +- tests/libunwind/enc/enc.c | 2 +- tests/libunwind/enc/pid.h | 2 +- tests/libunwind/enc/test_support.c | 2 +- tests/libunwind/host/CMakeLists.txt | 2 +- tests/libunwind/host/host.cpp | 2 +- tests/libunwind/libunwind.edl | 2 +- tests/logging/CMakeLists.txt | 2 +- tests/logging/main.c | 2 +- tests/mbed/CMakeLists.txt | 2 +- tests/mbed/enc/CMakeLists.txt | 2 +- tests/mbed/enc/enc.c | 2 +- tests/mbed/enc/selftest_wrapper.c | 2 +- tests/mbed/host/CMakeLists.txt | 2 +- tests/mbed/host/host.c | 2 +- tests/mbed/host/ocalls.c | 2 +- tests/mbed/mbed.edl | 2 +- tests/mbed/myfileio.h | 2 +- tests/mem/CMakeLists.txt | 2 +- tests/mem/main.c | 2 +- tests/memory/CMakeLists.txt | 2 +- tests/memory/enc/CMakeLists.txt | 2 +- tests/memory/enc/basic.c | 2 +- tests/memory/enc/boundaries.c | 2 +- tests/memory/enc/enc.c | 2 +- tests/memory/enc/stress.c | 2 +- tests/memory/host/CMakeLists.txt | 2 +- tests/memory/host/host.cpp | 2 +- tests/memory/memory.edl | 2 +- tests/mixed_c_cpp/CMakeLists.txt | 2 +- tests/mixed_c_cpp/enc/CMakeLists.txt | 2 +- tests/mixed_c_cpp/enc/enc.cpp | 2 +- tests/mixed_c_cpp/enc/foo.c | 2 +- tests/mixed_c_cpp/host/CMakeLists.txt | 2 +- tests/mixed_c_cpp/host/host.cpp | 2 +- tests/mixed_c_cpp/mixed.edl | 2 +- tests/ocall-create/CMakeLists.txt | 2 +- tests/ocall-create/enc/CMakeLists.txt | 2 +- tests/ocall-create/enc/enc.c | 2 +- tests/ocall-create/host/CMakeLists.txt | 2 +- tests/ocall-create/host/host.c | 2 +- tests/ocall-create/ocall_create.edl | 2 +- tests/ocall/CMakeLists.txt | 2 +- tests/ocall/enc/CMakeLists.txt | 2 +- tests/ocall/enc/enc.cpp | 2 +- tests/ocall/host/CMakeLists.txt | 2 +- tests/ocall/host/host.cpp | 2 +- tests/ocall/ocall.edl | 2 +- tests/oeedger8r/CMakeLists.txt | 2 +- tests/oeedger8r/behavior/CMakeLists.txt | 2 +- tests/oeedger8r/behavior/allow_list.edl | 2 +- tests/oeedger8r/behavior/count_signedness.edl | 2 +- tests/oeedger8r/behavior/deepcopy_value.edl | 2 +- tests/oeedger8r/behavior/portability.edl | 2 +- tests/oeedger8r/behavior/private_trusted.edl | 2 +- tests/oeedger8r/behavior/size_and_count.edl | 2 +- tests/oeedger8r/behavior/size_signedness.edl | 2 +- .../oeedger8r/behavior/switchless_trusted.edl | 2 +- tests/oeedger8r/edl/aliasing.edl | 2 +- tests/oeedger8r/edl/all.edl | 2 +- tests/oeedger8r/edl/array.edl | 2 +- tests/oeedger8r/edl/basic.edl | 2 +- tests/oeedger8r/edl/deepcopy.edl | 2 +- tests/oeedger8r/edl/enum.edl | 2 +- tests/oeedger8r/edl/errno.edl | 2 +- tests/oeedger8r/edl/foreign.edl | 2 +- tests/oeedger8r/edl/other.edl | 2 +- tests/oeedger8r/edl/pointer.edl | 2 +- tests/oeedger8r/edl/string.edl | 2 +- tests/oeedger8r/edl/struct.edl | 2 +- tests/oeedger8r/edl/switchless.edl | 2 +- tests/oeedger8r/edltestutils.h | 2 +- tests/oeedger8r/enc/CMakeLists.txt | 2 +- tests/oeedger8r/enc/bar.cpp | 2 +- tests/oeedger8r/enc/config.cpp | 2 +- tests/oeedger8r/enc/foo.cpp | 2 +- tests/oeedger8r/enc/testaliasing.cpp | 2 +- tests/oeedger8r/enc/testarray.cpp | 2 +- tests/oeedger8r/enc/testbasic.cpp | 2 +- tests/oeedger8r/enc/testdeepcopy.cpp | 2 +- tests/oeedger8r/enc/testenum.cpp | 2 +- tests/oeedger8r/enc/testerrno.cpp | 2 +- tests/oeedger8r/enc/testforeign.cpp | 2 +- tests/oeedger8r/enc/testmisc.cpp | 2 +- tests/oeedger8r/enc/testother.cpp | 2 +- tests/oeedger8r/enc/testpointer.cpp | 2 +- tests/oeedger8r/enc/teststring.cpp | 2 +- tests/oeedger8r/enc/teststruct.cpp | 2 +- tests/oeedger8r/enc/testswitchless.cpp | 2 +- tests/oeedger8r/host/CMakeLists.txt | 2 +- tests/oeedger8r/host/bar.cpp | 2 +- tests/oeedger8r/host/foo.cpp | 2 +- tests/oeedger8r/host/main.cpp | 2 +- tests/oeedger8r/host/testarray.cpp | 2 +- tests/oeedger8r/host/testbasic.cpp | 2 +- tests/oeedger8r/host/testdeepcopy.cpp | 2 +- tests/oeedger8r/host/testenum.cpp | 2 +- tests/oeedger8r/host/testerrno.cpp | 2 +- tests/oeedger8r/host/testforeign.cpp | 2 +- tests/oeedger8r/host/testother.cpp | 2 +- tests/oeedger8r/host/testpointer.cpp | 2 +- tests/oeedger8r/host/teststring.cpp | 2 +- tests/oeedger8r/host/teststruct.cpp | 2 +- tests/oeedger8r/host/testswitchless.cpp | 2 +- tests/oeedger8r/moreedl/bar.edl | 2 +- tests/oeedger8r/moreedl/foo.edl | 2 +- tests/oeedger8r/mytypes.h | 2 +- tests/pingpong-shared/CMakeLists.txt | 2 +- tests/pingpong-shared/enc/CMakeLists.txt | 2 +- tests/pingpong-shared/enc/enc.cpp | 2 +- tests/pingpong-shared/host/CMakeLists.txt | 2 +- tests/pingpong-shared/host/host.cpp | 2 +- tests/pingpong-shared/host/main.cpp | 2 +- tests/pingpong-shared/main.cpp | 2 +- tests/pingpong-shared/pingpong.edl | 2 +- tests/pingpong/CMakeLists.txt | 2 +- tests/pingpong/enc/CMakeLists.txt | 2 +- tests/pingpong/enc/enc.cpp | 2 +- tests/pingpong/host/CMakeLists.txt | 2 +- tests/pingpong/host/host.cpp | 2 +- tests/pingpong/main.cpp | 2 +- tests/pingpong/pingpong.edl | 2 +- tests/print/CMakeLists.txt | 2 +- tests/print/enc/CMakeLists.txt | 2 +- tests/print/enc/enc.cpp | 2 +- tests/print/host/CMakeLists.txt | 2 +- tests/print/host/host.cpp | 2 +- tests/print/print.edl | 2 +- tests/props/CMakeLists.txt | 2 +- tests/props/enc/CMakeLists.txt | 2 +- tests/props/enc/enc.c | 2 +- tests/props/enc/props.c | 2 +- tests/props/enc/sign.conf | 2 +- tests/props/host/CMakeLists.txt | 2 +- tests/props/host/host.c | 2 +- tests/props/props.edl | 2 +- tests/qeidentity/CMakeLists.txt | 2 +- tests/qeidentity/common/includes.h | 2 +- tests/qeidentity/enc/CMakeLists.txt | 2 +- tests/qeidentity/enc/enc.cpp | 2 +- tests/qeidentity/host/CMakeLists.txt | 2 +- tests/qeidentity/host/host.cpp | 2 +- tests/qeidentity/host/qeidentifyinfo.cpp | 2 +- tests/qeidentity/tests.edl | 2 +- tests/report/CMakeLists.txt | 2 +- tests/report/common/includes.h | 2 +- tests/report/common/tests.cpp | 2 +- tests/report/common/tests.h | 2 +- tests/report/enc/CMakeLists.txt | 2 +- tests/report/enc/datetime.cpp | 2 +- tests/report/enc/enc.cpp | 2 +- tests/report/host/CMakeLists.txt | 2 +- tests/report/host/host.cpp | 2 +- tests/report/host/tcbinfo.cpp | 2 +- tests/report/tests.edl | 2 +- tests/safecrt/CMakeLists.txt | 2 +- tests/safecrt/common/test.cpp | 2 +- tests/safecrt/common/test.h | 2 +- tests/safecrt/enc/CMakeLists.txt | 2 +- tests/safecrt/enc/enc.cpp | 2 +- tests/safecrt/host/CMakeLists.txt | 2 +- tests/safecrt/host/host.cpp | 2 +- tests/safecrt/safecrt.edl | 2 +- tests/safemath/CMakeLists.txt | 2 +- tests/safemath/main.cpp | 2 +- tests/sealKey/CMakeLists.txt | 2 +- tests/sealKey/args.h | 2 +- tests/sealKey/enc/CMakeLists.txt | 2 +- tests/sealKey/enc/enc.cpp | 2 +- tests/sealKey/host/CMakeLists.txt | 2 +- tests/sealKey/host/host.cpp | 2 +- tests/sealKey/sealKey.edl | 2 +- tests/stdc/CMakeLists.txt | 2 +- tests/stdc/enc/CMakeLists.txt | 2 +- tests/stdc/enc/enc.cpp | 2 +- tests/stdc/host/CMakeLists.txt | 2 +- tests/stdc/host/host.cpp | 2 +- tests/stdc/stdc.edl | 2 +- tests/stdcxx/CMakeLists.txt | 2 +- tests/stdcxx/enc/CMakeLists.txt | 2 +- tests/stdcxx/enc/enc.cpp | 2 +- tests/stdcxx/enc/f.cpp | 2 +- tests/stdcxx/enc/global_init_exception.cpp | 2 +- tests/stdcxx/host/CMakeLists.txt | 2 +- tests/stdcxx/host/host.cpp | 2 +- tests/stdcxx/stdcxx.edl | 2 +- tests/str/CMakeLists.txt | 2 +- tests/str/main.c | 2 +- tests/switchless/CMakeLists.txt | 2 +- tests/switchless/enc/CMakeLists.txt | 2 +- tests/switchless/enc/enc.c | 2 +- tests/switchless/host/CMakeLists.txt | 2 +- tests/switchless/host/host.c | 2 +- tests/switchless/switchless.edl | 2 +- tests/switchless_threads/CMakeLists.txt | 2 +- tests/switchless_threads/enc/CMakeLists.txt | 2 +- tests/switchless_threads/enc/enc.c | 2 +- tests/switchless_threads/host/CMakeLists.txt | 2 +- tests/switchless_threads/host/host.c | 2 +- .../switchless_threads/switchless_threads.edl | 2 +- tests/syscall/CMakeLists.txt | 2 +- tests/syscall/cpio/CMakeLists.txt | 2 +- tests/syscall/cpio/commands.c | 2 +- tests/syscall/cpio/commands.h | 2 +- tests/syscall/cpio/cpio.c | 2 +- tests/syscall/cpio/cpio.h | 2 +- tests/syscall/cpio/strarr.c | 2 +- tests/syscall/cpio/strarr.h | 2 +- tests/syscall/cpio/trace.h | 2 +- tests/syscall/cpio/utils.h | 2 +- tests/syscall/datagram/CMakeLists.txt | 2 +- tests/syscall/datagram/enc/CMakeLists.txt | 2 +- tests/syscall/datagram/enc/enc.c | 2 +- tests/syscall/datagram/host/CMakeLists.txt | 2 +- tests/syscall/datagram/host/host.c | 2 +- tests/syscall/datagram/test_datagram.edl | 2 +- tests/syscall/dup/CMakeLists.txt | 2 +- tests/syscall/dup/enc/CMakeLists.txt | 2 +- tests/syscall/dup/enc/enc.c | 2 +- tests/syscall/dup/enc/main.c | 2 +- tests/syscall/dup/host/CMakeLists.txt | 2 +- tests/syscall/dup/host/host.c | 2 +- tests/syscall/dup/test_dup.edl | 2 +- tests/syscall/fs/CMakeLists.txt | 2 +- tests/syscall/fs/enc/CMakeLists.txt | 2 +- tests/syscall/fs/enc/enc.cpp | 2 +- tests/syscall/fs/enc/file_system.h | 2 +- tests/syscall/fs/host/CMakeLists.txt | 2 +- tests/syscall/fs/host/host.c | 2 +- tests/syscall/fs/linux/fs.edl | 2 +- tests/syscall/fs/windows/fs.edl | 2 +- tests/syscall/hostfs/CMakeLists.txt | 2 +- tests/syscall/hostfs/enc/CMakeLists.txt | 2 +- tests/syscall/hostfs/enc/enc.c | 2 +- tests/syscall/hostfs/enc/main.c | 2 +- tests/syscall/hostfs/host/CMakeLists.txt | 2 +- tests/syscall/hostfs/host/host.c | 2 +- tests/syscall/hostfs/test_hostfs.edl | 2 +- tests/syscall/ids/CMakeLists.txt | 2 +- tests/syscall/ids/enc/CMakeLists.txt | 2 +- tests/syscall/ids/enc/enc.c | 2 +- tests/syscall/ids/enc/main.c | 2 +- tests/syscall/ids/host/CMakeLists.txt | 2 +- tests/syscall/ids/host/host.c | 2 +- tests/syscall/ids/test_ids.edl | 2 +- tests/syscall/platform/linux.h | 2 +- tests/syscall/platform/windows.h | 2 +- tests/syscall/poller/CMakeLists.txt | 2 +- tests/syscall/poller/client.cpp | 2 +- tests/syscall/poller/client.h | 2 +- tests/syscall/poller/enc/CMakeLists.txt | 2 +- tests/syscall/poller/enc/enc.cpp | 2 +- tests/syscall/poller/host/CMakeLists.txt | 2 +- tests/syscall/poller/host/host.cpp | 2 +- tests/syscall/poller/poller.cpp | 2 +- tests/syscall/poller/poller.edl | 2 +- tests/syscall/poller/poller.h | 2 +- tests/syscall/poller/server.cpp | 2 +- tests/syscall/poller/server.h | 2 +- tests/syscall/resolver/CMakeLists.txt | 2 +- tests/syscall/resolver/enc/CMakeLists.txt | 2 +- tests/syscall/resolver/enc/enc.c | 2 +- tests/syscall/resolver/host/CMakeLists.txt | 2 +- tests/syscall/resolver/host/host.c | 2 +- tests/syscall/resolver/resolver_test.edl | 2 +- tests/syscall/resolver/utils.h | 2 +- tests/syscall/sendmsg/CMakeLists.txt | 2 +- tests/syscall/sendmsg/client.c | 2 +- tests/syscall/sendmsg/client.h | 2 +- tests/syscall/sendmsg/enc/CMakeLists.txt | 2 +- tests/syscall/sendmsg/enc/enc.c | 2 +- tests/syscall/sendmsg/host/CMakeLists.txt | 2 +- tests/syscall/sendmsg/host/host.c | 2 +- tests/syscall/sendmsg/main.c | 2 +- tests/syscall/sendmsg/sendmsg.edl | 2 +- tests/syscall/sendmsg/server.c | 2 +- tests/syscall/sendmsg/server.h | 2 +- tests/syscall/socket/CMakeLists.txt | 2 +- tests/syscall/socket/enc/CMakeLists.txt | 2 +- tests/syscall/socket/enc/enc.c | 2 +- tests/syscall/socket/host/CMakeLists.txt | 2 +- tests/syscall/socket/host/host.c | 2 +- tests/syscall/socket/socket_test.edl | 2 +- tests/syscall/socketpair/CMakeLists.txt | 2 +- tests/syscall/socketpair/enc/CMakeLists.txt | 2 +- tests/syscall/socketpair/enc/enc.c | 2 +- tests/syscall/socketpair/host/CMakeLists.txt | 2 +- tests/syscall/socketpair/host/host.c | 2 +- tests/syscall/socketpair/socketpair_test.edl | 2 +- tests/thread/CMakeLists.txt | 2 +- tests/thread/enc/CMakeLists.txt | 2 +- tests/thread/enc/cond_tests.cpp | 2 +- tests/thread/enc/enc.cpp | 2 +- tests/thread/enc/rwlock_tests.cpp | 2 +- tests/thread/enc/thread.h | 2 +- tests/thread/host/CMakeLists.txt | 2 +- tests/thread/host/host.cpp | 2 +- tests/thread/host/rwlocks_test_host.cpp | 2 +- tests/thread/rwlock_tests.h | 2 +- tests/thread/thread.edl | 2 +- tests/thread_local/CMakeLists.txt | 2 +- tests/thread_local/enc/CMakeLists.txt | 2 +- tests/thread_local/enc/enc.cpp | 2 +- tests/thread_local/enc/externs.cpp | 2 +- tests/thread_local/enc/visibility.h | 2 +- tests/thread_local/host/CMakeLists.txt | 2 +- tests/thread_local/host/host.cpp | 2 +- tests/thread_local/thread_local.edl | 2 +- tests/thread_local_no_tdata/CMakeLists.txt | 2 +- .../thread_local_no_tdata/enc/CMakeLists.txt | 2 +- tests/thread_local_no_tdata/enc/enc.cpp | 2 +- tests/thread_local_no_tdata/host/#host.cpp# | 2 +- .../thread_local_no_tdata/host/CMakeLists.txt | 2 +- tests/thread_local_no_tdata/host/host.cpp | 2 +- tests/thread_local_no_tdata/no_tdata.edl | 2 +- tests/thread_locals/CMakeLists.txt | 2 +- tests/threadcxx/CMakeLists.txt | 2 +- tests/threadcxx/enc/CMakeLists.txt | 2 +- tests/threadcxx/enc/cond_tests.cpp | 2 +- tests/threadcxx/enc/enc.cpp | 2 +- tests/threadcxx/host/CMakeLists.txt | 2 +- tests/threadcxx/host/host.cpp | 2 +- tests/threadcxx/threadcxx.edl | 2 +- tests/tls_e2e/CMakeLists.txt | 2 +- tests/tls_e2e/client_enc/CMakeLists.txt | 2 +- tests/tls_e2e/client_enc/client.cpp | 2 +- tests/tls_e2e/common/utility.cpp | 2 +- tests/tls_e2e/common/utility.h | 2 +- tests/tls_e2e/host/CMakeLists.txt | 2 +- tests/tls_e2e/host/host.cpp | 2 +- tests/tls_e2e/host/tls_enc2enc.edl | 2 +- tests/tls_e2e/server_enc/CMakeLists.txt | 2 +- tests/tls_e2e/server_enc/server.cpp | 2 +- tests/tls_e2e/tls_e2e.edl | 2 +- tests/tools/CMakeLists.txt | 2 +- tests/tools/oecert/CMakeLists.txt | 2 +- tests/tools/oecert/enc/CMakeLists.txt | 2 +- tests/tools/oecert/enc/enc.cpp | 2 +- tests/tools/oecert/host/CMakeLists.txt | 2 +- tests/tools/oecert/host/host.cpp | 2 +- tests/tools/oecert/oecert.edl | 2 +- tools/CMakeLists.txt | 2 +- tools/oeedger8r/CMakeLists.txt | 2 +- tools/oeedger8r/dune-project | 2 +- tools/oeedger8r/src/Emitter.ml | 2 +- tools/oeedger8r/src/dune | 2 +- tools/oesgx/CMakeLists.txt | 2 +- tools/oesgx/oesgx.c | 2 +- tools/oesign/CMakeLists.txt | 2 +- tools/oesign/main.c | 2 +- tools/oesign/oedump.c | 2 +- 1401 files changed, 1437 insertions(+), 1436 deletions(-) diff --git a/.jenkins/Dockerfile.deploy b/.jenkins/Dockerfile.deploy index dcaea9d239..3d5038e510 100644 --- a/.jenkins/Dockerfile.deploy +++ b/.jenkins/Dockerfile.deploy @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. FROM ubuntu:18.04 diff --git a/.jenkins/Dockerfile.full b/.jenkins/Dockerfile.full index 7f837a2f14..31d8e70366 100644 --- a/.jenkins/Dockerfile.full +++ b/.jenkins/Dockerfile.full @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # diff --git a/.jenkins/Dockerfile.minimal b/.jenkins/Dockerfile.minimal index ef12afefb0..1f23161f82 100644 --- a/.jenkins/Dockerfile.minimal +++ b/.jenkins/Dockerfile.minimal @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ARG ubuntu_version=18.04 diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 7641e92566..397fa91f34 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -234,7 +234,7 @@ def win2016CrossCompile(String build_type, String has_quote_provider = 'OFF') { dir("build/X64-${build_type}") { /* We need to copy nuget into the expected location - https://github.com/microsoft/openenclave/blob/a982b46cf440def8fb66e94f2622a4f81e2b350b/host/CMakeLists.txt#L188-L197 */ + https://github.com/openenclave/openenclave/blob/a982b46cf440def8fb66e94f2622a4f81e2b350b/host/CMakeLists.txt#L188-L197 */ bat """ vcvars64.bat x64 && \ diff --git a/.jenkins/custom_label.Jenkinsfile b/.jenkins/custom_label.Jenkinsfile index 8492eb33b9..c2e87181d9 100644 --- a/.jenkins/custom_label.Jenkinsfile +++ b/.jenkins/custom_label.Jenkinsfile @@ -51,7 +51,7 @@ def win2016CrossCompile(String build_type, String has_quote_provider = 'OFF') { dir("build/X64-${build_type}") { /* We need to copy nuget into the expected location - https://github.com/microsoft/openenclave/blob/a982b46cf440def8fb66e94f2622a4f81e2b350b/host/CMakeLists.txt#L188-L197 */ + https://github.com/openenclave/openenclave/blob/a982b46cf440def8fb66e94f2622a4f81e2b350b/host/CMakeLists.txt#L188-L197 */ bat """ vcvars64.bat x64 && \ diff --git a/.jenkins/provision/cleanup.sh b/.jenkins/provision/cleanup.sh index f4a202efc4..c474da918e 100755 --- a/.jenkins/provision/cleanup.sh +++ b/.jenkins/provision/cleanup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/.jenkins/provision/deploy-agent.sh b/.jenkins/provision/deploy-agent.sh index 0b65239c8a..9600716784 100755 --- a/.jenkins/provision/deploy-agent.sh +++ b/.jenkins/provision/deploy-agent.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/.jenkins/provision/register-agents.sh b/.jenkins/provision/register-agents.sh index 72fa260d4e..a0216da52a 100755 --- a/.jenkins/provision/register-agents.sh +++ b/.jenkins/provision/register-agents.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index 189589a712..a00c8729c0 100755 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # NOTE: This is set here so that both `libcxx` and `musl` can use it diff --git a/3rdparty/dlmalloc/update.make b/3rdparty/dlmalloc/update.make index 899087ae45..f5401053ea 100755 --- a/3rdparty/dlmalloc/update.make +++ b/3rdparty/dlmalloc/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. all: update-dlmalloc diff --git a/3rdparty/libcxx/CMakeLists.txt b/3rdparty/libcxx/CMakeLists.txt index 68e73b9298..3c5088b473 100644 --- a/3rdparty/libcxx/CMakeLists.txt +++ b/3rdparty/libcxx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include (ExternalProject) diff --git a/3rdparty/libcxx/__config b/3rdparty/libcxx/__config index 1925fbd326..cd2ef93588 100644 --- a/3rdparty/libcxx/__config +++ b/3rdparty/libcxx/__config @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef __OPEN_ENCLAVE_LIBCXX_CONFIG diff --git a/3rdparty/libcxx/__dso_handle.cpp b/3rdparty/libcxx/__dso_handle.cpp index 03728e77fb..cc2b031d85 100644 --- a/3rdparty/libcxx/__dso_handle.cpp +++ b/3rdparty/libcxx/__dso_handle.cpp @@ -1,8 +1,8 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. +#include #include #include -#include -const void *__dso_handle = NULL; +const void* __dso_handle = NULL; diff --git a/3rdparty/libcxx/update.make b/3rdparty/libcxx/update.make index 2702b83725..9db7ab766f 100755 --- a/3rdparty/libcxx/update.make +++ b/3rdparty/libcxx/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # libcxx SVN revision diff --git a/3rdparty/libcxxrt/CMakeLists.txt b/3rdparty/libcxxrt/CMakeLists.txt index 0df0cfb162..d24cd4b0ff 100644 --- a/3rdparty/libcxxrt/CMakeLists.txt +++ b/3rdparty/libcxxrt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Compile libcxx for Open Enclave. Some of these build rules emulate diff --git a/3rdparty/libcxxrt/update.make b/3rdparty/libcxxrt/update.make index 9518143acc..ae602acc97 100755 --- a/3rdparty/libcxxrt/update.make +++ b/3rdparty/libcxxrt/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. all: update-libcxxrt diff --git a/3rdparty/libunwind/CMakeLists.txt b/3rdparty/libunwind/CMakeLists.txt index 05968faaed..3e9f28f4ed 100644 --- a/3rdparty/libunwind/CMakeLists.txt +++ b/3rdparty/libunwind/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (OE_SGX) diff --git a/3rdparty/libunwind/Gstep.c b/3rdparty/libunwind/Gstep.c index d9192f6065..a687fcc2d5 100644 --- a/3rdparty/libunwind/Gstep.c +++ b/3rdparty/libunwind/Gstep.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(__clang__) @@ -10,16 +10,15 @@ #endif #include -#include "unwind_i.h" #include +#include "unwind_i.h" #undef unw_step #define unw_step _ULx86_64_step - extern int _ULx86_64_step(unw_cursor_t* cursor); -// Wrapper for calling unw_step() throughout libunwind source. This +// Wrapper for calling unw_step() throughout libunwind source. This // function checks whether the cursor is within the enclave image. int __libunwind_unw_step(unw_cursor_t* cursor) { diff --git a/3rdparty/libunwind/libunwind-common.h b/3rdparty/libunwind/libunwind-common.h index ab9737a744..47e6608df6 100644 --- a/3rdparty/libunwind/libunwind-common.h +++ b/3rdparty/libunwind/libunwind-common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_LIBUNWIND_COMMON_H diff --git a/3rdparty/libunwind/stubs.h b/3rdparty/libunwind/stubs.h index 74a3f474c8..f075f818b1 100644 --- a/3rdparty/libunwind/stubs.h +++ b/3rdparty/libunwind/stubs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef __OE_LIBUNWIND_STUBS_H @@ -6,16 +6,16 @@ #if !defined(__ASSEMBLER__) -#include -#include -#include -#include #include -#include +#include #include -#include -#include +#include #include +#include +#include +#include +#include +#include // Disable use of adaptive mutexes, which are defined by GCC headers but not // supported by MUSL pthreads. Note that libunwind is compiled with GCC headers @@ -109,10 +109,9 @@ static __inline void* __libunwind_mmap( return result; } - static __inline int __libunwind_munmap(void* addr, size_t length) { - extern void dlfree(void *ptr); + extern void dlfree(void* ptr); if (!addr) return -1; @@ -129,8 +128,8 @@ static __inline int __libunwind_msync(void* addr, size_t length, int flags) } static __inline int __libunwind_mincore( - void* addr, - size_t length, + void* addr, + size_t length, unsigned char* vec) { if (!addr || !vec) diff --git a/3rdparty/libunwind/update.make b/3rdparty/libunwind/update.make index befb90c22c..b87eb333cc 100755 --- a/3rdparty/libunwind/update.make +++ b/3rdparty/libunwind/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. #libunwind Version diff --git a/3rdparty/mbedtls/CMakeLists.txt b/3rdparty/mbedtls/CMakeLists.txt index f0848162d5..e4f9319d3b 100644 --- a/3rdparty/mbedtls/CMakeLists.txt +++ b/3rdparty/mbedtls/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Load the compiler info if we're cross compiling on Windows. diff --git a/3rdparty/mbedtls/mbedtls_hardware_poll.c b/3rdparty/mbedtls/mbedtls_hardware_poll.c index 06a2e8b48a..6bd09da546 100644 --- a/3rdparty/mbedtls/mbedtls_hardware_poll.c +++ b/3rdparty/mbedtls/mbedtls_hardware_poll.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/3rdparty/mbedtls/toolchain-clangw.cmake b/3rdparty/mbedtls/toolchain-clangw.cmake index fb12c66b94..dff9b99b63 100644 --- a/3rdparty/mbedtls/toolchain-clangw.cmake +++ b/3rdparty/mbedtls/toolchain-clangw.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Toolchain file used for cross-compiling using clang. diff --git a/3rdparty/mbedtls/update.make b/3rdparty/mbedtls/update.make index b58323c3b6..205c5b7892 100755 --- a/3rdparty/mbedtls/update.make +++ b/3rdparty/mbedtls/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # mbedTLS library definitions diff --git a/3rdparty/musl/CMakeLists.txt b/3rdparty/musl/CMakeLists.txt index d7b124fe66..99b5b332ee 100644 --- a/3rdparty/musl/CMakeLists.txt +++ b/3rdparty/musl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Copy MUSL headers to collector dir and wrap diff --git a/3rdparty/musl/append-deprecations b/3rdparty/musl/append-deprecations index 2d25837581..f9ecf62b64 100755 --- a/3rdparty/musl/append-deprecations +++ b/3rdparty/musl/append-deprecations @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/3rdparty/musl/deprecations.h b/3rdparty/musl/deprecations.h index 4c471901c7..bb7d2dbcd8 100644 --- a/3rdparty/musl/deprecations.h +++ b/3rdparty/musl/deprecations.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_LIBC_DEPRECATIONS_H @@ -13,7 +13,9 @@ #include #if defined(__cplusplus) -#define OE_LIBC_EXTERN_C_BEGIN extern "C" { +#define OE_LIBC_EXTERN_C_BEGIN \ + extern "C" \ + { #define OE_LIBC_EXTERN_C_END } #else #define OE_LIBC_EXTERN_C_BEGIN @@ -44,10 +46,10 @@ OE_LIBC_EXTERN_C_BEGIN OE_LIBC_DEPRECATED(OE_UNSUPPORTED_ENCLAVE_FUNCTION) int pthread_create( - pthread_t *thread, - const pthread_attr_t *attr, - void *(*start_routine) (void *), - void *arg); + pthread_t* thread, + const pthread_attr_t* attr, + void* (*start_routine)(void*), + void* arg); OE_LIBC_DEPRECATED(OE_UNSUPPORTED_ENCLAVE_FUNCTION) int pthread_join(pthread_t thread, void** retval); @@ -68,9 +70,9 @@ struct tm; OE_LIBC_DEPRECATED(OE_UNSUPPORTED_ENCLAVE_FUNCTION) size_t strftime( - char* s, - size_t maxparam, - const char* format, + char* s, + size_t maxparam, + const char* format, const struct tm* tm); OE_LIBC_DEPRECATED(OE_UNSUPPORTED_ENCLAVE_FUNCTION) @@ -83,6 +85,7 @@ size_t strftime_l( OE_LIBC_EXTERN_C_END -#endif /* !defined(OE_LIBC_SUPPRESS_DEPRECATIONS) && !defined(__ASSEMBLER__) */ +#endif /* !defined(OE_LIBC_SUPPRESS_DEPRECATIONS) && !defined(__ASSEMBLER__) \ + */ #endif /* _OE_LIBC_DEPRECATIONS_H */ diff --git a/3rdparty/musl/patches/endian.h b/3rdparty/musl/patches/endian.h index 851efac10b..e1b90382f5 100644 --- a/3rdparty/musl/patches/endian.h +++ b/3rdparty/musl/patches/endian.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MUSL_PATCHES_ENDIAN_H diff --git a/3rdparty/musl/patches/pthread_aarch64.h b/3rdparty/musl/patches/pthread_aarch64.h index c2ae14c573..10e4031d68 100644 --- a/3rdparty/musl/patches/pthread_aarch64.h +++ b/3rdparty/musl/patches/pthread_aarch64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MUSL_PATCHES_PTHREAD_H diff --git a/3rdparty/musl/patches/pthread_x86_64.h b/3rdparty/musl/patches/pthread_x86_64.h index a2b6b26a66..3b9b3ad001 100644 --- a/3rdparty/musl/patches/pthread_x86_64.h +++ b/3rdparty/musl/patches/pthread_x86_64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MUSL_PATCHES_PTHREAD_H diff --git a/3rdparty/musl/patches/syscall_arch.h b/3rdparty/musl/patches/syscall_arch.h index 6744b89fc7..9fc1e28eba 100644 --- a/3rdparty/musl/patches/syscall_arch.h +++ b/3rdparty/musl/patches/syscall_arch.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MUSL_PATCHES_SYSCALL_ARCH_H diff --git a/3rdparty/musl/update.make b/3rdparty/musl/update.make index b7f9b69040..47e9d90a74 100755 --- a/3rdparty/musl/update.make +++ b/3rdparty/musl/update.make @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # MUSL C library definitions diff --git a/3rdparty/optee/libutee/CMakeLists.txt b/3rdparty/optee/libutee/CMakeLists.txt index f244dbdfcc..9ee7884b6d 100644 --- a/3rdparty/optee/libutee/CMakeLists.txt +++ b/3rdparty/optee/libutee/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oeuteeasm diff --git a/3rdparty/optee/libutee/compiler.h b/3rdparty/optee/libutee/compiler.h index 91e47e15ba..10cf1e70cb 100644 --- a/3rdparty/optee/libutee/compiler.h +++ b/3rdparty/optee/libutee/compiler.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef COMPILER_H diff --git a/3rdparty/optee/libutee/entry.c b/3rdparty/optee/libutee/entry.c index 380b067936..4f00fa54ee 100644 --- a/3rdparty/optee/libutee/entry.c +++ b/3rdparty/optee/libutee/entry.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/CMakeGraphVizOptions.cmake b/CMakeGraphVizOptions.cmake index 733d25c113..3ce43c1b21 100644 --- a/CMakeGraphVizOptions.cmake +++ b/CMakeGraphVizOptions.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # List of regular expressions matching targets to be excluded from the diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b13a776b3..8f3a04aa37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Top-level CMake file for the Open Enclave SDK diff --git a/CMakeSettings.json b/CMakeSettings.json index f1c906b4fb..2b96768672 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - // Copyright (c) Microsoft Corporation. All rights reserved. + // Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // // This file illustrates CMake settings to use for building and testing diff --git a/LICENSE b/LICENSE index 21071075c2..2950a9ab1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License - Copyright (c) Microsoft Corporation. All rights reserved. + Copyright (c) Open Enclave SDK contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmake/add_dcap_client_target.cmake b/cmake/add_dcap_client_target.cmake index f995a1e72f..53fe8217e2 100644 --- a/cmake/add_dcap_client_target.cmake +++ b/cmake/add_dcap_client_target.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ## This function adds a CMake target for the DCAP client and its dependencies provided through nuget diff --git a/cmake/add_enclave.cmake b/cmake/add_enclave.cmake index 0328d435d1..e3eabf3b29 100644 --- a/cmake/add_enclave.cmake +++ b/cmake/add_enclave.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Helper mecro to either sign an SGX enclave binary or to generate and sign diff --git a/cmake/add_enclave_test.cmake b/cmake/add_enclave_test.cmake index d0a1dcb008..484791f9b8 100644 --- a/cmake/add_enclave_test.cmake +++ b/cmake/add_enclave_test.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/cmake/arm-cross.cmake b/cmake/arm-cross.cmake index ac9edc6ea4..da18df260f 100644 --- a/cmake/arm-cross.cmake +++ b/cmake/arm-cross.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set(CMAKE_SYSTEM_NAME Linux) diff --git a/cmake/ccache.cmake b/cmake/ccache.cmake index 03ca0685c0..679429ea23 100644 --- a/cmake/ccache.cmake +++ b/cmake/ccache.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Adapted from https://crascit.com/2016/04/09/using-ccache-with-cmake/ diff --git a/cmake/compiler_settings.cmake b/cmake/compiler_settings.cmake index f8d7eb2b6b..c5ed05a866 100644 --- a/cmake/compiler_settings.cmake +++ b/cmake/compiler_settings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Check Clang version. diff --git a/cmake/copy_oedebugrt_target.cmake b/cmake/copy_oedebugrt_target.cmake index de83bc13b2..8718136396 100644 --- a/cmake/copy_oedebugrt_target.cmake +++ b/cmake/copy_oedebugrt_target.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ## This function adds a CMake target for oedebugrt.dll. This allows the caller to :add a dependency on oedebugrt.dll so diff --git a/cmake/cpack_settings.cmake b/cmake/cpack_settings.cmake index 930fcb8b38..0be68eaa6e 100644 --- a/cmake/cpack_settings.cmake +++ b/cmake/cpack_settings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # CPack variables for the regular OE SDK. diff --git a/cmake/get_testcase_name.cmake b/cmake/get_testcase_name.cmake index 5b8c2934ee..d7bd1495a2 100644 --- a/cmake/get_testcase_name.cmake +++ b/cmake/get_testcase_name.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Helper function to obtain name for a test-case. Given a filename, chop diff --git a/cmake/maybe_build_using_clangw.cmake b/cmake/maybe_build_using_clangw.cmake index 333d822eeb..304b2f205b 100644 --- a/cmake/maybe_build_using_clangw.cmake +++ b/cmake/maybe_build_using_clangw.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Helper function to create ELF enclaves and libraries on Windows by diff --git a/cmake/oeedl_file.cmake b/cmake/oeedl_file.cmake index 818a6a32ec..8cce1e2f32 100644 --- a/cmake/oeedl_file.cmake +++ b/cmake/oeedl_file.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Helper function to handle EDL (gen) files diff --git a/cmake/openenclave-config.cmake.in b/cmake/openenclave-config.cmake.in index 5709981bf8..69fdb6b638 100644 --- a/cmake/openenclave-config.cmake.in +++ b/cmake/openenclave-config.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. @PACKAGE_INIT@ diff --git a/cmake/openenclaverc.in b/cmake/openenclaverc.in index 8325a57537..2f74f164b9 100644 --- a/cmake/openenclaverc.in +++ b/cmake/openenclaverc.in @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Update PKG_CONFIG_PATH. diff --git a/cmake/package_settings.cmake b/cmake/package_settings.cmake index 918b70efd7..d7ece072fd 100644 --- a/cmake/package_settings.cmake +++ b/cmake/package_settings.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # Set default paths diff --git a/common/argv.c b/common/argv.c index 69ce3b74d6..d2e0ddf951 100644 --- a/common/argv.c +++ b/common/argv.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/asn1.c b/common/asn1.c index 4e6a9c430c..504f384f4d 100644 --- a/common/asn1.c +++ b/common/asn1.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "asn1.h" diff --git a/common/asn1.h b/common/asn1.h index 4947e98ca3..2877a702d1 100644 --- a/common/asn1.h +++ b/common/asn1.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_ASN1_H diff --git a/common/cert.c b/common/cert.c index 0fa4077d7b..f0261b738c 100644 --- a/common/cert.c +++ b/common/cert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/common.h b/common/common.h index 836de42815..ee0d1fdb76 100644 --- a/common/common.h +++ b/common/common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_COMMON_H diff --git a/common/datetime.c b/common/datetime.c index fdb8e5bdae..5ea6eac21c 100644 --- a/common/datetime.c +++ b/common/datetime.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/kdf.c b/common/kdf.c index 1f3e785a81..298861084a 100644 --- a/common/kdf.c +++ b/common/kdf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/oe_host_stdio.h b/common/oe_host_stdio.h index 9f19262a6f..a532df267d 100644 --- a/common/oe_host_stdio.h +++ b/common/oe_host_stdio.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_STDIO_H diff --git a/common/oe_host_stdlib.h b/common/oe_host_stdlib.h index 060c8f6a8a..c1b88b6df3 100644 --- a/common/oe_host_stdlib.h +++ b/common/oe_host_stdlib.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_STDLIB_H diff --git a/common/oe_host_string.h b/common/oe_host_string.h index 6b0b9c9daf..6e3f63d7e1 100644 --- a/common/oe_host_string.h +++ b/common/oe_host_string.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_STRING_H diff --git a/common/result.c b/common/result.c index 490ee7297e..83063e7b34 100644 --- a/common/result.c +++ b/common/result.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/safecrt.c b/common/safecrt.c index 65acf833e1..f145fc5e5c 100644 --- a/common/safecrt.c +++ b/common/safecrt.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/sgx/collaterals.c b/common/sgx/collaterals.c index 759ff0691b..a49816e2c8 100644 --- a/common/sgx/collaterals.c +++ b/common/sgx/collaterals.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "collaterals.h" diff --git a/common/sgx/collaterals.h b/common/sgx/collaterals.h index 1e5743ce22..5102895489 100644 --- a/common/sgx/collaterals.h +++ b/common/sgx/collaterals.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_OE_COLLATERALS_H diff --git a/common/sgx/qeidentity.c b/common/sgx/qeidentity.c index 23cb42845e..151e90c8f7 100644 --- a/common/sgx/qeidentity.c +++ b/common/sgx/qeidentity.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "qeidentity.h" diff --git a/common/sgx/qeidentity.h b/common/sgx/qeidentity.h index 1ccd4a4fa1..917fcf1435 100644 --- a/common/sgx/qeidentity.h +++ b/common/sgx/qeidentity.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_QE_IDENTITY_H diff --git a/common/sgx/quote.c b/common/sgx/quote.c index 1e61a57c05..585a698c34 100644 --- a/common/sgx/quote.c +++ b/common/sgx/quote.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "quote.h" #include diff --git a/common/sgx/quote.h b/common/sgx/quote.h index 3596bce097..99a8cc61f7 100644 --- a/common/sgx/quote.h +++ b/common/sgx/quote.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_QUOTE_H diff --git a/common/sgx/rand.S b/common/sgx/rand.S index 154a29b6d8..ee300adf9a 100644 --- a/common/sgx/rand.S +++ b/common/sgx/rand.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. .text diff --git a/common/sgx/rand.asm b/common/sgx/rand.asm index ff7bdc413d..c1d621e7ec 100644 --- a/common/sgx/rand.asm +++ b/common/sgx/rand.asm @@ -1,4 +1,4 @@ -;; Copyright (c) Microsoft Corporation. All rights reserved. +;; Copyright (c) Open Enclave SDK contributors. ;; Licensed under the MIT License. .CODE diff --git a/common/sgx/report.c b/common/sgx/report.c index 49c13dc11e..de2cdfabb7 100644 --- a/common/sgx/report.c +++ b/common/sgx/report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/sgx/revocation.c b/common/sgx/revocation.c index 8127a95c70..4ee74e8cbf 100644 --- a/common/sgx/revocation.c +++ b/common/sgx/revocation.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "revocation.h" diff --git a/common/sgx/revocation.h b/common/sgx/revocation.h index 1393c947ca..a5e6275620 100644 --- a/common/sgx/revocation.h +++ b/common/sgx/revocation.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_REVOCATION_H diff --git a/common/sgx/sgx.edl b/common/sgx/sgx.edl index c87ceaadd9..92b68e5e13 100644 --- a/common/sgx/sgx.edl +++ b/common/sgx/sgx.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/common/sgx/sgxcertextensions.c b/common/sgx/sgxcertextensions.c index d3715459b0..f4d975299d 100644 --- a/common/sgx/sgxcertextensions.c +++ b/common/sgx/sgxcertextensions.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/common/sgx/tcbinfo.c b/common/sgx/tcbinfo.c index cbeb9663ef..2d1ed196f1 100644 --- a/common/sgx/tcbinfo.c +++ b/common/sgx/tcbinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "tcbinfo.h" #include diff --git a/common/sgx/tcbinfo.h b/common/sgx/tcbinfo.h index 91b084788c..0efff67c21 100644 --- a/common/sgx/tcbinfo.h +++ b/common/sgx/tcbinfo.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMON_TCBINFO_H diff --git a/common/sgx/tlsverifier.c b/common/sgx/tlsverifier.c index 120a29e11d..08943c2cd1 100644 --- a/common/sgx/tlsverifier.c +++ b/common/sgx/tlsverifier.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/common/syscall.edl b/common/syscall.edl index 6f80d2bec0..7add35a379 100644 --- a/common/syscall.edl +++ b/common/syscall.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/common/tee.edl b/common/tee.edl index 394e4a5341..93a5731289 100644 --- a/common/tee.edl +++ b/common/tee.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/debugger/CMakeLists.txt b/debugger/CMakeLists.txt index 8e7dc11535..3fb8bdad75 100644 --- a/debugger/CMakeLists.txt +++ b/debugger/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (UNIX) diff --git a/debugger/debugrt/CMakeLists.txt b/debugger/debugrt/CMakeLists.txt index 576230d627..0a87cd9fb5 100644 --- a/debugger/debugrt/CMakeLists.txt +++ b/debugger/debugrt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (OE_SGX) diff --git a/debugger/debugrt/host/CMakeLists.txt b/debugger/debugrt/host/CMakeLists.txt index 9794626032..24c2b7852a 100644 --- a/debugger/debugrt/host/CMakeLists.txt +++ b/debugger/debugrt/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (UNIX) diff --git a/debugger/debugrt/host/host.c b/debugger/debugrt/host/host.c index c9ba6b5047..5ad48ef5ef 100644 --- a/debugger/debugrt/host/host.c +++ b/debugger/debugrt/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/debugger/oe-gdb b/debugger/oe-gdb index 6be1718db6..f0771205a9 100644 --- a/debugger/oe-gdb +++ b/debugger/oe-gdb @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" diff --git a/debugger/oegdb b/debugger/oegdb index dcea8b9ad4..67ed196055 100755 --- a/debugger/oegdb +++ b/debugger/oegdb @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Get path of the oegdb script diff --git a/debugger/ptraceLib/CMakeLists.txt b/debugger/ptraceLib/CMakeLists.txt index 49c7f8b831..a3344e8622 100644 --- a/debugger/ptraceLib/CMakeLists.txt +++ b/debugger/ptraceLib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. find_library(DL_LIB NAMES dl) diff --git a/debugger/ptraceLib/enclave_context.c b/debugger/ptraceLib/enclave_context.c index 3523a245c2..ac9b614141 100644 --- a/debugger/ptraceLib/enclave_context.c +++ b/debugger/ptraceLib/enclave_context.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "enclave_context.h" diff --git a/debugger/ptraceLib/enclave_context.h b/debugger/ptraceLib/enclave_context.h index 4714e059b5..ed732c908a 100644 --- a/debugger/ptraceLib/enclave_context.h +++ b/debugger/ptraceLib/enclave_context.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_CONTEXT_H diff --git a/debugger/ptraceLib/inferior_status.c b/debugger/ptraceLib/inferior_status.c index 3de9174207..7002dcea5d 100644 --- a/debugger/ptraceLib/inferior_status.c +++ b/debugger/ptraceLib/inferior_status.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "inferior_status.h" diff --git a/debugger/ptraceLib/inferior_status.h b/debugger/ptraceLib/inferior_status.h index c3b44f9b65..742ef0e546 100644 --- a/debugger/ptraceLib/inferior_status.h +++ b/debugger/ptraceLib/inferior_status.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INFERIOR_STATUS_H_ diff --git a/debugger/ptraceLib/oe_ptrace.c b/debugger/ptraceLib/oe_ptrace.c index bef9e51eec..80ade61f70 100644 --- a/debugger/ptraceLib/oe_ptrace.c +++ b/debugger/ptraceLib/oe_ptrace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/debugger/pythonExtension/CMakeLists.txt b/debugger/pythonExtension/CMakeLists.txt index 00c6757191..b0ca53396f 100644 --- a/debugger/pythonExtension/CMakeLists.txt +++ b/debugger/pythonExtension/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Copy files during build diff --git a/debugger/pythonExtension/gdb_sgx_plugin.py b/debugger/pythonExtension/gdb_sgx_plugin.py index 285111e150..5d5463b12a 100644 --- a/debugger/pythonExtension/gdb_sgx_plugin.py +++ b/debugger/pythonExtension/gdb_sgx_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. from __future__ import print_function diff --git a/docs/DevelopmentGuide.md b/docs/DevelopmentGuide.md index 17a0623fc1..493e75f823 100644 --- a/docs/DevelopmentGuide.md +++ b/docs/DevelopmentGuide.md @@ -60,7 +60,7 @@ for details. The following license header **must** be included at the top of every file: ``` -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. ``` @@ -123,7 +123,7 @@ For other files (`*.asm`, `*.S`, etc.) our current best guidance is consistency: Excerpt from `enclave/key.c`: ```c -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "key.h" diff --git a/docs/refman/CMakeLists.txt b/docs/refman/CMakeLists.txt index 22e822bf28..904def79b1 100644 --- a/docs/refman/CMakeLists.txt +++ b/docs/refman/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. option(ENABLE_REFMAN "Enable Doxygen reference manual generation" ON) diff --git a/enclave/CMakeLists.txt b/enclave/CMakeLists.txt index 2948d60aa0..74791bcf0d 100644 --- a/enclave/CMakeLists.txt +++ b/enclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(core) diff --git a/enclave/asym_keys.c b/enclave/asym_keys.c index 2217dc7c84..bc17e1adde 100644 --- a/enclave/asym_keys.c +++ b/enclave/asym_keys.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/CMakeLists.txt b/enclave/core/CMakeLists.txt index 67d7ec21bc..cddf778dc3 100644 --- a/enclave/core/CMakeLists.txt +++ b/enclave/core/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/enclave/core/__secs_to_tm.c b/enclave/core/__secs_to_tm.c index eded8be92d..165f29164e 100644 --- a/enclave/core/__secs_to_tm.c +++ b/enclave/core/__secs_to_tm.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* Use OE STDC time.h & limits.h defs for MUSL __secs_to_tm.c */ diff --git a/enclave/core/__stack_chk_fail.c b/enclave/core/__stack_chk_fail.c index 43c4c4f0d1..825e5d10f7 100644 --- a/enclave/core/__stack_chk_fail.c +++ b/enclave/core/__stack_chk_fail.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/arena.c b/enclave/core/arena.c index 1b0877d955..c61b4c9ce1 100644 --- a/enclave/core/arena.c +++ b/enclave/core/arena.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "arena.h" diff --git a/enclave/core/arena.h b/enclave/core/arena.h index 214bf525e7..b8f3cf351d 100644 --- a/enclave/core/arena.h +++ b/enclave/core/arena.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ARENA_H diff --git a/enclave/core/assert.c b/enclave/core/assert.c index ff6662a66b..b7bed66d1a 100644 --- a/enclave/core/assert.c +++ b/enclave/core/assert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/atexit.c b/enclave/core/atexit.c index 4c1d823a52..9515f88bb5 100644 --- a/enclave/core/atexit.c +++ b/enclave/core/atexit.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "atexit.h" diff --git a/enclave/core/atexit.h b/enclave/core/atexit.h index b607a03050..87619bcb3e 100644 --- a/enclave/core/atexit.h +++ b/enclave/core/atexit.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ATEXIT_H diff --git a/enclave/core/backtrace.c b/enclave/core/backtrace.c index 0cd31ed863..23ee12bc54 100644 --- a/enclave/core/backtrace.c +++ b/enclave/core/backtrace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/calls.c b/enclave/core/calls.c index 2846c0fc7c..a04a5b0637 100644 --- a/enclave/core/calls.c +++ b/enclave/core/calls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/calls.h b/enclave/core/calls.h index c3732107c9..ef8c5f089e 100644 --- a/enclave/core/calls.h +++ b/enclave/core/calls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/ctype.c b/enclave/core/ctype.c index 7cb94c2c60..c1de61d40d 100644 --- a/enclave/core/ctype.c +++ b/enclave/core/ctype.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/debugmalloc.c b/enclave/core/debugmalloc.c index 766f503eac..f46263768d 100644 --- a/enclave/core/debugmalloc.c +++ b/enclave/core/debugmalloc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define USE_DL_PREFIX diff --git a/enclave/core/debugmalloc.h b/enclave/core/debugmalloc.h index a9cd07603d..b2f7de529f 100644 --- a/enclave/core/debugmalloc.h +++ b/enclave/core/debugmalloc.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_DEBUG_MALLOC_H diff --git a/enclave/core/errno.c b/enclave/core/errno.c index 71582aa96c..3cef71149c 100644 --- a/enclave/core/errno.c +++ b/enclave/core/errno.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/gmtime.c b/enclave/core/gmtime.c index acaf75083e..1536d98f47 100644 --- a/enclave/core/gmtime.c +++ b/enclave/core/gmtime.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/hexdump.c b/enclave/core/hexdump.c index 4baa8a89da..3c4da1e3d8 100644 --- a/enclave/core/hexdump.c +++ b/enclave/core/hexdump.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/hostcalls.c b/enclave/core/hostcalls.c index 531f0dfbe0..3526d68885 100644 --- a/enclave/core/hostcalls.c +++ b/enclave/core/hostcalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/init_fini.c b/enclave/core/init_fini.c index 3a886b7f41..053811c819 100644 --- a/enclave/core/init_fini.c +++ b/enclave/core/init_fini.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "init_fini.h" diff --git a/enclave/core/init_fini.h b/enclave/core/init_fini.h index 13111e2116..b4cf1cc354 100644 --- a/enclave/core/init_fini.h +++ b/enclave/core/init_fini.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_INIT_FINI_H diff --git a/enclave/core/intstr.c b/enclave/core/intstr.c index adbc9ea198..7948df1707 100644 --- a/enclave/core/intstr.c +++ b/enclave/core/intstr.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "intstr.h" diff --git a/enclave/core/intstr.h b/enclave/core/intstr.h index 9e6a5e4f1a..f3f5c129e8 100644 --- a/enclave/core/intstr.h +++ b/enclave/core/intstr.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTSTR_H diff --git a/enclave/core/malloc.c b/enclave/core/malloc.c index c58d69f3ab..322c5810b8 100644 --- a/enclave/core/malloc.c +++ b/enclave/core/malloc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/once.c b/enclave/core/once.c index 407d57c47e..901d5150cf 100644 --- a/enclave/core/once.c +++ b/enclave/core/once.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/backtrace.c b/enclave/core/optee/backtrace.c index 520eadcda0..214dd80378 100644 --- a/enclave/core/optee/backtrace.c +++ b/enclave/core/optee/backtrace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/bounds.c b/enclave/core/optee/bounds.c index 9254341720..3fdbd0be9d 100644 --- a/enclave/core/optee/bounds.c +++ b/enclave/core/optee/bounds.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/optee/calls.c b/enclave/core/optee/calls.c index 72daf2f50b..62364d4220 100644 --- a/enclave/core/optee/calls.c +++ b/enclave/core/optee/calls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/entropy.c b/enclave/core/optee/entropy.c index 131ac8b55d..cd233d5d5e 100644 --- a/enclave/core/optee/entropy.c +++ b/enclave/core/optee/entropy.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/optee/globals.c b/enclave/core/optee/globals.c index 335420d711..14e762750d 100644 --- a/enclave/core/optee/globals.c +++ b/enclave/core/optee/globals.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/gp.c b/enclave/core/optee/gp.c index a786cc36b0..1b5e543af8 100644 --- a/enclave/core/optee/gp.c +++ b/enclave/core/optee/gp.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/optee/header.c b/enclave/core/optee/header.c index b92c410806..b2b18e4959 100644 --- a/enclave/core/optee/header.c +++ b/enclave/core/optee/header.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/optee/hostcalls.c b/enclave/core/optee/hostcalls.c index fb29802efb..67bc42e0bd 100644 --- a/enclave/core/optee/hostcalls.c +++ b/enclave/core/optee/hostcalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/keys.c b/enclave/core/optee/keys.c index 93905022c3..ba8d29495b 100644 --- a/enclave/core/optee/keys.c +++ b/enclave/core/optee/keys.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/printf.c b/enclave/core/optee/printf.c index c505f87e37..34471cda02 100644 --- a/enclave/core/optee/printf.c +++ b/enclave/core/optee/printf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/sched_yield.c b/enclave/core/optee/sched_yield.c index 052bec4326..5591a2bd5a 100644 --- a/enclave/core/optee/sched_yield.c +++ b/enclave/core/optee/sched_yield.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. int oe_sched_yield(void) diff --git a/enclave/core/optee/spinlock.c b/enclave/core/optee/spinlock.c index c4fa8ce484..17559c6d3d 100644 --- a/enclave/core/optee/spinlock.c +++ b/enclave/core/optee/spinlock.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // TODO: This file is a stub! diff --git a/enclave/core/optee/stubs.c b/enclave/core/optee/stubs.c index 99e2f0fd46..264fbcfa56 100644 --- a/enclave/core/optee/stubs.c +++ b/enclave/core/optee/stubs.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/optee/thread.c b/enclave/core/optee/thread.c index 6e057c61ed..e203becf5f 100644 --- a/enclave/core/optee/thread.c +++ b/enclave/core/optee/thread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // TODO: This file is a stub! diff --git a/enclave/core/optee/tracee.c b/enclave/core/optee/tracee.c index 87fccb2634..d8517297fd 100644 --- a/enclave/core/optee/tracee.c +++ b/enclave/core/optee/tracee.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/printf.c b/enclave/core/printf.c index cd5bbf7984..de2b5be854 100644 --- a/enclave/core/printf.c +++ b/enclave/core/printf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/pthread.c b/enclave/core/pthread.c index f4f1475f44..19ede7c017 100644 --- a/enclave/core/pthread.c +++ b/enclave/core/pthread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/result.c b/enclave/core/result.c index ce2d83d42c..90f8b7b785 100644 --- a/enclave/core/result.c +++ b/enclave/core/result.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../common/result.c" diff --git a/enclave/core/sbrk.c b/enclave/core/sbrk.c index dbd4315b26..13b789b95a 100644 --- a/enclave/core/sbrk.c +++ b/enclave/core/sbrk.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/asmcommon.inc b/enclave/core/sgx/asmcommon.inc index 424021c885..c480db63b8 100644 --- a/enclave/core/sgx/asmcommon.inc +++ b/enclave/core/sgx/asmcommon.inc @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ASM_COMMON_INC diff --git a/enclave/core/sgx/asmdefs.h b/enclave/core/sgx/asmdefs.h index 1f45ba03a6..74c8120ad6 100644 --- a/enclave/core/sgx/asmdefs.h +++ b/enclave/core/sgx/asmdefs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ASMDEFS_H diff --git a/enclave/core/sgx/backtrace.c b/enclave/core/sgx/backtrace.c index 698f7b68bf..7ad417fdc4 100644 --- a/enclave/core/sgx/backtrace.c +++ b/enclave/core/sgx/backtrace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/calls.c b/enclave/core/sgx/calls.c index 533fe89fd4..c616a70b91 100644 --- a/enclave/core/sgx/calls.c +++ b/enclave/core/sgx/calls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../calls.h" diff --git a/enclave/core/sgx/cpuid.c b/enclave/core/sgx/cpuid.c index a0d0a46288..b045759674 100644 --- a/enclave/core/sgx/cpuid.c +++ b/enclave/core/sgx/cpuid.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "cpuid.h" diff --git a/enclave/core/sgx/cpuid.h b/enclave/core/sgx/cpuid.h index 50f9987244..32e0f825ae 100644 --- a/enclave/core/sgx/cpuid.h +++ b/enclave/core/sgx/cpuid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CPUID_ENCLAVE_H diff --git a/enclave/core/sgx/enter.S b/enclave/core/sgx/enter.S index b130c34da6..a0146b1bfe 100644 --- a/enclave/core/sgx/enter.S +++ b/enclave/core/sgx/enter.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "asmdefs.h" diff --git a/enclave/core/sgx/entropy.c b/enclave/core/sgx/entropy.c index bdf5c31836..0500efde04 100644 --- a/enclave/core/sgx/entropy.c +++ b/enclave/core/sgx/entropy.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/exception.c b/enclave/core/sgx/exception.c index 052175139a..9ad5c09dcf 100644 --- a/enclave/core/sgx/exception.c +++ b/enclave/core/sgx/exception.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/exit.S b/enclave/core/sgx/exit.S index 1564f2c133..eb7cd1b667 100644 --- a/enclave/core/sgx/exit.S +++ b/enclave/core/sgx/exit.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "asmdefs.h" diff --git a/enclave/core/sgx/getkey.S b/enclave/core/sgx/getkey.S index 478e8a31ee..c70be6fe3f 100644 --- a/enclave/core/sgx/getkey.S +++ b/enclave/core/sgx/getkey.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "asmdefs.h" diff --git a/enclave/core/sgx/globals.c b/enclave/core/sgx/globals.c index a286398c67..1abb9ab5de 100644 --- a/enclave/core/sgx/globals.c +++ b/enclave/core/sgx/globals.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/hostcalls.c b/enclave/core/sgx/hostcalls.c index 8f2712ea52..3581d4eb75 100644 --- a/enclave/core/sgx/hostcalls.c +++ b/enclave/core/sgx/hostcalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/init.c b/enclave/core/sgx/init.c index c6f539b1ec..831acce8a8 100644 --- a/enclave/core/sgx/init.c +++ b/enclave/core/sgx/init.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "init.h" diff --git a/enclave/core/sgx/init.h b/enclave/core/sgx/init.h index b7359c5870..5b05a9ba1a 100644 --- a/enclave/core/sgx/init.h +++ b/enclave/core/sgx/init.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_INIT_H diff --git a/enclave/core/sgx/jump.c b/enclave/core/sgx/jump.c index 1e5c203a91..fc1d6fae69 100644 --- a/enclave/core/sgx/jump.c +++ b/enclave/core/sgx/jump.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/keys.c b/enclave/core/sgx/keys.c index dded12bb19..8fa6e5868f 100644 --- a/enclave/core/sgx/keys.c +++ b/enclave/core/sgx/keys.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/linux/reloc.c b/enclave/core/sgx/linux/reloc.c index 67c8690198..f4c92be386 100644 --- a/enclave/core/sgx/linux/reloc.c +++ b/enclave/core/sgx/linux/reloc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/linux/threadlocal.c b/enclave/core/sgx/linux/threadlocal.c index 26ff377835..326e9f19c2 100644 --- a/enclave/core/sgx/linux/threadlocal.c +++ b/enclave/core/sgx/linux/threadlocal.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "threadlocal.h" diff --git a/enclave/core/sgx/linux/threadlocal.h b/enclave/core/sgx/linux/threadlocal.h index 64db7a4753..9da66382cd 100644 --- a/enclave/core/sgx/linux/threadlocal.h +++ b/enclave/core/sgx/linux/threadlocal.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CORE_THREADLOCAL_H diff --git a/enclave/core/sgx/longjmp.S b/enclave/core/sgx/longjmp.S index 7a36bb445d..09a87868b7 100644 --- a/enclave/core/sgx/longjmp.S +++ b/enclave/core/sgx/longjmp.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. //============================================================================== diff --git a/enclave/core/sgx/memory.c b/enclave/core/sgx/memory.c index 812af23119..f941d02ab4 100644 --- a/enclave/core/sgx/memory.c +++ b/enclave/core/sgx/memory.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/properties.c b/enclave/core/sgx/properties.c index af545e01fe..af42878651 100644 --- a/enclave/core/sgx/properties.c +++ b/enclave/core/sgx/properties.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/report.c b/enclave/core/sgx/report.c index 2a2558f7aa..82723cabb1 100644 --- a/enclave/core/sgx/report.c +++ b/enclave/core/sgx/report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "report.h" diff --git a/enclave/core/sgx/report.h b/enclave/core/sgx/report.h index 0a2b297de7..e9886449ea 100644 --- a/enclave/core/sgx/report.h +++ b/enclave/core/sgx/report.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_CORE_REPORT_H diff --git a/enclave/core/sgx/sched_yield.c b/enclave/core/sgx/sched_yield.c index 8e279cd456..c9e5845425 100644 --- a/enclave/core/sgx/sched_yield.c +++ b/enclave/core/sgx/sched_yield.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. int oe_sched_yield(void) diff --git a/enclave/core/sgx/setjmp.S b/enclave/core/sgx/setjmp.S index fb430017b9..2e555eef68 100644 --- a/enclave/core/sgx/setjmp.S +++ b/enclave/core/sgx/setjmp.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. //============================================================================== diff --git a/enclave/core/sgx/sgx_t_wrapper.c b/enclave/core/sgx/sgx_t_wrapper.c index c75c42a1dc..e2fa8701ab 100644 --- a/enclave/core/sgx/sgx_t_wrapper.c +++ b/enclave/core/sgx/sgx_t_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/sgx/spinlock.c b/enclave/core/sgx/spinlock.c index 591b97fd9e..3bb7a652ed 100644 --- a/enclave/core/sgx/spinlock.c +++ b/enclave/core/sgx/spinlock.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef OE_BUILD_ENCLAVE diff --git a/enclave/core/sgx/td.c b/enclave/core/sgx/td.c index 318e1192b0..faa289d36b 100644 --- a/enclave/core/sgx/td.c +++ b/enclave/core/sgx/td.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "td.h" diff --git a/enclave/core/sgx/td.h b/enclave/core/sgx/td.h index ec266c6ba9..4b743d3e41 100644 --- a/enclave/core/sgx/td.h +++ b/enclave/core/sgx/td.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TD_H diff --git a/enclave/core/sgx/thread.c b/enclave/core/sgx/thread.c index bf28f545d6..70730d0120 100644 --- a/enclave/core/sgx/thread.c +++ b/enclave/core/sgx/thread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "thread.h" diff --git a/enclave/core/sgx/thread.h b/enclave/core/sgx/thread.h index bd21be06b1..3d99e6c012 100644 --- a/enclave/core/sgx/thread.h +++ b/enclave/core/sgx/thread.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CORE_THREAD_H_H diff --git a/enclave/core/sgx/tracee.c b/enclave/core/sgx/tracee.c index 82127943fe..12011c60ca 100644 --- a/enclave/core/sgx/tracee.c +++ b/enclave/core/sgx/tracee.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/sgx/windows/reloc.c b/enclave/core/sgx/windows/reloc.c index 43513500af..bd770f71eb 100644 --- a/enclave/core/sgx/windows/reloc.c +++ b/enclave/core/sgx/windows/reloc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/stdio.c b/enclave/core/stdio.c index 5f5cf69315..e3713f9aaf 100644 --- a/enclave/core/stdio.c +++ b/enclave/core/stdio.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/strerror.c b/enclave/core/strerror.c index bad34ba389..36ead6d214 100644 --- a/enclave/core/strerror.c +++ b/enclave/core/strerror.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/string.c b/enclave/core/string.c index 2d78ff8324..de42a43297 100644 --- a/enclave/core/string.c +++ b/enclave/core/string.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/strtok_r.c b/enclave/core/strtok_r.c index ea6fdb772a..3979ed042c 100644 --- a/enclave/core/strtok_r.c +++ b/enclave/core/strtok_r.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/strtoul.c b/enclave/core/strtoul.c index 22aafe2d06..3e71785762 100644 --- a/enclave/core/strtoul.c +++ b/enclave/core/strtoul.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/switchlesscalls.c b/enclave/core/switchlesscalls.c index 3628be5be4..6fb968ca10 100644 --- a/enclave/core/switchlesscalls.c +++ b/enclave/core/switchlesscalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "switchlesscalls.h" diff --git a/enclave/core/switchlesscalls.h b/enclave/core/switchlesscalls.h index 5893d54adf..3e4afe0ac7 100644 --- a/enclave/core/switchlesscalls.h +++ b/enclave/core/switchlesscalls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SWITCHLESSCALLS_H diff --git a/enclave/core/tee_t_wrapper.c b/enclave/core/tee_t_wrapper.c index 47003b3ed9..ead5a880ec 100644 --- a/enclave/core/tee_t_wrapper.c +++ b/enclave/core/tee_t_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/enclave/core/time.c b/enclave/core/time.c index 5a786e8f08..3f4eb1e106 100644 --- a/enclave/core/time.c +++ b/enclave/core/time.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/core/tracee.c b/enclave/core/tracee.c index 82e5c6258d..6c81591cb1 100644 --- a/enclave/core/tracee.c +++ b/enclave/core/tracee.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "tracee.h" diff --git a/enclave/core/tracee.h b/enclave/core/tracee.h index a9297a2277..56200c919a 100644 --- a/enclave/core/tracee.h +++ b/enclave/core/tracee.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/crypto/CMakeLists.txt b/enclave/crypto/CMakeLists.txt index 45de407745..fdd767710c 100644 --- a/enclave/crypto/CMakeLists.txt +++ b/enclave/crypto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oecryptombed STATIC diff --git a/enclave/crypto/asn1.c b/enclave/crypto/asn1.c index fac2c8bf34..6febee4361 100644 --- a/enclave/crypto/asn1.c +++ b/enclave/crypto/asn1.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../common/asn1.h" diff --git a/enclave/crypto/cert.c b/enclave/crypto/cert.c index 061a678d86..2e9052cd46 100644 --- a/enclave/crypto/cert.c +++ b/enclave/crypto/cert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/crypto/cmac.c b/enclave/crypto/cmac.c index 4825c25a22..981a8262b9 100644 --- a/enclave/crypto/cmac.c +++ b/enclave/crypto/cmac.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/crypto/crl.c b/enclave/crypto/crl.c index cceb2842c5..1fce7a61e5 100644 --- a/enclave/crypto/crl.c +++ b/enclave/crypto/crl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "crl.h" diff --git a/enclave/crypto/crl.h b/enclave/crypto/crl.h index c0bb92cf11..7c6ba80303 100644 --- a/enclave/crypto/crl.h +++ b/enclave/crypto/crl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_CRL_H diff --git a/enclave/crypto/ec.c b/enclave/crypto/ec.c index d6bca84bd3..81c3e2088d 100644 --- a/enclave/crypto/ec.c +++ b/enclave/crypto/ec.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "ec.h" diff --git a/enclave/crypto/ec.h b/enclave/crypto/ec.h index 8f36d0e41a..faf9f591a2 100644 --- a/enclave/crypto/ec.h +++ b/enclave/crypto/ec.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_EC_H diff --git a/enclave/crypto/hmac.c b/enclave/crypto/hmac.c index 5f431e7240..e1180de720 100644 --- a/enclave/crypto/hmac.c +++ b/enclave/crypto/hmac.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/crypto/key.c b/enclave/crypto/key.c index 965a0f07b0..bc0b710ee4 100644 --- a/enclave/crypto/key.c +++ b/enclave/crypto/key.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "key.h" diff --git a/enclave/crypto/key.h b/enclave/crypto/key.h index 4ce75dd66f..6096656be6 100644 --- a/enclave/crypto/key.h +++ b/enclave/crypto/key.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ENCLAVE_KEY_H diff --git a/enclave/crypto/pem.h b/enclave/crypto/pem.h index cb10ea6a00..300b8566bb 100644 --- a/enclave/crypto/pem.h +++ b/enclave/crypto/pem.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_PEM_H diff --git a/enclave/crypto/random_internal.c b/enclave/crypto/random_internal.c index 196826665f..4f5d4ccae3 100644 --- a/enclave/crypto/random_internal.c +++ b/enclave/crypto/random_internal.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "random_internal.h" diff --git a/enclave/crypto/random_internal.h b/enclave/crypto/random_internal.h index e85163ac03..d7765e07ea 100644 --- a/enclave/crypto/random_internal.h +++ b/enclave/crypto/random_internal.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _CRYPTO_ENCLAVE_RANDOM_H diff --git a/enclave/crypto/rsa.c b/enclave/crypto/rsa.c index 6c279325bc..5f119d72dc 100644 --- a/enclave/crypto/rsa.c +++ b/enclave/crypto/rsa.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "rsa.h" diff --git a/enclave/crypto/rsa.h b/enclave/crypto/rsa.h index a7803b0aa7..f3ca69007d 100644 --- a/enclave/crypto/rsa.h +++ b/enclave/crypto/rsa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_RSA_H diff --git a/enclave/crypto/sha.c b/enclave/crypto/sha.c index 193989c0e5..59334a3cbe 100644 --- a/enclave/crypto/sha.c +++ b/enclave/crypto/sha.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/link.c b/enclave/link.c index 02e597e505..8410f68f9e 100644 --- a/enclave/link.c +++ b/enclave/link.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/optee/report.c b/enclave/optee/report.c index 23ae1720a8..029adf057e 100644 --- a/enclave/optee/report.c +++ b/enclave/optee/report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/optee/start.S b/enclave/optee/start.S index 270a777f4c..854a5d9100 100644 --- a/enclave/optee/start.S +++ b/enclave/optee/start.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. //============================================================================== diff --git a/enclave/random.c b/enclave/random.c index a7a59ec275..0ef124f13f 100644 --- a/enclave/random.c +++ b/enclave/random.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/sgx/qeidinfo.c b/enclave/sgx/qeidinfo.c index 0017605926..3fb5d86a14 100644 --- a/enclave/sgx/qeidinfo.c +++ b/enclave/sgx/qeidinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/sgx/report.c b/enclave/sgx/report.c index a667d8e770..df1058e20a 100644 --- a/enclave/sgx/report.c +++ b/enclave/sgx/report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "report.h" diff --git a/enclave/sgx/report.h b/enclave/sgx/report.h index bdbf4499d1..a3cd973059 100644 --- a/enclave/sgx/report.h +++ b/enclave/sgx/report.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENCLAVE_REPORT_H diff --git a/enclave/sgx/revocationinfo.c b/enclave/sgx/revocationinfo.c index c82ea664d4..2caa962dc1 100644 --- a/enclave/sgx/revocationinfo.c +++ b/enclave/sgx/revocationinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/enclave/sgx/start.S b/enclave/sgx/start.S index 4cda7c1797..2cdc094fad 100644 --- a/enclave/sgx/start.S +++ b/enclave/sgx/start.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. //============================================================================== diff --git a/enclave/tls_cert.c b/enclave/tls_cert.c index 2a463f46a0..9b32f61244 100644 --- a/enclave/tls_cert.c +++ b/enclave/tls_cert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 1769b8137f..95c3c94cda 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/host/asym_keys.c b/host/asym_keys.c index fc87ea577a..6bb5b486d3 100644 --- a/host/asym_keys.c +++ b/host/asym_keys.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/calls.c b/host/calls.c index d2c62baa13..92501ab410 100644 --- a/host/calls.c +++ b/host/calls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/calls.h b/host/calls.h index 38daa10d76..d4a276a8f1 100644 --- a/host/calls.h +++ b/host/calls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/bcrypt.h b/host/crypto/bcrypt/bcrypt.h index d57ab24ad3..2c559f5257 100644 --- a/host/crypto/bcrypt/bcrypt.h +++ b/host/crypto/bcrypt/bcrypt.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/host/crypto/bcrypt/cert.c b/host/crypto/bcrypt/cert.c index 53661c903e..02eea131c3 100644 --- a/host/crypto/bcrypt/cert.c +++ b/host/crypto/bcrypt/cert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/crl.c b/host/crypto/bcrypt/crl.c index cb8bd53b18..a310f4cb61 100644 --- a/host/crypto/bcrypt/crl.c +++ b/host/crypto/bcrypt/crl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/crl.h b/host/crypto/bcrypt/crl.h index 30f7137f87..097ff6a274 100644 --- a/host/crypto/bcrypt/crl.h +++ b/host/crypto/bcrypt/crl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_CRL_H diff --git a/host/crypto/bcrypt/ec.c b/host/crypto/bcrypt/ec.c index 7fb07e45a5..04f30cb7be 100644 --- a/host/crypto/bcrypt/ec.c +++ b/host/crypto/bcrypt/ec.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/ec.h b/host/crypto/bcrypt/ec.h index d106e8d0cd..dee63b4e82 100644 --- a/host/crypto/bcrypt/ec.h +++ b/host/crypto/bcrypt/ec.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_BCRYPT_EC_H diff --git a/host/crypto/bcrypt/hmac.c b/host/crypto/bcrypt/hmac.c index 9537858609..e9671fe53e 100644 --- a/host/crypto/bcrypt/hmac.c +++ b/host/crypto/bcrypt/hmac.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "bcrypt.h" diff --git a/host/crypto/bcrypt/key.c b/host/crypto/bcrypt/key.c index 8ce0426db9..7a67654579 100644 --- a/host/crypto/bcrypt/key.c +++ b/host/crypto/bcrypt/key.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/key.h b/host/crypto/bcrypt/key.h index 1bc09adb5a..1321cf0ba2 100644 --- a/host/crypto/bcrypt/key.h +++ b/host/crypto/bcrypt/key.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _HOST_KEY_H diff --git a/host/crypto/bcrypt/pem.c b/host/crypto/bcrypt/pem.c index a74ed80573..4c864699aa 100644 --- a/host/crypto/bcrypt/pem.c +++ b/host/crypto/bcrypt/pem.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "pem.h" diff --git a/host/crypto/bcrypt/pem.h b/host/crypto/bcrypt/pem.h index b324875f0b..35b0a14f5c 100644 --- a/host/crypto/bcrypt/pem.h +++ b/host/crypto/bcrypt/pem.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_PEM_H diff --git a/host/crypto/bcrypt/random.c b/host/crypto/bcrypt/random.c index eb0e0adc6a..c0d44cc43c 100644 --- a/host/crypto/bcrypt/random.c +++ b/host/crypto/bcrypt/random.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/rsa.c b/host/crypto/bcrypt/rsa.c index 670d297307..f5f4ec999b 100644 --- a/host/crypto/bcrypt/rsa.c +++ b/host/crypto/bcrypt/rsa.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/rsa.h b/host/crypto/bcrypt/rsa.h index 58557c8b48..270e55e585 100644 --- a/host/crypto/bcrypt/rsa.h +++ b/host/crypto/bcrypt/rsa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_BCRYPT_RSA_H diff --git a/host/crypto/bcrypt/sha.c b/host/crypto/bcrypt/sha.c index b1e5f4871f..748471630f 100644 --- a/host/crypto/bcrypt/sha.c +++ b/host/crypto/bcrypt/sha.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/util.c b/host/crypto/bcrypt/util.c index 910f375cdf..c9c55aed5a 100644 --- a/host/crypto/bcrypt/util.c +++ b/host/crypto/bcrypt/util.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/bcrypt/util.h b/host/crypto/bcrypt/util.h index ab237b54cf..2ec0f4e310 100644 --- a/host/crypto/bcrypt/util.h +++ b/host/crypto/bcrypt/util.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_UTIL_H diff --git a/host/crypto/magic.h b/host/crypto/magic.h index 4d9a687110..54a4b1ec46 100644 --- a/host/crypto/magic.h +++ b/host/crypto/magic.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_MAGIC_H diff --git a/host/crypto/openssl/asn1.c b/host/crypto/openssl/asn1.c index a4b595438b..ab3cf72c12 100644 --- a/host/crypto/openssl/asn1.c +++ b/host/crypto/openssl/asn1.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../common/asn1.h" diff --git a/host/crypto/openssl/asn1.h b/host/crypto/openssl/asn1.h index a6121c5ba2..182b86b4df 100644 --- a/host/crypto/openssl/asn1.h +++ b/host/crypto/openssl/asn1.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_ASN1_OPENSSL_H diff --git a/host/crypto/openssl/cert.c b/host/crypto/openssl/cert.c index b44cf0f58e..b914fd65f2 100644 --- a/host/crypto/openssl/cert.c +++ b/host/crypto/openssl/cert.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/crl.c b/host/crypto/openssl/crl.c index aa627b33e8..b6af8c80c8 100644 --- a/host/crypto/openssl/crl.c +++ b/host/crypto/openssl/crl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/crl.h b/host/crypto/openssl/crl.h index b9418dab04..7823e260db 100644 --- a/host/crypto/openssl/crl.h +++ b/host/crypto/openssl/crl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_CRL_H diff --git a/host/crypto/openssl/ec.c b/host/crypto/openssl/ec.c index b54cabb8f8..cff0a9ffce 100644 --- a/host/crypto/openssl/ec.c +++ b/host/crypto/openssl/ec.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/ec.h b/host/crypto/openssl/ec.h index df841aec8e..989d452fb9 100644 --- a/host/crypto/openssl/ec.h +++ b/host/crypto/openssl/ec.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_EC_H diff --git a/host/crypto/openssl/hmac.c b/host/crypto/openssl/hmac.c index ff43d22a41..b0bbfbd957 100644 --- a/host/crypto/openssl/hmac.c +++ b/host/crypto/openssl/hmac.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/init.c b/host/crypto/openssl/init.c index 44a8a0bb20..bd2dd08fad 100644 --- a/host/crypto/openssl/init.c +++ b/host/crypto/openssl/init.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "init.h" diff --git a/host/crypto/openssl/init.h b/host/crypto/openssl/init.h index 33ebee65a3..09891d8641 100644 --- a/host/crypto/openssl/init.h +++ b/host/crypto/openssl/init.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CRYPTO_HOST_INIT_H diff --git a/host/crypto/openssl/key.c b/host/crypto/openssl/key.c index e455298287..5eb3d4d590 100644 --- a/host/crypto/openssl/key.c +++ b/host/crypto/openssl/key.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "key.h" diff --git a/host/crypto/openssl/key.h b/host/crypto/openssl/key.h index abe7e1cf98..d3c272fe4c 100644 --- a/host/crypto/openssl/key.h +++ b/host/crypto/openssl/key.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _HOST_KEY_H diff --git a/host/crypto/openssl/random.c b/host/crypto/openssl/random.c index dee89e9430..68f22fff72 100644 --- a/host/crypto/openssl/random.c +++ b/host/crypto/openssl/random.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/rsa.c b/host/crypto/openssl/rsa.c index 6b7cc43bbe..bd9a813a77 100644 --- a/host/crypto/openssl/rsa.c +++ b/host/crypto/openssl/rsa.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/openssl/rsa.h b/host/crypto/openssl/rsa.h index 271bf9072c..f746235222 100644 --- a/host/crypto/openssl/rsa.h +++ b/host/crypto/openssl/rsa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_OPENSSL_RSA_H diff --git a/host/crypto/openssl/sha.c b/host/crypto/openssl/sha.c index 3fc51ba0a5..ef571efbf7 100644 --- a/host/crypto/openssl/sha.c +++ b/host/crypto/openssl/sha.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/crypto/rsa.h b/host/crypto/rsa.h index 327a60f9cf..c97caadc63 100644 --- a/host/crypto/rsa.h +++ b/host/crypto/rsa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_CRYPTO_RSA_H diff --git a/host/dupenv.c b/host/dupenv.c index 1b87636f28..38c336b4c4 100644 --- a/host/dupenv.c +++ b/host/dupenv.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "dupenv.h" diff --git a/host/dupenv.h b/host/dupenv.h index 1e99b84df0..f70c28270a 100644 --- a/host/dupenv.h +++ b/host/dupenv.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_DUPENV_H diff --git a/host/error.c b/host/error.c index 8f6bf25263..7f6a4e02fd 100644 --- a/host/error.c +++ b/host/error.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/files.c b/host/files.c index 114e20108e..848544d396 100644 --- a/host/files.c +++ b/host/files.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/fopen.c b/host/fopen.c index b16e87ef20..f92d2342ab 100644 --- a/host/fopen.c +++ b/host/fopen.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "fopen.h" diff --git a/host/fopen.h b/host/fopen.h index 1325aa012d..8a0c2ae4bb 100644 --- a/host/fopen.h +++ b/host/fopen.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_FOPEN_H diff --git a/host/hexdump.c b/host/hexdump.c index 0bbb4ea3d0..374ade33a1 100644 --- a/host/hexdump.c +++ b/host/hexdump.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/hostthread.h b/host/hostthread.h index 5e23df5460..09367b3af7 100644 --- a/host/hostthread.h +++ b/host/hostthread.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/host/linux/hostthread.c b/host/linux/hostthread.c index 65a87251fb..bbba03cd00 100644 --- a/host/linux/hostthread.c +++ b/host/linux/hostthread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../hostthread.h" diff --git a/host/linux/syscall.c b/host/linux/syscall.c index ef8f3812a4..dd84e4cc72 100644 --- a/host/linux/syscall.c +++ b/host/linux/syscall.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/linux/time.c b/host/linux/time.c index 1e7930049f..6bb45d219f 100644 --- a/host/linux/time.c +++ b/host/linux/time.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/linux/windows.c b/host/linux/windows.c index 3c4b461290..34457863c9 100644 --- a/host/linux/windows.c +++ b/host/linux/windows.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "windows.h" diff --git a/host/linux/windows.h b/host/linux/windows.h index 40bed4f14a..163e7c1100 100644 --- a/host/linux/windows.h +++ b/host/linux/windows.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_WINDOWS_H diff --git a/host/memalign.c b/host/memalign.c index 41253f4ee1..c87b5e7124 100644 --- a/host/memalign.c +++ b/host/memalign.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "memalign.h" diff --git a/host/memalign.h b/host/memalign.h index 72861c1407..204dd206c5 100644 --- a/host/memalign.h +++ b/host/memalign.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_MEMALIGN_H diff --git a/host/ocalls.c b/host/ocalls.c index 144eb0c1fe..c93149bd61 100644 --- a/host/ocalls.c +++ b/host/ocalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/ocalls.h b/host/ocalls.h index 6b9071b9bd..12ce6032a7 100644 --- a/host/ocalls.h +++ b/host/ocalls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_OCALLS_H diff --git a/host/optee/linux/enclave.c b/host/optee/linux/enclave.c index e5f75f1792..a54f19ba8b 100644 --- a/host/optee/linux/enclave.c +++ b/host/optee/linux/enclave.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/optee/linux/enclave.h b/host/optee/linux/enclave.h index 3301ed67f7..a9f25c18ba 100644 --- a/host/optee/linux/enclave.h +++ b/host/optee/linux/enclave.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_ENCLAVE_H diff --git a/host/optee/log.c b/host/optee/log.c index 0b05012570..5f7d96da42 100644 --- a/host/optee/log.c +++ b/host/optee/log.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/result.c b/host/result.c index ce2d83d42c..90f8b7b785 100644 --- a/host/result.c +++ b/host/result.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../common/result.c" diff --git a/host/sgx/asmdefs.h b/host/sgx/asmdefs.h index 4efe93bee2..8cc45152f0 100644 --- a/host/sgx/asmdefs.h +++ b/host/sgx/asmdefs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ASMDEFS_H diff --git a/host/sgx/calls.c b/host/sgx/calls.c index 984726139d..0fd584d17d 100644 --- a/host/sgx/calls.c +++ b/host/sgx/calls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/cpuid.h b/host/sgx/cpuid.h index 4179e4662a..227ef718bd 100644 --- a/host/sgx/cpuid.h +++ b/host/sgx/cpuid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CPUIDCOUNT_H diff --git a/host/sgx/create.c b/host/sgx/create.c index acbdc215fb..a7615803b0 100644 --- a/host/sgx/create.c +++ b/host/sgx/create.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../strings.h" diff --git a/host/sgx/elf.c b/host/sgx/elf.c index c2e03e72b1..8f0d59c8fd 100644 --- a/host/sgx/elf.c +++ b/host/sgx/elf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/enclave.c b/host/sgx/enclave.c index f7e7902044..968017668e 100644 --- a/host/sgx/enclave.c +++ b/host/sgx/enclave.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "enclave.h" diff --git a/host/sgx/enclave.h b/host/sgx/enclave.h index b914b488b4..d154b7b3d8 100644 --- a/host/sgx/enclave.h +++ b/host/sgx/enclave.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_ENCLAVE_H diff --git a/host/sgx/enclavemanager.c b/host/sgx/enclavemanager.c index ec6e1fa3cf..39aea36d2f 100644 --- a/host/sgx/enclavemanager.c +++ b/host/sgx/enclavemanager.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/exception.c b/host/sgx/exception.c index b86702d8a8..1729fa73a5 100644 --- a/host/sgx/exception.c +++ b/host/sgx/exception.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "exception.h" diff --git a/host/sgx/exception.h b/host/sgx/exception.h index 1d4ce5abd0..c5a41f3ec9 100644 --- a/host/sgx/exception.h +++ b/host/sgx/exception.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_EXCEPTION_H diff --git a/host/sgx/hostverify_report.c b/host/sgx/hostverify_report.c index 4448a0733d..b487b1a18d 100644 --- a/host/sgx/hostverify_report.c +++ b/host/sgx/hostverify_report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/linux/aep.S b/host/sgx/linux/aep.S index 5022fa4498..916ea39727 100644 --- a/host/sgx/linux/aep.S +++ b/host/sgx/linux/aep.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../asmdefs.h" diff --git a/host/sgx/linux/enter.S b/host/sgx/linux/enter.S index 4957490f8d..6c0ef66f3e 100644 --- a/host/sgx/linux/enter.S +++ b/host/sgx/linux/enter.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../asmdefs.h" diff --git a/host/sgx/linux/entersim.S b/host/sgx/linux/entersim.S index de7af84c07..b13e20338e 100644 --- a/host/sgx/linux/entersim.S +++ b/host/sgx/linux/entersim.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../asmdefs.h" diff --git a/host/sgx/linux/exception.c b/host/sgx/linux/exception.c index 8e02498bc8..75499e5b53 100644 --- a/host/sgx/linux/exception.c +++ b/host/sgx/linux/exception.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../exception.h" diff --git a/host/sgx/linux/sgxioctl.c b/host/sgx/linux/sgxioctl.c index 7cd73ff02e..4bc3f4f134 100644 --- a/host/sgx/linux/sgxioctl.c +++ b/host/sgx/linux/sgxioctl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "sgxioctl.h" diff --git a/host/sgx/linux/sgxioctl.h b/host/sgx/linux/sgxioctl.h index ac707a4dd7..325963b0c2 100644 --- a/host/sgx/linux/sgxioctl.h +++ b/host/sgx/linux/sgxioctl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXIOCTL_H diff --git a/host/sgx/linux/sgxquoteproviderloader.c b/host/sgx/linux/sgxquoteproviderloader.c index a17074135e..eb3570783a 100644 --- a/host/sgx/linux/sgxquoteproviderloader.c +++ b/host/sgx/linux/sgxquoteproviderloader.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/linux/switchless.c b/host/sgx/linux/switchless.c index 567472ca52..808a0d400c 100644 --- a/host/sgx/linux/switchless.c +++ b/host/sgx/linux/switchless.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/linux/xstate.c b/host/sgx/linux/xstate.c index a06c436d1c..338f79cfaf 100644 --- a/host/sgx/linux/xstate.c +++ b/host/sgx/linux/xstate.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../xstate.h" diff --git a/host/sgx/load.c b/host/sgx/load.c index 44c02d1650..f483e466a5 100644 --- a/host/sgx/load.c +++ b/host/sgx/load.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/loadelf.c b/host/sgx/loadelf.c index 18e81b903b..8baf65b45e 100644 --- a/host/sgx/loadelf.c +++ b/host/sgx/loadelf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/loadpe.c b/host/sgx/loadpe.c index 660fdb34dd..a9b4280c5e 100644 --- a/host/sgx/loadpe.c +++ b/host/sgx/loadpe.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/ocalls.c b/host/sgx/ocalls.c index aba1c091e2..91c4541fe1 100644 --- a/host/sgx/ocalls.c +++ b/host/sgx/ocalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/ocalls.h b/host/sgx/ocalls.h index c4bb41ea3a..3281941259 100644 --- a/host/sgx/ocalls.h +++ b/host/sgx/ocalls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_SGX_OCALLS_H diff --git a/host/sgx/platformquoteprovider.h b/host/sgx/platformquoteprovider.h index 1b9c869758..07e2ac09f5 100644 --- a/host/sgx/platformquoteprovider.h +++ b/host/sgx/platformquoteprovider.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/host/sgx/quote.c b/host/sgx/quote.c index 514cce2fd5..646d3a865f 100644 --- a/host/sgx/quote.c +++ b/host/sgx/quote.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "quote.h" diff --git a/host/sgx/quote.h b/host/sgx/quote.h index 2b5377ce94..71ae20c7b0 100644 --- a/host/sgx/quote.h +++ b/host/sgx/quote.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_QUOTE_H diff --git a/host/sgx/registers.c b/host/sgx/registers.c index d661f67ad7..00fb33963f 100644 --- a/host/sgx/registers.c +++ b/host/sgx/registers.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(__linux__) diff --git a/host/sgx/report.c b/host/sgx/report.c index daa6f5409b..65ab2a34d8 100644 --- a/host/sgx/report.c +++ b/host/sgx/report.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/sgx_u_wrapper.c b/host/sgx/sgx_u_wrapper.c index 3eed2da9ab..503ad26c48 100644 --- a/host/sgx/sgx_u_wrapper.c +++ b/host/sgx/sgx_u_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/sgxload.c b/host/sgx/sgxload.c index f639b086f2..d057ee59e6 100644 --- a/host/sgx/sgxload.c +++ b/host/sgx/sgxload.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "sgxload.h" diff --git a/host/sgx/sgxload.h b/host/sgx/sgxload.h index 753ff749cf..9c0b7258c9 100644 --- a/host/sgx/sgxload.h +++ b/host/sgx/sgxload.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXLOAD_H diff --git a/host/sgx/sgxmeasure.c b/host/sgx/sgxmeasure.c index 0b3ce7e098..07c31bfb5b 100644 --- a/host/sgx/sgxmeasure.c +++ b/host/sgx/sgxmeasure.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "sgxmeasure.h" diff --git a/host/sgx/sgxmeasure.h b/host/sgx/sgxmeasure.h index 268185eba3..a23263d2cb 100644 --- a/host/sgx/sgxmeasure.h +++ b/host/sgx/sgxmeasure.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXMEASURE_H diff --git a/host/sgx/sgxquote.c b/host/sgx/sgxquote.c index 32fee66107..3a23fda2a6 100644 --- a/host/sgx/sgxquote.c +++ b/host/sgx/sgxquote.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_LINK_SGX_DCAP_QL) diff --git a/host/sgx/sgxquote.h b/host/sgx/sgxquote.h index 6417653621..0bd5761b8a 100644 --- a/host/sgx/sgxquote.h +++ b/host/sgx/sgxquote.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXQUOTE_H diff --git a/host/sgx/sgxquoteprovider.c b/host/sgx/sgxquoteprovider.c index 12116c12b8..bd7b83660d 100644 --- a/host/sgx/sgxquoteprovider.c +++ b/host/sgx/sgxquoteprovider.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/sgxquoteprovider.h b/host/sgx/sgxquoteprovider.h index 1658800f3e..79462cc580 100644 --- a/host/sgx/sgxquoteprovider.h +++ b/host/sgx/sgxquoteprovider.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGX_HOST_QUOTE_PROVIDER_H diff --git a/host/sgx/sgxsign.c b/host/sgx/sgxsign.c index 82f3604603..dd2bf28a98 100644 --- a/host/sgx/sgxsign.c +++ b/host/sgx/sgxsign.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/sgxtypes.c b/host/sgx/sgxtypes.c index fd0da988c7..5663b0d46f 100644 --- a/host/sgx/sgxtypes.c +++ b/host/sgx/sgxtypes.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/switchless.c b/host/sgx/switchless.c index 52261c91e9..679f21d4b8 100644 --- a/host/sgx/switchless.c +++ b/host/sgx/switchless.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/windows/aep.asm b/host/sgx/windows/aep.asm index b26cf028ca..79e05d8504 100644 --- a/host/sgx/windows/aep.asm +++ b/host/sgx/windows/aep.asm @@ -1,4 +1,4 @@ -;; Copyright (c) Microsoft Corporation. All rights reserved. +;; Copyright (c) Open Enclave SDK contributors. ;; Licensed under the MIT License. include ksamd64.inc diff --git a/host/sgx/windows/debugrtbridge.c b/host/sgx/windows/debugrtbridge.c index 5be82e846f..be859906cf 100644 --- a/host/sgx/windows/debugrtbridge.c +++ b/host/sgx/windows/debugrtbridge.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/windows/enter.asm b/host/sgx/windows/enter.asm index 2cb7881a62..dcbfdfe54b 100644 --- a/host/sgx/windows/enter.asm +++ b/host/sgx/windows/enter.asm @@ -1,4 +1,4 @@ -;; Copyright (c) Microsoft Corporation. All rights reserved. +;; Copyright (c) Open Enclave SDK contributors. ;; Licensed under the MIT License. include ksamd64.inc diff --git a/host/sgx/windows/entersim.asm b/host/sgx/windows/entersim.asm index 4e1514be37..229759f074 100644 --- a/host/sgx/windows/entersim.asm +++ b/host/sgx/windows/entersim.asm @@ -1,4 +1,4 @@ -;; Copyright (c) Microsoft Corporation. All rights reserved. +;; Copyright (c) Open Enclave SDK contributors. ;; Licensed under the MIT License. include ksamd64.inc diff --git a/host/sgx/windows/exception.c b/host/sgx/windows/exception.c index 71e7634175..1ad77cdf4f 100644 --- a/host/sgx/windows/exception.c +++ b/host/sgx/windows/exception.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../exception.h" diff --git a/host/sgx/windows/host_context.asm b/host/sgx/windows/host_context.asm index d0aff41691..7221c2d962 100644 --- a/host/sgx/windows/host_context.asm +++ b/host/sgx/windows/host_context.asm @@ -1,4 +1,4 @@ -;; Copyright (c) Microsoft Corporation. All rights reserved. +;; Copyright (c) Open Enclave SDK contributors. ;; Licensed under the MIT License. OE_CONTEXT_FLAGS EQU 00 diff --git a/host/sgx/windows/sgxquoteproviderloader.c b/host/sgx/windows/sgxquoteproviderloader.c index 3b18a04623..6e4eb42718 100644 --- a/host/sgx/windows/sgxquoteproviderloader.c +++ b/host/sgx/windows/sgxquoteproviderloader.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/windows/switchless.c b/host/sgx/windows/switchless.c index e845249390..0931c935b8 100644 --- a/host/sgx/windows/switchless.c +++ b/host/sgx/windows/switchless.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/sgx/windows/xstate.c b/host/sgx/windows/xstate.c index 5eca0d3d30..14e7640dcd 100644 --- a/host/sgx/windows/xstate.c +++ b/host/sgx/windows/xstate.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../xstate.h" diff --git a/host/sgx/xstate.h b/host/sgx/xstate.h index 7585736efc..4c73f221e6 100644 --- a/host/sgx/xstate.h +++ b/host/sgx/xstate.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_XSTATE_H diff --git a/host/signkey.c b/host/signkey.c index 696a3e9f8e..172055aae9 100644 --- a/host/signkey.c +++ b/host/signkey.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "signkey.h" diff --git a/host/signkey.h b/host/signkey.h index dbaf5feba9..a022120779 100644 --- a/host/signkey.h +++ b/host/signkey.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_SIGNKEY_H diff --git a/host/strings.c b/host/strings.c index f4d2ee61a8..dde3cb1b13 100644 --- a/host/strings.c +++ b/host/strings.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "strings.h" diff --git a/host/strings.h b/host/strings.h index fb7f6609f8..ce66e47b3c 100644 --- a/host/strings.h +++ b/host/strings.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HOST_STRINGS_H diff --git a/host/syscall_u_wrapper.c b/host/syscall_u_wrapper.c index e04bc51fe1..d7e5fae6f9 100644 --- a/host/syscall_u_wrapper.c +++ b/host/syscall_u_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/tee_u_wrapper.c b/host/tee_u_wrapper.c index 6832ed0387..7691583a9f 100644 --- a/host/tee_u_wrapper.c +++ b/host/tee_u_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/tests.c b/host/tests.c index 3deeef5de6..8bcdacd5a2 100644 --- a/host/tests.c +++ b/host/tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/traceh.c b/host/traceh.c index da2aec2a32..ba628e0d90 100644 --- a/host/traceh.c +++ b/host/traceh.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/traceh_enclave.c b/host/traceh_enclave.c index 4a1a13fb9f..f105f46a32 100644 --- a/host/traceh_enclave.c +++ b/host/traceh_enclave.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/host/windows/hostthread.c b/host/windows/hostthread.c index 2c42368385..0e73fd9720 100644 --- a/host/windows/hostthread.c +++ b/host/windows/hostthread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../hostthread.h" diff --git a/host/windows/syscall.c b/host/windows/syscall.c index 047036f658..0fdafb1f82 100644 --- a/host/windows/syscall.c +++ b/host/windows/syscall.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/host/windows/time.c b/host/windows/time.c index ca848ab58d..0c40096cab 100644 --- a/host/windows/time.c +++ b/host/windows/time.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 8e247028e4..15e4a6cfcb 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OE main include files, add interface library, add install steps diff --git a/include/openenclave/bits/defs.h b/include/openenclave/bits/defs.h index 7e5bdcacf6..aa30975854 100644 --- a/include/openenclave/bits/defs.h +++ b/include/openenclave/bits/defs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_DEFS_H diff --git a/include/openenclave/bits/exception.h b/include/openenclave/bits/exception.h index 6e4e16f3dd..2bda489e11 100644 --- a/include/openenclave/bits/exception.h +++ b/include/openenclave/bits/exception.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/fs.h b/include/openenclave/bits/fs.h index 6ed53c1c17..f7220c44f6 100644 --- a/include/openenclave/bits/fs.h +++ b/include/openenclave/bits/fs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_FS_H diff --git a/include/openenclave/bits/module.h b/include/openenclave/bits/module.h index 9cca479894..09bdef92e0 100644 --- a/include/openenclave/bits/module.h +++ b/include/openenclave/bits/module.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/optee/opteeproperties.h b/include/openenclave/bits/optee/opteeproperties.h index 79531eaa3e..2d7f6d7346 100644 --- a/include/openenclave/bits/optee/opteeproperties.h +++ b/include/openenclave/bits/optee/opteeproperties.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // Additional copyrights follow: diff --git a/include/openenclave/bits/properties.h b/include/openenclave/bits/properties.h index a2cbf35eda..fb4e1841dc 100644 --- a/include/openenclave/bits/properties.h +++ b/include/openenclave/bits/properties.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/report.h b/include/openenclave/bits/report.h index 1f09fc09f7..cc33063c42 100644 --- a/include/openenclave/bits/report.h +++ b/include/openenclave/bits/report.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/result.h b/include/openenclave/bits/result.h index f931aca9b4..89ced3b075 100644 --- a/include/openenclave/bits/result.h +++ b/include/openenclave/bits/result.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/safecrt.h b/include/openenclave/bits/safecrt.h index fd9a427cd1..f429c6702d 100644 --- a/include/openenclave/bits/safecrt.h +++ b/include/openenclave/bits/safecrt.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SAFECRT_H diff --git a/include/openenclave/bits/safemath.h b/include/openenclave/bits/safemath.h index 995706b533..789d216679 100644 --- a/include/openenclave/bits/safemath.h +++ b/include/openenclave/bits/safemath.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SAFEMATH_H diff --git a/include/openenclave/bits/sgx/sgxproperties.h b/include/openenclave/bits/sgx/sgxproperties.h index 826a85d21c..3dd2aa8ec5 100644 --- a/include/openenclave/bits/sgx/sgxproperties.h +++ b/include/openenclave/bits/sgx/sgxproperties.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/bits/types.h b/include/openenclave/bits/types.h index 9b06060025..65054158fc 100644 --- a/include/openenclave/bits/types.h +++ b/include/openenclave/bits/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/corelibc/assert.h b/include/openenclave/corelibc/assert.h index 95f235b5aa..6f015d60b3 100644 --- a/include/openenclave/corelibc/assert.h +++ b/include/openenclave/corelibc/assert.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ASSERT_H diff --git a/include/openenclave/corelibc/bits/atexit.h b/include/openenclave/corelibc/bits/atexit.h index 1be51037b3..e47fc4518e 100644 --- a/include/openenclave/corelibc/bits/atexit.h +++ b/include/openenclave/corelibc/bits/atexit.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_ATEXIT_H diff --git a/include/openenclave/corelibc/bits/defs.h b/include/openenclave/corelibc/bits/defs.h index cb5c20b0b0..d0af6f8cc3 100644 --- a/include/openenclave/corelibc/bits/defs.h +++ b/include/openenclave/corelibc/bits/defs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CORELIBC_BITS_DEFS_H diff --git a/include/openenclave/corelibc/bits/jmp_buf.h b/include/openenclave/corelibc/bits/jmp_buf.h index a5a84fb3f9..9b2a7c5dc8 100644 --- a/include/openenclave/corelibc/bits/jmp_buf.h +++ b/include/openenclave/corelibc/bits/jmp_buf.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* These are the registers that are preserved across function calls diff --git a/include/openenclave/corelibc/bits/malloc.h b/include/openenclave/corelibc/bits/malloc.h index a4f459004a..5c2d491f51 100644 --- a/include/openenclave/corelibc/bits/malloc.h +++ b/include/openenclave/corelibc/bits/malloc.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_MALLOC_H diff --git a/include/openenclave/corelibc/bits/pthread_cond.h b/include/openenclave/corelibc/bits/pthread_cond.h index 06416eede0..696a409af1 100644 --- a/include/openenclave/corelibc/bits/pthread_cond.h +++ b/include/openenclave/corelibc/bits/pthread_cond.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_COND_H diff --git a/include/openenclave/corelibc/bits/pthread_create.h b/include/openenclave/corelibc/bits/pthread_create.h index 1d88545b42..8cc1a936fb 100644 --- a/include/openenclave/corelibc/bits/pthread_create.h +++ b/include/openenclave/corelibc/bits/pthread_create.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_CREATE_H diff --git a/include/openenclave/corelibc/bits/pthread_def.h b/include/openenclave/corelibc/bits/pthread_def.h index 7869c362d9..b3202cb356 100644 --- a/include/openenclave/corelibc/bits/pthread_def.h +++ b/include/openenclave/corelibc/bits/pthread_def.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_DEF_H diff --git a/include/openenclave/corelibc/bits/pthread_equal.h b/include/openenclave/corelibc/bits/pthread_equal.h index 5801f2621a..a695a905dc 100644 --- a/include/openenclave/corelibc/bits/pthread_equal.h +++ b/include/openenclave/corelibc/bits/pthread_equal.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_EQUAL_H diff --git a/include/openenclave/corelibc/bits/pthread_key.h b/include/openenclave/corelibc/bits/pthread_key.h index 05375e7827..936dab0f57 100644 --- a/include/openenclave/corelibc/bits/pthread_key.h +++ b/include/openenclave/corelibc/bits/pthread_key.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_KEY_H diff --git a/include/openenclave/corelibc/bits/pthread_mutex.h b/include/openenclave/corelibc/bits/pthread_mutex.h index 3a60680654..4995a618a8 100644 --- a/include/openenclave/corelibc/bits/pthread_mutex.h +++ b/include/openenclave/corelibc/bits/pthread_mutex.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_MUTEX_H diff --git a/include/openenclave/corelibc/bits/pthread_once.h b/include/openenclave/corelibc/bits/pthread_once.h index a2a10a60c6..df7f413751 100644 --- a/include/openenclave/corelibc/bits/pthread_once.h +++ b/include/openenclave/corelibc/bits/pthread_once.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_ONCE_H diff --git a/include/openenclave/corelibc/bits/pthread_rwlock.h b/include/openenclave/corelibc/bits/pthread_rwlock.h index 35140756fb..adfaffb892 100644 --- a/include/openenclave/corelibc/bits/pthread_rwlock.h +++ b/include/openenclave/corelibc/bits/pthread_rwlock.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_RWLOCK_H diff --git a/include/openenclave/corelibc/bits/pthread_spin.h b/include/openenclave/corelibc/bits/pthread_spin.h index 70d9907596..bcaa949671 100644 --- a/include/openenclave/corelibc/bits/pthread_spin.h +++ b/include/openenclave/corelibc/bits/pthread_spin.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_PTHREAD_SPIN_H diff --git a/include/openenclave/corelibc/bits/stdfile.h b/include/openenclave/corelibc/bits/stdfile.h index 94f67700c1..bee2a820ba 100644 --- a/include/openenclave/corelibc/bits/stdfile.h +++ b/include/openenclave/corelibc/bits/stdfile.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_STDFILE_H diff --git a/include/openenclave/corelibc/bits/strtoul.h b/include/openenclave/corelibc/bits/strtoul.h index 5b2ad761cc..96acd49e35 100644 --- a/include/openenclave/corelibc/bits/strtoul.h +++ b/include/openenclave/corelibc/bits/strtoul.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BITS_STRTOUL_H diff --git a/include/openenclave/corelibc/bits/types.h b/include/openenclave/corelibc/bits/types.h index 384919662f..1e86e0cbee 100644 --- a/include/openenclave/corelibc/bits/types.h +++ b/include/openenclave/corelibc/bits/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CORELIBC_BITS_TYPES_H diff --git a/include/openenclave/corelibc/ctype.h b/include/openenclave/corelibc/ctype.h index f531c2d77f..d1f2dba6fe 100644 --- a/include/openenclave/corelibc/ctype.h +++ b/include/openenclave/corelibc/ctype.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CTYPE_H diff --git a/include/openenclave/corelibc/endian.h b/include/openenclave/corelibc/endian.h index 23332f478c..6d7b91e446 100644 --- a/include/openenclave/corelibc/endian.h +++ b/include/openenclave/corelibc/endian.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* This header is a dependency for directly compiling MUSL memcpy diff --git a/include/openenclave/corelibc/errno.h b/include/openenclave/corelibc/errno.h index ac8e1198fa..87de95ff1e 100644 --- a/include/openenclave/corelibc/errno.h +++ b/include/openenclave/corelibc/errno.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ERRNO_H diff --git a/include/openenclave/corelibc/inttypes.h b/include/openenclave/corelibc/inttypes.h index d194bed477..cb1923a6f4 100644 --- a/include/openenclave/corelibc/inttypes.h +++ b/include/openenclave/corelibc/inttypes.h @@ -1,2 +1,2 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. diff --git a/include/openenclave/corelibc/limits.h b/include/openenclave/corelibc/limits.h index 686335873e..2f3020534c 100644 --- a/include/openenclave/corelibc/limits.h +++ b/include/openenclave/corelibc/limits.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_LIMITS_H diff --git a/include/openenclave/corelibc/pthread.h b/include/openenclave/corelibc/pthread.h index db8748ef4c..6a65aa40d7 100644 --- a/include/openenclave/corelibc/pthread.h +++ b/include/openenclave/corelibc/pthread.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_PTHREAD_H diff --git a/include/openenclave/corelibc/sched.h b/include/openenclave/corelibc/sched.h index f89204cbb1..c23eb55320 100644 --- a/include/openenclave/corelibc/sched.h +++ b/include/openenclave/corelibc/sched.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SCHED_H diff --git a/include/openenclave/corelibc/setjmp.h b/include/openenclave/corelibc/setjmp.h index e5659359fb..e1664459a8 100644 --- a/include/openenclave/corelibc/setjmp.h +++ b/include/openenclave/corelibc/setjmp.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SETJMP_H diff --git a/include/openenclave/corelibc/stdarg.h b/include/openenclave/corelibc/stdarg.h index d1c7160db1..b671aaa2c4 100644 --- a/include/openenclave/corelibc/stdarg.h +++ b/include/openenclave/corelibc/stdarg.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDARG_H diff --git a/include/openenclave/corelibc/stdbool.h b/include/openenclave/corelibc/stdbool.h index b4ccf603aa..315038a9fb 100644 --- a/include/openenclave/corelibc/stdbool.h +++ b/include/openenclave/corelibc/stdbool.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDBOOL_H diff --git a/include/openenclave/corelibc/stddef.h b/include/openenclave/corelibc/stddef.h index 7f31c61d6d..c37ff05acd 100644 --- a/include/openenclave/corelibc/stddef.h +++ b/include/openenclave/corelibc/stddef.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDDEF_H diff --git a/include/openenclave/corelibc/stdint.h b/include/openenclave/corelibc/stdint.h index 4330bbf430..320960b796 100644 --- a/include/openenclave/corelibc/stdint.h +++ b/include/openenclave/corelibc/stdint.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDINT_H diff --git a/include/openenclave/corelibc/stdio.h b/include/openenclave/corelibc/stdio.h index 8c86ccc604..3d9ec1335e 100644 --- a/include/openenclave/corelibc/stdio.h +++ b/include/openenclave/corelibc/stdio.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDIO_H diff --git a/include/openenclave/corelibc/stdlib.h b/include/openenclave/corelibc/stdlib.h index e57ce8bd43..34ac255178 100644 --- a/include/openenclave/corelibc/stdlib.h +++ b/include/openenclave/corelibc/stdlib.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STDLIB_H diff --git a/include/openenclave/corelibc/string.h b/include/openenclave/corelibc/string.h index 886b2d9e0a..13525b7b5d 100644 --- a/include/openenclave/corelibc/string.h +++ b/include/openenclave/corelibc/string.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STRING_H diff --git a/include/openenclave/corelibc/time.h b/include/openenclave/corelibc/time.h index d29636799b..20a49a4632 100644 --- a/include/openenclave/corelibc/time.h +++ b/include/openenclave/corelibc/time.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TIME_H diff --git a/include/openenclave/corelibc/wchar.h b/include/openenclave/corelibc/wchar.h index d194bed477..cb1923a6f4 100644 --- a/include/openenclave/corelibc/wchar.h +++ b/include/openenclave/corelibc/wchar.h @@ -1,2 +1,2 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. diff --git a/include/openenclave/edger8r/common.h b/include/openenclave/edger8r/common.h index 73aa6d52d4..2aa86d98fd 100644 --- a/include/openenclave/edger8r/common.h +++ b/include/openenclave/edger8r/common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/edger8r/enclave.h b/include/openenclave/edger8r/enclave.h index a502fba0a7..27f88699f6 100644 --- a/include/openenclave/edger8r/enclave.h +++ b/include/openenclave/edger8r/enclave.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/edger8r/host.h b/include/openenclave/edger8r/host.h index 7b9907d33f..2ac11b0ed8 100644 --- a/include/openenclave/edger8r/host.h +++ b/include/openenclave/edger8r/host.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/enclave.h b/include/openenclave/enclave.h index 5c89747324..8a3543cf9f 100644 --- a/include/openenclave/enclave.h +++ b/include/openenclave/enclave.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/host.h b/include/openenclave/host.h index 3a3e0eb165..ce6cca61ee 100644 --- a/include/openenclave/host.h +++ b/include/openenclave/host.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/host_verify.h b/include/openenclave/host_verify.h index dad2758224..48e400f444 100644 --- a/include/openenclave/host_verify.h +++ b/include/openenclave/host_verify.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/argv.h b/include/openenclave/internal/argv.h index 0defdea2cf..9738dfc868 100644 --- a/include/openenclave/internal/argv.h +++ b/include/openenclave/internal/argv.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_ARGV_H diff --git a/include/openenclave/internal/asn1.h b/include/openenclave/internal/asn1.h index 107f3350ae..b9a0cd6870 100644 --- a/include/openenclave/internal/asn1.h +++ b/include/openenclave/internal/asn1.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/atomic.h b/include/openenclave/internal/atomic.h index 5e177bc786..a463a584d6 100644 --- a/include/openenclave/internal/atomic.h +++ b/include/openenclave/internal/atomic.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ATOMIC_H diff --git a/include/openenclave/internal/backtrace.h b/include/openenclave/internal/backtrace.h index 8fd28676f9..ff4748213c 100644 --- a/include/openenclave/internal/backtrace.h +++ b/include/openenclave/internal/backtrace.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_BACKTRACE_H diff --git a/include/openenclave/internal/calls.h b/include/openenclave/internal/calls.h index 7025e44843..e09ed5d548 100644 --- a/include/openenclave/internal/calls.h +++ b/include/openenclave/internal/calls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CALLS_H diff --git a/include/openenclave/internal/cert.h b/include/openenclave/internal/cert.h index f993acf8d8..bf228b7a05 100644 --- a/include/openenclave/internal/cert.h +++ b/include/openenclave/internal/cert.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CERT_INTERNAL_H diff --git a/include/openenclave/internal/constants_x64.h b/include/openenclave/internal/constants_x64.h index b74ec90c41..51238c2478 100644 --- a/include/openenclave/internal/constants_x64.h +++ b/include/openenclave/internal/constants_x64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_CONSTANTS_X64_H diff --git a/include/openenclave/internal/context.h b/include/openenclave/internal/context.h index 07ae5dda5e..c66c2c6cf6 100644 --- a/include/openenclave/internal/context.h +++ b/include/openenclave/internal/context.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_CONTEXT_H diff --git a/include/openenclave/internal/context.inc b/include/openenclave/internal/context.inc index c293de2ebc..8fc6bf2ceb 100644 --- a/include/openenclave/internal/context.inc +++ b/include/openenclave/internal/context.inc @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/include/openenclave/internal/cpuid.h b/include/openenclave/internal/cpuid.h index 9a79509e51..1b64b71e0f 100644 --- a/include/openenclave/internal/cpuid.h +++ b/include/openenclave/internal/cpuid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CPUID_H diff --git a/include/openenclave/internal/crypto/asn1.h b/include/openenclave/internal/crypto/asn1.h index 1a7a3b15f2..f0cae3c65f 100644 --- a/include/openenclave/internal/crypto/asn1.h +++ b/include/openenclave/internal/crypto/asn1.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/crypto/cert.h b/include/openenclave/internal/crypto/cert.h index ee9bf8d8b2..3823130cf0 100644 --- a/include/openenclave/internal/crypto/cert.h +++ b/include/openenclave/internal/crypto/cert.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CERT_H diff --git a/include/openenclave/internal/crypto/cmac.h b/include/openenclave/internal/crypto/cmac.h index 831ede86a4..c607a885c6 100644 --- a/include/openenclave/internal/crypto/cmac.h +++ b/include/openenclave/internal/crypto/cmac.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CMAC_H diff --git a/include/openenclave/internal/crypto/crl.h b/include/openenclave/internal/crypto/crl.h index 8d0fb3f1be..ab26c01cfa 100644 --- a/include/openenclave/internal/crypto/crl.h +++ b/include/openenclave/internal/crypto/crl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CRL_H diff --git a/include/openenclave/internal/crypto/ec.h b/include/openenclave/internal/crypto/ec.h index 8bebde5b5c..feceec75e9 100644 --- a/include/openenclave/internal/crypto/ec.h +++ b/include/openenclave/internal/crypto/ec.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_EC_H diff --git a/include/openenclave/internal/crypto/hash.h b/include/openenclave/internal/crypto/hash.h index bcdb9c4cfc..8c58aac129 100644 --- a/include/openenclave/internal/crypto/hash.h +++ b/include/openenclave/internal/crypto/hash.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HASH_H diff --git a/include/openenclave/internal/crypto/hmac.h b/include/openenclave/internal/crypto/hmac.h index a712b8d6a4..91a701cc60 100644 --- a/include/openenclave/internal/crypto/hmac.h +++ b/include/openenclave/internal/crypto/hmac.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HMAC_H diff --git a/include/openenclave/internal/crypto/kdf.h b/include/openenclave/internal/crypto/kdf.h index 374ad32c60..c187ce4d29 100644 --- a/include/openenclave/internal/crypto/kdf.h +++ b/include/openenclave/internal/crypto/kdf.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_KDF_H diff --git a/include/openenclave/internal/crypto/oid.h b/include/openenclave/internal/crypto/oid.h index e5e67af981..9de30e97bc 100644 --- a/include/openenclave/internal/crypto/oid.h +++ b/include/openenclave/internal/crypto/oid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_OID_H diff --git a/include/openenclave/internal/crypto/sha.h b/include/openenclave/internal/crypto/sha.h index 355e0c99a0..796b091c47 100644 --- a/include/openenclave/internal/crypto/sha.h +++ b/include/openenclave/internal/crypto/sha.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SHA_H diff --git a/include/openenclave/internal/datetime.h b/include/openenclave/internal/datetime.h index 4b426fd42e..d9e98c665b 100644 --- a/include/openenclave/internal/datetime.h +++ b/include/openenclave/internal/datetime.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_DATETIME_H diff --git a/include/openenclave/internal/debugrt/host.h b/include/openenclave/internal/debugrt/host.h index e0fa85b621..bc19bb8712 100644 --- a/include/openenclave/internal/debugrt/host.h +++ b/include/openenclave/internal/debugrt/host.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/defs.h b/include/openenclave/internal/defs.h index 75e8d4150d..30d97b9b40 100644 --- a/include/openenclave/internal/defs.h +++ b/include/openenclave/internal/defs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_DEFS_H diff --git a/include/openenclave/internal/ec.h b/include/openenclave/internal/ec.h index 6db40cdc65..e6fe924249 100644 --- a/include/openenclave/internal/ec.h +++ b/include/openenclave/internal/ec.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_EC_INTERNAL_H diff --git a/include/openenclave/internal/elf.h b/include/openenclave/internal/elf.h index b2572c4ce9..acac5218c3 100644 --- a/include/openenclave/internal/elf.h +++ b/include/openenclave/internal/elf.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ELF_H diff --git a/include/openenclave/internal/entropy.h b/include/openenclave/internal/entropy.h index 6ea2ad21a4..e9df1e3a0b 100644 --- a/include/openenclave/internal/entropy.h +++ b/include/openenclave/internal/entropy.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ENTROPY_H diff --git a/include/openenclave/internal/epid.h b/include/openenclave/internal/epid.h index fd51514193..23d6f5dc23 100644 --- a/include/openenclave/internal/epid.h +++ b/include/openenclave/internal/epid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/include/openenclave/internal/error.h b/include/openenclave/internal/error.h index 9019a93946..d0c3e521f9 100644 --- a/include/openenclave/internal/error.h +++ b/include/openenclave/internal/error.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ERROR_H diff --git a/include/openenclave/internal/fault.h b/include/openenclave/internal/fault.h index ca294a99c3..85f21ecbd1 100644 --- a/include/openenclave/internal/fault.h +++ b/include/openenclave/internal/fault.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_FAULT_H diff --git a/include/openenclave/internal/files.h b/include/openenclave/internal/files.h index 33fbe64e60..0d4b94625f 100644 --- a/include/openenclave/internal/files.h +++ b/include/openenclave/internal/files.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_FILES_H diff --git a/include/openenclave/internal/globals.h b/include/openenclave/internal/globals.h index b4a60cfcf7..acf9f89cf6 100644 --- a/include/openenclave/internal/globals.h +++ b/include/openenclave/internal/globals.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_GLOBALS_H diff --git a/include/openenclave/internal/hexdump.h b/include/openenclave/internal/hexdump.h index 63cec3310f..55ee11556c 100644 --- a/include/openenclave/internal/hexdump.h +++ b/include/openenclave/internal/hexdump.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_HEXDUMP_H diff --git a/include/openenclave/internal/jump.h b/include/openenclave/internal/jump.h index 1693868b43..3809c0fae3 100644 --- a/include/openenclave/internal/jump.h +++ b/include/openenclave/internal/jump.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_JUMP_H diff --git a/include/openenclave/internal/kdf.h b/include/openenclave/internal/kdf.h index 212236e5c2..4f15fec648 100644 --- a/include/openenclave/internal/kdf.h +++ b/include/openenclave/internal/kdf.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_KDF_INTERNAL_H diff --git a/include/openenclave/internal/load.h b/include/openenclave/internal/load.h index d268730a39..3a5d022912 100644 --- a/include/openenclave/internal/load.h +++ b/include/openenclave/internal/load.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_LOAD_H diff --git a/include/openenclave/internal/malloc.h b/include/openenclave/internal/malloc.h index 03482ddc99..40b9c858d2 100644 --- a/include/openenclave/internal/malloc.h +++ b/include/openenclave/internal/malloc.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_MALLOC_H diff --git a/include/openenclave/internal/mem.h b/include/openenclave/internal/mem.h index d928434138..2e8787fdc0 100644 --- a/include/openenclave/internal/mem.h +++ b/include/openenclave/internal/mem.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _MEM_H diff --git a/include/openenclave/internal/pem.h b/include/openenclave/internal/pem.h index 22005e3190..37cd625503 100644 --- a/include/openenclave/internal/pem.h +++ b/include/openenclave/internal/pem.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_PEM_H diff --git a/include/openenclave/internal/print.h b/include/openenclave/internal/print.h index 3eb15e079c..ee28d6c494 100644 --- a/include/openenclave/internal/print.h +++ b/include/openenclave/internal/print.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_PRINT_H diff --git a/include/openenclave/internal/properties.h b/include/openenclave/internal/properties.h index 73ae94a9d2..1379d16e5a 100644 --- a/include/openenclave/internal/properties.h +++ b/include/openenclave/internal/properties.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_PROPERTIES_H diff --git a/include/openenclave/internal/pthreadhooks.h b/include/openenclave/internal/pthreadhooks.h index fd8b7d364a..6d5d77589f 100644 --- a/include/openenclave/internal/pthreadhooks.h +++ b/include/openenclave/internal/pthreadhooks.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_PTHREADHOOKS_H diff --git a/include/openenclave/internal/raise.h b/include/openenclave/internal/raise.h index b9297b7a45..4a4fa71f91 100644 --- a/include/openenclave/internal/raise.h +++ b/include/openenclave/internal/raise.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/random.h b/include/openenclave/internal/random.h index 400c537bef..989ce4a033 100644 --- a/include/openenclave/internal/random.h +++ b/include/openenclave/internal/random.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_RANDOM_INTERNAL_H diff --git a/include/openenclave/internal/rdrand.h b/include/openenclave/internal/rdrand.h index 1189026843..55a0caa55d 100644 --- a/include/openenclave/internal/rdrand.h +++ b/include/openenclave/internal/rdrand.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_RDRAND_H diff --git a/include/openenclave/internal/rdseed.h b/include/openenclave/internal/rdseed.h index 6e1618c042..12263e1d39 100644 --- a/include/openenclave/internal/rdseed.h +++ b/include/openenclave/internal/rdseed.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_RDSEED_H diff --git a/include/openenclave/internal/registers.h b/include/openenclave/internal/registers.h index dbb81242aa..1a38147b51 100644 --- a/include/openenclave/internal/registers.h +++ b/include/openenclave/internal/registers.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_ASM_H diff --git a/include/openenclave/internal/report.h b/include/openenclave/internal/report.h index 00b24c465f..b1a1a87038 100644 --- a/include/openenclave/internal/report.h +++ b/include/openenclave/internal/report.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INCLUDE_REPORT_H_ diff --git a/include/openenclave/internal/result.h b/include/openenclave/internal/result.h index 45939d34f3..f412528cf2 100644 --- a/include/openenclave/internal/result.h +++ b/include/openenclave/internal/result.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /** diff --git a/include/openenclave/internal/rsa.h b/include/openenclave/internal/rsa.h index cc22d99341..b2b3b0ac15 100644 --- a/include/openenclave/internal/rsa.h +++ b/include/openenclave/internal/rsa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_RSA_H diff --git a/include/openenclave/internal/sgx/sgxproperties.h b/include/openenclave/internal/sgx/sgxproperties.h index b6d02afcd5..f7b59b4903 100644 --- a/include/openenclave/internal/sgx/sgxproperties.h +++ b/include/openenclave/internal/sgx/sgxproperties.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_SGX_PROPERTIES_H diff --git a/include/openenclave/internal/sgxcertextensions.h b/include/openenclave/internal/sgxcertextensions.h index 046c648176..7ad23ffbd3 100644 --- a/include/openenclave/internal/sgxcertextensions.h +++ b/include/openenclave/internal/sgxcertextensions.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXCERTEXTENSIONS_H diff --git a/include/openenclave/internal/sgxcreate.h b/include/openenclave/internal/sgxcreate.h index 0344612934..a7db1d9d8f 100644 --- a/include/openenclave/internal/sgxcreate.h +++ b/include/openenclave/internal/sgxcreate.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXCREATE_H diff --git a/include/openenclave/internal/sgxkeys.h b/include/openenclave/internal/sgxkeys.h index ba128085b6..68ab543e52 100644 --- a/include/openenclave/internal/sgxkeys.h +++ b/include/openenclave/internal/sgxkeys.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_KEYS_H diff --git a/include/openenclave/internal/sgxsign.h b/include/openenclave/internal/sgxsign.h index 8b83832129..83c65296d5 100644 --- a/include/openenclave/internal/sgxsign.h +++ b/include/openenclave/internal/sgxsign.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SIGNSGX_H diff --git a/include/openenclave/internal/sgxtypes.h b/include/openenclave/internal/sgxtypes.h index 22c689fe15..ca0927a38c 100644 --- a/include/openenclave/internal/sgxtypes.h +++ b/include/openenclave/internal/sgxtypes.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SGXTYPES_H diff --git a/include/openenclave/internal/stack_alloc.h b/include/openenclave/internal/stack_alloc.h index cc83d7c5c6..dc33fcd20b 100644 --- a/include/openenclave/internal/stack_alloc.h +++ b/include/openenclave/internal/stack_alloc.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STACK_ALLOC_H diff --git a/include/openenclave/internal/str.h b/include/openenclave/internal/str.h index 0b09c5b3ef..40a1a294fe 100644 --- a/include/openenclave/internal/str.h +++ b/include/openenclave/internal/str.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STR_H diff --git a/include/openenclave/internal/switchless.h b/include/openenclave/internal/switchless.h index 24b9e09ecc..a6c3d37427 100644 --- a/include/openenclave/internal/switchless.h +++ b/include/openenclave/internal/switchless.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SWITCHLESS_H diff --git a/include/openenclave/internal/syscall.h b/include/openenclave/internal/syscall.h index 5abb407193..5e15d248e2 100644 --- a/include/openenclave/internal/syscall.h +++ b/include/openenclave/internal/syscall.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_SYSCALL_H diff --git a/include/openenclave/internal/syscall/arpa/inet.h b/include/openenclave/internal/syscall/arpa/inet.h index c2d0e24eed..69d0162e17 100644 --- a/include/openenclave/internal/syscall/arpa/inet.h +++ b/include/openenclave/internal/syscall/arpa/inet.h @@ -1,4 +1,4 @@ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* Copyright (c) Open Enclave SDK contributors. */ /* Licensed under the MIT License. */ #ifndef OE_SYSCALL_ARPA_INET_H diff --git a/include/openenclave/internal/syscall/bits/addrinfo.h b/include/openenclave/internal/syscall/bits/addrinfo.h index af9868e0c1..a3516d2945 100644 --- a/include/openenclave/internal/syscall/bits/addrinfo.h +++ b/include/openenclave/internal/syscall/bits/addrinfo.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_ADDRINFO diff --git a/include/openenclave/internal/syscall/bits/dirent.h b/include/openenclave/internal/syscall/bits/dirent.h index a6b3be28e6..c2530ab8a3 100644 --- a/include/openenclave/internal/syscall/bits/dirent.h +++ b/include/openenclave/internal/syscall/bits/dirent.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_DIRENT diff --git a/include/openenclave/internal/syscall/bits/sigaction.h b/include/openenclave/internal/syscall/bits/sigaction.h index 0a1ea4d3a4..c92d0849fe 100644 --- a/include/openenclave/internal/syscall/bits/sigaction.h +++ b/include/openenclave/internal/syscall/bits/sigaction.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_SIGACTION diff --git a/include/openenclave/internal/syscall/bits/siginfo.h b/include/openenclave/internal/syscall/bits/siginfo.h index 8c5e8e2fa3..8168055960 100644 --- a/include/openenclave/internal/syscall/bits/siginfo.h +++ b/include/openenclave/internal/syscall/bits/siginfo.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define __OE_SI_PAD_SIZE ((128 / sizeof(int)) - 4) diff --git a/include/openenclave/internal/syscall/device.h b/include/openenclave/internal/syscall/device.h index 912f94ca92..dc6f5b1eb9 100644 --- a/include/openenclave/internal/syscall/device.h +++ b/include/openenclave/internal/syscall/device.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_DEVICE_H diff --git a/include/openenclave/internal/syscall/dirent.h b/include/openenclave/internal/syscall/dirent.h index fe962bd134..e79332c73d 100644 --- a/include/openenclave/internal/syscall/dirent.h +++ b/include/openenclave/internal/syscall/dirent.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_DIRENT_H diff --git a/include/openenclave/internal/syscall/fcntl.h b/include/openenclave/internal/syscall/fcntl.h index b4e802bbaa..c514082fd2 100644 --- a/include/openenclave/internal/syscall/fcntl.h +++ b/include/openenclave/internal/syscall/fcntl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_FCNTL_H diff --git a/include/openenclave/internal/syscall/fd.h b/include/openenclave/internal/syscall/fd.h index c58a4b5c0c..2936b90e30 100644 --- a/include/openenclave/internal/syscall/fd.h +++ b/include/openenclave/internal/syscall/fd.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_FD_H diff --git a/include/openenclave/internal/syscall/fdtable.h b/include/openenclave/internal/syscall/fdtable.h index 35676eae0e..3c5df59719 100644 --- a/include/openenclave/internal/syscall/fdtable.h +++ b/include/openenclave/internal/syscall/fdtable.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_FDTABLE_H diff --git a/include/openenclave/internal/syscall/host.h b/include/openenclave/internal/syscall/host.h index 7e75ac7230..ff970e6ca9 100644 --- a/include/openenclave/internal/syscall/host.h +++ b/include/openenclave/internal/syscall/host.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_HOST_H diff --git a/include/openenclave/internal/syscall/iov.h b/include/openenclave/internal/syscall/iov.h index 5ea3e267de..aed31cb800 100644 --- a/include/openenclave/internal/syscall/iov.h +++ b/include/openenclave/internal/syscall/iov.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_IOV_H diff --git a/include/openenclave/internal/syscall/netdb.h b/include/openenclave/internal/syscall/netdb.h index b0c0099392..3975e1a5aa 100644 --- a/include/openenclave/internal/syscall/netdb.h +++ b/include/openenclave/internal/syscall/netdb.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_NETDB_H_ diff --git a/include/openenclave/internal/syscall/netinet/bits/in6_addr.h b/include/openenclave/internal/syscall/netinet/bits/in6_addr.h index 64ccd921d5..d0e1981a47 100644 --- a/include/openenclave/internal/syscall/netinet/bits/in6_addr.h +++ b/include/openenclave/internal/syscall/netinet/bits/in6_addr.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_IN6_ADDR diff --git a/include/openenclave/internal/syscall/netinet/bits/sockaddr_in.h b/include/openenclave/internal/syscall/netinet/bits/sockaddr_in.h index a1eea520fa..b670fb7b69 100644 --- a/include/openenclave/internal/syscall/netinet/bits/sockaddr_in.h +++ b/include/openenclave/internal/syscall/netinet/bits/sockaddr_in.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_SOCKADDR_IN diff --git a/include/openenclave/internal/syscall/netinet/bits/sockaddr_in6.h b/include/openenclave/internal/syscall/netinet/bits/sockaddr_in6.h index e877868076..1e6114b52d 100644 --- a/include/openenclave/internal/syscall/netinet/bits/sockaddr_in6.h +++ b/include/openenclave/internal/syscall/netinet/bits/sockaddr_in6.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_SOCKADDR_IN6 diff --git a/include/openenclave/internal/syscall/netinet/in.h b/include/openenclave/internal/syscall/netinet/in.h index abe0063961..ffbba3ff1b 100644 --- a/include/openenclave/internal/syscall/netinet/in.h +++ b/include/openenclave/internal/syscall/netinet/in.h @@ -1,4 +1,4 @@ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* Copyright (c) Open Enclave SDK contributors. */ /* Licensed under the MIT License. */ #ifndef _OE_SYSCALL_NETINET_IN_H diff --git a/include/openenclave/internal/syscall/poll.h b/include/openenclave/internal/syscall/poll.h index f8d7df9e76..730391e451 100644 --- a/include/openenclave/internal/syscall/poll.h +++ b/include/openenclave/internal/syscall/poll.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_POLL_H diff --git a/include/openenclave/internal/syscall/raise.h b/include/openenclave/internal/syscall/raise.h index b13391f247..5f328735da 100644 --- a/include/openenclave/internal/syscall/raise.h +++ b/include/openenclave/internal/syscall/raise.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_RAISE_H diff --git a/include/openenclave/internal/syscall/resolver.h b/include/openenclave/internal/syscall/resolver.h index 4acd8e0c07..9bf6e3e43e 100644 --- a/include/openenclave/internal/syscall/resolver.h +++ b/include/openenclave/internal/syscall/resolver.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_RESOLVER_H diff --git a/include/openenclave/internal/syscall/sys/bits/epoll_data.h b/include/openenclave/internal/syscall/sys/bits/epoll_data.h index 2cb817bd11..1db508409c 100644 --- a/include/openenclave/internal/syscall/sys/bits/epoll_data.h +++ b/include/openenclave/internal/syscall/sys/bits/epoll_data.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. typedef union __OE_EPOLL_DATA { diff --git a/include/openenclave/internal/syscall/sys/bits/epoll_event.h b/include/openenclave/internal/syscall/sys/bits/epoll_event.h index 953e1236e5..27ad847926 100644 --- a/include/openenclave/internal/syscall/sys/bits/epoll_event.h +++ b/include/openenclave/internal/syscall/sys/bits/epoll_event.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/include/openenclave/internal/syscall/sys/bits/fd_set.h b/include/openenclave/internal/syscall/sys/bits/fd_set.h index c7bf9aef4a..002ae411f9 100644 --- a/include/openenclave/internal/syscall/sys/bits/fd_set.h +++ b/include/openenclave/internal/syscall/sys/bits/fd_set.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. typedef struct diff --git a/include/openenclave/internal/syscall/sys/bits/msghdr.h b/include/openenclave/internal/syscall/sys/bits/msghdr.h index 705f0c0e18..93e03aaa1f 100644 --- a/include/openenclave/internal/syscall/sys/bits/msghdr.h +++ b/include/openenclave/internal/syscall/sys/bits/msghdr.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_MSGHDR diff --git a/include/openenclave/internal/syscall/sys/bits/sigset.h b/include/openenclave/internal/syscall/sys/bits/sigset.h index 397f8e6568..e29132e827 100644 --- a/include/openenclave/internal/syscall/sys/bits/sigset.h +++ b/include/openenclave/internal/syscall/sys/bits/sigset.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SIGSET_H diff --git a/include/openenclave/internal/syscall/sys/bits/sockaddr.h b/include/openenclave/internal/syscall/sys/bits/sockaddr.h index b3dc4995de..f14a60a2d2 100644 --- a/include/openenclave/internal/syscall/sys/bits/sockaddr.h +++ b/include/openenclave/internal/syscall/sys/bits/sockaddr.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_SOCKADDR diff --git a/include/openenclave/internal/syscall/sys/bits/sockaddr_storage.h b/include/openenclave/internal/syscall/sys/bits/sockaddr_storage.h index 49ed4714ae..78f834ebc1 100644 --- a/include/openenclave/internal/syscall/sys/bits/sockaddr_storage.h +++ b/include/openenclave/internal/syscall/sys/bits/sockaddr_storage.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. struct __OE_SOCKADDR_STORAGE diff --git a/include/openenclave/internal/syscall/sys/bits/stat.h b/include/openenclave/internal/syscall/sys/bits/stat.h index b29f27f776..b8396c7d11 100644 --- a/include/openenclave/internal/syscall/sys/bits/stat.h +++ b/include/openenclave/internal/syscall/sys/bits/stat.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/include/openenclave/internal/syscall/sys/bits/syscall_aarch64.h b/include/openenclave/internal/syscall/sys/bits/syscall_aarch64.h index bafa7c7b82..a20fe8b042 100644 --- a/include/openenclave/internal/syscall/sys/bits/syscall_aarch64.h +++ b/include/openenclave/internal/syscall/sys/bits/syscall_aarch64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_SYS_io_setup 0 diff --git a/include/openenclave/internal/syscall/sys/bits/syscall_x86_64.h b/include/openenclave/internal/syscall/sys/bits/syscall_x86_64.h index 367df67c3a..4cac0e024d 100644 --- a/include/openenclave/internal/syscall/sys/bits/syscall_x86_64.h +++ b/include/openenclave/internal/syscall/sys/bits/syscall_x86_64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_SYS_read 0 diff --git a/include/openenclave/internal/syscall/sys/bits/utsname.h b/include/openenclave/internal/syscall/sys/bits/utsname.h index 18734ee6bd..acc9f6574b 100644 --- a/include/openenclave/internal/syscall/sys/bits/utsname.h +++ b/include/openenclave/internal/syscall/sys/bits/utsname.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define __OE_UTSNAME_FIELD_SIZE 65 diff --git a/include/openenclave/internal/syscall/sys/epoll.h b/include/openenclave/internal/syscall/sys/epoll.h index dbc78916f3..1d315a7581 100644 --- a/include/openenclave/internal/syscall/sys/epoll.h +++ b/include/openenclave/internal/syscall/sys/epoll.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYS_EPOLL_H diff --git a/include/openenclave/internal/syscall/sys/ioctl.h b/include/openenclave/internal/syscall/sys/ioctl.h index 335a17e113..9beb41c0c1 100644 --- a/include/openenclave/internal/syscall/sys/ioctl.h +++ b/include/openenclave/internal/syscall/sys/ioctl.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_IOCTL_H diff --git a/include/openenclave/internal/syscall/sys/mount.h b/include/openenclave/internal/syscall/sys/mount.h index a445622a01..31ab7bdfdc 100644 --- a/include/openenclave/internal/syscall/sys/mount.h +++ b/include/openenclave/internal/syscall/sys/mount.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_MOUNT_H diff --git a/include/openenclave/internal/syscall/sys/poll.h b/include/openenclave/internal/syscall/sys/poll.h index 4c697664fa..754987f380 100644 --- a/include/openenclave/internal/syscall/sys/poll.h +++ b/include/openenclave/internal/syscall/sys/poll.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_POLL_H diff --git a/include/openenclave/internal/syscall/sys/select.h b/include/openenclave/internal/syscall/sys/select.h index 5f5f8c9a72..eb25658430 100644 --- a/include/openenclave/internal/syscall/sys/select.h +++ b/include/openenclave/internal/syscall/sys/select.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_SELECT_H diff --git a/include/openenclave/internal/syscall/sys/socket.h b/include/openenclave/internal/syscall/sys/socket.h index cb49c2b221..d7aaeb2a0f 100644 --- a/include/openenclave/internal/syscall/sys/socket.h +++ b/include/openenclave/internal/syscall/sys/socket.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_SOCKET_H diff --git a/include/openenclave/internal/syscall/sys/stat.h b/include/openenclave/internal/syscall/sys/stat.h index d0bcc6cda0..0c5eec423a 100644 --- a/include/openenclave/internal/syscall/sys/stat.h +++ b/include/openenclave/internal/syscall/sys/stat.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_STAT_H diff --git a/include/openenclave/internal/syscall/sys/syscall.h b/include/openenclave/internal/syscall/sys/syscall.h index 755ebb7a0c..fc3ed903ab 100644 --- a/include/openenclave/internal/syscall/sys/syscall.h +++ b/include/openenclave/internal/syscall/sys/syscall.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_SYSCALL_H diff --git a/include/openenclave/internal/syscall/sys/time.h b/include/openenclave/internal/syscall/sys/time.h index e6dcd9645f..69641d166d 100644 --- a/include/openenclave/internal/syscall/sys/time.h +++ b/include/openenclave/internal/syscall/sys/time.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_TIME_H diff --git a/include/openenclave/internal/syscall/sys/types.h b/include/openenclave/internal/syscall/sys/types.h index d8ad99238d..70f61eeaae 100644 --- a/include/openenclave/internal/syscall/sys/types.h +++ b/include/openenclave/internal/syscall/sys/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_TYPES_H diff --git a/include/openenclave/internal/syscall/sys/uio.h b/include/openenclave/internal/syscall/sys/uio.h index 74998ec2da..56375cdd78 100644 --- a/include/openenclave/internal/syscall/sys/uio.h +++ b/include/openenclave/internal/syscall/sys/uio.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_UIO_H diff --git a/include/openenclave/internal/syscall/sys/utsname.h b/include/openenclave/internal/syscall/sys/utsname.h index cb3262fb01..c74ddfa746 100644 --- a/include/openenclave/internal/syscall/sys/utsname.h +++ b/include/openenclave/internal/syscall/sys/utsname.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_SYS_UTSNAME_H diff --git a/include/openenclave/internal/syscall/types.h b/include/openenclave/internal/syscall/types.h index 1ed571cec6..9a6ba7dd16 100644 --- a/include/openenclave/internal/syscall/types.h +++ b/include/openenclave/internal/syscall/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_TYPES_H diff --git a/include/openenclave/internal/syscall/unistd.h b/include/openenclave/internal/syscall/unistd.h index 8596ba7681..15d8dd2df0 100644 --- a/include/openenclave/internal/syscall/unistd.h +++ b/include/openenclave/internal/syscall/unistd.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_SYSCALL_UNISTD_H diff --git a/include/openenclave/internal/tests.h b/include/openenclave/internal/tests.h index 9934a0f1eb..b279bbd272 100644 --- a/include/openenclave/internal/tests.h +++ b/include/openenclave/internal/tests.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_H diff --git a/include/openenclave/internal/thread.h b/include/openenclave/internal/thread.h index 4371010dc7..ac799501ee 100644 --- a/include/openenclave/internal/thread.h +++ b/include/openenclave/internal/thread.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INCLUDE_THREAD_H diff --git a/include/openenclave/internal/time.h b/include/openenclave/internal/time.h index e09b3045bb..fe0548950e 100644 --- a/include/openenclave/internal/time.h +++ b/include/openenclave/internal/time.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INCLUDE_TIME_H diff --git a/include/openenclave/internal/trace.h b/include/openenclave/internal/trace.h index 5ea681209f..38867e0b66 100644 --- a/include/openenclave/internal/trace.h +++ b/include/openenclave/internal/trace.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TRACE_H diff --git a/include/openenclave/internal/types.h b/include/openenclave/internal/types.h index 78e597eaa9..889033eb4b 100644 --- a/include/openenclave/internal/types.h +++ b/include/openenclave/internal/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_INTERNAL_TYPES_H diff --git a/include/openenclave/internal/utils.h b/include/openenclave/internal/utils.h index 42c0379c4a..93716b343a 100644 --- a/include/openenclave/internal/utils.h +++ b/include/openenclave/internal/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_UTILS_H diff --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt index f6f76b28df..4b239abb32 100644 --- a/libc/CMakeLists.txt +++ b/libc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Build the C library, using local sources and sources from musl. diff --git a/libc/__printf_chk.c b/libc/__printf_chk.c index 90c86f0df7..75792e28e2 100644 --- a/libc/__printf_chk.c +++ b/libc/__printf_chk.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/__vfprintf_chk.c b/libc/__vfprintf_chk.c index 695dc8e6a0..3b04b0627d 100644 --- a/libc/__vfprintf_chk.c +++ b/libc/__vfprintf_chk.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/atexit.c b/libc/atexit.c index de3a56bc69..6a9916fdb5 100644 --- a/libc/atexit.c +++ b/libc/atexit.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/dladdr.c b/libc/dladdr.c index aa9deb9969..4cc093abb2 100644 --- a/libc/dladdr.c +++ b/libc/dladdr.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/libc/epoll.c b/libc/epoll.c index 9fa1c842d4..70847f14ec 100644 --- a/libc/epoll.c +++ b/libc/epoll.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/errno.c b/libc/errno.c index c226e12ba8..9c2c084279 100644 --- a/libc/errno.c +++ b/libc/errno.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/exit.c b/libc/exit.c index 1c82080556..1362c421f1 100644 --- a/libc/exit.c +++ b/libc/exit.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/freeaddrinfo.c b/libc/freeaddrinfo.c index 7cc4e749c0..cfcbea21af 100644 --- a/libc/freeaddrinfo.c +++ b/libc/freeaddrinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/getaddrinfo.c b/libc/getaddrinfo.c index aaf3e52cb2..d77a1a1ae2 100644 --- a/libc/getaddrinfo.c +++ b/libc/getaddrinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/getnameinfo.c b/libc/getnameinfo.c index 76df49ddc5..3ce7cfa5c6 100644 --- a/libc/getnameinfo.c +++ b/libc/getnameinfo.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/kill.c b/libc/kill.c index db66222964..ca452550fb 100644 --- a/libc/kill.c +++ b/libc/kill.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/libunwind_stubs.c b/libc/libunwind_stubs.c index b0f766a021..7bafb41ad1 100644 --- a/libc/libunwind_stubs.c +++ b/libc/libunwind_stubs.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/libc/link.c b/libc/link.c index bfac7463bc..48bb303fb2 100644 --- a/libc/link.c +++ b/libc/link.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/locale.c b/libc/locale.c index 42fb32fa2c..406aad06a0 100644 --- a/libc/locale.c +++ b/libc/locale.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/malloc.c b/libc/malloc.c index 8e31b83fcd..9677a690f4 100644 --- a/libc/malloc.c +++ b/libc/malloc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/optee/abort.c b/libc/optee/abort.c index 81b6dfb405..84e9233fbb 100644 --- a/libc/optee/abort.c +++ b/libc/optee/abort.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/optee/arc4random.c b/libc/optee/arc4random.c index 1efa46f0b9..51e8e09e95 100644 --- a/libc/optee/arc4random.c +++ b/libc/optee/arc4random.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/optee/trace.c b/libc/optee/trace.c index b08e6913c5..8fa8d85569 100644 --- a/libc/optee/trace.c +++ b/libc/optee/trace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/pthread.c b/libc/pthread.c index 19e69ba424..0f702ade15 100644 --- a/libc/pthread.c +++ b/libc/pthread.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/regcomp.c b/libc/regcomp.c index ad04ef62aa..2ed65af07f 100644 --- a/libc/regcomp.c +++ b/libc/regcomp.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef NDEBUG diff --git a/libc/regexec.c b/libc/regexec.c index 6f80507278..b45dbdbf19 100644 --- a/libc/regexec.c +++ b/libc/regexec.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef NDEBUG diff --git a/libc/sched_yield.c b/libc/sched_yield.c index 95ee7eedce..f8373d0ed7 100644 --- a/libc/sched_yield.c +++ b/libc/sched_yield.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/sgx/abort.S b/libc/sgx/abort.S index bad56405c4..069cb78740 100644 --- a/libc/sgx/abort.S +++ b/libc/sgx/abort.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. .globl abort diff --git a/libc/sgx/arc4random.c b/libc/sgx/arc4random.c index f811589f86..ac27f7e74e 100644 --- a/libc/sgx/arc4random.c +++ b/libc/sgx/arc4random.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* Ignore unused-variable warning in system header */ diff --git a/libc/sgx/exp2l.S b/libc/sgx/exp2l.S index e948cb1696..ca68f4c67c 100644 --- a/libc/sgx/exp2l.S +++ b/libc/sgx/exp2l.S @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // Rename the expm1l() defined in exp2l.s and use the definition in expm1l.c diff --git a/libc/sigaction.c b/libc/sigaction.c index 41f829abee..f7ff359208 100644 --- a/libc/sigaction.c +++ b/libc/sigaction.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/signal.c b/libc/signal.c index 40a5eaaf8c..eb20de3fa5 100644 --- a/libc/signal.c +++ b/libc/signal.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/stdlib.c b/libc/stdlib.c index d71af7a11e..1c30d97dbf 100644 --- a/libc/stdlib.c +++ b/libc/stdlib.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/strerror.c b/libc/strerror.c index aa14cbc8ff..fea32d054c 100644 --- a/libc/strerror.c +++ b/libc/strerror.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/syscalls.c b/libc/syscalls.c index a23f5ffb72..5261bdfe30 100644 --- a/libc/syscalls.c +++ b/libc/syscalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define __OE_NEED_TIME_CALLS diff --git a/libc/sysconf.c b/libc/sysconf.c index f520f40d01..090f1d5335 100644 --- a/libc/sysconf.c +++ b/libc/sysconf.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/time.c b/libc/time.c index b2fd04113e..59b6e11505 100644 --- a/libc/time.c +++ b/libc/time.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/libc/tre-mem.c b/libc/tre-mem.c index 93d9d32766..12b42dd7bf 100644 --- a/libc/tre-mem.c +++ b/libc/tre-mem.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef NDEBUG diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index a5b109543d..3518f70eda 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oelibcxx STATIC) diff --git a/pkgconfig/CMakeLists.txt b/pkgconfig/CMakeLists.txt index 6a21ef6462..0dbaf0ef87 100644 --- a/pkgconfig/CMakeLists.txt +++ b/pkgconfig/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/pkgconfig/oeenclave-clang++.pc b/pkgconfig/oeenclave-clang++.pc index 7c31714d30..9ca45a5e49 100644 --- a/pkgconfig/oeenclave-clang++.pc +++ b/pkgconfig/oeenclave-clang++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oeenclave-clang.pc b/pkgconfig/oeenclave-clang.pc index 98b8aac6e2..0e2c77d6ea 100644 --- a/pkgconfig/oeenclave-clang.pc +++ b/pkgconfig/oeenclave-clang.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oeenclave-g++.pc b/pkgconfig/oeenclave-g++.pc index dcac3f09ef..1c2f81d433 100644 --- a/pkgconfig/oeenclave-g++.pc +++ b/pkgconfig/oeenclave-g++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oeenclave-gcc.pc b/pkgconfig/oeenclave-gcc.pc index 4e0e6a54ea..4267b8db03 100644 --- a/pkgconfig/oeenclave-gcc.pc +++ b/pkgconfig/oeenclave-gcc.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oehost-clang++.pc b/pkgconfig/oehost-clang++.pc index 37951b49fb..89b5c91e0f 100644 --- a/pkgconfig/oehost-clang++.pc +++ b/pkgconfig/oehost-clang++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oehost-clang.pc b/pkgconfig/oehost-clang.pc index face75da56..702ac7afb2 100644 --- a/pkgconfig/oehost-clang.pc +++ b/pkgconfig/oehost-clang.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oehost-g++.pc b/pkgconfig/oehost-g++.pc index 87ae5a0a7a..944f85875b 100644 --- a/pkgconfig/oehost-g++.pc +++ b/pkgconfig/oehost-g++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oehost-gcc.pc b/pkgconfig/oehost-gcc.pc index 02772dbf00..6c86ba0062 100644 --- a/pkgconfig/oehost-gcc.pc +++ b/pkgconfig/oehost-gcc.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=${pcfiledir}/../.. diff --git a/pkgconfig/oehostverify-clang++.pc b/pkgconfig/oehostverify-clang++.pc index 2fe6d6f7e5..33c01b43f7 100644 --- a/pkgconfig/oehostverify-clang++.pc +++ b/pkgconfig/oehostverify-clang++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=@PREFIX@ diff --git a/pkgconfig/oehostverify-clang.pc b/pkgconfig/oehostverify-clang.pc index 38995a0c1c..ed5b67a287 100644 --- a/pkgconfig/oehostverify-clang.pc +++ b/pkgconfig/oehostverify-clang.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=@PREFIX@ diff --git a/pkgconfig/oehostverify-g++.pc b/pkgconfig/oehostverify-g++.pc index fabda9a79d..da30cf65b5 100644 --- a/pkgconfig/oehostverify-g++.pc +++ b/pkgconfig/oehostverify-g++.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=@PREFIX@ diff --git a/pkgconfig/oehostverify-gcc.pc b/pkgconfig/oehostverify-gcc.pc index f0518775ac..0559e1f588 100644 --- a/pkgconfig/oehostverify-gcc.pc +++ b/pkgconfig/oehostverify-gcc.pc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. prefix=@PREFIX@ diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 158397db48..254175184b 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (HAS_QUOTE_PROVIDER) diff --git a/samples/attested_tls/CMakeLists.txt b/samples/attested_tls/CMakeLists.txt index e914109b6b..276b81519c 100644 --- a/samples/attested_tls/CMakeLists.txt +++ b/samples/attested_tls/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/attested_tls/Makefile b/samples/attested_tls/Makefile index e8a3e8986b..cff2e53006 100644 --- a/samples/attested_tls/Makefile +++ b/samples/attested_tls/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run diff --git a/samples/attested_tls/client/CMakeLists.txt b/samples/attested_tls/client/CMakeLists.txt index dfec8232d2..6d0d982141 100644 --- a/samples/attested_tls/client/CMakeLists.txt +++ b/samples/attested_tls/client/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(enc) diff --git a/samples/attested_tls/client/Makefile b/samples/attested_tls/client/Makefile index 9c1b11ddf5..deb906af40 100644 --- a/samples/attested_tls/client/Makefile +++ b/samples/attested_tls/client/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. all: build diff --git a/samples/attested_tls/client/enc/CMakeLists.txt b/samples/attested_tls/client/enc/CMakeLists.txt index d076debcbb..8b434db835 100644 --- a/samples/attested_tls/client/enc/CMakeLists.txt +++ b/samples/attested_tls/client/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/attested_tls/client/enc/Makefile b/samples/attested_tls/client/enc/Makefile index 2abb1945f7..14d50804ba 100644 --- a/samples/attested_tls/client/enc/Makefile +++ b/samples/attested_tls/client/enc/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/attested_tls/client/enc/cert_verifier.cpp b/samples/attested_tls/client/enc/cert_verifier.cpp index 2505d59529..f2345dac82 100644 --- a/samples/attested_tls/client/enc/cert_verifier.cpp +++ b/samples/attested_tls/client/enc/cert_verifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/client/enc/client.cpp b/samples/attested_tls/client/enc/client.cpp index 011b0f9554..2ae83b6e6a 100644 --- a/samples/attested_tls/client/enc/client.cpp +++ b/samples/attested_tls/client/enc/client.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/client/enc/crypto.cpp b/samples/attested_tls/client/enc/crypto.cpp index 0ed6053754..ebcdd00d3a 100644 --- a/samples/attested_tls/client/enc/crypto.cpp +++ b/samples/attested_tls/client/enc/crypto.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "crypto.h" diff --git a/samples/attested_tls/client/enc/crypto.h b/samples/attested_tls/client/enc/crypto.h index cf20f355f2..8cba0faa9a 100644 --- a/samples/attested_tls/client/enc/crypto.h +++ b/samples/attested_tls/client/enc/crypto.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_CRYPTO_H diff --git a/samples/attested_tls/client/enc/ecalls.cpp b/samples/attested_tls/client/enc/ecalls.cpp index e03d41123e..13bed1a3e9 100644 --- a/samples/attested_tls/client/enc/ecalls.cpp +++ b/samples/attested_tls/client/enc/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/client/enc/enc.conf b/samples/attested_tls/client/enc/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/attested_tls/client/enc/enc.conf +++ b/samples/attested_tls/client/enc/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/attested_tls/client/enc/identity_verifier.cpp b/samples/attested_tls/client/enc/identity_verifier.cpp index 8d4e825447..b586f1d014 100644 --- a/samples/attested_tls/client/enc/identity_verifier.cpp +++ b/samples/attested_tls/client/enc/identity_verifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/client/enc/log.h b/samples/attested_tls/client/enc/log.h index b064e3b905..507dcd8b81 100644 --- a/samples/attested_tls/client/enc/log.h +++ b/samples/attested_tls/client/enc/log.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_LOG_H diff --git a/samples/attested_tls/client/host/CMakeLists.txt b/samples/attested_tls/client/host/CMakeLists.txt index 0966389be3..89451f9020 100644 --- a/samples/attested_tls/client/host/CMakeLists.txt +++ b/samples/attested_tls/client/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT tls_client_u.h tls_client_u.c tls_client_args.h diff --git a/samples/attested_tls/client/host/Makefile b/samples/attested_tls/client/host/Makefile index 9bd5637d06..9885d1e1ce 100644 --- a/samples/attested_tls/client/host/Makefile +++ b/samples/attested_tls/client/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/attested_tls/client/host/host.cpp b/samples/attested_tls/client/host/host.cpp index ee1f07671b..8a4be171a1 100644 --- a/samples/attested_tls/client/host/host.cpp +++ b/samples/attested_tls/client/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/client/tls_client.edl b/samples/attested_tls/client/tls_client.edl index 0362263f86..d76fa877cd 100644 --- a/samples/attested_tls/client/tls_client.edl +++ b/samples/attested_tls/client/tls_client.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/attested_tls/common/common.h b/samples/attested_tls/common/common.h index c9c40b7551..74e1dd1ec6 100644 --- a/samples/attested_tls/common/common.h +++ b/samples/attested_tls/common/common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // #define ADD_TEST_CHECKING diff --git a/samples/attested_tls/common/tls_client_enc_pubkey.h b/samples/attested_tls/common/tls_client_enc_pubkey.h index ebbc528edd..f10413c4f9 100644 --- a/samples/attested_tls/common/tls_client_enc_pubkey.h +++ b/samples/attested_tls/common/tls_client_enc_pubkey.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef SAMPLES_REMOTE_ATTESTATION_PUBKEY_H diff --git a/samples/attested_tls/common/tls_server_enc_pubkey.h b/samples/attested_tls/common/tls_server_enc_pubkey.h index 57603a74b7..d54d8a6756 100644 --- a/samples/attested_tls/common/tls_server_enc_pubkey.h +++ b/samples/attested_tls/common/tls_server_enc_pubkey.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef SAMPLES_REMOTE_ATTESTATION_PUBKEY_H diff --git a/samples/attested_tls/common/utility.cpp b/samples/attested_tls/common/utility.cpp index 40d6b78727..462c21453c 100644 --- a/samples/attested_tls/common/utility.cpp +++ b/samples/attested_tls/common/utility.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/samples/attested_tls/common/utility.h b/samples/attested_tls/common/utility.h index 8e94e032e0..6f8d145d7d 100644 --- a/samples/attested_tls/common/utility.h +++ b/samples/attested_tls/common/utility.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/non_enc_client/CMakeLists.txt b/samples/attested_tls/non_enc_client/CMakeLists.txt index bdbf6c8484..9b7eb26242 100644 --- a/samples/attested_tls/non_enc_client/CMakeLists.txt +++ b/samples/attested_tls/non_enc_client/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. find_package(OpenSSL REQUIRED) diff --git a/samples/attested_tls/non_enc_client/Makefile b/samples/attested_tls/non_enc_client/Makefile index 8a1b3dd614..6c74a6a648 100644 --- a/samples/attested_tls/non_enc_client/Makefile +++ b/samples/attested_tls/non_enc_client/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run diff --git a/samples/attested_tls/non_enc_client/client.cpp b/samples/attested_tls/non_enc_client/client.cpp index 6addd96e5d..26bfc050a1 100644 --- a/samples/attested_tls/non_enc_client/client.cpp +++ b/samples/attested_tls/non_enc_client/client.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/non_enc_client/verify_callback.cpp b/samples/attested_tls/non_enc_client/verify_callback.cpp index d87d477c31..1a8c71ddca 100644 --- a/samples/attested_tls/non_enc_client/verify_callback.cpp +++ b/samples/attested_tls/non_enc_client/verify_callback.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/non_enc_client/verify_signer_openssl.cpp b/samples/attested_tls/non_enc_client/verify_signer_openssl.cpp index 84a24a9559..c0d84379fa 100644 --- a/samples/attested_tls/non_enc_client/verify_signer_openssl.cpp +++ b/samples/attested_tls/non_enc_client/verify_signer_openssl.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/scripts/gen_mrenclave_header.sh b/samples/attested_tls/scripts/gen_mrenclave_header.sh index 70562fc9b6..0cbc989e70 100755 --- a/samples/attested_tls/scripts/gen_mrenclave_header.sh +++ b/samples/attested_tls/scripts/gen_mrenclave_header.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. destfile="$1" input_file="$2" cat > "$destfile" << EOF -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef SAMPLES_ATTESTED_TLS_SERVER_UNIQUE_ID_H diff --git a/samples/attested_tls/server/CMakeLists.txt b/samples/attested_tls/server/CMakeLists.txt index d2cb62caff..86ce87c3d8 100644 --- a/samples/attested_tls/server/CMakeLists.txt +++ b/samples/attested_tls/server/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(enc) diff --git a/samples/attested_tls/server/Makefile b/samples/attested_tls/server/Makefile index 3f10fc555e..e2f7cdc6a6 100644 --- a/samples/attested_tls/server/Makefile +++ b/samples/attested_tls/server/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. all: build diff --git a/samples/attested_tls/server/enc/CMakeLists.txt b/samples/attested_tls/server/enc/CMakeLists.txt index c714158303..f820bfe063 100644 --- a/samples/attested_tls/server/enc/CMakeLists.txt +++ b/samples/attested_tls/server/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/attested_tls/server/enc/Makefile b/samples/attested_tls/server/enc/Makefile index fd7e167d30..64fc2cb63e 100644 --- a/samples/attested_tls/server/enc/Makefile +++ b/samples/attested_tls/server/enc/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/attested_tls/server/enc/cert_verifier.cpp b/samples/attested_tls/server/enc/cert_verifier.cpp index 0e1626baf9..78bb541ae6 100644 --- a/samples/attested_tls/server/enc/cert_verifier.cpp +++ b/samples/attested_tls/server/enc/cert_verifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/server/enc/crypto.cpp b/samples/attested_tls/server/enc/crypto.cpp index f35e473f9f..25c68c83cb 100644 --- a/samples/attested_tls/server/enc/crypto.cpp +++ b/samples/attested_tls/server/enc/crypto.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "crypto.h" diff --git a/samples/attested_tls/server/enc/crypto.h b/samples/attested_tls/server/enc/crypto.h index cf20f355f2..8cba0faa9a 100644 --- a/samples/attested_tls/server/enc/crypto.h +++ b/samples/attested_tls/server/enc/crypto.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_CRYPTO_H diff --git a/samples/attested_tls/server/enc/ecalls.cpp b/samples/attested_tls/server/enc/ecalls.cpp index 73c63cfc3e..75f718766e 100644 --- a/samples/attested_tls/server/enc/ecalls.cpp +++ b/samples/attested_tls/server/enc/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/server/enc/enc.conf b/samples/attested_tls/server/enc/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/attested_tls/server/enc/enc.conf +++ b/samples/attested_tls/server/enc/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/attested_tls/server/enc/identity_verifier.cpp b/samples/attested_tls/server/enc/identity_verifier.cpp index 3540aa3cb6..7c6999a3bb 100644 --- a/samples/attested_tls/server/enc/identity_verifier.cpp +++ b/samples/attested_tls/server/enc/identity_verifier.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/server/enc/log.h b/samples/attested_tls/server/enc/log.h index b064e3b905..507dcd8b81 100644 --- a/samples/attested_tls/server/enc/log.h +++ b/samples/attested_tls/server/enc/log.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_LOG_H diff --git a/samples/attested_tls/server/enc/server.cpp b/samples/attested_tls/server/enc/server.cpp index ef6029c245..4c4797f0e7 100644 --- a/samples/attested_tls/server/enc/server.cpp +++ b/samples/attested_tls/server/enc/server.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/server/host/CMakeLists.txt b/samples/attested_tls/server/host/CMakeLists.txt index 7f44397fee..a511007c00 100644 --- a/samples/attested_tls/server/host/CMakeLists.txt +++ b/samples/attested_tls/server/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT tls_server_u.h tls_server_u.c tls_server_args.h diff --git a/samples/attested_tls/server/host/Makefile b/samples/attested_tls/server/host/Makefile index bcbe4235b7..66dd25013e 100644 --- a/samples/attested_tls/server/host/Makefile +++ b/samples/attested_tls/server/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/attested_tls/server/host/host.cpp b/samples/attested_tls/server/host/host.cpp index 8139ad65c5..10e309ac31 100644 --- a/samples/attested_tls/server/host/host.cpp +++ b/samples/attested_tls/server/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/attested_tls/server/tls_server.edl b/samples/attested_tls/server/tls_server.edl index 071694f5a7..5f1f6b0929 100644 --- a/samples/attested_tls/server/tls_server.edl +++ b/samples/attested_tls/server/tls_server.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/data-sealing/CMakeLists.txt b/samples/data-sealing/CMakeLists.txt index 3fc647d321..a1959546e1 100644 --- a/samples/data-sealing/CMakeLists.txt +++ b/samples/data-sealing/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/data-sealing/Makefile b/samples/data-sealing/Makefile index 4bb1423cd1..3e2b03e2fe 100644 --- a/samples/data-sealing/Makefile +++ b/samples/data-sealing/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run diff --git a/samples/data-sealing/common/CMakeLists.txt b/samples/data-sealing/common/CMakeLists.txt index 8adb484176..73556fa9ed 100644 --- a/samples/data-sealing/common/CMakeLists.txt +++ b/samples/data-sealing/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/data-sealing/common/common.h b/samples/data-sealing/common/common.h index f63ca440e8..6a7962c8a1 100644 --- a/samples/data-sealing/common/common.h +++ b/samples/data-sealing/common/common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. extern const char* enclave_name; diff --git a/samples/data-sealing/common/dispatcher.cpp b/samples/data-sealing/common/dispatcher.cpp index 6b4f5dbe2b..b83fcae1b5 100644 --- a/samples/data-sealing/common/dispatcher.cpp +++ b/samples/data-sealing/common/dispatcher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "dispatcher.h" diff --git a/samples/data-sealing/common/dispatcher.h b/samples/data-sealing/common/dispatcher.h index 79a9989423..c991f9ae74 100644 --- a/samples/data-sealing/common/dispatcher.h +++ b/samples/data-sealing/common/dispatcher.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/samples/data-sealing/common/keys.cpp b/samples/data-sealing/common/keys.cpp index 241f9f49d1..ce5dc16b32 100644 --- a/samples/data-sealing/common/keys.cpp +++ b/samples/data-sealing/common/keys.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/data-sealing/common/shared.h b/samples/data-sealing/common/shared.h index 3885fe0800..6e731f33c9 100644 --- a/samples/data-sealing/common/shared.h +++ b/samples/data-sealing/common/shared.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _SHARED_H diff --git a/samples/data-sealing/datasealing.edl b/samples/data-sealing/datasealing.edl index 71fcf1fbcd..df5bbc4a68 100644 --- a/samples/data-sealing/datasealing.edl +++ b/samples/data-sealing/datasealing.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/data-sealing/enclave_a_v1/CMakeLists.txt b/samples/data-sealing/enclave_a_v1/CMakeLists.txt index c3eeea9a74..dd0969d9da 100644 --- a/samples/data-sealing/enclave_a_v1/CMakeLists.txt +++ b/samples/data-sealing/enclave_a_v1/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(enclave_a_v1 ecalls.cpp) diff --git a/samples/data-sealing/enclave_a_v1/Makefile b/samples/data-sealing/enclave_a_v1/Makefile index 5332929f7b..bd9b3ff302 100644 --- a/samples/data-sealing/enclave_a_v1/Makefile +++ b/samples/data-sealing/enclave_a_v1/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/data-sealing/enclave_a_v1/data-sealing.conf b/samples/data-sealing/enclave_a_v1/data-sealing.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/data-sealing/enclave_a_v1/data-sealing.conf +++ b/samples/data-sealing/enclave_a_v1/data-sealing.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/data-sealing/enclave_a_v1/ecalls.cpp b/samples/data-sealing/enclave_a_v1/ecalls.cpp index 9c96bf0500..b1749df002 100644 --- a/samples/data-sealing/enclave_a_v1/ecalls.cpp +++ b/samples/data-sealing/enclave_a_v1/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/data-sealing/enclave_a_v2/CMakeLists.txt b/samples/data-sealing/enclave_a_v2/CMakeLists.txt index f9f93086e6..9a61838ea0 100644 --- a/samples/data-sealing/enclave_a_v2/CMakeLists.txt +++ b/samples/data-sealing/enclave_a_v2/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(enclave_a_v2 ecalls.cpp) diff --git a/samples/data-sealing/enclave_a_v2/Makefile b/samples/data-sealing/enclave_a_v2/Makefile index 960cc2f4d7..6b7a928a39 100644 --- a/samples/data-sealing/enclave_a_v2/Makefile +++ b/samples/data-sealing/enclave_a_v2/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/data-sealing/enclave_a_v2/data-sealing.conf b/samples/data-sealing/enclave_a_v2/data-sealing.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/data-sealing/enclave_a_v2/data-sealing.conf +++ b/samples/data-sealing/enclave_a_v2/data-sealing.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/data-sealing/enclave_a_v2/ecalls.cpp b/samples/data-sealing/enclave_a_v2/ecalls.cpp index ef806ca5c2..226340e46e 100644 --- a/samples/data-sealing/enclave_a_v2/ecalls.cpp +++ b/samples/data-sealing/enclave_a_v2/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/data-sealing/enclave_b/CMakeLists.txt b/samples/data-sealing/enclave_b/CMakeLists.txt index 39c80dfffd..b0db36e408 100644 --- a/samples/data-sealing/enclave_b/CMakeLists.txt +++ b/samples/data-sealing/enclave_b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(enclave_b ecalls.cpp) diff --git a/samples/data-sealing/enclave_b/Makefile b/samples/data-sealing/enclave_b/Makefile index 7bd69ddc4c..708fc95967 100644 --- a/samples/data-sealing/enclave_b/Makefile +++ b/samples/data-sealing/enclave_b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/data-sealing/enclave_b/data-sealing.conf b/samples/data-sealing/enclave_b/data-sealing.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/data-sealing/enclave_b/data-sealing.conf +++ b/samples/data-sealing/enclave_b/data-sealing.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/data-sealing/enclave_b/ecalls.cpp b/samples/data-sealing/enclave_b/ecalls.cpp index 4016a912a5..e854199ec5 100644 --- a/samples/data-sealing/enclave_b/ecalls.cpp +++ b/samples/data-sealing/enclave_b/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/data-sealing/host/CMakeLists.txt b/samples/data-sealing/host/CMakeLists.txt index e2518e35f9..6a45d79c05 100644 --- a/samples/data-sealing/host/CMakeLists.txt +++ b/samples/data-sealing/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT datasealing_u.h datasealing_u.c datasealing_args.h diff --git a/samples/data-sealing/host/Makefile b/samples/data-sealing/host/Makefile index bfe674616b..6f7ef276da 100644 --- a/samples/data-sealing/host/Makefile +++ b/samples/data-sealing/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/data-sealing/host/host.cpp b/samples/data-sealing/host/host.cpp index 905b610289..62f37df355 100644 --- a/samples/data-sealing/host/host.cpp +++ b/samples/data-sealing/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/file-encryptor/CMakeLists.txt b/samples/file-encryptor/CMakeLists.txt index 2af6c85476..d22be25402 100644 --- a/samples/file-encryptor/CMakeLists.txt +++ b/samples/file-encryptor/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/file-encryptor/Makefile b/samples/file-encryptor/Makefile index 11cdd0a660..65c437b836 100644 --- a/samples/file-encryptor/Makefile +++ b/samples/file-encryptor/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run simulate diff --git a/samples/file-encryptor/enclave/CMakeLists.txt b/samples/file-encryptor/enclave/CMakeLists.txt index 303e13790f..5dd6b28177 100644 --- a/samples/file-encryptor/enclave/CMakeLists.txt +++ b/samples/file-encryptor/enclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/file-encryptor/enclave/Makefile b/samples/file-encryptor/enclave/Makefile index 35592ec100..cf900933e4 100644 --- a/samples/file-encryptor/enclave/Makefile +++ b/samples/file-encryptor/enclave/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/file-encryptor/enclave/common.h b/samples/file-encryptor/enclave/common.h index 7dfd765732..5d0df7e363 100644 --- a/samples/file-encryptor/enclave/common.h +++ b/samples/file-encryptor/enclave/common.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define TRACE_ENCLAVE(fmt, ...) \ diff --git a/samples/file-encryptor/enclave/ecalls.cpp b/samples/file-encryptor/enclave/ecalls.cpp index c9c9fb22ef..fd3cf1ce9a 100644 --- a/samples/file-encryptor/enclave/ecalls.cpp +++ b/samples/file-encryptor/enclave/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/file-encryptor/enclave/encryptor.cpp b/samples/file-encryptor/enclave/encryptor.cpp index 2067005f8a..96c7c57d2e 100644 --- a/samples/file-encryptor/enclave/encryptor.cpp +++ b/samples/file-encryptor/enclave/encryptor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "encryptor.h" diff --git a/samples/file-encryptor/enclave/encryptor.h b/samples/file-encryptor/enclave/encryptor.h index 40cdd91162..689846d605 100644 --- a/samples/file-encryptor/enclave/encryptor.h +++ b/samples/file-encryptor/enclave/encryptor.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/samples/file-encryptor/enclave/file-encryptor.conf b/samples/file-encryptor/enclave/file-encryptor.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/file-encryptor/enclave/file-encryptor.conf +++ b/samples/file-encryptor/enclave/file-encryptor.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/file-encryptor/enclave/keys.cpp b/samples/file-encryptor/enclave/keys.cpp index 4f7a97e45f..39fa9eab64 100644 --- a/samples/file-encryptor/enclave/keys.cpp +++ b/samples/file-encryptor/enclave/keys.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/file-encryptor/fileencryptor.edl b/samples/file-encryptor/fileencryptor.edl index 45a0fd558f..49e7d55334 100644 --- a/samples/file-encryptor/fileencryptor.edl +++ b/samples/file-encryptor/fileencryptor.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/file-encryptor/host/CMakeLists.txt b/samples/file-encryptor/host/CMakeLists.txt index d9e9c966fe..9da81780df 100644 --- a/samples/file-encryptor/host/CMakeLists.txt +++ b/samples/file-encryptor/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT fileencryptor_u.h fileencryptor_u.c fileencryptor_args.h diff --git a/samples/file-encryptor/host/Makefile b/samples/file-encryptor/host/Makefile index 1ba0d4a766..2e1f048e71 100644 --- a/samples/file-encryptor/host/Makefile +++ b/samples/file-encryptor/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/file-encryptor/host/host.cpp b/samples/file-encryptor/host/host.cpp index 1b5344ce8b..f43eaf8989 100644 --- a/samples/file-encryptor/host/host.cpp +++ b/samples/file-encryptor/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/file-encryptor/shared.h b/samples/file-encryptor/shared.h index 8266c07b9e..9c8e42e7c0 100644 --- a/samples/file-encryptor/shared.h +++ b/samples/file-encryptor/shared.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ARGS_H diff --git a/samples/helloworld/CMakeLists.txt b/samples/helloworld/CMakeLists.txt index f99e7fb394..c1262b8360 100644 --- a/samples/helloworld/CMakeLists.txt +++ b/samples/helloworld/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/helloworld/Makefile b/samples/helloworld/Makefile index 51482a91ab..0bb4a0b78d 100644 --- a/samples/helloworld/Makefile +++ b/samples/helloworld/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run simulate diff --git a/samples/helloworld/enclave/CMakeLists.txt b/samples/helloworld/enclave/CMakeLists.txt index caa2b1a440..6f102aa25f 100644 --- a/samples/helloworld/enclave/CMakeLists.txt +++ b/samples/helloworld/enclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/helloworld/enclave/Makefile b/samples/helloworld/enclave/Makefile index 2d3fa65b5a..ae8baa57e8 100644 --- a/samples/helloworld/enclave/Makefile +++ b/samples/helloworld/enclave/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/helloworld/enclave/enc.c b/samples/helloworld/enclave/enc.c index 512ef5f717..f6e42c73d1 100644 --- a/samples/helloworld/enclave/enc.c +++ b/samples/helloworld/enclave/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/helloworld/enclave/helloworld.conf b/samples/helloworld/enclave/helloworld.conf index 5d4ce9ef95..ca997aa136 100644 --- a/samples/helloworld/enclave/helloworld.conf +++ b/samples/helloworld/enclave/helloworld.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/helloworld/helloworld.edl b/samples/helloworld/helloworld.edl index 81e48130eb..952eb74f67 100644 --- a/samples/helloworld/helloworld.edl +++ b/samples/helloworld/helloworld.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/helloworld/host/CMakeLists.txt b/samples/helloworld/host/CMakeLists.txt index af1065c22d..dd95d96708 100644 --- a/samples/helloworld/host/CMakeLists.txt +++ b/samples/helloworld/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT helloworld_u.h helloworld_u.c helloworld_args.h DEPENDS ${CMAKE_SOURCE_DIR}/helloworld.edl diff --git a/samples/helloworld/host/Makefile b/samples/helloworld/host/Makefile index 1e692bf455..2de7207621 100644 --- a/samples/helloworld/host/Makefile +++ b/samples/helloworld/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/helloworld/host/host.c b/samples/helloworld/host/host.c index 4e7f85f12b..0085973c35 100644 --- a/samples/helloworld/host/host.c +++ b/samples/helloworld/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/local_attestation/CMakeLists.txt b/samples/local_attestation/CMakeLists.txt index 475d344eb4..c76cc7320d 100644 --- a/samples/local_attestation/CMakeLists.txt +++ b/samples/local_attestation/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/local_attestation/Makefile b/samples/local_attestation/Makefile index 1bd09ee0a0..b9631c2239 100644 --- a/samples/local_attestation/Makefile +++ b/samples/local_attestation/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run diff --git a/samples/local_attestation/common/CMakeLists.txt b/samples/local_attestation/common/CMakeLists.txt index fbc2b3dcbd..757ec6736f 100644 --- a/samples/local_attestation/common/CMakeLists.txt +++ b/samples/local_attestation/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/local_attestation/common/attestation.cpp b/samples/local_attestation/common/attestation.cpp index 93f42a0444..a11bc47ed6 100644 --- a/samples/local_attestation/common/attestation.cpp +++ b/samples/local_attestation/common/attestation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "attestation.h" diff --git a/samples/local_attestation/common/attestation.h b/samples/local_attestation/common/attestation.h index 494432fdc4..d245a21010 100644 --- a/samples/local_attestation/common/attestation.h +++ b/samples/local_attestation/common/attestation.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_ATTESTATION_H diff --git a/samples/local_attestation/common/crypto.cpp b/samples/local_attestation/common/crypto.cpp index 978adc1eb7..369a73c5ba 100644 --- a/samples/local_attestation/common/crypto.cpp +++ b/samples/local_attestation/common/crypto.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "crypto.h" diff --git a/samples/local_attestation/common/crypto.h b/samples/local_attestation/common/crypto.h index cf20f355f2..8cba0faa9a 100644 --- a/samples/local_attestation/common/crypto.h +++ b/samples/local_attestation/common/crypto.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_CRYPTO_H diff --git a/samples/local_attestation/common/dispatcher.cpp b/samples/local_attestation/common/dispatcher.cpp index f64d648154..15ce110aa0 100644 --- a/samples/local_attestation/common/dispatcher.cpp +++ b/samples/local_attestation/common/dispatcher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "dispatcher.h" diff --git a/samples/local_attestation/common/dispatcher.h b/samples/local_attestation/common/dispatcher.h index 50ae2d1f76..f20364062a 100644 --- a/samples/local_attestation/common/dispatcher.h +++ b/samples/local_attestation/common/dispatcher.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/samples/local_attestation/common/log.h b/samples/local_attestation/common/log.h index 26d7b92394..50235ce974 100644 --- a/samples/local_attestation/common/log.h +++ b/samples/local_attestation/common/log.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_LOG_H diff --git a/samples/local_attestation/enclave_a/CMakeLists.txt b/samples/local_attestation/enclave_a/CMakeLists.txt index baa1dd952b..665c3021a4 100644 --- a/samples/local_attestation/enclave_a/CMakeLists.txt +++ b/samples/local_attestation/enclave_a/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Generate header with public key of enclave B (2) diff --git a/samples/local_attestation/enclave_a/Makefile b/samples/local_attestation/enclave_a/Makefile index 38f6b521dd..18e62c67a3 100644 --- a/samples/local_attestation/enclave_a/Makefile +++ b/samples/local_attestation/enclave_a/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/local_attestation/enclave_a/ecalls.cpp b/samples/local_attestation/enclave_a/ecalls.cpp index 283bc1fafe..fe33805ab1 100644 --- a/samples/local_attestation/enclave_a/ecalls.cpp +++ b/samples/local_attestation/enclave_a/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/samples/local_attestation/enclave_a/enc.conf b/samples/local_attestation/enclave_a/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/local_attestation/enclave_a/enc.conf +++ b/samples/local_attestation/enclave_a/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/local_attestation/enclave_b/CMakeLists.txt b/samples/local_attestation/enclave_b/CMakeLists.txt index 9a65f583b6..97a1ba9811 100644 --- a/samples/local_attestation/enclave_b/CMakeLists.txt +++ b/samples/local_attestation/enclave_b/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Generate header with public key of enclave A -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT enclave_a_pubkey.h diff --git a/samples/local_attestation/enclave_b/Makefile b/samples/local_attestation/enclave_b/Makefile index 135c97787a..e22bf8044e 100644 --- a/samples/local_attestation/enclave_b/Makefile +++ b/samples/local_attestation/enclave_b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/local_attestation/enclave_b/ecalls.cpp b/samples/local_attestation/enclave_b/ecalls.cpp index 13727da78c..89a418e3a8 100644 --- a/samples/local_attestation/enclave_b/ecalls.cpp +++ b/samples/local_attestation/enclave_b/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/samples/local_attestation/enclave_b/enc.conf b/samples/local_attestation/enclave_b/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/local_attestation/enclave_b/enc.conf +++ b/samples/local_attestation/enclave_b/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/local_attestation/gen_pubkey_header.sh b/samples/local_attestation/gen_pubkey_header.sh index 4a51938fb4..aa77857117 100755 --- a/samples/local_attestation/gen_pubkey_header.sh +++ b/samples/local_attestation/gen_pubkey_header.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. destfile="$1" pubkey_file="$2" cat > "$destfile" << EOF -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef SAMPLES_LOCAL_ATTESTATION_PUBKEY_H diff --git a/samples/local_attestation/host/CMakeLists.txt b/samples/local_attestation/host/CMakeLists.txt index 7d665f640a..f121b83862 100644 --- a/samples/local_attestation/host/CMakeLists.txt +++ b/samples/local_attestation/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT localattestation_u.h localattestation_u.c localattestation_args.h diff --git a/samples/local_attestation/host/Makefile b/samples/local_attestation/host/Makefile index 2979b7ffb2..752e4b3036 100644 --- a/samples/local_attestation/host/Makefile +++ b/samples/local_attestation/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/local_attestation/host/host.cpp b/samples/local_attestation/host/host.cpp index 0dab70f02d..93fa4a68ef 100644 --- a/samples/local_attestation/host/host.cpp +++ b/samples/local_attestation/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/local_attestation/localattestation.edl b/samples/local_attestation/localattestation.edl index fa843b6066..6c179f2ffd 100644 --- a/samples/local_attestation/localattestation.edl +++ b/samples/local_attestation/localattestation.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/remote_attestation/CMakeLists.txt b/samples/remote_attestation/CMakeLists.txt index 8d2847129e..6cac3fd9cb 100644 --- a/samples/remote_attestation/CMakeLists.txt +++ b/samples/remote_attestation/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/remote_attestation/Makefile b/samples/remote_attestation/Makefile index 1bd09ee0a0..b9631c2239 100644 --- a/samples/remote_attestation/Makefile +++ b/samples/remote_attestation/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run diff --git a/samples/remote_attestation/common/CMakeLists.txt b/samples/remote_attestation/common/CMakeLists.txt index b3929ad559..629d1fc157 100644 --- a/samples/remote_attestation/common/CMakeLists.txt +++ b/samples/remote_attestation/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT enclave_a_pubkey.h diff --git a/samples/remote_attestation/common/attestation.cpp b/samples/remote_attestation/common/attestation.cpp index ec23f2baec..d934b42bc3 100644 --- a/samples/remote_attestation/common/attestation.cpp +++ b/samples/remote_attestation/common/attestation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "attestation.h" diff --git a/samples/remote_attestation/common/attestation.h b/samples/remote_attestation/common/attestation.h index 7d72090fb7..a942acca86 100644 --- a/samples/remote_attestation/common/attestation.h +++ b/samples/remote_attestation/common/attestation.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_ATTESTATION_H diff --git a/samples/remote_attestation/common/crypto.cpp b/samples/remote_attestation/common/crypto.cpp index 0ed6053754..ebcdd00d3a 100644 --- a/samples/remote_attestation/common/crypto.cpp +++ b/samples/remote_attestation/common/crypto.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "crypto.h" diff --git a/samples/remote_attestation/common/crypto.h b/samples/remote_attestation/common/crypto.h index cf20f355f2..8cba0faa9a 100644 --- a/samples/remote_attestation/common/crypto.h +++ b/samples/remote_attestation/common/crypto.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_CRYPTO_H diff --git a/samples/remote_attestation/common/dispatcher.cpp b/samples/remote_attestation/common/dispatcher.cpp index 81adde71d2..e0503b0cd2 100644 --- a/samples/remote_attestation/common/dispatcher.cpp +++ b/samples/remote_attestation/common/dispatcher.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "dispatcher.h" diff --git a/samples/remote_attestation/common/dispatcher.h b/samples/remote_attestation/common/dispatcher.h index db2ddddee0..8ab7151588 100644 --- a/samples/remote_attestation/common/dispatcher.h +++ b/samples/remote_attestation/common/dispatcher.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/samples/remote_attestation/common/log.h b/samples/remote_attestation/common/log.h index b064e3b905..507dcd8b81 100644 --- a/samples/remote_attestation/common/log.h +++ b/samples/remote_attestation/common/log.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef OE_SAMPLES_ATTESTATION_ENC_LOG_H diff --git a/samples/remote_attestation/enclave_a/CMakeLists.txt b/samples/remote_attestation/enclave_a/CMakeLists.txt index 341531342f..c63833ed70 100644 --- a/samples/remote_attestation/enclave_a/CMakeLists.txt +++ b/samples/remote_attestation/enclave_a/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Generate header with public key of enclave B (2) diff --git a/samples/remote_attestation/enclave_a/Makefile b/samples/remote_attestation/enclave_a/Makefile index 1c08fba7d5..bb6cf7daf3 100644 --- a/samples/remote_attestation/enclave_a/Makefile +++ b/samples/remote_attestation/enclave_a/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/remote_attestation/enclave_a/ecalls.cpp b/samples/remote_attestation/enclave_a/ecalls.cpp index b4a7f60052..e3b953a895 100644 --- a/samples/remote_attestation/enclave_a/ecalls.cpp +++ b/samples/remote_attestation/enclave_a/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/samples/remote_attestation/enclave_a/enc.conf b/samples/remote_attestation/enclave_a/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/remote_attestation/enclave_a/enc.conf +++ b/samples/remote_attestation/enclave_a/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/remote_attestation/enclave_b/CMakeLists.txt b/samples/remote_attestation/enclave_b/CMakeLists.txt index 6dbe6a940b..182425d0c0 100644 --- a/samples/remote_attestation/enclave_b/CMakeLists.txt +++ b/samples/remote_attestation/enclave_b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Generate header with public key of enclave A diff --git a/samples/remote_attestation/enclave_b/Makefile b/samples/remote_attestation/enclave_b/Makefile index 5b773e6e2c..47d97a0f09 100644 --- a/samples/remote_attestation/enclave_b/Makefile +++ b/samples/remote_attestation/enclave_b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/remote_attestation/enclave_b/ecalls.cpp b/samples/remote_attestation/enclave_b/ecalls.cpp index 2e60f060f8..216a44d2d9 100644 --- a/samples/remote_attestation/enclave_b/ecalls.cpp +++ b/samples/remote_attestation/enclave_b/ecalls.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/samples/remote_attestation/enclave_b/enc.conf b/samples/remote_attestation/enclave_b/enc.conf index 981fd5fe9b..c6af0590eb 100644 --- a/samples/remote_attestation/enclave_b/enc.conf +++ b/samples/remote_attestation/enclave_b/enc.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/remote_attestation/gen_pubkey_header.sh b/samples/remote_attestation/gen_pubkey_header.sh index 95a4402781..d6ac4ffb30 100755 --- a/samples/remote_attestation/gen_pubkey_header.sh +++ b/samples/remote_attestation/gen_pubkey_header.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. destfile="$1" pubkey_file="$2" cat > "$destfile" << EOF -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef SAMPLES_REMOTE_ATTESTATION_PUBKEY_H diff --git a/samples/remote_attestation/host/CMakeLists.txt b/samples/remote_attestation/host/CMakeLists.txt index 8bcc5edcf5..5369024603 100644 --- a/samples/remote_attestation/host/CMakeLists.txt +++ b/samples/remote_attestation/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT remoteattestation_u.h remoteattestation_u.c remoteattestation_args.h diff --git a/samples/remote_attestation/host/Makefile b/samples/remote_attestation/host/Makefile index 306034bd84..3b07aaa8c8 100644 --- a/samples/remote_attestation/host/Makefile +++ b/samples/remote_attestation/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/remote_attestation/host/host.cpp b/samples/remote_attestation/host/host.cpp index cd5076193a..a3e997e608 100644 --- a/samples/remote_attestation/host/host.cpp +++ b/samples/remote_attestation/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/remote_attestation/remoteattestation.edl b/samples/remote_attestation/remoteattestation.edl index 790260b847..ae99dac4bb 100644 --- a/samples/remote_attestation/remoteattestation.edl +++ b/samples/remote_attestation/remoteattestation.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/switchless/CMakeLists.txt b/samples/switchless/CMakeLists.txt index 740d88835d..736188069c 100644 --- a/samples/switchless/CMakeLists.txt +++ b/samples/switchless/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. cmake_minimum_required(VERSION 3.11) diff --git a/samples/switchless/Makefile b/samples/switchless/Makefile index 5ec9108611..4ef7181d3b 100644 --- a/samples/switchless/Makefile +++ b/samples/switchless/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. .PHONY: all build clean run simulate diff --git a/samples/switchless/enclave/CMakeLists.txt b/samples/switchless/enclave/CMakeLists.txt index 90c8ab5b0f..755e5c9919 100644 --- a/samples/switchless/enclave/CMakeLists.txt +++ b/samples/switchless/enclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Use the edger8r to generate C bindings from the EDL file. diff --git a/samples/switchless/enclave/Makefile b/samples/switchless/enclave/Makefile index c943748e67..224bd8f713 100644 --- a/samples/switchless/enclave/Makefile +++ b/samples/switchless/enclave/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/switchless/enclave/enc.c b/samples/switchless/enclave/enc.c index 91a987d733..ac5eb83e3c 100644 --- a/samples/switchless/enclave/enc.c +++ b/samples/switchless/enclave/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/switchless/enclave/switchless.conf b/samples/switchless/enclave/switchless.conf index 5d4ce9ef95..ca997aa136 100644 --- a/samples/switchless/enclave/switchless.conf +++ b/samples/switchless/enclave/switchless.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/samples/switchless/host/CMakeLists.txt b/samples/switchless/host/CMakeLists.txt index edc22432e8..d2586c85ca 100644 --- a/samples/switchless/host/CMakeLists.txt +++ b/samples/switchless/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT switchless_u.h switchless_u.c switchless_args.h diff --git a/samples/switchless/host/Makefile b/samples/switchless/host/Makefile index b9780c6378..e7e342fa74 100644 --- a/samples/switchless/host/Makefile +++ b/samples/switchless/host/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Detect C and C++ compiler options diff --git a/samples/switchless/host/host.c b/samples/switchless/host/host.c index d1e10abedc..fee3bc9a6f 100644 --- a/samples/switchless/host/host.c +++ b/samples/switchless/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/samples/switchless/switchless.edl b/samples/switchless/switchless.edl index 89ab289a39..928717a814 100644 --- a/samples/switchless/switchless.edl +++ b/samples/switchless/switchless.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/samples/test-samples.cmake b/samples/test-samples.cmake index fc50943052..ef630955a6 100644 --- a/samples/test-samples.cmake +++ b/samples/test-samples.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # This script requires the variables SOURCE_DIR, BUILD_DIR, and diff --git a/scripts/VirtualMachineSgxSettings.psd1 b/scripts/VirtualMachineSgxSettings.psd1 index bb8e1f3886..2500c59a1c 100644 --- a/scripts/VirtualMachineSgxSettings.psd1 +++ b/scripts/VirtualMachineSgxSettings.psd1 @@ -1,15 +1,15 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. @{ GUID = "{5c36f9d9-e64f-4dbb-ae38-6ad1669954c4}" - Author = "Microsoft Corporation" - CompanyName = "Microsoft Corporation" - Copyright = "© Microsoft Corporation. All rights reserved." + Author = "Open Enclave SDK contributors" + CompanyName = "Confidential Computing Consortium" + Copyright = "© Open Enclave SDK contributors" RootModule = "VirtualMachineSgxSettings.psm1" ModuleVersion = "1.0.0.0" PowerShellVersion = "3.0" ClrVersion = "4.0" FunctionsToExport = "Get-VMSgx", "Set-VMSgx" - HelpInfoUri = "https://github.com/Microsoft/openenclave" + HelpInfoUri = "https://github.com/openenclave/openenclave" } \ No newline at end of file diff --git a/scripts/VirtualMachineSgxSettings.psm1 b/scripts/VirtualMachineSgxSettings.psm1 index 2cf7ae7c4e..353311886a 100644 --- a/scripts/VirtualMachineSgxSettings.psm1 +++ b/scripts/VirtualMachineSgxSettings.psm1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. Import-Module Hyper-V diff --git a/scripts/ansible/README.md b/scripts/ansible/README.md index bf9456d3af..64200a7dcd 100644 --- a/scripts/ansible/README.md +++ b/scripts/ansible/README.md @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. This directory contains the Ansible work used to automate all the required tasks for setting up new Open Enclave environments, and new Jenkins agents for the CI / CD system. diff --git a/scripts/ansible/ansible.cfg b/scripts/ansible/ansible.cfg index 3380d6c6a3..acb77002db 100644 --- a/scripts/ansible/ansible.cfg +++ b/scripts/ansible/ansible.cfg @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. [defaults] diff --git a/scripts/ansible/install-ansible.sh b/scripts/ansible/install-ansible.sh index d637c41100..87241a9f67 100755 --- a/scripts/ansible/install-ansible.sh +++ b/scripts/ansible/install-ansible.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/scripts/ansible/inventory/group_vars/all b/scripts/ansible/inventory/group_vars/all index 2d9ccfda1d..973cb49b19 100644 --- a/scripts/ansible/inventory/group_vars/all +++ b/scripts/ansible/inventory/group_vars/all @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Global configs for all the Ansible machines diff --git a/scripts/ansible/inventory/group_vars/linux-agents b/scripts/ansible/inventory/group_vars/linux-agents index 4aeb81f870..a56b3b12b5 100644 --- a/scripts/ansible/inventory/group_vars/linux-agents +++ b/scripts/ansible/inventory/group_vars/linux-agents @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ansible_ssh_user: azureuser diff --git a/scripts/ansible/inventory/group_vars/windows-agents b/scripts/ansible/inventory/group_vars/windows-agents index 12fe513fb8..165e01af7b 100644 --- a/scripts/ansible/inventory/group_vars/windows-agents +++ b/scripts/ansible/inventory/group_vars/windows-agents @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Username and password of the nodes (if the nodes have different passwords, please look into host_vars folder) diff --git a/scripts/ansible/inventory/hosts b/scripts/ansible/inventory/hosts index 4509d6efec..817d28d3b1 100644 --- a/scripts/ansible/inventory/hosts +++ b/scripts/ansible/inventory/hosts @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. [linux-agents] diff --git a/scripts/ansible/jenkins-agents-register.yml b/scripts/ansible/jenkins-agents-register.yml index 8d4799f056..1b221d72b1 100644 --- a/scripts/ansible/jenkins-agents-register.yml +++ b/scripts/ansible/jenkins-agents-register.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/jenkins-setup.yml b/scripts/ansible/jenkins-setup.yml index 89812c9250..6610c06006 100644 --- a/scripts/ansible/jenkins-setup.yml +++ b/scripts/ansible/jenkins-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-contributors-acc-setup-no-driver.yml b/scripts/ansible/oe-contributors-acc-setup-no-driver.yml index fe469b66ab..a8b01fe641 100644 --- a/scripts/ansible/oe-contributors-acc-setup-no-driver.yml +++ b/scripts/ansible/oe-contributors-acc-setup-no-driver.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-contributors-acc-setup.yml b/scripts/ansible/oe-contributors-acc-setup.yml index d6cedbbd0d..606c4ebd45 100644 --- a/scripts/ansible/oe-contributors-acc-setup.yml +++ b/scripts/ansible/oe-contributors-acc-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-contributors-setup-cross-arm.yml b/scripts/ansible/oe-contributors-setup-cross-arm.yml index dd3967ae41..c7c0bd7d75 100644 --- a/scripts/ansible/oe-contributors-setup-cross-arm.yml +++ b/scripts/ansible/oe-contributors-setup-cross-arm.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-contributors-setup-sgx1.yml b/scripts/ansible/oe-contributors-setup-sgx1.yml index 6ca7fc673e..f2758b7e8d 100644 --- a/scripts/ansible/oe-contributors-setup-sgx1.yml +++ b/scripts/ansible/oe-contributors-setup-sgx1.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-contributors-setup.yml b/scripts/ansible/oe-contributors-setup.yml index 59a65e7989..f4e402851d 100644 --- a/scripts/ansible/oe-contributors-setup.yml +++ b/scripts/ansible/oe-contributors-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-linux-acc-setup-no-driver.yml b/scripts/ansible/oe-linux-acc-setup-no-driver.yml index 13a9d684a6..80ccc464a4 100644 --- a/scripts/ansible/oe-linux-acc-setup-no-driver.yml +++ b/scripts/ansible/oe-linux-acc-setup-no-driver.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-linux-acc-setup.yml b/scripts/ansible/oe-linux-acc-setup.yml index 8cef5ff7f3..f16231dd03 100644 --- a/scripts/ansible/oe-linux-acc-setup.yml +++ b/scripts/ansible/oe-linux-acc-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-linux-esy-setup.yml b/scripts/ansible/oe-linux-esy-setup.yml index 04a4ac3a27..e69e2d0cd5 100644 --- a/scripts/ansible/oe-linux-esy-setup.yml +++ b/scripts/ansible/oe-linux-esy-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-vanilla-prelibsgx-setup.yml b/scripts/ansible/oe-vanilla-prelibsgx-setup.yml index cd7e4caa07..54d9445379 100644 --- a/scripts/ansible/oe-vanilla-prelibsgx-setup.yml +++ b/scripts/ansible/oe-vanilla-prelibsgx-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/oe-windows-acc-setup.yml b/scripts/ansible/oe-windows-acc-setup.yml index 58f4b92539..da172fcf9f 100644 --- a/scripts/ansible/oe-windows-acc-setup.yml +++ b/scripts/ansible/oe-windows-acc-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/remove-ansible.sh b/scripts/ansible/remove-ansible.sh index 0a8d84b663..13e941b5e7 100755 --- a/scripts/ansible/remove-ansible.sh +++ b/scripts/ansible/remove-ansible.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/scripts/ansible/requirements.txt b/scripts/ansible/requirements.txt index 2c07f3e9f7..2383c81dac 100644 --- a/scripts/ansible/requirements.txt +++ b/scripts/ansible/requirements.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ansible==2.8.2 pywinrm==0.2.1 diff --git a/scripts/ansible/roles/common/jenkins/tasks/agent-provision.yml b/scripts/ansible/roles/common/jenkins/tasks/agent-provision.yml index 8e36c077f9..036772e6a3 100644 --- a/scripts/ansible/roles/common/jenkins/tasks/agent-provision.yml +++ b/scripts/ansible/roles/common/jenkins/tasks/agent-provision.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/az-dcap-client/tasks/stable-install.yml b/scripts/ansible/roles/linux/az-dcap-client/tasks/stable-install.yml index cc03287a44..1d360ddce2 100644 --- a/scripts/ansible/roles/linux/az-dcap-client/tasks/stable-install.yml +++ b/scripts/ansible/roles/linux/az-dcap-client/tasks/stable-install.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/az-dcap-client/tasks/validation.yml b/scripts/ansible/roles/linux/az-dcap-client/tasks/validation.yml index 2284733cba..1c4d96861c 100644 --- a/scripts/ansible/roles/linux/az-dcap-client/tasks/validation.yml +++ b/scripts/ansible/roles/linux/az-dcap-client/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/az-dcap-client/vars/ubuntu.yml b/scripts/ansible/roles/linux/az-dcap-client/vars/ubuntu.yml index acee0b1de4..6d72ed0a84 100644 --- a/scripts/ansible/roles/linux/az-dcap-client/vars/ubuntu.yml +++ b/scripts/ansible/roles/linux/az-dcap-client/vars/ubuntu.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/common/tasks/apt-repo.yml b/scripts/ansible/roles/linux/common/tasks/apt-repo.yml index 62e1451c44..d7ed70464b 100644 --- a/scripts/ansible/roles/linux/common/tasks/apt-repo.yml +++ b/scripts/ansible/roles/linux/common/tasks/apt-repo.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/tasks/ci-setup.yml b/scripts/ansible/roles/linux/docker/tasks/ci-setup.yml index aadacc1de6..79c206c286 100644 --- a/scripts/ansible/roles/linux/docker/tasks/ci-setup.yml +++ b/scripts/ansible/roles/linux/docker/tasks/ci-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/tasks/stable-install.yml b/scripts/ansible/roles/linux/docker/tasks/stable-install.yml index 9e5012875a..1855d02c3a 100644 --- a/scripts/ansible/roles/linux/docker/tasks/stable-install.yml +++ b/scripts/ansible/roles/linux/docker/tasks/stable-install.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/tasks/validation.yml b/scripts/ansible/roles/linux/docker/tasks/validation.yml index de3c816731..ca355b88d1 100644 --- a/scripts/ansible/roles/linux/docker/tasks/validation.yml +++ b/scripts/ansible/roles/linux/docker/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/vars/bionic.yml b/scripts/ansible/roles/linux/docker/vars/bionic.yml index 53b8bea693..2d3f45aa0d 100644 --- a/scripts/ansible/roles/linux/docker/vars/bionic.yml +++ b/scripts/ansible/roles/linux/docker/vars/bionic.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/vars/ubuntu.yml b/scripts/ansible/roles/linux/docker/vars/ubuntu.yml index 050225db24..6f6e693baa 100644 --- a/scripts/ansible/roles/linux/docker/vars/ubuntu.yml +++ b/scripts/ansible/roles/linux/docker/vars/ubuntu.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/docker/vars/xenial.yml b/scripts/ansible/roles/linux/docker/vars/xenial.yml index c2cd43a020..a9cf45fc95 100644 --- a/scripts/ansible/roles/linux/docker/vars/xenial.yml +++ b/scripts/ansible/roles/linux/docker/vars/xenial.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/defaults/main.yml b/scripts/ansible/roles/linux/intel/defaults/main.yml index 34570068dc..ed63f9e87d 100644 --- a/scripts/ansible/roles/linux/intel/defaults/main.yml +++ b/scripts/ansible/roles/linux/intel/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/tasks/driver-validation.yml b/scripts/ansible/roles/linux/intel/tasks/driver-validation.yml index 120a0db72c..f34148edf5 100644 --- a/scripts/ansible/roles/linux/intel/tasks/driver-validation.yml +++ b/scripts/ansible/roles/linux/intel/tasks/driver-validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/tasks/packages-validation.yml b/scripts/ansible/roles/linux/intel/tasks/packages-validation.yml index 7a2a85afb5..e91ca0d53a 100644 --- a/scripts/ansible/roles/linux/intel/tasks/packages-validation.yml +++ b/scripts/ansible/roles/linux/intel/tasks/packages-validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/tasks/sgx-driver.yml b/scripts/ansible/roles/linux/intel/tasks/sgx-driver.yml index ed2dd755d2..7785a17762 100644 --- a/scripts/ansible/roles/linux/intel/tasks/sgx-driver.yml +++ b/scripts/ansible/roles/linux/intel/tasks/sgx-driver.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/tasks/sgx-packages.yml b/scripts/ansible/roles/linux/intel/tasks/sgx-packages.yml index 0379955adb..cdf630b619 100644 --- a/scripts/ansible/roles/linux/intel/tasks/sgx-packages.yml +++ b/scripts/ansible/roles/linux/intel/tasks/sgx-packages.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/vars/bionic.yml b/scripts/ansible/roles/linux/intel/vars/bionic.yml index 37885e985f..894d5c7059 100644 --- a/scripts/ansible/roles/linux/intel/vars/bionic.yml +++ b/scripts/ansible/roles/linux/intel/vars/bionic.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/vars/ubuntu.yml b/scripts/ansible/roles/linux/intel/vars/ubuntu.yml index 4965cda3aa..a5bbfb1098 100644 --- a/scripts/ansible/roles/linux/intel/vars/ubuntu.yml +++ b/scripts/ansible/roles/linux/intel/vars/ubuntu.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/intel/vars/xenial.yml b/scripts/ansible/roles/linux/intel/vars/xenial.yml index 0f8656b6aa..57f195836a 100644 --- a/scripts/ansible/roles/linux/intel/vars/xenial.yml +++ b/scripts/ansible/roles/linux/intel/vars/xenial.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/jenkins/tasks/slave-setup.yml b/scripts/ansible/roles/linux/jenkins/tasks/slave-setup.yml index e3fc3387e7..837e7c11eb 100644 --- a/scripts/ansible/roles/linux/jenkins/tasks/slave-setup.yml +++ b/scripts/ansible/roles/linux/jenkins/tasks/slave-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/jenkins/tasks/validation.yml b/scripts/ansible/roles/linux/jenkins/tasks/validation.yml index 14507fb0f5..ee684d28ae 100644 --- a/scripts/ansible/roles/linux/jenkins/tasks/validation.yml +++ b/scripts/ansible/roles/linux/jenkins/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.default.j2 b/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.default.j2 index 89364ea8d0..4b88363cdb 100644 --- a/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.default.j2 +++ b/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.default.j2 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. JENKINS_RUN=/var/run/jenkins diff --git a/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.service.j2 b/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.service.j2 index bb649bb4b3..e08e6929f1 100644 --- a/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.service.j2 +++ b/scripts/ansible/roles/linux/jenkins/templates/jenkins-slave.service.j2 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. [Unit] diff --git a/scripts/ansible/roles/linux/jenkins/vars/ubuntu.yml b/scripts/ansible/roles/linux/jenkins/vars/ubuntu.yml index 722b10f372..8ba4c57643 100644 --- a/scripts/ansible/roles/linux/jenkins/vars/ubuntu.yml +++ b/scripts/ansible/roles/linux/jenkins/vars/ubuntu.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/openenclave/tasks/environment-setup-cross-arm.yml b/scripts/ansible/roles/linux/openenclave/tasks/environment-setup-cross-arm.yml index e70771575e..ef8ccc4cdd 100644 --- a/scripts/ansible/roles/linux/openenclave/tasks/environment-setup-cross-arm.yml +++ b/scripts/ansible/roles/linux/openenclave/tasks/environment-setup-cross-arm.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/openenclave/tasks/environment-setup.yml b/scripts/ansible/roles/linux/openenclave/tasks/environment-setup.yml index 7a09abde3d..2d1ca3ec3f 100644 --- a/scripts/ansible/roles/linux/openenclave/tasks/environment-setup.yml +++ b/scripts/ansible/roles/linux/openenclave/tasks/environment-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/openenclave/tasks/esy-setup.yml b/scripts/ansible/roles/linux/openenclave/tasks/esy-setup.yml index aa5c16bcd4..2573e81def 100644 --- a/scripts/ansible/roles/linux/openenclave/tasks/esy-setup.yml +++ b/scripts/ansible/roles/linux/openenclave/tasks/esy-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # # See https://github.com/esy/esy/pull/957, specifically: diff --git a/scripts/ansible/roles/linux/openenclave/tasks/stable-install.yml b/scripts/ansible/roles/linux/openenclave/tasks/stable-install.yml index 4034a350c2..68c6a51981 100644 --- a/scripts/ansible/roles/linux/openenclave/tasks/stable-install.yml +++ b/scripts/ansible/roles/linux/openenclave/tasks/stable-install.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/openenclave/tasks/validation.yml b/scripts/ansible/roles/linux/openenclave/tasks/validation.yml index af21deceb6..3f86d3ec76 100644 --- a/scripts/ansible/roles/linux/openenclave/tasks/validation.yml +++ b/scripts/ansible/roles/linux/openenclave/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/linux/openenclave/vars/ubuntu.yml b/scripts/ansible/roles/linux/openenclave/vars/ubuntu.yml index d29823f9a5..8eee4dd17c 100644 --- a/scripts/ansible/roles/linux/openenclave/vars/ubuntu.yml +++ b/scripts/ansible/roles/linux/openenclave/vars/ubuntu.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/az-dcap-client/tasks/validation.yml b/scripts/ansible/roles/windows/az-dcap-client/tasks/validation.yml index 45cb388ad9..0a96d692eb 100644 --- a/scripts/ansible/roles/windows/az-dcap-client/tasks/validation.yml +++ b/scripts/ansible/roles/windows/az-dcap-client/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/az-dcap-client/vars/windows.yml b/scripts/ansible/roles/windows/az-dcap-client/vars/windows.yml index 32275ff0b7..07ed65bca1 100644 --- a/scripts/ansible/roles/windows/az-dcap-client/vars/windows.yml +++ b/scripts/ansible/roles/windows/az-dcap-client/vars/windows.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/jenkins/tasks/slave-setup.yml b/scripts/ansible/roles/windows/jenkins/tasks/slave-setup.yml index e4c5b7d9cf..cd776f2a83 100644 --- a/scripts/ansible/roles/windows/jenkins/tasks/slave-setup.yml +++ b/scripts/ansible/roles/windows/jenkins/tasks/slave-setup.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/jenkins/tasks/validation.yml b/scripts/ansible/roles/windows/jenkins/tasks/validation.yml index fb867cbab2..41cffd5639 100644 --- a/scripts/ansible/roles/windows/jenkins/tasks/validation.yml +++ b/scripts/ansible/roles/windows/jenkins/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/jenkins/vars/windows.yml b/scripts/ansible/roles/windows/jenkins/vars/windows.yml index f60457acbf..c640263786 100644 --- a/scripts/ansible/roles/windows/jenkins/vars/windows.yml +++ b/scripts/ansible/roles/windows/jenkins/vars/windows.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/openenclave/tasks/validation.yml b/scripts/ansible/roles/windows/openenclave/tasks/validation.yml index 6331cf7a94..2403596200 100644 --- a/scripts/ansible/roles/windows/openenclave/tasks/validation.yml +++ b/scripts/ansible/roles/windows/openenclave/tasks/validation.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/ansible/roles/windows/openenclave/vars/windows.yml b/scripts/ansible/roles/windows/openenclave/vars/windows.yml index 772b9df88a..553e1674b4 100644 --- a/scripts/ansible/roles/windows/openenclave/vars/windows.yml +++ b/scripts/ansible/roles/windows/openenclave/vars/windows.yml @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. --- diff --git a/scripts/check-ci b/scripts/check-ci index dd55b3a58d..b8388a237a 100755 --- a/scripts/check-ci +++ b/scripts/check-ci @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # This script is very similar to the pre-commit hook, except it diff --git a/scripts/check-license b/scripts/check-license index 9de9405280..18c0da200a 100755 --- a/scripts/check-license +++ b/scripts/check-license @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # This script accepts either a list of files relative to the current @@ -11,7 +11,7 @@ set -o errexit set -o pipefail -license=("Copyright (c) Microsoft Corporation. All rights reserved." "Licensed under the MIT License.") +license=("Copyright (c) Open Enclave SDK contributors." "Licensed under the MIT License.") root=$(git rev-parse --show-toplevel) diff --git a/scripts/check-linters b/scripts/check-linters index f3eef93093..371e7fb3ca 100755 --- a/scripts/check-linters +++ b/scripts/check-linters @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # This script currently runs just the ShellCheck linter on shell diff --git a/scripts/clangw b/scripts/clangw index e8f3d7a1e4..deff4945d4 100644 --- a/scripts/clangw +++ b/scripts/clangw @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # shellcheck disable=SC2068 disable=SC2006 disable=SC2179 diff --git a/scripts/commit-msg b/scripts/commit-msg index 247ddbd705..5490af6060 100644 --- a/scripts/commit-msg +++ b/scripts/commit-msg @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/scripts/deploy-docs b/scripts/deploy-docs index 338c6c2ec7..e31ee9c313 100755 --- a/scripts/deploy-docs +++ b/scripts/deploy-docs @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/scripts/format-code b/scripts/format-code index 2ed26771e5..31050dab8a 100755 --- a/scripts/format-code +++ b/scripts/format-code @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/scripts/format-code.ps1 b/scripts/format-code.ps1 index 4c323183ba..97f5610777 100644 --- a/scripts/format-code.ps1 +++ b/scripts/format-code.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. $usage=$false; diff --git a/scripts/generate-devkits b/scripts/generate-devkits index 899334cabe..0c4fe58fd3 100755 --- a/scripts/generate-devkits +++ b/scripts/generate-devkits @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. OPTEE_OS_PATH=$1 diff --git a/scripts/install-windows-prereqs.ps1 b/scripts/install-windows-prereqs.ps1 index 08443d8555..89f233b3e3 100644 --- a/scripts/install-windows-prereqs.ps1 +++ b/scripts/install-windows-prereqs.ps1 @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # The Hash parameter defaults below are calculated using Get-FileHash with the default SHA256 hashing algorithm diff --git a/scripts/llvm-arw b/scripts/llvm-arw index 3a5e971289..9993658fb5 100644 --- a/scripts/llvm-arw +++ b/scripts/llvm-arw @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # shellcheck disable=SC2068 diff --git a/scripts/pre-commit b/scripts/pre-commit index ffe64a5fca..82800cdc6c 100755 --- a/scripts/pre-commit +++ b/scripts/pre-commit @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/scripts/test-build-config b/scripts/test-build-config index a5bcc49a47..00c6ec7f8b 100755 --- a/scripts/test-build-config +++ b/scripts/test-build-config @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##==================================================================================== diff --git a/syscall/CMakeLists.txt b/syscall/CMakeLists.txt index 2fe73c8626..003e74b31a 100644 --- a/syscall/CMakeLists.txt +++ b/syscall/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. ##============================================================================== diff --git a/syscall/consolefs.c b/syscall/consolefs.c index 3f4039688d..a97f322ca1 100644 --- a/syscall/consolefs.c +++ b/syscall/consolefs.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/consolefs.h b/syscall/consolefs.h index 73dec63bc6..c8c9e991eb 100644 --- a/syscall/consolefs.h +++ b/syscall/consolefs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved._ops +// Copyright (c) Open Enclave SDK contributors._ops // Licensed under the MIT License. #ifndef _OE_SYSCALL_CONSOLEFS_H diff --git a/syscall/device.c b/syscall/device.c index e8a7fa7cd4..de00c6ec4d 100644 --- a/syscall/device.c +++ b/syscall/device.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/devices/CMakeLists.txt b/syscall/devices/CMakeLists.txt index a9b5012e52..dcc928accc 100644 --- a/syscall/devices/CMakeLists.txt +++ b/syscall/devices/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(hostfs) diff --git a/syscall/devices/hostepoll/CMakeLists.txt b/syscall/devices/hostepoll/CMakeLists.txt index ffb43275a7..fca60f36b9 100644 --- a/syscall/devices/hostepoll/CMakeLists.txt +++ b/syscall/devices/hostepoll/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oehostepoll STATIC hostepoll.c) diff --git a/syscall/devices/hostepoll/hostepoll.c b/syscall/devices/hostepoll/hostepoll.c index bb048883ce..fb85d769ad 100644 --- a/syscall/devices/hostepoll/hostepoll.c +++ b/syscall/devices/hostepoll/hostepoll.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/syscall/devices/hostfs/CMakeLists.txt b/syscall/devices/hostfs/CMakeLists.txt index 5127cda0dc..4ad635b7fd 100644 --- a/syscall/devices/hostfs/CMakeLists.txt +++ b/syscall/devices/hostfs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oehostfs STATIC hostfs.c) diff --git a/syscall/devices/hostfs/hostfs.c b/syscall/devices/hostfs/hostfs.c index 0b47e9959a..c433289a3b 100644 --- a/syscall/devices/hostfs/hostfs.c +++ b/syscall/devices/hostfs/hostfs.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/syscall/devices/hostresolver/CMakeLists.txt b/syscall/devices/hostresolver/CMakeLists.txt index 036e70070e..493284943d 100644 --- a/syscall/devices/hostresolver/CMakeLists.txt +++ b/syscall/devices/hostresolver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oehostresolver STATIC hostresolver.c) diff --git a/syscall/devices/hostresolver/hostresolver.c b/syscall/devices/hostresolver/hostresolver.c index bfff8d7baf..fd6072e4b6 100644 --- a/syscall/devices/hostresolver/hostresolver.c +++ b/syscall/devices/hostresolver/hostresolver.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/syscall/devices/hostsock/CMakeLists.txt b/syscall/devices/hostsock/CMakeLists.txt index 97adabb5d9..d4873c8861 100644 --- a/syscall/devices/hostsock/CMakeLists.txt +++ b/syscall/devices/hostsock/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oehostsock STATIC hostsock.c) diff --git a/syscall/devices/hostsock/hostsock.c b/syscall/devices/hostsock/hostsock.c index 99e4e60a33..a346f70ddd 100644 --- a/syscall/devices/hostsock/hostsock.c +++ b/syscall/devices/hostsock/hostsock.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/syscall/dirent.c b/syscall/dirent.c index ee32ddabae..aae1fa32e7 100644 --- a/syscall/dirent.c +++ b/syscall/dirent.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/epoll.c b/syscall/epoll.c index 57613d722c..28d81b9d91 100644 --- a/syscall/epoll.c +++ b/syscall/epoll.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/syscall/fcntl.c b/syscall/fcntl.c index e6a4f81d5a..e84a2be693 100644 --- a/syscall/fcntl.c +++ b/syscall/fcntl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/fdtable.c b/syscall/fdtable.c index 96743be314..cab5a97a28 100644 --- a/syscall/fdtable.c +++ b/syscall/fdtable.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/ioctl.c b/syscall/ioctl.c index b43bf1eee3..18f6b174ce 100644 --- a/syscall/ioctl.c +++ b/syscall/ioctl.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/iov.c b/syscall/iov.c index 03a7844671..0429ab5f37 100644 --- a/syscall/iov.c +++ b/syscall/iov.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/mount.c b/syscall/mount.c index 5d123568ff..0e6eaf6a63 100644 --- a/syscall/mount.c +++ b/syscall/mount.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/syscall/mount.h b/syscall/mount.h index 53ac193327..b8c242395f 100644 --- a/syscall/mount.h +++ b/syscall/mount.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved._ops +// Copyright (c) Open Enclave SDK contributors._ops // Licensed under the MIT License. #ifndef _OE_SYSCALL_MOUNT_H diff --git a/syscall/netdb.c b/syscall/netdb.c index d8c81c6e95..f045f47120 100644 --- a/syscall/netdb.c +++ b/syscall/netdb.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/poll.c b/syscall/poll.c index fa4172cb08..d99e676391 100644 --- a/syscall/poll.c +++ b/syscall/poll.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/select.c b/syscall/select.c index 9b97f522c6..5e5c6ea7d6 100644 --- a/syscall/select.c +++ b/syscall/select.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/socket.c b/syscall/socket.c index dea108059c..33f0ff5897 100644 --- a/syscall/socket.c +++ b/syscall/socket.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/stat.c b/syscall/stat.c index c9334f02de..7581f1e564 100644 --- a/syscall/stat.c +++ b/syscall/stat.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/stdio.c b/syscall/stdio.c index 0fd2912562..a1defe0f41 100644 --- a/syscall/stdio.c +++ b/syscall/stdio.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/stdlib.c b/syscall/stdlib.c index f600a6c235..636ed957d7 100644 --- a/syscall/stdlib.c +++ b/syscall/stdlib.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/stub.c b/syscall/stub.c index 3a3cb11aa4..167cc0fd15 100644 --- a/syscall/stub.c +++ b/syscall/stub.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/syscall.c b/syscall/syscall.c index 4e228a996b..0c003631ee 100644 --- a/syscall/syscall.c +++ b/syscall/syscall.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/syscall_t_wrapper.c b/syscall/syscall_t_wrapper.c index 9d07779912..f980aca6a3 100644 --- a/syscall/syscall_t_wrapper.c +++ b/syscall/syscall_t_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_NEED_STDC_NAMES diff --git a/syscall/unistd.c b/syscall/unistd.c index cdc5202e70..7b12067281 100644 --- a/syscall/unistd.c +++ b/syscall/unistd.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/syscall/utsname.c b/syscall/utsname.c index 4bdf55ebe0..d90dbd7e4c 100644 --- a/syscall/utsname.c +++ b/syscall/utsname.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 946f7c333f..841fd0d871 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/SampleApp/CMakeLists.txt b/tests/SampleApp/CMakeLists.txt index b67b0e421d..914a4c89e8 100644 --- a/tests/SampleApp/CMakeLists.txt +++ b/tests/SampleApp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/SampleApp/SampleApp.edl b/tests/SampleApp/SampleApp.edl index 7fe72934d8..06f60610a5 100644 --- a/tests/SampleApp/SampleApp.edl +++ b/tests/SampleApp/SampleApp.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/SampleApp/enc/CMakeLists.txt b/tests/SampleApp/enc/CMakeLists.txt index e5408accf4..3106bc8761 100644 --- a/tests/SampleApp/enc/CMakeLists.txt +++ b/tests/SampleApp/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # TODO: Does this need CXX? diff --git a/tests/SampleApp/enc/SampleApp.cpp b/tests/SampleApp/enc/SampleApp.cpp index 30ef05f4ad..50456fb8d9 100644 --- a/tests/SampleApp/enc/SampleApp.cpp +++ b/tests/SampleApp/enc/SampleApp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/SampleApp/host/CMakeLists.txt b/tests/SampleApp/host/CMakeLists.txt index f836b65b12..2e15aec4e1 100644 --- a/tests/SampleApp/host/CMakeLists.txt +++ b/tests/SampleApp/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../SampleApp.edl host gen) diff --git a/tests/SampleApp/host/SampleAppHost.cpp b/tests/SampleApp/host/SampleAppHost.cpp index 80a058fb44..35d45d2639 100644 --- a/tests/SampleApp/host/SampleAppHost.cpp +++ b/tests/SampleApp/host/SampleAppHost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/SampleAppCRT/CMakeLists.txt b/tests/SampleAppCRT/CMakeLists.txt index 58b9984d92..5f045807d6 100644 --- a/tests/SampleAppCRT/CMakeLists.txt +++ b/tests/SampleAppCRT/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/SampleAppCRT/SampleAppCRT.edl b/tests/SampleAppCRT/SampleAppCRT.edl index b6267f3603..402d9a22f9 100644 --- a/tests/SampleAppCRT/SampleAppCRT.edl +++ b/tests/SampleAppCRT/SampleAppCRT.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/SampleAppCRT/enc/CMakeLists.txt b/tests/SampleAppCRT/enc/CMakeLists.txt index c32b82f6aa..63780d9e0f 100644 --- a/tests/SampleAppCRT/enc/CMakeLists.txt +++ b/tests/SampleAppCRT/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # TODO: Does this need CXX? diff --git a/tests/SampleAppCRT/enc/SampleAppCRT.cpp b/tests/SampleAppCRT/enc/SampleAppCRT.cpp index 08cbaebe90..fe6b87b1a7 100644 --- a/tests/SampleAppCRT/enc/SampleAppCRT.cpp +++ b/tests/SampleAppCRT/enc/SampleAppCRT.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/SampleAppCRT/host/CMakeLists.txt b/tests/SampleAppCRT/host/CMakeLists.txt index 9829a785e1..37f99bba56 100644 --- a/tests/SampleAppCRT/host/CMakeLists.txt +++ b/tests/SampleAppCRT/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../SampleAppCRT.edl host gen) diff --git a/tests/SampleAppCRT/host/SampleAppCRTHost.cpp b/tests/SampleAppCRT/host/SampleAppCRTHost.cpp index 377a39487f..8a0b7ae41b 100644 --- a/tests/SampleAppCRT/host/SampleAppCRTHost.cpp +++ b/tests/SampleAppCRT/host/SampleAppCRTHost.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/VectorException/CMakeLists.txt b/tests/VectorException/CMakeLists.txt index fd8bf39f35..cb7a660288 100644 --- a/tests/VectorException/CMakeLists.txt +++ b/tests/VectorException/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/VectorException/VectorException.edl b/tests/VectorException/VectorException.edl index b3b7af1941..d2556af185 100644 --- a/tests/VectorException/VectorException.edl +++ b/tests/VectorException/VectorException.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/VectorException/enc/CMakeLists.txt b/tests/VectorException/enc/CMakeLists.txt index 905fc54572..d07befa400 100644 --- a/tests/VectorException/enc/CMakeLists.txt +++ b/tests/VectorException/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../VectorException.edl enclave gen) diff --git a/tests/VectorException/enc/enc.c b/tests/VectorException/enc/enc.c index e463a7e9e5..99f942d3f1 100644 --- a/tests/VectorException/enc/enc.c +++ b/tests/VectorException/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/VectorException/enc/init.cpp b/tests/VectorException/enc/init.cpp index 05fe5d8391..0b993d0da8 100644 --- a/tests/VectorException/enc/init.cpp +++ b/tests/VectorException/enc/init.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/VectorException/enc/sigill_handling.c b/tests/VectorException/enc/sigill_handling.c index 47df80921e..74abd78901 100644 --- a/tests/VectorException/enc/sigill_handling.c +++ b/tests/VectorException/enc/sigill_handling.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/VectorException/host/CMakeLists.txt b/tests/VectorException/host/CMakeLists.txt index 56d36c73eb..d82c9fd8ab 100644 --- a/tests/VectorException/host/CMakeLists.txt +++ b/tests/VectorException/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../VectorException.edl host gen) diff --git a/tests/VectorException/host/host.c b/tests/VectorException/host/host.c index 2e7fa011a6..54ace06c1c 100644 --- a/tests/VectorException/host/host.c +++ b/tests/VectorException/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/abortStatus/CMakeLists.txt b/tests/abortStatus/CMakeLists.txt index f3fd781e0b..3e641f0bf1 100644 --- a/tests/abortStatus/CMakeLists.txt +++ b/tests/abortStatus/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/abortStatus/abortStatus.edl b/tests/abortStatus/abortStatus.edl index 3273ff9332..3fb2be1ead 100644 --- a/tests/abortStatus/abortStatus.edl +++ b/tests/abortStatus/abortStatus.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/abortStatus/enc/CMakeLists.txt b/tests/abortStatus/enc/CMakeLists.txt index 5ff7274b40..4294ab98de 100644 --- a/tests/abortStatus/enc/CMakeLists.txt +++ b/tests/abortStatus/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/abortStatus/enc/enc.cpp b/tests/abortStatus/enc/enc.cpp index b448f93496..beda29d2a2 100644 --- a/tests/abortStatus/enc/enc.cpp +++ b/tests/abortStatus/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/abortStatus/host/CMakeLists.txt b/tests/abortStatus/host/CMakeLists.txt index 63d5787076..f4a580d2c8 100644 --- a/tests/abortStatus/host/CMakeLists.txt +++ b/tests/abortStatus/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/abortStatus/host/host.cpp b/tests/abortStatus/host/host.cpp index 09eb95db90..9b6a383e10 100644 --- a/tests/abortStatus/host/host.cpp +++ b/tests/abortStatus/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/argv/CMakeLists.txt b/tests/argv/CMakeLists.txt index eee6714aa5..ff670509ce 100644 --- a/tests/argv/CMakeLists.txt +++ b/tests/argv/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/argv/argv.edl b/tests/argv/argv.edl index fbd7b1a906..ed2c71b944 100644 --- a/tests/argv/argv.edl +++ b/tests/argv/argv.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave diff --git a/tests/argv/enc/CMakeLists.txt b/tests/argv/enc/CMakeLists.txt index c717c824cb..85f5ee7f11 100644 --- a/tests/argv/enc/CMakeLists.txt +++ b/tests/argv/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/argv/enc/enc.c b/tests/argv/enc/enc.c index 30c7ed1db6..0e0da2c1d8 100644 --- a/tests/argv/enc/enc.c +++ b/tests/argv/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/argv/host/CMakeLists.txt b/tests/argv/host/CMakeLists.txt index e412a011fd..b5429a406d 100644 --- a/tests/argv/host/CMakeLists.txt +++ b/tests/argv/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/argv/host/host.c b/tests/argv/host/host.c index d4961bf553..0c540168b1 100644 --- a/tests/argv/host/host.c +++ b/tests/argv/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/attestation_cert_apis/CMakeLists.txt b/tests/attestation_cert_apis/CMakeLists.txt index d6f0f80dc5..6ca545ab31 100644 --- a/tests/attestation_cert_apis/CMakeLists.txt +++ b/tests/attestation_cert_apis/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/attestation_cert_apis/enc/CMakeLists.txt b/tests/attestation_cert_apis/enc/CMakeLists.txt index 09a52d5660..a7da26510b 100644 --- a/tests/attestation_cert_apis/enc/CMakeLists.txt +++ b/tests/attestation_cert_apis/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/attestation_cert_apis/enc/enc.cpp b/tests/attestation_cert_apis/enc/enc.cpp index 0b9c1d001b..a4182fb2d1 100644 --- a/tests/attestation_cert_apis/enc/enc.cpp +++ b/tests/attestation_cert_apis/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/attestation_cert_apis/host/CMakeLists.txt b/tests/attestation_cert_apis/host/CMakeLists.txt index e465c99eb7..1f904bae72 100644 --- a/tests/attestation_cert_apis/host/CMakeLists.txt +++ b/tests/attestation_cert_apis/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(add_dcap_client_target) diff --git a/tests/attestation_cert_apis/host/host.cpp b/tests/attestation_cert_apis/host/host.cpp index e000d56fb4..026cd078c8 100644 --- a/tests/attestation_cert_apis/host/host.cpp +++ b/tests/attestation_cert_apis/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/attestation_cert_apis/tls.edl b/tests/attestation_cert_apis/tls.edl index 8494af080d..a655645d6d 100644 --- a/tests/attestation_cert_apis/tls.edl +++ b/tests/attestation_cert_apis/tls.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/backtrace/CMakeLists.txt b/tests/backtrace/CMakeLists.txt index 3ed44092ab..0159031f6d 100644 --- a/tests/backtrace/CMakeLists.txt +++ b/tests/backtrace/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/backtrace/backtrace.edl b/tests/backtrace/backtrace.edl index 82ae6db9b9..cf619b2ce9 100644 --- a/tests/backtrace/backtrace.edl +++ b/tests/backtrace/backtrace.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/backtrace/enc/CMakeLists.txt b/tests/backtrace/enc/CMakeLists.txt index 3f03a0528a..348662ae3b 100644 --- a/tests/backtrace/enc/CMakeLists.txt +++ b/tests/backtrace/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/backtrace/enc/enc.cpp b/tests/backtrace/enc/enc.cpp index dd85772400..c93d0fda33 100644 --- a/tests/backtrace/enc/enc.cpp +++ b/tests/backtrace/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/backtrace/host/CMakeLists.txt b/tests/backtrace/host/CMakeLists.txt index 765bfc1344..caa7c4b5e9 100644 --- a/tests/backtrace/host/CMakeLists.txt +++ b/tests/backtrace/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/backtrace/host/host.cpp b/tests/backtrace/host/host.cpp index 077e1aef1f..133dc30a70 100644 --- a/tests/backtrace/host/host.cpp +++ b/tests/backtrace/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/bigmalloc/CMakeLists.txt b/tests/bigmalloc/CMakeLists.txt index d7d9ee1669..e942b219f7 100644 --- a/tests/bigmalloc/CMakeLists.txt +++ b/tests/bigmalloc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/bigmalloc/bigmalloc.edl b/tests/bigmalloc/bigmalloc.edl index 84f6f1c99e..2783f4dea6 100644 --- a/tests/bigmalloc/bigmalloc.edl +++ b/tests/bigmalloc/bigmalloc.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/bigmalloc/enc/CMakeLists.txt b/tests/bigmalloc/enc/CMakeLists.txt index bf59a9f0ef..1ffe515c35 100644 --- a/tests/bigmalloc/enc/CMakeLists.txt +++ b/tests/bigmalloc/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/bigmalloc/enc/enc.c b/tests/bigmalloc/enc/enc.c index f158115d66..a417e79c62 100644 --- a/tests/bigmalloc/enc/enc.c +++ b/tests/bigmalloc/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/bigmalloc/enc/sign.conf b/tests/bigmalloc/enc/sign.conf index 4a9f5712d8..9235ad588c 100644 --- a/tests/bigmalloc/enc/sign.conf +++ b/tests/bigmalloc/enc/sign.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings (with 16GB heap): diff --git a/tests/bigmalloc/host/CMakeLists.txt b/tests/bigmalloc/host/CMakeLists.txt index 27ca2e9533..fa01c818c2 100644 --- a/tests/bigmalloc/host/CMakeLists.txt +++ b/tests/bigmalloc/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../bigmalloc.edl host gen) diff --git a/tests/bigmalloc/host/host.c b/tests/bigmalloc/host/host.c index 43bd894028..48ed3c7507 100644 --- a/tests/bigmalloc/host/host.c +++ b/tests/bigmalloc/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/cppException/CMakeLists.txt b/tests/cppException/CMakeLists.txt index 2de7366bee..bb81d7a56a 100644 --- a/tests/cppException/CMakeLists.txt +++ b/tests/cppException/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/cppException/cppException.edl b/tests/cppException/cppException.edl index 6e6d1c9e11..a95426d4e3 100644 --- a/tests/cppException/cppException.edl +++ b/tests/cppException/cppException.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/cppException/enc/CMakeLists.txt b/tests/cppException/enc/CMakeLists.txt index fd7e6b9fa7..fc52730a59 100644 --- a/tests/cppException/enc/CMakeLists.txt +++ b/tests/cppException/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/cppException/enc/cppException.cpp b/tests/cppException/enc/cppException.cpp index f3035e21ad..5a172b6bfc 100644 --- a/tests/cppException/enc/cppException.cpp +++ b/tests/cppException/enc/cppException.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/cppException/enc/enc.cpp b/tests/cppException/enc/enc.cpp index b4eb137c53..b346cd4f89 100644 --- a/tests/cppException/enc/enc.cpp +++ b/tests/cppException/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/cppException/host/CMakeLists.txt b/tests/cppException/host/CMakeLists.txt index 4de7766dfb..52a2041a4b 100644 --- a/tests/cppException/host/CMakeLists.txt +++ b/tests/cppException/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/cppException/host/host.cpp b/tests/cppException/host/host.cpp index a8b68e8116..9776ab9755 100644 --- a/tests/cppException/host/host.cpp +++ b/tests/cppException/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/create-errors/CMakeLists.txt b/tests/create-errors/CMakeLists.txt index 27a05c815a..b62f36418f 100644 --- a/tests/create-errors/CMakeLists.txt +++ b/tests/create-errors/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/create-errors/create_errors.edl b/tests/create-errors/create_errors.edl index baced94d3e..90da019518 100644 --- a/tests/create-errors/create_errors.edl +++ b/tests/create-errors/create_errors.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/create-errors/enc/CMakeLists.txt b/tests/create-errors/enc/CMakeLists.txt index 05cd8f4c13..518564220a 100644 --- a/tests/create-errors/enc/CMakeLists.txt +++ b/tests/create-errors/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/create-errors/enc/enc.c b/tests/create-errors/enc/enc.c index 6ff54aeb9d..c4663142d4 100644 --- a/tests/create-errors/enc/enc.c +++ b/tests/create-errors/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/create-errors/host/CMakeLists.txt b/tests/create-errors/host/CMakeLists.txt index cf74574558..3b7ae6e750 100644 --- a/tests/create-errors/host/CMakeLists.txt +++ b/tests/create-errors/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/create-errors/host/host.c b/tests/create-errors/host/host.c index d7ca89df0d..f7b5cb1359 100644 --- a/tests/create-errors/host/host.c +++ b/tests/create-errors/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/create-rapid/CMakeLists.txt b/tests/create-rapid/CMakeLists.txt index 098399266f..21cb316bd7 100644 --- a/tests/create-rapid/CMakeLists.txt +++ b/tests/create-rapid/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/create-rapid/create_rapid.edl b/tests/create-rapid/create_rapid.edl index 774a1cd025..f913e1e3a4 100644 --- a/tests/create-rapid/create_rapid.edl +++ b/tests/create-rapid/create_rapid.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/create-rapid/enc/CMakeLists.txt b/tests/create-rapid/enc/CMakeLists.txt index 094236b622..dc1a41347f 100644 --- a/tests/create-rapid/enc/CMakeLists.txt +++ b/tests/create-rapid/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/create-rapid/enc/enc.cpp b/tests/create-rapid/enc/enc.cpp index c069a20d6a..10589abaf5 100644 --- a/tests/create-rapid/enc/enc.cpp +++ b/tests/create-rapid/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/create-rapid/host/CMakeLists.txt b/tests/create-rapid/host/CMakeLists.txt index 6e0ac6791c..0780fc372d 100644 --- a/tests/create-rapid/host/CMakeLists.txt +++ b/tests/create-rapid/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/create-rapid/host/host.cpp b/tests/create-rapid/host/host.cpp index 7f2256435e..3de07332fb 100644 --- a/tests/create-rapid/host/host.cpp +++ b/tests/create-rapid/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto/CMakeLists.txt b/tests/crypto/CMakeLists.txt index 502f1a9c58..53d1dfac7a 100644 --- a/tests/crypto/CMakeLists.txt +++ b/tests/crypto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(data) diff --git a/tests/crypto/asn1_tests.c b/tests/crypto/asn1_tests.c index dc727c18f8..6b04df2f02 100644 --- a/tests/crypto/asn1_tests.c +++ b/tests/crypto/asn1_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/cpu_entropy_test.c b/tests/crypto/cpu_entropy_test.c index a657b16510..b75ac7db21 100644 --- a/tests/crypto/cpu_entropy_test.c +++ b/tests/crypto/cpu_entropy_test.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define MAX_LOOP_SIZE 1000 diff --git a/tests/crypto/crl_tests.c b/tests/crypto/crl_tests.c index 6813b00a16..a971cd220a 100644 --- a/tests/crypto/crl_tests.c +++ b/tests/crypto/crl_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/data/CMakeLists.txt b/tests/crypto/data/CMakeLists.txt index 070632932f..b878bdcef1 100644 --- a/tests/crypto/data/CMakeLists.txt +++ b/tests/crypto/data/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OS-specific configuration diff --git a/tests/crypto/data/ec_cert_with_ext.cnf b/tests/crypto/data/ec_cert_with_ext.cnf index c67e3add00..66374a0d1b 100644 --- a/tests/crypto/data/ec_cert_with_ext.cnf +++ b/tests/crypto/data/ec_cert_with_ext.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/ec_crl_distribution.cnf b/tests/crypto/data/ec_crl_distribution.cnf index c67e3add00..66374a0d1b 100644 --- a/tests/crypto/data/ec_crl_distribution.cnf +++ b/tests/crypto/data/ec_crl_distribution.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/intermediate.cnf b/tests/crypto/data/intermediate.cnf index 65f2f4f197..200302fab2 100644 --- a/tests/crypto/data/intermediate.cnf +++ b/tests/crypto/data/intermediate.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/intermediate_v3.ext b/tests/crypto/data/intermediate_v3.ext index 9694525ffb..8f36350fb9 100644 --- a/tests/crypto/data/intermediate_v3.ext +++ b/tests/crypto/data/intermediate_v3.ext @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/make-test-certs b/tests/crypto/data/make-test-certs index 8c77b19215..7f7660a06f 100755 --- a/tests/crypto/data/make-test-certs +++ b/tests/crypto/data/make-test-certs @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/tests/crypto/data/root.cnf b/tests/crypto/data/root.cnf index 5afdd0eec5..6e4ef1d88a 100644 --- a/tests/crypto/data/root.cnf +++ b/tests/crypto/data/root.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/root_v3.ext b/tests/crypto/data/root_v3.ext index 2d7f3c52ea..f000ae0fd0 100644 --- a/tests/crypto/data/root_v3.ext +++ b/tests/crypto/data/root_v3.ext @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/data/sample.cnf b/tests/crypto/data/sample.cnf index 528004d31b..203e04e1f4 100644 --- a/tests/crypto/data/sample.cnf +++ b/tests/crypto/data/sample.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto/ec_tests.c b/tests/crypto/ec_tests.c index 2c1b30aa32..6361d56494 100644 --- a/tests/crypto/ec_tests.c +++ b/tests/crypto/ec_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/enclave/CMakeLists.txt b/tests/crypto/enclave/CMakeLists.txt index c9533cd7c5..c88bf81ac2 100644 --- a/tests/crypto/enclave/CMakeLists.txt +++ b/tests/crypto/enclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (BUILD_ENCLAVES) diff --git a/tests/crypto/enclave/crypto.edl b/tests/crypto/enclave/crypto.edl index c40890c0a9..7edbeff6fb 100644 --- a/tests/crypto/enclave/crypto.edl +++ b/tests/crypto/enclave/crypto.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/crypto/enclave/enc/CMakeLists.txt b/tests/crypto/enclave/enc/CMakeLists.txt index 82638f3161..047629bd5a 100644 --- a/tests/crypto/enclave/enc/CMakeLists.txt +++ b/tests/crypto/enclave/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../crypto.edl enclave gen) diff --git a/tests/crypto/enclave/enc/enc.c b/tests/crypto/enclave/enc/enc.c index b11576356d..f552b9aad5 100644 --- a/tests/crypto/enclave/enc/enc.c +++ b/tests/crypto/enclave/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto/enclave/host/CMakeLists.txt b/tests/crypto/enclave/host/CMakeLists.txt index d7e3b36b6a..55f0e9b188 100644 --- a/tests/crypto/enclave/host/CMakeLists.txt +++ b/tests/crypto/enclave/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/crypto/enclave/host/host.c b/tests/crypto/enclave/host/host.c index 74aec2d1e4..fc3963bd0a 100644 --- a/tests/crypto/enclave/host/host.c +++ b/tests/crypto/enclave/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto/hash.c b/tests/crypto/hash.c index 3062815d2a..1b79843161 100644 --- a/tests/crypto/hash.c +++ b/tests/crypto/hash.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "hash.h" diff --git a/tests/crypto/hash.h b/tests/crypto/hash.h index d35f5a5814..22560b7cb0 100644 --- a/tests/crypto/hash.h +++ b/tests/crypto/hash.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TESTS_CRYPTO_HASH_H diff --git a/tests/crypto/hmac_tests.c b/tests/crypto/hmac_tests.c index 0866553848..b9df1eb931 100644 --- a/tests/crypto/hmac_tests.c +++ b/tests/crypto/hmac_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/host/CMakeLists.txt b/tests/crypto/host/CMakeLists.txt index fa75d83153..128c38d2d0 100644 --- a/tests/crypto/host/CMakeLists.txt +++ b/tests/crypto/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OS- and TEE-specific source files diff --git a/tests/crypto/host/main.c b/tests/crypto/host/main.c index e13315b68a..427a9b2ceb 100644 --- a/tests/crypto/host/main.c +++ b/tests/crypto/host/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto/kdf_tests.c b/tests/crypto/kdf_tests.c index 1607f160db..de9165d858 100644 --- a/tests/crypto/kdf_tests.c +++ b/tests/crypto/kdf_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/random_tests.c b/tests/crypto/random_tests.c index 8e0b7f5e8b..21167bcb30 100644 --- a/tests/crypto/random_tests.c +++ b/tests/crypto/random_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/read_file.c b/tests/crypto/read_file.c index 913c0a225c..8a0c8a4678 100644 --- a/tests/crypto/read_file.c +++ b/tests/crypto/read_file.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto/readfile.h b/tests/crypto/readfile.h index bc2f2c7bfa..be35fa3c1f 100644 --- a/tests/crypto/readfile.h +++ b/tests/crypto/readfile.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _READFILE_H_ diff --git a/tests/crypto/rsa_tests.c b/tests/crypto/rsa_tests.c index b1c8efe677..3938d33336 100644 --- a/tests/crypto/rsa_tests.c +++ b/tests/crypto/rsa_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/sha_tests.c b/tests/crypto/sha_tests.c index 7dfe2c3be8..5d62032cae 100644 --- a/tests/crypto/sha_tests.c +++ b/tests/crypto/sha_tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/tests.c b/tests/crypto/tests.c index b3110fa6a1..5f3423cd3d 100644 --- a/tests/crypto/tests.c +++ b/tests/crypto/tests.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "tests.h" diff --git a/tests/crypto/tests.h b/tests/crypto/tests.h index d893d91660..489a2abc55 100644 --- a/tests/crypto/tests.h +++ b/tests/crypto/tests.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TESTS_CRYPTO_TESTS_H diff --git a/tests/crypto/utils.c b/tests/crypto/utils.c index d5d273e47f..aeaaff2a2d 100644 --- a/tests/crypto/utils.c +++ b/tests/crypto/utils.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/crypto/utils.h b/tests/crypto/utils.h index 7719693654..bfde003506 100644 --- a/tests/crypto/utils.h +++ b/tests/crypto/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TESTS_CRYPTO_UTILS_H diff --git a/tests/crypto_crls_cert_chains/CMakeLists.txt b/tests/crypto_crls_cert_chains/CMakeLists.txt index 359bc3fed1..77b4501d90 100644 --- a/tests/crypto_crls_cert_chains/CMakeLists.txt +++ b/tests/crypto_crls_cert_chains/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(data) diff --git a/tests/crypto_crls_cert_chains/common/crypto_crls_cert_chains.edl b/tests/crypto_crls_cert_chains/common/crypto_crls_cert_chains.edl index 8a9500b1ee..cba6fb589b 100644 --- a/tests/crypto_crls_cert_chains/common/crypto_crls_cert_chains.edl +++ b/tests/crypto_crls_cert_chains/common/crypto_crls_cert_chains.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/crypto_crls_cert_chains/common/tests.cpp b/tests/crypto_crls_cert_chains/common/tests.cpp index b9c85e9156..337026d274 100644 --- a/tests/crypto_crls_cert_chains/common/tests.cpp +++ b/tests/crypto_crls_cert_chains/common/tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/crypto_crls_cert_chains/data/CMakeLists.txt b/tests/crypto_crls_cert_chains/data/CMakeLists.txt index bb09bb231e..82638481df 100644 --- a/tests/crypto_crls_cert_chains/data/CMakeLists.txt +++ b/tests/crypto_crls_cert_chains/data/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OS-specific configuration diff --git a/tests/crypto_crls_cert_chains/data/intermediate.cnf b/tests/crypto_crls_cert_chains/data/intermediate.cnf index a173487473..0895bd1deb 100644 --- a/tests/crypto_crls_cert_chains/data/intermediate.cnf +++ b/tests/crypto_crls_cert_chains/data/intermediate.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/data/intermediate2.cnf b/tests/crypto_crls_cert_chains/data/intermediate2.cnf index e0366eaba2..fac4ddae78 100644 --- a/tests/crypto_crls_cert_chains/data/intermediate2.cnf +++ b/tests/crypto_crls_cert_chains/data/intermediate2.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/data/intermediate_v3.ext b/tests/crypto_crls_cert_chains/data/intermediate_v3.ext index 9694525ffb..8f36350fb9 100644 --- a/tests/crypto_crls_cert_chains/data/intermediate_v3.ext +++ b/tests/crypto_crls_cert_chains/data/intermediate_v3.ext @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/data/make-test-certs b/tests/crypto_crls_cert_chains/data/make-test-certs index a040f401e6..0e46cd200c 100755 --- a/tests/crypto_crls_cert_chains/data/make-test-certs +++ b/tests/crypto_crls_cert_chains/data/make-test-certs @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set -o errexit diff --git a/tests/crypto_crls_cert_chains/data/root.cnf b/tests/crypto_crls_cert_chains/data/root.cnf index 93add0f165..382716a281 100644 --- a/tests/crypto_crls_cert_chains/data/root.cnf +++ b/tests/crypto_crls_cert_chains/data/root.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/data/root2.cnf b/tests/crypto_crls_cert_chains/data/root2.cnf index f45b68a4f9..37e4d3f074 100644 --- a/tests/crypto_crls_cert_chains/data/root2.cnf +++ b/tests/crypto_crls_cert_chains/data/root2.cnf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/data/root_v3.ext b/tests/crypto_crls_cert_chains/data/root_v3.ext index 2d7f3c52ea..f000ae0fd0 100644 --- a/tests/crypto_crls_cert_chains/data/root_v3.ext +++ b/tests/crypto_crls_cert_chains/data/root_v3.ext @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # OpenSSL configuration for test CRL generation diff --git a/tests/crypto_crls_cert_chains/enc/CMakeLists.txt b/tests/crypto_crls_cert_chains/enc/CMakeLists.txt index eb19b57db4..7985fdf596 100644 --- a/tests/crypto_crls_cert_chains/enc/CMakeLists.txt +++ b/tests/crypto_crls_cert_chains/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../common/crypto_crls_cert_chains.edl enclave gen) diff --git a/tests/crypto_crls_cert_chains/enc/enc.cpp b/tests/crypto_crls_cert_chains/enc/enc.cpp index d92a6f5e1d..9d5728f0a6 100644 --- a/tests/crypto_crls_cert_chains/enc/enc.cpp +++ b/tests/crypto_crls_cert_chains/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/crypto_crls_cert_chains/host/CMakeLists.txt b/tests/crypto_crls_cert_chains/host/CMakeLists.txt index 575e60e4e1..f372b92049 100644 --- a/tests/crypto_crls_cert_chains/host/CMakeLists.txt +++ b/tests/crypto_crls_cert_chains/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../common/crypto_crls_cert_chains.edl host gen) diff --git a/tests/crypto_crls_cert_chains/host/host.cpp b/tests/crypto_crls_cert_chains/host/host.cpp index 474abb254e..de1903df81 100644 --- a/tests/crypto_crls_cert_chains/host/host.cpp +++ b/tests/crypto_crls_cert_chains/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debug-mode/CMakeLists.txt b/tests/debug-mode/CMakeLists.txt index 815ac3a479..098e5c0853 100644 --- a/tests/debug-mode/CMakeLists.txt +++ b/tests/debug-mode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/debug-mode/debug_mode.edl b/tests/debug-mode/debug_mode.edl index baced94d3e..90da019518 100644 --- a/tests/debug-mode/debug_mode.edl +++ b/tests/debug-mode/debug_mode.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/debug-mode/enc/CMakeLists.txt b/tests/debug-mode/enc/CMakeLists.txt index bf461d80d9..cf89f8f69d 100644 --- a/tests/debug-mode/enc/CMakeLists.txt +++ b/tests/debug-mode/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/debug-mode/enc/enc.c b/tests/debug-mode/enc/enc.c index 5b260e105a..a9fea41d2c 100644 --- a/tests/debug-mode/enc/enc.c +++ b/tests/debug-mode/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debug-mode/enc/props-debug.c b/tests/debug-mode/enc/props-debug.c index 6cdce97a28..11dd22a35b 100644 --- a/tests/debug-mode/enc/props-debug.c +++ b/tests/debug-mode/enc/props-debug.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debug-mode/enc/props.c b/tests/debug-mode/enc/props.c index 9051f1e4ca..f5ddb693bd 100644 --- a/tests/debug-mode/enc/props.c +++ b/tests/debug-mode/enc/props.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debug-mode/enc/sign-debug.conf b/tests/debug-mode/enc/sign-debug.conf index 981fd5fe9b..c6af0590eb 100644 --- a/tests/debug-mode/enc/sign-debug.conf +++ b/tests/debug-mode/enc/sign-debug.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/tests/debug-mode/enc/sign.conf b/tests/debug-mode/enc/sign.conf index 8e40fe2694..2216676b73 100644 --- a/tests/debug-mode/enc/sign.conf +++ b/tests/debug-mode/enc/sign.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/tests/debug-mode/host/CMakeLists.txt b/tests/debug-mode/host/CMakeLists.txt index 2bdfc0e97a..ecd2042b36 100644 --- a/tests/debug-mode/host/CMakeLists.txt +++ b/tests/debug-mode/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/debug-mode/host/host.c b/tests/debug-mode/host/host.c index 3593b65cee..854f1481cf 100644 --- a/tests/debug-mode/host/host.c +++ b/tests/debug-mode/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debugger/CMakeLists.txt b/tests/debugger/CMakeLists.txt index 72618f9ab1..b17e683987 100644 --- a/tests/debugger/CMakeLists.txt +++ b/tests/debugger/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE_UPPER) diff --git a/tests/debugger/oegdb/CMakeLists.txt b/tests/debugger/oegdb/CMakeLists.txt index 09356128c3..72b2058e36 100644 --- a/tests/debugger/oegdb/CMakeLists.txt +++ b/tests/debugger/oegdb/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/debugger/oegdb/commands.gdb b/tests/debugger/oegdb/commands.gdb index 58c818ef16..0873ede4aa 100644 --- a/tests/debugger/oegdb/commands.gdb +++ b/tests/debugger/oegdb/commands.gdb @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enable pending breakpoints diff --git a/tests/debugger/oegdb/enc/CMakeLists.txt b/tests/debugger/oegdb/enc/CMakeLists.txt index 5d98e3c8b5..1784c0e920 100644 --- a/tests/debugger/oegdb/enc/CMakeLists.txt +++ b/tests/debugger/oegdb/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/debugger/oegdb/enc/contract.c b/tests/debugger/oegdb/enc/contract.c index 0ca34464e9..4acf1ee838 100644 --- a/tests/debugger/oegdb/enc/contract.c +++ b/tests/debugger/oegdb/enc/contract.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debugger/oegdb/enc/enc.c b/tests/debugger/oegdb/enc/enc.c index 52deac6a01..6186941531 100644 --- a/tests/debugger/oegdb/enc/enc.c +++ b/tests/debugger/oegdb/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/tests/debugger/oegdb/host/CMakeLists.txt b/tests/debugger/oegdb/host/CMakeLists.txt index 7c3f1a1014..e5e3b3ddf2 100644 --- a/tests/debugger/oegdb/host/CMakeLists.txt +++ b/tests/debugger/oegdb/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/debugger/oegdb/host/contract.c b/tests/debugger/oegdb/host/contract.c index ae5d038263..3b181545cd 100644 --- a/tests/debugger/oegdb/host/contract.c +++ b/tests/debugger/oegdb/host/contract.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debugger/oegdb/host/host.c b/tests/debugger/oegdb/host/host.c index 67d39c7e7a..babdc4ec65 100644 --- a/tests/debugger/oegdb/host/host.c +++ b/tests/debugger/oegdb/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/debugger/oegdb/oe_gdb_test.edl b/tests/debugger/oegdb/oe_gdb_test.edl index 005f15b989..6974313157 100644 --- a/tests/debugger/oegdb/oe_gdb_test.edl +++ b/tests/debugger/oegdb/oe_gdb_test.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/ecall/CMakeLists.txt b/tests/ecall/CMakeLists.txt index 3d5f3aacaa..a41e9af776 100644 --- a/tests/ecall/CMakeLists.txt +++ b/tests/ecall/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/ecall/ecall.edl b/tests/ecall/ecall.edl index 17327c8b97..fd7de79ee3 100644 --- a/tests/ecall/ecall.edl +++ b/tests/ecall/ecall.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/ecall/enc/CMakeLists.txt b/tests/ecall/enc/CMakeLists.txt index 0fffd4a5c6..32808cd52f 100644 --- a/tests/ecall/enc/CMakeLists.txt +++ b/tests/ecall/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # TODO: Does this need CXX? diff --git a/tests/ecall/enc/enc.cpp b/tests/ecall/enc/enc.cpp index a9a345870c..9a6c2bc2f0 100644 --- a/tests/ecall/enc/enc.cpp +++ b/tests/ecall/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ecall/host/CMakeLists.txt b/tests/ecall/host/CMakeLists.txt index cfc282246b..5af0c03c2a 100644 --- a/tests/ecall/host/CMakeLists.txt +++ b/tests/ecall/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ecall.edl host gen) diff --git a/tests/ecall/host/host.cpp b/tests/ecall/host/host.cpp index 82f6b3f92c..d506f92bc1 100644 --- a/tests/ecall/host/host.cpp +++ b/tests/ecall/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ecall_ocall/CMakeLists.txt b/tests/ecall_ocall/CMakeLists.txt index dba0219eb4..a2e44d4039 100644 --- a/tests/ecall_ocall/CMakeLists.txt +++ b/tests/ecall_ocall/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/ecall_ocall/ecall_ocall.edl b/tests/ecall_ocall/ecall_ocall.edl index 13e30cc829..2130da8cae 100644 --- a/tests/ecall_ocall/ecall_ocall.edl +++ b/tests/ecall_ocall/ecall_ocall.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/ecall_ocall/enc/CMakeLists.txt b/tests/ecall_ocall/enc/CMakeLists.txt index 5f7dc7d1c5..a94ae6bc6b 100644 --- a/tests/ecall_ocall/enc/CMakeLists.txt +++ b/tests/ecall_ocall/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ecall_ocall.edl enclave gen) diff --git a/tests/ecall_ocall/enc/enc.cpp b/tests/ecall_ocall/enc/enc.cpp index ef2cc82609..6065bd926d 100644 --- a/tests/ecall_ocall/enc/enc.cpp +++ b/tests/ecall_ocall/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ecall_ocall/enc/helpers.h b/tests/ecall_ocall/enc/helpers.h index cffedbddf2..c59a8f7cf9 100644 --- a/tests/ecall_ocall/enc/helpers.h +++ b/tests/ecall_ocall/enc/helpers.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/tests/ecall_ocall/host/CMakeLists.txt b/tests/ecall_ocall/host/CMakeLists.txt index 70c26aab45..cfc1072293 100644 --- a/tests/ecall_ocall/host/CMakeLists.txt +++ b/tests/ecall_ocall/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ecall_ocall.edl host gen) diff --git a/tests/ecall_ocall/host/host.cpp b/tests/ecall_ocall/host/host.cpp index 79695989ca..bf1288aefa 100644 --- a/tests/ecall_ocall/host/host.cpp +++ b/tests/ecall_ocall/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/echo/CMakeLists.txt b/tests/echo/CMakeLists.txt index 848d6122a8..40b0b00e3a 100644 --- a/tests/echo/CMakeLists.txt +++ b/tests/echo/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/echo/echo.edl b/tests/echo/echo.edl index b232178d9d..81ec2facb8 100644 --- a/tests/echo/echo.edl +++ b/tests/echo/echo.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/echo/enc/CMakeLists.txt b/tests/echo/enc/CMakeLists.txt index 78c55c2a1a..8a36d36e79 100644 --- a/tests/echo/enc/CMakeLists.txt +++ b/tests/echo/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/echo/enc/enc.c b/tests/echo/enc/enc.c index 4be79999d8..15e7424102 100644 --- a/tests/echo/enc/enc.c +++ b/tests/echo/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/echo/host/CMakeLists.txt b/tests/echo/host/CMakeLists.txt index ec919b9a13..e18982fa3a 100644 --- a/tests/echo/host/CMakeLists.txt +++ b/tests/echo/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/echo/host/host.c b/tests/echo/host/host.c index 1b112e9823..0bc362d4b1 100644 --- a/tests/echo/host/host.c +++ b/tests/echo/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/enclaveparam/CMakeLists.txt b/tests/enclaveparam/CMakeLists.txt index 3e0ba3fdbc..6a4d325361 100644 --- a/tests/enclaveparam/CMakeLists.txt +++ b/tests/enclaveparam/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/enclaveparam/enc/CMakeLists.txt b/tests/enclaveparam/enc/CMakeLists.txt index f422f0fadd..f72d0c2ae7 100644 --- a/tests/enclaveparam/enc/CMakeLists.txt +++ b/tests/enclaveparam/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/enclaveparam/enc/enc.c b/tests/enclaveparam/enc/enc.c index 057b2e078f..ba5f1d9d7c 100644 --- a/tests/enclaveparam/enc/enc.c +++ b/tests/enclaveparam/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/enclaveparam/enclaveparam.edl b/tests/enclaveparam/enclaveparam.edl index 7d8d32d5a8..82f6a62fd2 100644 --- a/tests/enclaveparam/enclaveparam.edl +++ b/tests/enclaveparam/enclaveparam.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/enclaveparam/host/CMakeLists.txt b/tests/enclaveparam/host/CMakeLists.txt index c49842715f..6deae88b81 100644 --- a/tests/enclaveparam/host/CMakeLists.txt +++ b/tests/enclaveparam/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/enclaveparam/host/host.c b/tests/enclaveparam/host/host.c index 96bac0ef23..a7a0d67cbc 100644 --- a/tests/enclaveparam/host/host.c +++ b/tests/enclaveparam/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/file/CMakeLists.txt b/tests/file/CMakeLists.txt index 0f706a768c..3909e646e3 100644 --- a/tests/file/CMakeLists.txt +++ b/tests/file/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/file/enc/CMakeLists.txt b/tests/file/enc/CMakeLists.txt index 5ebede1a89..4baeb06ccd 100644 --- a/tests/file/enc/CMakeLists.txt +++ b/tests/file/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/file/enc/enc.cpp b/tests/file/enc/enc.cpp index 58ba183a05..afc2f218a6 100644 --- a/tests/file/enc/enc.cpp +++ b/tests/file/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/file/file.edl b/tests/file/file.edl index 8c83da0664..c2ad0bf824 100644 --- a/tests/file/file.edl +++ b/tests/file/file.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/file/host/CMakeLists.txt b/tests/file/host/CMakeLists.txt index 9f18b6a93a..84949a1339 100644 --- a/tests/file/host/CMakeLists.txt +++ b/tests/file/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../file.edl host gen) diff --git a/tests/file/host/host.cpp b/tests/file/host/host.cpp index d18fe5b3a0..9a7d180440 100644 --- a/tests/file/host/host.cpp +++ b/tests/file/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/file/types.h b/tests/file/types.h index b056c6babc..0762045d59 100644 --- a/tests/file/types.h +++ b/tests/file/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/tests/getenclave/CMakeLists.txt b/tests/getenclave/CMakeLists.txt index 8069ab5134..d24fb02336 100644 --- a/tests/getenclave/CMakeLists.txt +++ b/tests/getenclave/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/getenclave/enc/CMakeLists.txt b/tests/getenclave/enc/CMakeLists.txt index 83b7ade62b..1b3eace7af 100644 --- a/tests/getenclave/enc/CMakeLists.txt +++ b/tests/getenclave/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/getenclave/enc/enc.c b/tests/getenclave/enc/enc.c index e04de20981..7e9c5d8684 100644 --- a/tests/getenclave/enc/enc.c +++ b/tests/getenclave/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/getenclave/getenclave.edl b/tests/getenclave/getenclave.edl index 1523e253ec..dc6f028bf7 100644 --- a/tests/getenclave/getenclave.edl +++ b/tests/getenclave/getenclave.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/getenclave/host/CMakeLists.txt b/tests/getenclave/host/CMakeLists.txt index d743cfdacd..79acbbfb37 100644 --- a/tests/getenclave/host/CMakeLists.txt +++ b/tests/getenclave/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/getenclave/host/host.c b/tests/getenclave/host/host.c index 5855429d45..0d18a9ab2c 100644 --- a/tests/getenclave/host/host.c +++ b/tests/getenclave/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/hexdump/CMakeLists.txt b/tests/hexdump/CMakeLists.txt index 6ecbbff27d..d82dc9cdae 100644 --- a/tests/hexdump/CMakeLists.txt +++ b/tests/hexdump/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/hexdump/args.h b/tests/hexdump/args.h index 89c9b8d03a..7eca1cbba6 100644 --- a/tests/hexdump/args.h +++ b/tests/hexdump/args.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _ARGS_H diff --git a/tests/hexdump/enc/CMakeLists.txt b/tests/hexdump/enc/CMakeLists.txt index f9c4f0e5d4..0d155c959d 100644 --- a/tests/hexdump/enc/CMakeLists.txt +++ b/tests/hexdump/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/hexdump/enc/enc.c b/tests/hexdump/enc/enc.c index 9bdf1df030..ef50cdde47 100644 --- a/tests/hexdump/enc/enc.c +++ b/tests/hexdump/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/hexdump/hexdump.edl b/tests/hexdump/hexdump.edl index fbfc0628ec..27d2523f32 100644 --- a/tests/hexdump/hexdump.edl +++ b/tests/hexdump/hexdump.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/hexdump/host/CMakeLists.txt b/tests/hexdump/host/CMakeLists.txt index 5806951923..aa6ababf8e 100644 --- a/tests/hexdump/host/CMakeLists.txt +++ b/tests/hexdump/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/hexdump/host/host.c b/tests/hexdump/host/host.c index a5384f4595..175c89f336 100644 --- a/tests/hexdump/host/host.c +++ b/tests/hexdump/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/host_verify/CMakeLists.txt b/tests/host_verify/CMakeLists.txt index c4a6057bac..7a88369750 100644 --- a/tests/host_verify/CMakeLists.txt +++ b/tests/host_verify/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/host_verify/host/CMakeLists.txt b/tests/host_verify/host/CMakeLists.txt index 2278763aba..fd4703505d 100644 --- a/tests/host_verify/host/CMakeLists.txt +++ b/tests/host_verify/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(test_host_verify host.cpp) diff --git a/tests/host_verify/host/host.cpp b/tests/host_verify/host/host.cpp index 331862d737..fb45124c82 100644 --- a/tests/host_verify/host/host.cpp +++ b/tests/host_verify/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/hostcalls/CMakeLists.txt b/tests/hostcalls/CMakeLists.txt index 3572546dc1..284eaed5ae 100644 --- a/tests/hostcalls/CMakeLists.txt +++ b/tests/hostcalls/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/hostcalls/enc/CMakeLists.txt b/tests/hostcalls/enc/CMakeLists.txt index a95b0b3a03..682103e2de 100644 --- a/tests/hostcalls/enc/CMakeLists.txt +++ b/tests/hostcalls/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/hostcalls/enc/enc.cpp b/tests/hostcalls/enc/enc.cpp index 49224e62e5..cfc265d81d 100644 --- a/tests/hostcalls/enc/enc.cpp +++ b/tests/hostcalls/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/hostcalls/host/CMakeLists.txt b/tests/hostcalls/host/CMakeLists.txt index df0864d499..94136a3f7f 100644 --- a/tests/hostcalls/host/CMakeLists.txt +++ b/tests/hostcalls/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/hostcalls/host/host.cpp b/tests/hostcalls/host/host.cpp index 0af106afa6..dfb9e796d7 100644 --- a/tests/hostcalls/host/host.cpp +++ b/tests/hostcalls/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/hostcalls/hostcalls.edl b/tests/hostcalls/hostcalls.edl index a1ed57e846..aa9c90037f 100644 --- a/tests/hostcalls/hostcalls.edl +++ b/tests/hostcalls/hostcalls.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/hostcalls/types.h b/tests/hostcalls/types.h index 6ce1fe2d3f..85a0bdd576 100644 --- a/tests/hostcalls/types.h +++ b/tests/hostcalls/types.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/tests/initializers/CMakeLists.txt b/tests/initializers/CMakeLists.txt index ce98f27e39..bef9c30b2b 100644 --- a/tests/initializers/CMakeLists.txt +++ b/tests/initializers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/initializers/enc/CMakeLists.txt b/tests/initializers/enc/CMakeLists.txt index 31d80990e7..8f23c6592c 100644 --- a/tests/initializers/enc/CMakeLists.txt +++ b/tests/initializers/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/initializers/enc/enc.c b/tests/initializers/enc/enc.c index b3eb865dd4..3fe497e549 100644 --- a/tests/initializers/enc/enc.c +++ b/tests/initializers/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/initializers/host/CMakeLists.txt b/tests/initializers/host/CMakeLists.txt index 97c71d24c1..0a3356c834 100644 --- a/tests/initializers/host/CMakeLists.txt +++ b/tests/initializers/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../initializers.edl host gen) diff --git a/tests/initializers/host/host.cpp b/tests/initializers/host/host.cpp index 00671064ba..2252d9ed32 100644 --- a/tests/initializers/host/host.cpp +++ b/tests/initializers/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/initializers/initializers.edl b/tests/initializers/initializers.edl index 54493ac973..f64989be5d 100644 --- a/tests/initializers/initializers.edl +++ b/tests/initializers/initializers.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/libc/CMakeLists.txt b/tests/libc/CMakeLists.txt index a5e8717718..effa21bf7e 100644 --- a/tests/libc/CMakeLists.txt +++ b/tests/libc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/libc/enc/CMakeLists.txt b/tests/libc/enc/CMakeLists.txt index f9d4356fa5..3c2d41fb7d 100644 --- a/tests/libc/enc/CMakeLists.txt +++ b/tests/libc/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/libc/enc/enc.c b/tests/libc/enc/enc.c index dc55985980..790b199468 100644 --- a/tests/libc/enc/enc.c +++ b/tests/libc/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libc/enc/include.c.in b/tests/libc/enc/include.c.in index ee36771d01..b9dc7e305c 100644 --- a/tests/libc/enc/include.c.in +++ b/tests/libc/enc/include.c.in @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // This is a template used by CMake. diff --git a/tests/libc/enc/tests.c.in b/tests/libc/enc/tests.c.in index 0866eb76de..631e912633 100644 --- a/tests/libc/enc/tests.c.in +++ b/tests/libc/enc/tests.c.in @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // This is a template used by CMake. diff --git a/tests/libc/host/CMakeLists.txt b/tests/libc/host/CMakeLists.txt index 0d37c61869..fcb1f14844 100644 --- a/tests/libc/host/CMakeLists.txt +++ b/tests/libc/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/libc/host/host.cpp b/tests/libc/host/host.cpp index 458bb96b0c..a327264a39 100644 --- a/tests/libc/host/host.cpp +++ b/tests/libc/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libc/libc.edl b/tests/libc/libc.edl index baced94d3e..90da019518 100644 --- a/tests/libc/libc.edl +++ b/tests/libc/libc.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/libc/tests.all b/tests/libc/tests.all index b05f22d3a3..42305aac72 100644 --- a/tests/libc/tests.all +++ b/tests/libc/tests.all @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. 3rdparty/musl/libc-test/src/api/main.c diff --git a/tests/libc/tests.cmake b/tests/libc/tests.cmake index ff22892220..2706ae7f30 100644 --- a/tests/libc/tests.cmake +++ b/tests/libc/tests.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE) diff --git a/tests/libc/tests.supported.gcc b/tests/libc/tests.supported.gcc index e95892c7f2..7ff3710445 100644 --- a/tests/libc/tests.supported.gcc +++ b/tests/libc/tests.supported.gcc @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # The following tests need to be skipped when built with Clang using these cmake flags. diff --git a/tests/libcxx/CMakeLists.txt b/tests/libcxx/CMakeLists.txt index 6bbec32dfe..5cf4f1f8b7 100644 --- a/tests/libcxx/CMakeLists.txt +++ b/tests/libcxx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # read tests.supported, sanitize the cpp-file, and create the test-case diff --git a/tests/libcxx/enc/CMakeLists.txt b/tests/libcxx/enc/CMakeLists.txt index 040ec9defc..50c0a21f38 100644 --- a/tests/libcxx/enc/CMakeLists.txt +++ b/tests/libcxx/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # create a binary for each testcase listed in ../tests.supported diff --git a/tests/libcxx/enc/enc.cpp b/tests/libcxx/enc/enc.cpp index 284cb302b0..0214493d5a 100644 --- a/tests/libcxx/enc/enc.cpp +++ b/tests/libcxx/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libcxx/enc/fuzzing.cpp b/tests/libcxx/enc/fuzzing.cpp index e2db62e0cc..690eb089f2 100644 --- a/tests/libcxx/enc/fuzzing.cpp +++ b/tests/libcxx/enc/fuzzing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxx/libcxx/fuzzing/fuzzing.cpp" diff --git a/tests/libcxx/enc/main.cpp b/tests/libcxx/enc/main.cpp index 205f60e3c3..385cc81cda 100644 --- a/tests/libcxx/enc/main.cpp +++ b/tests/libcxx/enc/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // This file exists so that each test has its own copy of diff --git a/tests/libcxx/enc/memory_resource.cpp b/tests/libcxx/enc/memory_resource.cpp index de8f99a31d..ac0c050e5d 100644 --- a/tests/libcxx/enc/memory_resource.cpp +++ b/tests/libcxx/enc/memory_resource.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxx/libcxx/src/experimental/memory_resource.cpp" diff --git a/tests/libcxx/host/CMakeLists.txt b/tests/libcxx/host/CMakeLists.txt index bc7f28e9fa..f4329f4850 100644 --- a/tests/libcxx/host/CMakeLists.txt +++ b/tests/libcxx/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../libcxx.edl host gen) diff --git a/tests/libcxx/host/host.cpp b/tests/libcxx/host/host.cpp index f7365a8085..694152550f 100644 --- a/tests/libcxx/host/host.cpp +++ b/tests/libcxx/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libcxx/host/threadArgs.h b/tests/libcxx/host/threadArgs.h index 47137676e5..7937196855 100644 --- a/tests/libcxx/host/threadArgs.h +++ b/tests/libcxx/host/threadArgs.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _THREAD_ARGS_H diff --git a/tests/libcxx/libcxx.edl b/tests/libcxx/libcxx.edl index 092cf94568..fab42b80d7 100644 --- a/tests/libcxx/libcxx.edl +++ b/tests/libcxx/libcxx.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/libcxxrt/CMakeLists.txt b/tests/libcxxrt/CMakeLists.txt index 7ba5d6fae9..de360a5cf7 100644 --- a/tests/libcxxrt/CMakeLists.txt +++ b/tests/libcxxrt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/libcxxrt/enc/CMakeLists.txt b/tests/libcxxrt/enc/CMakeLists.txt index 646f0b70da..c4fe54bd50 100644 --- a/tests/libcxxrt/enc/CMakeLists.txt +++ b/tests/libcxxrt/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/libcxxrt/enc/enc.cpp b/tests/libcxxrt/enc/enc.cpp index 05206f608b..634312c8bc 100644 --- a/tests/libcxxrt/enc/enc.cpp +++ b/tests/libcxxrt/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/tests/libcxxrt/enc/main.cpp b/tests/libcxxrt/enc/main.cpp index 7365181f16..e70e480505 100644 --- a/tests/libcxxrt/enc/main.cpp +++ b/tests/libcxxrt/enc/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. const char* __TEST__NAME = __TEST__; diff --git a/tests/libcxxrt/enc/test.cpp b/tests/libcxxrt/enc/test.cpp index 034fdcbfa4..a950167807 100644 --- a/tests/libcxxrt/enc/test.cpp +++ b/tests/libcxxrt/enc/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/tests/libcxxrt/enc/test_exception.cpp b/tests/libcxxrt/enc/test_exception.cpp index cda50c40bd..06aa0fff29 100644 --- a/tests/libcxxrt/enc/test_exception.cpp +++ b/tests/libcxxrt/enc/test_exception.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxxrt/libcxxrt/test/test_exception.cc" diff --git a/tests/libcxxrt/enc/test_foreign_exceptions.cpp b/tests/libcxxrt/enc/test_foreign_exceptions.cpp index e54d1d191d..191e9e8cd8 100644 --- a/tests/libcxxrt/enc/test_foreign_exceptions.cpp +++ b/tests/libcxxrt/enc/test_foreign_exceptions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxxrt/libcxxrt/test/test_foreign_exceptions.cc" diff --git a/tests/libcxxrt/enc/test_guard.cpp b/tests/libcxxrt/enc/test_guard.cpp index 0a6e5fa0ed..4313ff196f 100644 --- a/tests/libcxxrt/enc/test_guard.cpp +++ b/tests/libcxxrt/enc/test_guard.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxxrt/libcxxrt/test/test_guard.cc" diff --git a/tests/libcxxrt/enc/test_typeinfo.cpp b/tests/libcxxrt/enc/test_typeinfo.cpp index 37cfdf1e09..ea9667d9bb 100644 --- a/tests/libcxxrt/enc/test_typeinfo.cpp +++ b/tests/libcxxrt/enc/test_typeinfo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../../../3rdparty/libcxxrt/libcxxrt/test/test_typeinfo.cc" diff --git a/tests/libcxxrt/host/CMakeLists.txt b/tests/libcxxrt/host/CMakeLists.txt index 1cc3e7a49e..15c49ba7e8 100644 --- a/tests/libcxxrt/host/CMakeLists.txt +++ b/tests/libcxxrt/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/libcxxrt/host/host.cpp b/tests/libcxxrt/host/host.cpp index bd47f90bd2..f633e68bd5 100644 --- a/tests/libcxxrt/host/host.cpp +++ b/tests/libcxxrt/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. /* diff --git a/tests/libcxxrt/host/ocalls.h b/tests/libcxxrt/host/ocalls.h index 2e09bc475e..785131511d 100644 --- a/tests/libcxxrt/host/ocalls.h +++ b/tests/libcxxrt/host/ocalls.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _RUNTEST_OCALLS_H diff --git a/tests/libcxxrt/libcxxrt.edl b/tests/libcxxrt/libcxxrt.edl index f34c024c74..234fca016f 100644 --- a/tests/libcxxrt/libcxxrt.edl +++ b/tests/libcxxrt/libcxxrt.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/libcxxrt/run.bat b/tests/libcxxrt/run.bat index 54627962a5..7847d70ee0 100644 --- a/tests/libcxxrt/run.bat +++ b/tests/libcxxrt/run.bat @@ -1,4 +1,4 @@ -:: Copyright (c) Microsoft Corporation. All rights reserved. +:: Copyright (c) Open Enclave SDK contributors. :: Licensed under the MIT License. @echo off echo %1 diff --git a/tests/libunwind/CMakeLists.txt b/tests/libunwind/CMakeLists.txt index cf2ec8ff0d..31c3fdad93 100644 --- a/tests/libunwind/CMakeLists.txt +++ b/tests/libunwind/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # read tests.supported, sanitize the c-file, and create the test-case diff --git a/tests/libunwind/enc/CMakeLists.txt b/tests/libunwind/enc/CMakeLists.txt index 03b2b476ec..dcdadf923f 100644 --- a/tests/libunwind/enc/CMakeLists.txt +++ b/tests/libunwind/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Create a binary for each testcase listed in ../tests.supported diff --git a/tests/libunwind/enc/clang_varargs_extra.h b/tests/libunwind/enc/clang_varargs_extra.h index 102d372649..b67a03e79c 100644 --- a/tests/libunwind/enc/clang_varargs_extra.h +++ b/tests/libunwind/enc/clang_varargs_extra.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // Provide forward declarations of functions in libunwind test suite diff --git a/tests/libunwind/enc/enc.c b/tests/libunwind/enc/enc.c index 6042dfce7a..5257625460 100644 --- a/tests/libunwind/enc/enc.c +++ b/tests/libunwind/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libunwind/enc/pid.h b/tests/libunwind/enc/pid.h index de970921d7..621a083a59 100644 --- a/tests/libunwind/enc/pid.h +++ b/tests/libunwind/enc/pid.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_LIBUNWIND_ENC_PID_H diff --git a/tests/libunwind/enc/test_support.c b/tests/libunwind/enc/test_support.c index c2cadc3d3b..0f56f60cb1 100644 --- a/tests/libunwind/enc/test_support.c +++ b/tests/libunwind/enc/test_support.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libunwind/host/CMakeLists.txt b/tests/libunwind/host/CMakeLists.txt index a5772db299..dcc0a9e9e4 100644 --- a/tests/libunwind/host/CMakeLists.txt +++ b/tests/libunwind/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/libunwind/host/host.cpp b/tests/libunwind/host/host.cpp index f0d957da76..fa1adb550a 100644 --- a/tests/libunwind/host/host.cpp +++ b/tests/libunwind/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/libunwind/libunwind.edl b/tests/libunwind/libunwind.edl index b200168ca3..515c161e8e 100644 --- a/tests/libunwind/libunwind.edl +++ b/tests/libunwind/libunwind.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/logging/CMakeLists.txt b/tests/logging/CMakeLists.txt index 7a8ca897e0..2562003596 100644 --- a/tests/logging/CMakeLists.txt +++ b/tests/logging/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(logging main.c) diff --git a/tests/logging/main.c b/tests/logging/main.c index 63e01c3c62..e32cf32457 100644 --- a/tests/logging/main.c +++ b/tests/logging/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \ diff --git a/tests/mbed/CMakeLists.txt b/tests/mbed/CMakeLists.txt index c0344f7ccb..eb02f8ca8e 100644 --- a/tests/mbed/CMakeLists.txt +++ b/tests/mbed/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # read tests.supported, sanitize the cpp-file, and create the test-case diff --git a/tests/mbed/enc/CMakeLists.txt b/tests/mbed/enc/CMakeLists.txt index b934f3bbff..e6b9432e31 100644 --- a/tests/mbed/enc/CMakeLists.txt +++ b/tests/mbed/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # >> In one of the test "ssl" we are using a variable called new which is a function in C++ diff --git a/tests/mbed/enc/enc.c b/tests/mbed/enc/enc.c index f9faa87871..21f8593d87 100644 --- a/tests/mbed/enc/enc.c +++ b/tests/mbed/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mbed/enc/selftest_wrapper.c b/tests/mbed/enc/selftest_wrapper.c index 4d79e9d136..e615fbd2b8 100644 --- a/tests/mbed/enc/selftest_wrapper.c +++ b/tests/mbed/enc/selftest_wrapper.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mbed/host/CMakeLists.txt b/tests/mbed/host/CMakeLists.txt index 20dea9a196..07f9ad8355 100644 --- a/tests/mbed/host/CMakeLists.txt +++ b/tests/mbed/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/mbed/host/host.c b/tests/mbed/host/host.c index 4aa78b21ea..be003684d9 100644 --- a/tests/mbed/host/host.c +++ b/tests/mbed/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mbed/host/ocalls.c b/tests/mbed/host/ocalls.c index 1202945c20..9dce7d2581 100644 --- a/tests/mbed/host/ocalls.c +++ b/tests/mbed/host/ocalls.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mbed/mbed.edl b/tests/mbed/mbed.edl index 9ae5a4c174..c99ab30170 100644 --- a/tests/mbed/mbed.edl +++ b/tests/mbed/mbed.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/mbed/myfileio.h b/tests/mbed/myfileio.h index 6032f09914..322e50fd99 100644 --- a/tests/mbed/myfileio.h +++ b/tests/mbed/myfileio.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef TEST_MBED_MYFILEIO_H diff --git a/tests/mem/CMakeLists.txt b/tests/mem/CMakeLists.txt index e72861b4c2..cdc4b3ee54 100644 --- a/tests/mem/CMakeLists.txt +++ b/tests/mem/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(mem main.c) diff --git a/tests/mem/main.c b/tests/mem/main.c index eebc00947a..9e8f322b77 100644 --- a/tests/mem/main.c +++ b/tests/mem/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define MEM_MIN_CAP 1 diff --git a/tests/memory/CMakeLists.txt b/tests/memory/CMakeLists.txt index a2b8a6c169..cb3b2aafb2 100644 --- a/tests/memory/CMakeLists.txt +++ b/tests/memory/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/memory/enc/CMakeLists.txt b/tests/memory/enc/CMakeLists.txt index 6c9b48e5d3..40560818d1 100644 --- a/tests/memory/enc/CMakeLists.txt +++ b/tests/memory/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/memory/enc/basic.c b/tests/memory/enc/basic.c index 548014e6a2..953343c36e 100644 --- a/tests/memory/enc/basic.c +++ b/tests/memory/enc/basic.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/memory/enc/boundaries.c b/tests/memory/enc/boundaries.c index 335ab22cb7..808dafadd2 100644 --- a/tests/memory/enc/boundaries.c +++ b/tests/memory/enc/boundaries.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/memory/enc/enc.c b/tests/memory/enc/enc.c index ecb68cd0fe..465d788e75 100644 --- a/tests/memory/enc/enc.c +++ b/tests/memory/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/memory/enc/stress.c b/tests/memory/enc/stress.c index 85fca88a38..45a108a67d 100644 --- a/tests/memory/enc/stress.c +++ b/tests/memory/enc/stress.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/memory/host/CMakeLists.txt b/tests/memory/host/CMakeLists.txt index 5455c4191e..82e69abd46 100644 --- a/tests/memory/host/CMakeLists.txt +++ b/tests/memory/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/memory/host/host.cpp b/tests/memory/host/host.cpp index ab1d5f3840..4883fb2f91 100644 --- a/tests/memory/host/host.cpp +++ b/tests/memory/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/memory/memory.edl b/tests/memory/memory.edl index 7cdcb64918..3a259a640a 100644 --- a/tests/memory/memory.edl +++ b/tests/memory/memory.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/mixed_c_cpp/CMakeLists.txt b/tests/mixed_c_cpp/CMakeLists.txt index 64a82f487a..41ae97e1af 100644 --- a/tests/mixed_c_cpp/CMakeLists.txt +++ b/tests/mixed_c_cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/mixed_c_cpp/enc/CMakeLists.txt b/tests/mixed_c_cpp/enc/CMakeLists.txt index 0d645bfbe5..5b1c59741a 100644 --- a/tests/mixed_c_cpp/enc/CMakeLists.txt +++ b/tests/mixed_c_cpp/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/mixed_c_cpp/enc/enc.cpp b/tests/mixed_c_cpp/enc/enc.cpp index 435964823a..ae86704459 100644 --- a/tests/mixed_c_cpp/enc/enc.cpp +++ b/tests/mixed_c_cpp/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mixed_c_cpp/enc/foo.c b/tests/mixed_c_cpp/enc/foo.c index 0d77fcdf3f..6e955d6ce5 100644 --- a/tests/mixed_c_cpp/enc/foo.c +++ b/tests/mixed_c_cpp/enc/foo.c @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mixed_c_cpp/host/CMakeLists.txt b/tests/mixed_c_cpp/host/CMakeLists.txt index 6a3c2f8325..8cb448a04a 100644 --- a/tests/mixed_c_cpp/host/CMakeLists.txt +++ b/tests/mixed_c_cpp/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../mixed.edl host gen) diff --git a/tests/mixed_c_cpp/host/host.cpp b/tests/mixed_c_cpp/host/host.cpp index a723ddc118..4b48e0447a 100644 --- a/tests/mixed_c_cpp/host/host.cpp +++ b/tests/mixed_c_cpp/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/mixed_c_cpp/mixed.edl b/tests/mixed_c_cpp/mixed.edl index 36aaa4f2b5..9befc67855 100644 --- a/tests/mixed_c_cpp/mixed.edl +++ b/tests/mixed_c_cpp/mixed.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/ocall-create/CMakeLists.txt b/tests/ocall-create/CMakeLists.txt index 5a568120da..9f244d4d5f 100644 --- a/tests/ocall-create/CMakeLists.txt +++ b/tests/ocall-create/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/ocall-create/enc/CMakeLists.txt b/tests/ocall-create/enc/CMakeLists.txt index c765017b5f..6687357ffe 100644 --- a/tests/ocall-create/enc/CMakeLists.txt +++ b/tests/ocall-create/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ocall_create.edl enclave gen) diff --git a/tests/ocall-create/enc/enc.c b/tests/ocall-create/enc/enc.c index 40cf13ba46..d4a3f723b6 100644 --- a/tests/ocall-create/enc/enc.c +++ b/tests/ocall-create/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ocall-create/host/CMakeLists.txt b/tests/ocall-create/host/CMakeLists.txt index d35332025a..1039c6eb17 100644 --- a/tests/ocall-create/host/CMakeLists.txt +++ b/tests/ocall-create/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ocall_create.edl host gen) diff --git a/tests/ocall-create/host/host.c b/tests/ocall-create/host/host.c index 9c49ee5930..07d3feae26 100644 --- a/tests/ocall-create/host/host.c +++ b/tests/ocall-create/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ocall-create/ocall_create.edl b/tests/ocall-create/ocall_create.edl index 76f7bbca22..30f95b07ed 100644 --- a/tests/ocall-create/ocall_create.edl +++ b/tests/ocall-create/ocall_create.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/ocall/CMakeLists.txt b/tests/ocall/CMakeLists.txt index 6480dcaeb0..de09db8e15 100644 --- a/tests/ocall/CMakeLists.txt +++ b/tests/ocall/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/ocall/enc/CMakeLists.txt b/tests/ocall/enc/CMakeLists.txt index a5c9c1feac..88150759c7 100644 --- a/tests/ocall/enc/CMakeLists.txt +++ b/tests/ocall/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ocall.edl enclave gen) diff --git a/tests/ocall/enc/enc.cpp b/tests/ocall/enc/enc.cpp index 15b1578233..6290ed98f8 100644 --- a/tests/ocall/enc/enc.cpp +++ b/tests/ocall/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ocall/host/CMakeLists.txt b/tests/ocall/host/CMakeLists.txt index 0f855a7cf7..8b5d7459ed 100644 --- a/tests/ocall/host/CMakeLists.txt +++ b/tests/ocall/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../ocall.edl host gen) diff --git a/tests/ocall/host/host.cpp b/tests/ocall/host/host.cpp index a88c1a5d47..6efd018e5c 100644 --- a/tests/ocall/host/host.cpp +++ b/tests/ocall/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/ocall/ocall.edl b/tests/ocall/ocall.edl index 109d7a966e..5a1780de2c 100644 --- a/tests/ocall/ocall.edl +++ b/tests/ocall/ocall.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/CMakeLists.txt b/tests/oeedger8r/CMakeLists.txt index a44b2fd84a..a093e0d447 100644 --- a/tests/oeedger8r/CMakeLists.txt +++ b/tests/oeedger8r/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/oeedger8r/behavior/CMakeLists.txt b/tests/oeedger8r/behavior/CMakeLists.txt index 6df0644a13..45294f83a5 100644 --- a/tests/oeedger8r/behavior/CMakeLists.txt +++ b/tests/oeedger8r/behavior/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. set(EDGER8R_ARGS --header-only --search-path ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/tests/oeedger8r/behavior/allow_list.edl b/tests/oeedger8r/behavior/allow_list.edl index da911a75e1..beefdcb517 100644 --- a/tests/oeedger8r/behavior/allow_list.edl +++ b/tests/oeedger8r/behavior/allow_list.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/count_signedness.edl b/tests/oeedger8r/behavior/count_signedness.edl index b7bc9a6ceb..ed1422affa 100644 --- a/tests/oeedger8r/behavior/count_signedness.edl +++ b/tests/oeedger8r/behavior/count_signedness.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/deepcopy_value.edl b/tests/oeedger8r/behavior/deepcopy_value.edl index 94f87e66ad..546609ddc4 100644 --- a/tests/oeedger8r/behavior/deepcopy_value.edl +++ b/tests/oeedger8r/behavior/deepcopy_value.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/portability.edl b/tests/oeedger8r/behavior/portability.edl index 3cae9c4d85..2103664b9e 100644 --- a/tests/oeedger8r/behavior/portability.edl +++ b/tests/oeedger8r/behavior/portability.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/private_trusted.edl b/tests/oeedger8r/behavior/private_trusted.edl index 01d02f305f..90b3565b3a 100644 --- a/tests/oeedger8r/behavior/private_trusted.edl +++ b/tests/oeedger8r/behavior/private_trusted.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/size_and_count.edl b/tests/oeedger8r/behavior/size_and_count.edl index 3c96ecaa85..c33e8a2977 100644 --- a/tests/oeedger8r/behavior/size_and_count.edl +++ b/tests/oeedger8r/behavior/size_and_count.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/size_signedness.edl b/tests/oeedger8r/behavior/size_signedness.edl index 10cf2c25e8..7d5121708d 100644 --- a/tests/oeedger8r/behavior/size_signedness.edl +++ b/tests/oeedger8r/behavior/size_signedness.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/behavior/switchless_trusted.edl b/tests/oeedger8r/behavior/switchless_trusted.edl index 157d13c3d3..0e8392817f 100644 --- a/tests/oeedger8r/behavior/switchless_trusted.edl +++ b/tests/oeedger8r/behavior/switchless_trusted.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/aliasing.edl b/tests/oeedger8r/edl/aliasing.edl index a497e40fe0..c60d308833 100644 --- a/tests/oeedger8r/edl/aliasing.edl +++ b/tests/oeedger8r/edl/aliasing.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/all.edl b/tests/oeedger8r/edl/all.edl index 33c983bdce..d77a21c87c 100644 --- a/tests/oeedger8r/edl/all.edl +++ b/tests/oeedger8r/edl/all.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/array.edl b/tests/oeedger8r/edl/array.edl index c32e8cad28..76a43a2928 100644 --- a/tests/oeedger8r/edl/array.edl +++ b/tests/oeedger8r/edl/array.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/basic.edl b/tests/oeedger8r/edl/basic.edl index ff852bdfba..45f3e4049e 100644 --- a/tests/oeedger8r/edl/basic.edl +++ b/tests/oeedger8r/edl/basic.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/deepcopy.edl b/tests/oeedger8r/edl/deepcopy.edl index ec3b85ec99..cdf4e8918e 100644 --- a/tests/oeedger8r/edl/deepcopy.edl +++ b/tests/oeedger8r/edl/deepcopy.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/enum.edl b/tests/oeedger8r/edl/enum.edl index eeeb86d057..5559b1d1ca 100644 --- a/tests/oeedger8r/edl/enum.edl +++ b/tests/oeedger8r/edl/enum.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/errno.edl b/tests/oeedger8r/edl/errno.edl index bd8ca69a24..341a9ce178 100644 --- a/tests/oeedger8r/edl/errno.edl +++ b/tests/oeedger8r/edl/errno.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/foreign.edl b/tests/oeedger8r/edl/foreign.edl index b86d3f9112..b07bb5079b 100644 --- a/tests/oeedger8r/edl/foreign.edl +++ b/tests/oeedger8r/edl/foreign.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/other.edl b/tests/oeedger8r/edl/other.edl index 838742e184..92dbe020d4 100644 --- a/tests/oeedger8r/edl/other.edl +++ b/tests/oeedger8r/edl/other.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/pointer.edl b/tests/oeedger8r/edl/pointer.edl index 34e37023c7..6c44f0cd3e 100644 --- a/tests/oeedger8r/edl/pointer.edl +++ b/tests/oeedger8r/edl/pointer.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/string.edl b/tests/oeedger8r/edl/string.edl index b6689da863..05aa881e75 100644 --- a/tests/oeedger8r/edl/string.edl +++ b/tests/oeedger8r/edl/string.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/struct.edl b/tests/oeedger8r/edl/struct.edl index 2f980e9736..be26eef6b9 100644 --- a/tests/oeedger8r/edl/struct.edl +++ b/tests/oeedger8r/edl/struct.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edl/switchless.edl b/tests/oeedger8r/edl/switchless.edl index 4c28af03ba..a29797bb70 100644 --- a/tests/oeedger8r/edl/switchless.edl +++ b/tests/oeedger8r/edl/switchless.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/edltestutils.h b/tests/oeedger8r/edltestutils.h index 57aa7627e1..7b36887c81 100644 --- a/tests/oeedger8r/edltestutils.h +++ b/tests/oeedger8r/edltestutils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/tests/oeedger8r/enc/CMakeLists.txt b/tests/oeedger8r/enc/CMakeLists.txt index 0a73fd3652..118f408f03 100644 --- a/tests/oeedger8r/enc/CMakeLists.txt +++ b/tests/oeedger8r/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command( diff --git a/tests/oeedger8r/enc/bar.cpp b/tests/oeedger8r/enc/bar.cpp index cea440cae2..bfd9272c54 100644 --- a/tests/oeedger8r/enc/bar.cpp +++ b/tests/oeedger8r/enc/bar.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "bar_t.h" diff --git a/tests/oeedger8r/enc/config.cpp b/tests/oeedger8r/enc/config.cpp index 9b80527886..3e24775b41 100644 --- a/tests/oeedger8r/enc/config.cpp +++ b/tests/oeedger8r/enc/config.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/oeedger8r/enc/foo.cpp b/tests/oeedger8r/enc/foo.cpp index 008acd6a03..ee78600ece 100644 --- a/tests/oeedger8r/enc/foo.cpp +++ b/tests/oeedger8r/enc/foo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "all_t.h" diff --git a/tests/oeedger8r/enc/testaliasing.cpp b/tests/oeedger8r/enc/testaliasing.cpp index 5f95487be3..50fa96c4f2 100644 --- a/tests/oeedger8r/enc/testaliasing.cpp +++ b/tests/oeedger8r/enc/testaliasing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/oeedger8r/enc/testarray.cpp b/tests/oeedger8r/enc/testarray.cpp index b0b0b52900..dcf5d78cc6 100644 --- a/tests/oeedger8r/enc/testarray.cpp +++ b/tests/oeedger8r/enc/testarray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testbasic.cpp b/tests/oeedger8r/enc/testbasic.cpp index cf4faf47e9..93a1babed6 100644 --- a/tests/oeedger8r/enc/testbasic.cpp +++ b/tests/oeedger8r/enc/testbasic.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testdeepcopy.cpp b/tests/oeedger8r/enc/testdeepcopy.cpp index 0d9d3dfd24..6e4c3db300 100644 --- a/tests/oeedger8r/enc/testdeepcopy.cpp +++ b/tests/oeedger8r/enc/testdeepcopy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testenum.cpp b/tests/oeedger8r/enc/testenum.cpp index 5caf582768..ba13ab2da4 100644 --- a/tests/oeedger8r/enc/testenum.cpp +++ b/tests/oeedger8r/enc/testenum.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testerrno.cpp b/tests/oeedger8r/enc/testerrno.cpp index a330683d76..bd61020838 100644 --- a/tests/oeedger8r/enc/testerrno.cpp +++ b/tests/oeedger8r/enc/testerrno.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testforeign.cpp b/tests/oeedger8r/enc/testforeign.cpp index 427b58b763..9decd3d282 100644 --- a/tests/oeedger8r/enc/testforeign.cpp +++ b/tests/oeedger8r/enc/testforeign.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testmisc.cpp b/tests/oeedger8r/enc/testmisc.cpp index b087894efd..a7015d38ff 100644 --- a/tests/oeedger8r/enc/testmisc.cpp +++ b/tests/oeedger8r/enc/testmisc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "all_t.h" diff --git a/tests/oeedger8r/enc/testother.cpp b/tests/oeedger8r/enc/testother.cpp index 6866f0049b..30e423c553 100644 --- a/tests/oeedger8r/enc/testother.cpp +++ b/tests/oeedger8r/enc/testother.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testpointer.cpp b/tests/oeedger8r/enc/testpointer.cpp index cc32abb3c7..d4b21c250b 100644 --- a/tests/oeedger8r/enc/testpointer.cpp +++ b/tests/oeedger8r/enc/testpointer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/teststring.cpp b/tests/oeedger8r/enc/teststring.cpp index 18e5947e74..03578cc56e 100644 --- a/tests/oeedger8r/enc/teststring.cpp +++ b/tests/oeedger8r/enc/teststring.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/teststruct.cpp b/tests/oeedger8r/enc/teststruct.cpp index f218f5416a..04dd58d8d7 100644 --- a/tests/oeedger8r/enc/teststruct.cpp +++ b/tests/oeedger8r/enc/teststruct.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/enc/testswitchless.cpp b/tests/oeedger8r/enc/testswitchless.cpp index 32994bff68..ec95ccdb86 100644 --- a/tests/oeedger8r/enc/testswitchless.cpp +++ b/tests/oeedger8r/enc/testswitchless.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/oeedger8r/host/CMakeLists.txt b/tests/oeedger8r/host/CMakeLists.txt index abf73f50cd..5acd4d8246 100644 --- a/tests/oeedger8r/host/CMakeLists.txt +++ b/tests/oeedger8r/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command( diff --git a/tests/oeedger8r/host/bar.cpp b/tests/oeedger8r/host/bar.cpp index a86a74080c..e4990f0bff 100644 --- a/tests/oeedger8r/host/bar.cpp +++ b/tests/oeedger8r/host/bar.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "bar_u.h" diff --git a/tests/oeedger8r/host/foo.cpp b/tests/oeedger8r/host/foo.cpp index a2419c7aa4..ea0042a743 100644 --- a/tests/oeedger8r/host/foo.cpp +++ b/tests/oeedger8r/host/foo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "all_u.h" diff --git a/tests/oeedger8r/host/main.cpp b/tests/oeedger8r/host/main.cpp index c901edbee4..a28395c04b 100644 --- a/tests/oeedger8r/host/main.cpp +++ b/tests/oeedger8r/host/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/oeedger8r/host/testarray.cpp b/tests/oeedger8r/host/testarray.cpp index fc95b50482..0577004f49 100644 --- a/tests/oeedger8r/host/testarray.cpp +++ b/tests/oeedger8r/host/testarray.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testbasic.cpp b/tests/oeedger8r/host/testbasic.cpp index b8db8b5f92..84bd78432d 100644 --- a/tests/oeedger8r/host/testbasic.cpp +++ b/tests/oeedger8r/host/testbasic.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testdeepcopy.cpp b/tests/oeedger8r/host/testdeepcopy.cpp index 4ac76c50f3..24b612d53e 100644 --- a/tests/oeedger8r/host/testdeepcopy.cpp +++ b/tests/oeedger8r/host/testdeepcopy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testenum.cpp b/tests/oeedger8r/host/testenum.cpp index 6767706fce..f66f8ed4e6 100644 --- a/tests/oeedger8r/host/testenum.cpp +++ b/tests/oeedger8r/host/testenum.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testerrno.cpp b/tests/oeedger8r/host/testerrno.cpp index 7f775f19ac..9a9fc90017 100644 --- a/tests/oeedger8r/host/testerrno.cpp +++ b/tests/oeedger8r/host/testerrno.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testforeign.cpp b/tests/oeedger8r/host/testforeign.cpp index f6bc15c9e1..3aa5cde2d8 100644 --- a/tests/oeedger8r/host/testforeign.cpp +++ b/tests/oeedger8r/host/testforeign.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testother.cpp b/tests/oeedger8r/host/testother.cpp index ae66b80bb2..ab63838743 100644 --- a/tests/oeedger8r/host/testother.cpp +++ b/tests/oeedger8r/host/testother.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/testpointer.cpp b/tests/oeedger8r/host/testpointer.cpp index 088e6026a7..aef85e2ef4 100644 --- a/tests/oeedger8r/host/testpointer.cpp +++ b/tests/oeedger8r/host/testpointer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/teststring.cpp b/tests/oeedger8r/host/teststring.cpp index 0de52701aa..f4c449fd40 100644 --- a/tests/oeedger8r/host/teststring.cpp +++ b/tests/oeedger8r/host/teststring.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../edltestutils.h" diff --git a/tests/oeedger8r/host/teststruct.cpp b/tests/oeedger8r/host/teststruct.cpp index dc6073338b..76627d7fc2 100644 --- a/tests/oeedger8r/host/teststruct.cpp +++ b/tests/oeedger8r/host/teststruct.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/oeedger8r/host/testswitchless.cpp b/tests/oeedger8r/host/testswitchless.cpp index e1414c54a9..6c9cda1d70 100644 --- a/tests/oeedger8r/host/testswitchless.cpp +++ b/tests/oeedger8r/host/testswitchless.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/oeedger8r/moreedl/bar.edl b/tests/oeedger8r/moreedl/bar.edl index 52d7e43de9..ed62e59798 100644 --- a/tests/oeedger8r/moreedl/bar.edl +++ b/tests/oeedger8r/moreedl/bar.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // This edl is compiled only in header only mode. diff --git a/tests/oeedger8r/moreedl/foo.edl b/tests/oeedger8r/moreedl/foo.edl index 276cdcbccb..ccb05a4327 100644 --- a/tests/oeedger8r/moreedl/foo.edl +++ b/tests/oeedger8r/moreedl/foo.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/oeedger8r/mytypes.h b/tests/oeedger8r/mytypes.h index e35f85c2a9..ba8c3930d6 100644 --- a/tests/oeedger8r/mytypes.h +++ b/tests/oeedger8r/mytypes.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #pragma once diff --git a/tests/pingpong-shared/CMakeLists.txt b/tests/pingpong-shared/CMakeLists.txt index 30477d4f96..a54faeeb11 100644 --- a/tests/pingpong-shared/CMakeLists.txt +++ b/tests/pingpong-shared/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/pingpong-shared/enc/CMakeLists.txt b/tests/pingpong-shared/enc/CMakeLists.txt index 6fbf626310..f7f420f0c6 100644 --- a/tests/pingpong-shared/enc/CMakeLists.txt +++ b/tests/pingpong-shared/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/pingpong-shared/enc/enc.cpp b/tests/pingpong-shared/enc/enc.cpp index 0c4086b4ef..6c98549550 100644 --- a/tests/pingpong-shared/enc/enc.cpp +++ b/tests/pingpong-shared/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/pingpong-shared/host/CMakeLists.txt b/tests/pingpong-shared/host/CMakeLists.txt index a542d0056e..9deb9421b6 100644 --- a/tests/pingpong-shared/host/CMakeLists.txt +++ b/tests/pingpong-shared/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../pingpong.edl host gen) diff --git a/tests/pingpong-shared/host/host.cpp b/tests/pingpong-shared/host/host.cpp index 050743a59c..9640608f4f 100644 --- a/tests/pingpong-shared/host/host.cpp +++ b/tests/pingpong-shared/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/pingpong-shared/host/main.cpp b/tests/pingpong-shared/host/main.cpp index d260727e82..a77e469058 100644 --- a/tests/pingpong-shared/host/main.cpp +++ b/tests/pingpong-shared/host/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. extern int main_shared(int argc, const char* argv[]); diff --git a/tests/pingpong-shared/main.cpp b/tests/pingpong-shared/main.cpp index da45678164..2d6b32b668 100644 --- a/tests/pingpong-shared/main.cpp +++ b/tests/pingpong-shared/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. extern "C" __attribute__((section(".ecall"))) void __ping(void* args); diff --git a/tests/pingpong-shared/pingpong.edl b/tests/pingpong-shared/pingpong.edl index c4a9d1f906..c8e9ae436d 100644 --- a/tests/pingpong-shared/pingpong.edl +++ b/tests/pingpong-shared/pingpong.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/pingpong/CMakeLists.txt b/tests/pingpong/CMakeLists.txt index 45365b4cb3..a290fb3afe 100644 --- a/tests/pingpong/CMakeLists.txt +++ b/tests/pingpong/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/pingpong/enc/CMakeLists.txt b/tests/pingpong/enc/CMakeLists.txt index 56770bb127..d77de95449 100644 --- a/tests/pingpong/enc/CMakeLists.txt +++ b/tests/pingpong/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/pingpong/enc/enc.cpp b/tests/pingpong/enc/enc.cpp index 7ac77a61a8..6f1d23fb00 100644 --- a/tests/pingpong/enc/enc.cpp +++ b/tests/pingpong/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/pingpong/host/CMakeLists.txt b/tests/pingpong/host/CMakeLists.txt index 615c4f8c9e..777048faee 100644 --- a/tests/pingpong/host/CMakeLists.txt +++ b/tests/pingpong/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../pingpong.edl host gen) diff --git a/tests/pingpong/host/host.cpp b/tests/pingpong/host/host.cpp index a6f5424dc4..ac8dccd63c 100644 --- a/tests/pingpong/host/host.cpp +++ b/tests/pingpong/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/pingpong/main.cpp b/tests/pingpong/main.cpp index da45678164..2d6b32b668 100644 --- a/tests/pingpong/main.cpp +++ b/tests/pingpong/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. extern "C" __attribute__((section(".ecall"))) void __ping(void* args); diff --git a/tests/pingpong/pingpong.edl b/tests/pingpong/pingpong.edl index c4a9d1f906..c8e9ae436d 100644 --- a/tests/pingpong/pingpong.edl +++ b/tests/pingpong/pingpong.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/print/CMakeLists.txt b/tests/print/CMakeLists.txt index c574aeb2ff..8cd915d256 100644 --- a/tests/print/CMakeLists.txt +++ b/tests/print/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/print/enc/CMakeLists.txt b/tests/print/enc/CMakeLists.txt index 6649180413..5aa9449da8 100644 --- a/tests/print/enc/CMakeLists.txt +++ b/tests/print/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/print/enc/enc.cpp b/tests/print/enc/enc.cpp index b4b040ca9a..68836aa3ed 100644 --- a/tests/print/enc/enc.cpp +++ b/tests/print/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/print/host/CMakeLists.txt b/tests/print/host/CMakeLists.txt index 2419741c0e..d57566006d 100644 --- a/tests/print/host/CMakeLists.txt +++ b/tests/print/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/print/host/host.cpp b/tests/print/host/host.cpp index 9b85f1a2ca..3d8aca6334 100644 --- a/tests/print/host/host.cpp +++ b/tests/print/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/print/print.edl b/tests/print/print.edl index 64f629d9bd..9fd024138f 100644 --- a/tests/print/print.edl +++ b/tests/print/print.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/props/CMakeLists.txt b/tests/props/CMakeLists.txt index 8621bd9f44..0fc7d36ff1 100644 --- a/tests/props/CMakeLists.txt +++ b/tests/props/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/props/enc/CMakeLists.txt b/tests/props/enc/CMakeLists.txt index c60169c7b6..0579656a20 100644 --- a/tests/props/enc/CMakeLists.txt +++ b/tests/props/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/props/enc/enc.c b/tests/props/enc/enc.c index 932dab79f4..9e3ce423ed 100644 --- a/tests/props/enc/enc.c +++ b/tests/props/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/props/enc/props.c b/tests/props/enc/props.c index 7f49264d21..c01882ae76 100644 --- a/tests/props/enc/props.c +++ b/tests/props/enc/props.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/props/enc/sign.conf b/tests/props/enc/sign.conf index b1450e80d4..004f535b91 100644 --- a/tests/props/enc/sign.conf +++ b/tests/props/enc/sign.conf @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # Enclave settings: diff --git a/tests/props/host/CMakeLists.txt b/tests/props/host/CMakeLists.txt index e40e20f303..874e9c6fdc 100644 --- a/tests/props/host/CMakeLists.txt +++ b/tests/props/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/props/host/host.c b/tests/props/host/host.c index 97d1e00527..d9cb93b1a9 100644 --- a/tests/props/host/host.c +++ b/tests/props/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/props/props.edl b/tests/props/props.edl index cee9b57d6f..26a0f5371f 100644 --- a/tests/props/props.edl +++ b/tests/props/props.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/qeidentity/CMakeLists.txt b/tests/qeidentity/CMakeLists.txt index 9401cccd57..ce84892311 100644 --- a/tests/qeidentity/CMakeLists.txt +++ b/tests/qeidentity/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/qeidentity/common/includes.h b/tests/qeidentity/common/includes.h index b5292699aa..ff2d078799 100644 --- a/tests/qeidentity/common/includes.h +++ b/tests/qeidentity/common/includes.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _COMMON_INCLUDES_H_ diff --git a/tests/qeidentity/enc/CMakeLists.txt b/tests/qeidentity/enc/CMakeLists.txt index effe27241c..16781c29cb 100644 --- a/tests/qeidentity/enc/CMakeLists.txt +++ b/tests/qeidentity/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/qeidentity/enc/enc.cpp b/tests/qeidentity/enc/enc.cpp index 78db622aee..0b7620a690 100644 --- a/tests/qeidentity/enc/enc.cpp +++ b/tests/qeidentity/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/qeidentity/host/CMakeLists.txt b/tests/qeidentity/host/CMakeLists.txt index 76389b5284..c724cdf5a1 100644 --- a/tests/qeidentity/host/CMakeLists.txt +++ b/tests/qeidentity/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/qeidentity/host/host.cpp b/tests/qeidentity/host/host.cpp index 45adec07e2..72e91dae6c 100644 --- a/tests/qeidentity/host/host.cpp +++ b/tests/qeidentity/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/qeidentity/host/qeidentifyinfo.cpp b/tests/qeidentity/host/qeidentifyinfo.cpp index 5ea345dbc3..6d6e0233ef 100644 --- a/tests/qeidentity/host/qeidentifyinfo.cpp +++ b/tests/qeidentity/host/qeidentifyinfo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef OE_LINK_SGX_DCAP_QL diff --git a/tests/qeidentity/tests.edl b/tests/qeidentity/tests.edl index bf7c1ed511..ed1fe3cda5 100644 --- a/tests/qeidentity/tests.edl +++ b/tests/qeidentity/tests.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/report/CMakeLists.txt b/tests/report/CMakeLists.txt index 90f785654b..85d24b8991 100644 --- a/tests/report/CMakeLists.txt +++ b/tests/report/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/report/common/includes.h b/tests/report/common/includes.h index b5292699aa..ff2d078799 100644 --- a/tests/report/common/includes.h +++ b/tests/report/common/includes.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _COMMON_INCLUDES_H_ diff --git a/tests/report/common/tests.cpp b/tests/report/common/tests.cpp index 7827b65adb..c5b0f0898c 100644 --- a/tests/report/common/tests.cpp +++ b/tests/report/common/tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "../common/tests.h" diff --git a/tests/report/common/tests.h b/tests/report/common/tests.h index 4c1544fc18..85fe45503d 100644 --- a/tests/report/common/tests.h +++ b/tests/report/common/tests.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TESTS_H_ diff --git a/tests/report/enc/CMakeLists.txt b/tests/report/enc/CMakeLists.txt index 40f4304703..356eef0c80 100644 --- a/tests/report/enc/CMakeLists.txt +++ b/tests/report/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/report/enc/datetime.cpp b/tests/report/enc/datetime.cpp index 43f7f8d2dd..fedbac19f5 100644 --- a/tests/report/enc/datetime.cpp +++ b/tests/report/enc/datetime.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/report/enc/enc.cpp b/tests/report/enc/enc.cpp index 6c9a4ab212..b137fcb7d9 100644 --- a/tests/report/enc/enc.cpp +++ b/tests/report/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include #include diff --git a/tests/report/host/CMakeLists.txt b/tests/report/host/CMakeLists.txt index 057a1ceee9..c8bb2a80a8 100644 --- a/tests/report/host/CMakeLists.txt +++ b/tests/report/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(add_dcap_client_target) diff --git a/tests/report/host/host.cpp b/tests/report/host/host.cpp index 51cd1cf791..8c01f372f5 100644 --- a/tests/report/host/host.cpp +++ b/tests/report/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/report/host/tcbinfo.cpp b/tests/report/host/tcbinfo.cpp index 9ba0eb225b..f08c94b334 100644 --- a/tests/report/host/tcbinfo.cpp +++ b/tests/report/host/tcbinfo.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/report/tests.edl b/tests/report/tests.edl index 590035bf51..240c512aaa 100644 --- a/tests/report/tests.edl +++ b/tests/report/tests.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/safecrt/CMakeLists.txt b/tests/safecrt/CMakeLists.txt index 59f315da21..1eb4056e2b 100644 --- a/tests/safecrt/CMakeLists.txt +++ b/tests/safecrt/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/safecrt/common/test.cpp b/tests/safecrt/common/test.cpp index 0fabfe348a..e0787f9b39 100644 --- a/tests/safecrt/common/test.cpp +++ b/tests/safecrt/common/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(OE_BUILD_ENCLAVE) diff --git a/tests/safecrt/common/test.h b/tests/safecrt/common/test.h index 8de53e091c..d7728e869f 100644 --- a/tests/safecrt/common/test.h +++ b/tests/safecrt/common/test.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. void test_memcpy_s(); diff --git a/tests/safecrt/enc/CMakeLists.txt b/tests/safecrt/enc/CMakeLists.txt index ef43fe70ca..f1ac0db2b8 100644 --- a/tests/safecrt/enc/CMakeLists.txt +++ b/tests/safecrt/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/safecrt/enc/enc.cpp b/tests/safecrt/enc/enc.cpp index 529fcc1dfd..82ad63a7f3 100644 --- a/tests/safecrt/enc/enc.cpp +++ b/tests/safecrt/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/safecrt/host/CMakeLists.txt b/tests/safecrt/host/CMakeLists.txt index 14948dce4f..aa1b5415d0 100644 --- a/tests/safecrt/host/CMakeLists.txt +++ b/tests/safecrt/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/safecrt/host/host.cpp b/tests/safecrt/host/host.cpp index 750c6eb5a0..faa9b1ab99 100644 --- a/tests/safecrt/host/host.cpp +++ b/tests/safecrt/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/safecrt/safecrt.edl b/tests/safecrt/safecrt.edl index 9f28fa8147..5739d304c5 100644 --- a/tests/safecrt/safecrt.edl +++ b/tests/safecrt/safecrt.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/safemath/CMakeLists.txt b/tests/safemath/CMakeLists.txt index fcdfb05d98..fb7a5e8bd7 100644 --- a/tests/safemath/CMakeLists.txt +++ b/tests/safemath/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(safemath main.cpp) diff --git a/tests/safemath/main.cpp b/tests/safemath/main.cpp index 4aff45a619..9c427b74e0 100644 --- a/tests/safemath/main.cpp +++ b/tests/safemath/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/sealKey/CMakeLists.txt b/tests/sealKey/CMakeLists.txt index e11633a50a..92125cd033 100644 --- a/tests/sealKey/CMakeLists.txt +++ b/tests/sealKey/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/sealKey/args.h b/tests/sealKey/args.h index e551e47548..9b9e49daf5 100644 --- a/tests/sealKey/args.h +++ b/tests/sealKey/args.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _SEALKEY_ARGS_H diff --git a/tests/sealKey/enc/CMakeLists.txt b/tests/sealKey/enc/CMakeLists.txt index 638b70d32b..82377292f8 100644 --- a/tests/sealKey/enc/CMakeLists.txt +++ b/tests/sealKey/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/sealKey/enc/enc.cpp b/tests/sealKey/enc/enc.cpp index 1a37d30cf9..073dbaf88c 100644 --- a/tests/sealKey/enc/enc.cpp +++ b/tests/sealKey/enc/enc.cpp @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/sealKey/host/CMakeLists.txt b/tests/sealKey/host/CMakeLists.txt index be4c2b67c8..753bc73bf6 100644 --- a/tests/sealKey/host/CMakeLists.txt +++ b/tests/sealKey/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include (oeedl_file) diff --git a/tests/sealKey/host/host.cpp b/tests/sealKey/host/host.cpp index 5cde3b5819..10286da24b 100644 --- a/tests/sealKey/host/host.cpp +++ b/tests/sealKey/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/sealKey/sealKey.edl b/tests/sealKey/sealKey.edl index 48416cad55..64bb22c0d9 100644 --- a/tests/sealKey/sealKey.edl +++ b/tests/sealKey/sealKey.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/stdc/CMakeLists.txt b/tests/stdc/CMakeLists.txt index 363fc1fecd..322f132fe6 100644 --- a/tests/stdc/CMakeLists.txt +++ b/tests/stdc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/stdc/enc/CMakeLists.txt b/tests/stdc/enc/CMakeLists.txt index 962ddc2b2c..fe8d9ea137 100644 --- a/tests/stdc/enc/CMakeLists.txt +++ b/tests/stdc/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/stdc/enc/enc.cpp b/tests/stdc/enc/enc.cpp index 44a1e7caf7..b4c679556c 100644 --- a/tests/stdc/enc/enc.cpp +++ b/tests/stdc/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdc/host/CMakeLists.txt b/tests/stdc/host/CMakeLists.txt index 9156fa0819..3cadcb7d37 100644 --- a/tests/stdc/host/CMakeLists.txt +++ b/tests/stdc/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/stdc/host/host.cpp b/tests/stdc/host/host.cpp index 7613c5a50d..836f67fb0a 100644 --- a/tests/stdc/host/host.cpp +++ b/tests/stdc/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdc/stdc.edl b/tests/stdc/stdc.edl index 3d3d0ae7f1..0964ee54c6 100644 --- a/tests/stdc/stdc.edl +++ b/tests/stdc/stdc.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/stdcxx/CMakeLists.txt b/tests/stdcxx/CMakeLists.txt index aa884cbe77..a0a59ed615 100644 --- a/tests/stdcxx/CMakeLists.txt +++ b/tests/stdcxx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/stdcxx/enc/CMakeLists.txt b/tests/stdcxx/enc/CMakeLists.txt index 70aaab3bd5..a3e9b5bc8f 100644 --- a/tests/stdcxx/enc/CMakeLists.txt +++ b/tests/stdcxx/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../stdcxx.edl enclave gen) diff --git a/tests/stdcxx/enc/enc.cpp b/tests/stdcxx/enc/enc.cpp index 5ed1e9f9e4..fcf423f527 100644 --- a/tests/stdcxx/enc/enc.cpp +++ b/tests/stdcxx/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdcxx/enc/f.cpp b/tests/stdcxx/enc/f.cpp index b13bb401f9..b4c77e9ecc 100644 --- a/tests/stdcxx/enc/f.cpp +++ b/tests/stdcxx/enc/f.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdcxx/enc/global_init_exception.cpp b/tests/stdcxx/enc/global_init_exception.cpp index 761510cee3..9416a4d885 100644 --- a/tests/stdcxx/enc/global_init_exception.cpp +++ b/tests/stdcxx/enc/global_init_exception.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdcxx/host/CMakeLists.txt b/tests/stdcxx/host/CMakeLists.txt index 96044f92d3..abe53b0d8d 100644 --- a/tests/stdcxx/host/CMakeLists.txt +++ b/tests/stdcxx/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../stdcxx.edl host gen) diff --git a/tests/stdcxx/host/host.cpp b/tests/stdcxx/host/host.cpp index e5b815c375..c59e52c140 100644 --- a/tests/stdcxx/host/host.cpp +++ b/tests/stdcxx/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/stdcxx/stdcxx.edl b/tests/stdcxx/stdcxx.edl index 09c2f10dda..6c0af703d1 100644 --- a/tests/stdcxx/stdcxx.edl +++ b/tests/stdcxx/stdcxx.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/str/CMakeLists.txt b/tests/str/CMakeLists.txt index 91d7c33391..0ebfdd1009 100644 --- a/tests/str/CMakeLists.txt +++ b/tests/str/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(str main.c) diff --git a/tests/str/main.c b/tests/str/main.c index e19835313e..1bf3f88073 100644 --- a/tests/str/main.c +++ b/tests/str/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define MEM_MIN_CAP 1 diff --git a/tests/switchless/CMakeLists.txt b/tests/switchless/CMakeLists.txt index 95288c90cc..39064ab70b 100644 --- a/tests/switchless/CMakeLists.txt +++ b/tests/switchless/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/switchless/enc/CMakeLists.txt b/tests/switchless/enc/CMakeLists.txt index 750896937d..3e259415cb 100644 --- a/tests/switchless/enc/CMakeLists.txt +++ b/tests/switchless/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../switchless.edl enclave gen) diff --git a/tests/switchless/enc/enc.c b/tests/switchless/enc/enc.c index 7c1601cf77..544a9c46e1 100644 --- a/tests/switchless/enc/enc.c +++ b/tests/switchless/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/switchless/host/CMakeLists.txt b/tests/switchless/host/CMakeLists.txt index e38d76b2ae..2f318e504d 100644 --- a/tests/switchless/host/CMakeLists.txt +++ b/tests/switchless/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../switchless.edl host gen) diff --git a/tests/switchless/host/host.c b/tests/switchless/host/host.c index a354ecba0c..e48b942f70 100644 --- a/tests/switchless/host/host.c +++ b/tests/switchless/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/switchless/switchless.edl b/tests/switchless/switchless.edl index d4f2dc8bb6..04da614f6e 100644 --- a/tests/switchless/switchless.edl +++ b/tests/switchless/switchless.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/switchless_threads/CMakeLists.txt b/tests/switchless_threads/CMakeLists.txt index 5036738e91..729dd9b04b 100644 --- a/tests/switchless_threads/CMakeLists.txt +++ b/tests/switchless_threads/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/switchless_threads/enc/CMakeLists.txt b/tests/switchless_threads/enc/CMakeLists.txt index 2d5fd8f606..55ebe7a4b8 100644 --- a/tests/switchless_threads/enc/CMakeLists.txt +++ b/tests/switchless_threads/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../switchless_threads.edl enclave gen) diff --git a/tests/switchless_threads/enc/enc.c b/tests/switchless_threads/enc/enc.c index ec07302ac1..fbf6e321d4 100644 --- a/tests/switchless_threads/enc/enc.c +++ b/tests/switchless_threads/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/switchless_threads/host/CMakeLists.txt b/tests/switchless_threads/host/CMakeLists.txt index 9ba1523c36..3acdfa75f8 100644 --- a/tests/switchless_threads/host/CMakeLists.txt +++ b/tests/switchless_threads/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../switchless_threads.edl host gen) diff --git a/tests/switchless_threads/host/host.c b/tests/switchless_threads/host/host.c index fc4938714a..936977079a 100644 --- a/tests/switchless_threads/host/host.c +++ b/tests/switchless_threads/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/switchless_threads/switchless_threads.edl b/tests/switchless_threads/switchless_threads.edl index b5921c9a0f..b9728ee7e2 100644 --- a/tests/switchless_threads/switchless_threads.edl +++ b/tests/switchless_threads/switchless_threads.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/CMakeLists.txt b/tests/syscall/CMakeLists.txt index 689c334a53..d05d1beef4 100644 --- a/tests/syscall/CMakeLists.txt +++ b/tests/syscall/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if(UNIX) diff --git a/tests/syscall/cpio/CMakeLists.txt b/tests/syscall/cpio/CMakeLists.txt index ca2656f76a..c560225e2a 100644 --- a/tests/syscall/cpio/CMakeLists.txt +++ b/tests/syscall/cpio/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_library(oecpio STATIC commands.c cpio.c strarr.c) diff --git a/tests/syscall/cpio/commands.c b/tests/syscall/cpio/commands.c index a0a62cd291..717bfaa0f6 100644 --- a/tests/syscall/cpio/commands.c +++ b/tests/syscall/cpio/commands.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define _GNU_SOURCE diff --git a/tests/syscall/cpio/commands.h b/tests/syscall/cpio/commands.h index 41dac66997..e67ed94309 100644 --- a/tests/syscall/cpio/commands.h +++ b/tests/syscall/cpio/commands.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_COMMANDS_H diff --git a/tests/syscall/cpio/cpio.c b/tests/syscall/cpio/cpio.c index 1ff1c1c930..b506acf766 100644 --- a/tests/syscall/cpio/cpio.c +++ b/tests/syscall/cpio/cpio.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _GNU_SOURCE diff --git a/tests/syscall/cpio/cpio.h b/tests/syscall/cpio/cpio.h index 360df72824..cc7b025a75 100644 --- a/tests/syscall/cpio/cpio.h +++ b/tests/syscall/cpio/cpio.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_CPIO_H diff --git a/tests/syscall/cpio/strarr.c b/tests/syscall/cpio/strarr.c index 712acf3079..74380ac125 100644 --- a/tests/syscall/cpio/strarr.c +++ b/tests/syscall/cpio/strarr.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "strarr.h" diff --git a/tests/syscall/cpio/strarr.h b/tests/syscall/cpio/strarr.h index 40f11047d6..8ad44c5c04 100644 --- a/tests/syscall/cpio/strarr.h +++ b/tests/syscall/cpio/strarr.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_STRARR_H diff --git a/tests/syscall/cpio/trace.h b/tests/syscall/cpio/trace.h index 2ee41c8fcf..721adc6faa 100644 --- a/tests/syscall/cpio/trace.h +++ b/tests/syscall/cpio/trace.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _CPIO_TRACE_H diff --git a/tests/syscall/cpio/utils.h b/tests/syscall/cpio/utils.h index e4be388d97..e76ea11cf9 100644 --- a/tests/syscall/cpio/utils.h +++ b/tests/syscall/cpio/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_UTILS_H diff --git a/tests/syscall/datagram/CMakeLists.txt b/tests/syscall/datagram/CMakeLists.txt index a02ac478c9..3a50a636e9 100644 --- a/tests/syscall/datagram/CMakeLists.txt +++ b/tests/syscall/datagram/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/datagram/enc/CMakeLists.txt b/tests/syscall/datagram/enc/CMakeLists.txt index f50c583ccf..c5310fd487 100644 --- a/tests/syscall/datagram/enc/CMakeLists.txt +++ b/tests/syscall/datagram/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/datagram/enc/enc.c b/tests/syscall/datagram/enc/enc.c index f5974a18fb..ddca2d35f9 100644 --- a/tests/syscall/datagram/enc/enc.c +++ b/tests/syscall/datagram/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/datagram/host/CMakeLists.txt b/tests/syscall/datagram/host/CMakeLists.txt index dfba754e6d..4a76330d45 100644 --- a/tests/syscall/datagram/host/CMakeLists.txt +++ b/tests/syscall/datagram/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/datagram/host/host.c b/tests/syscall/datagram/host/host.c index 0532309da6..fa5d4a8256 100644 --- a/tests/syscall/datagram/host/host.c +++ b/tests/syscall/datagram/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/datagram/test_datagram.edl b/tests/syscall/datagram/test_datagram.edl index 7032305b0b..60a4976ceb 100644 --- a/tests/syscall/datagram/test_datagram.edl +++ b/tests/syscall/datagram/test_datagram.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/dup/CMakeLists.txt b/tests/syscall/dup/CMakeLists.txt index 5e76faff19..0bab7ce8b0 100644 --- a/tests/syscall/dup/CMakeLists.txt +++ b/tests/syscall/dup/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/dup/enc/CMakeLists.txt b/tests/syscall/dup/enc/CMakeLists.txt index 1fddfc974c..1ff6b8a27f 100644 --- a/tests/syscall/dup/enc/CMakeLists.txt +++ b/tests/syscall/dup/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/dup/enc/enc.c b/tests/syscall/dup/enc/enc.c index 0084de161c..3fc5cc1f08 100644 --- a/tests/syscall/dup/enc/enc.c +++ b/tests/syscall/dup/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/dup/enc/main.c b/tests/syscall/dup/enc/main.c index af4bcfcbc2..482176795b 100644 --- a/tests/syscall/dup/enc/main.c +++ b/tests/syscall/dup/enc/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/dup/host/CMakeLists.txt b/tests/syscall/dup/host/CMakeLists.txt index dd7b2cdd05..f1d993e609 100644 --- a/tests/syscall/dup/host/CMakeLists.txt +++ b/tests/syscall/dup/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/dup/host/host.c b/tests/syscall/dup/host/host.c index 0bad1ec1e5..c129da743e 100644 --- a/tests/syscall/dup/host/host.c +++ b/tests/syscall/dup/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/dup/test_dup.edl b/tests/syscall/dup/test_dup.edl index fa4a26a887..3dbe15d494 100644 --- a/tests/syscall/dup/test_dup.edl +++ b/tests/syscall/dup/test_dup.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/fs/CMakeLists.txt b/tests/syscall/fs/CMakeLists.txt index a58f5415cc..a6cbd6c31d 100644 --- a/tests/syscall/fs/CMakeLists.txt +++ b/tests/syscall/fs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/fs/enc/CMakeLists.txt b/tests/syscall/fs/enc/CMakeLists.txt index e7d1cb674c..e9fb309ca7 100644 --- a/tests/syscall/fs/enc/CMakeLists.txt +++ b/tests/syscall/fs/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if(UNIX) diff --git a/tests/syscall/fs/enc/enc.cpp b/tests/syscall/fs/enc/enc.cpp index 4f765b7fcd..58989974bd 100644 --- a/tests/syscall/fs/enc/enc.cpp +++ b/tests/syscall/fs/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/fs/enc/file_system.h b/tests/syscall/fs/enc/file_system.h index f192142515..8370316c5a 100644 --- a/tests/syscall/fs/enc/file_system.h +++ b/tests/syscall/fs/enc/file_system.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _file_system_h diff --git a/tests/syscall/fs/host/CMakeLists.txt b/tests/syscall/fs/host/CMakeLists.txt index 4af8b1778d..46b9d7448a 100644 --- a/tests/syscall/fs/host/CMakeLists.txt +++ b/tests/syscall/fs/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if(UNIX) diff --git a/tests/syscall/fs/host/host.c b/tests/syscall/fs/host/host.c index 342326b59b..16e4e7451a 100644 --- a/tests/syscall/fs/host/host.c +++ b/tests/syscall/fs/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/fs/linux/fs.edl b/tests/syscall/fs/linux/fs.edl index 02fb3b2fe8..fd80839e27 100644 --- a/tests/syscall/fs/linux/fs.edl +++ b/tests/syscall/fs/linux/fs.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/fs/windows/fs.edl b/tests/syscall/fs/windows/fs.edl index bbd649ae8a..848404c88d 100644 --- a/tests/syscall/fs/windows/fs.edl +++ b/tests/syscall/fs/windows/fs.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/hostfs/CMakeLists.txt b/tests/syscall/hostfs/CMakeLists.txt index 8ca84504f3..5d5a97d683 100644 --- a/tests/syscall/hostfs/CMakeLists.txt +++ b/tests/syscall/hostfs/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/hostfs/enc/CMakeLists.txt b/tests/syscall/hostfs/enc/CMakeLists.txt index 43cf80fde1..b210b33ddd 100644 --- a/tests/syscall/hostfs/enc/CMakeLists.txt +++ b/tests/syscall/hostfs/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/hostfs/enc/enc.c b/tests/syscall/hostfs/enc/enc.c index 5fbd1e5f23..d819e0be7b 100644 --- a/tests/syscall/hostfs/enc/enc.c +++ b/tests/syscall/hostfs/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/hostfs/enc/main.c b/tests/syscall/hostfs/enc/main.c index af4bcfcbc2..482176795b 100644 --- a/tests/syscall/hostfs/enc/main.c +++ b/tests/syscall/hostfs/enc/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/hostfs/host/CMakeLists.txt b/tests/syscall/hostfs/host/CMakeLists.txt index 65373a538d..d51929ea09 100644 --- a/tests/syscall/hostfs/host/CMakeLists.txt +++ b/tests/syscall/hostfs/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/hostfs/host/host.c b/tests/syscall/hostfs/host/host.c index 8abda18dcd..08bec65ace 100644 --- a/tests/syscall/hostfs/host/host.c +++ b/tests/syscall/hostfs/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/hostfs/test_hostfs.edl b/tests/syscall/hostfs/test_hostfs.edl index 016184078c..ed944ecb12 100644 --- a/tests/syscall/hostfs/test_hostfs.edl +++ b/tests/syscall/hostfs/test_hostfs.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/ids/CMakeLists.txt b/tests/syscall/ids/CMakeLists.txt index f0a4798613..d6f130ffa6 100644 --- a/tests/syscall/ids/CMakeLists.txt +++ b/tests/syscall/ids/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/ids/enc/CMakeLists.txt b/tests/syscall/ids/enc/CMakeLists.txt index 171d74f64b..b78491d5c4 100644 --- a/tests/syscall/ids/enc/CMakeLists.txt +++ b/tests/syscall/ids/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/ids/enc/enc.c b/tests/syscall/ids/enc/enc.c index b89f0b2cb7..95c5670d67 100644 --- a/tests/syscall/ids/enc/enc.c +++ b/tests/syscall/ids/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/ids/enc/main.c b/tests/syscall/ids/enc/main.c index af4bcfcbc2..482176795b 100644 --- a/tests/syscall/ids/enc/main.c +++ b/tests/syscall/ids/enc/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/ids/host/CMakeLists.txt b/tests/syscall/ids/host/CMakeLists.txt index b773b9f117..894c824724 100644 --- a/tests/syscall/ids/host/CMakeLists.txt +++ b/tests/syscall/ids/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/ids/host/host.c b/tests/syscall/ids/host/host.c index 377098d32e..963ef4b1ca 100644 --- a/tests/syscall/ids/host/host.c +++ b/tests/syscall/ids/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/ids/test_ids.edl b/tests/syscall/ids/test_ids.edl index 4fd60f25ff..ff6d20cdd1 100644 --- a/tests/syscall/ids/test_ids.edl +++ b/tests/syscall/ids/test_ids.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/platform/linux.h b/tests/syscall/platform/linux.h index 87853cde87..0537ca5c9f 100644 --- a/tests/syscall/platform/linux.h +++ b/tests/syscall/platform/linux.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _PLATFORM_LINUX_H diff --git a/tests/syscall/platform/windows.h b/tests/syscall/platform/windows.h index d177924cce..8db83fe489 100644 --- a/tests/syscall/platform/windows.h +++ b/tests/syscall/platform/windows.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _PLATFORM_WINDOWS_H diff --git a/tests/syscall/poller/CMakeLists.txt b/tests/syscall/poller/CMakeLists.txt index 72404b9411..39222728a5 100644 --- a/tests/syscall/poller/CMakeLists.txt +++ b/tests/syscall/poller/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/poller/client.cpp b/tests/syscall/poller/client.cpp index f8eadc84b8..c09560c7fc 100644 --- a/tests/syscall/poller/client.cpp +++ b/tests/syscall/poller/client.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "client.h" diff --git a/tests/syscall/poller/client.h b/tests/syscall/poller/client.h index f30a7bc12a..0606577411 100644 --- a/tests/syscall/poller/client.h +++ b/tests/syscall/poller/client.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_LIBCSOCKETS_CLIENT_H diff --git a/tests/syscall/poller/enc/CMakeLists.txt b/tests/syscall/poller/enc/CMakeLists.txt index 248901374f..6d891b622f 100644 --- a/tests/syscall/poller/enc/CMakeLists.txt +++ b/tests/syscall/poller/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../poller.edl enclave gen) diff --git a/tests/syscall/poller/enc/enc.cpp b/tests/syscall/poller/enc/enc.cpp index 5bf214521c..7793fb8013 100644 --- a/tests/syscall/poller/enc/enc.cpp +++ b/tests/syscall/poller/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/poller/host/CMakeLists.txt b/tests/syscall/poller/host/CMakeLists.txt index c4b9da9d25..0788c09df4 100644 --- a/tests/syscall/poller/host/CMakeLists.txt +++ b/tests/syscall/poller/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/poller/host/host.cpp b/tests/syscall/poller/host/host.cpp index 68406584ab..1c4cd08337 100644 --- a/tests/syscall/poller/host/host.cpp +++ b/tests/syscall/poller/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(_WIN32) diff --git a/tests/syscall/poller/poller.cpp b/tests/syscall/poller/poller.cpp index 0bddd189bd..235bb99894 100644 --- a/tests/syscall/poller/poller.cpp +++ b/tests/syscall/poller/poller.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "poller.h" diff --git a/tests/syscall/poller/poller.edl b/tests/syscall/poller/poller.edl index 84086aa65c..217c6c9f01 100644 --- a/tests/syscall/poller/poller.edl +++ b/tests/syscall/poller/poller.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/poller/poller.h b/tests/syscall/poller/poller.h index f6a37d33cb..e86bac34ec 100644 --- a/tests/syscall/poller/poller.h +++ b/tests/syscall/poller/poller.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _POLLER_H diff --git a/tests/syscall/poller/server.cpp b/tests/syscall/poller/server.cpp index 9ce2c60b69..8e656ab3e9 100644 --- a/tests/syscall/poller/server.cpp +++ b/tests/syscall/poller/server.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if defined(_MSC_VER) diff --git a/tests/syscall/poller/server.h b/tests/syscall/poller/server.h index 0422414f40..786180db60 100644 --- a/tests/syscall/poller/server.h +++ b/tests/syscall/poller/server.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_LIBCSOCKETS_SERVER_H diff --git a/tests/syscall/resolver/CMakeLists.txt b/tests/syscall/resolver/CMakeLists.txt index 13710156c9..ea2a06e0b1 100644 --- a/tests/syscall/resolver/CMakeLists.txt +++ b/tests/syscall/resolver/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/resolver/enc/CMakeLists.txt b/tests/syscall/resolver/enc/CMakeLists.txt index 0a296efbf4..706797320f 100644 --- a/tests/syscall/resolver/enc/CMakeLists.txt +++ b/tests/syscall/resolver/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../resolver_test.edl diff --git a/tests/syscall/resolver/enc/enc.c b/tests/syscall/resolver/enc/enc.c index 77a2fb8170..6f9f2eb20a 100644 --- a/tests/syscall/resolver/enc/enc.c +++ b/tests/syscall/resolver/enc/enc.c @@ -1,4 +1,4 @@ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* Copyright (c) Open Enclave SDK contributors. */ /* Licensed under the MIT License. */ #include diff --git a/tests/syscall/resolver/host/CMakeLists.txt b/tests/syscall/resolver/host/CMakeLists.txt index ac3214ead0..0f502b3c7b 100644 --- a/tests/syscall/resolver/host/CMakeLists.txt +++ b/tests/syscall/resolver/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/syscall/resolver/host/host.c b/tests/syscall/resolver/host/host.c index d1cb117e0b..3127ad6b97 100644 --- a/tests/syscall/resolver/host/host.c +++ b/tests/syscall/resolver/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #define OE_LIBC_SUPPRESS_DEPRECATIONS diff --git a/tests/syscall/resolver/resolver_test.edl b/tests/syscall/resolver/resolver_test.edl index 6110698c66..647a85346a 100644 --- a/tests/syscall/resolver/resolver_test.edl +++ b/tests/syscall/resolver/resolver_test.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/resolver/utils.h b/tests/syscall/resolver/utils.h index 7b7897c742..c535a1e7b4 100644 --- a/tests/syscall/resolver/utils.h +++ b/tests/syscall/resolver/utils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _TEST_RESOLVER_UTILS_H diff --git a/tests/syscall/sendmsg/CMakeLists.txt b/tests/syscall/sendmsg/CMakeLists.txt index cbb262c2b0..4ce3eeb020 100644 --- a/tests/syscall/sendmsg/CMakeLists.txt +++ b/tests/syscall/sendmsg/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/sendmsg/client.c b/tests/syscall/sendmsg/client.c index 9c303813ce..07a24fbdaa 100644 --- a/tests/syscall/sendmsg/client.c +++ b/tests/syscall/sendmsg/client.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "client.h" diff --git a/tests/syscall/sendmsg/client.h b/tests/syscall/sendmsg/client.h index f30a7bc12a..0606577411 100644 --- a/tests/syscall/sendmsg/client.h +++ b/tests/syscall/sendmsg/client.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_LIBCSOCKETS_CLIENT_H diff --git a/tests/syscall/sendmsg/enc/CMakeLists.txt b/tests/syscall/sendmsg/enc/CMakeLists.txt index 231d3a8699..45f827820f 100644 --- a/tests/syscall/sendmsg/enc/CMakeLists.txt +++ b/tests/syscall/sendmsg/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../sendmsg.edl enclave gen) diff --git a/tests/syscall/sendmsg/enc/enc.c b/tests/syscall/sendmsg/enc/enc.c index f294289c5e..cad5937b3c 100644 --- a/tests/syscall/sendmsg/enc/enc.c +++ b/tests/syscall/sendmsg/enc/enc.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/sendmsg/host/CMakeLists.txt b/tests/syscall/sendmsg/host/CMakeLists.txt index 0db12d2586..1efa4131a6 100644 --- a/tests/syscall/sendmsg/host/CMakeLists.txt +++ b/tests/syscall/sendmsg/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/syscall/sendmsg/host/host.c b/tests/syscall/sendmsg/host/host.c index 7abc1cbbc0..67c42440de 100644 --- a/tests/syscall/sendmsg/host/host.c +++ b/tests/syscall/sendmsg/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/sendmsg/main.c b/tests/syscall/sendmsg/main.c index 50006f96dc..97b9cc5fd6 100644 --- a/tests/syscall/sendmsg/main.c +++ b/tests/syscall/sendmsg/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/syscall/sendmsg/sendmsg.edl b/tests/syscall/sendmsg/sendmsg.edl index b8e604ab4d..929c793737 100644 --- a/tests/syscall/sendmsg/sendmsg.edl +++ b/tests/syscall/sendmsg/sendmsg.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/sendmsg/server.c b/tests/syscall/sendmsg/server.c index 8c75956712..1ca057f09a 100644 --- a/tests/syscall/sendmsg/server.c +++ b/tests/syscall/sendmsg/server.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include "server.h" diff --git a/tests/syscall/sendmsg/server.h b/tests/syscall/sendmsg/server.h index c7c0fc9c10..5963f6e98c 100644 --- a/tests/syscall/sendmsg/server.h +++ b/tests/syscall/sendmsg/server.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _OE_TESTS_LIBCSOCKETS_SERVER_H diff --git a/tests/syscall/socket/CMakeLists.txt b/tests/syscall/socket/CMakeLists.txt index c32c0df579..046363dd52 100644 --- a/tests/syscall/socket/CMakeLists.txt +++ b/tests/syscall/socket/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/socket/enc/CMakeLists.txt b/tests/syscall/socket/enc/CMakeLists.txt index 2a54936fd2..5ebcf3c295 100644 --- a/tests/syscall/socket/enc/CMakeLists.txt +++ b/tests/syscall/socket/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../socket_test.edl diff --git a/tests/syscall/socket/enc/enc.c b/tests/syscall/socket/enc/enc.c index 60a9c3ec0e..4a07589b2d 100644 --- a/tests/syscall/socket/enc/enc.c +++ b/tests/syscall/socket/enc/enc.c @@ -1,4 +1,4 @@ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* Copyright (c) Open Enclave SDK contributors. */ /* Licensed under the MIT License. */ #include diff --git a/tests/syscall/socket/host/CMakeLists.txt b/tests/syscall/socket/host/CMakeLists.txt index cc4bccc7b8..b89e5bbb57 100644 --- a/tests/syscall/socket/host/CMakeLists.txt +++ b/tests/syscall/socket/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/syscall/socket/host/host.c b/tests/syscall/socket/host/host.c index 39061dc0a3..e2991b8e64 100644 --- a/tests/syscall/socket/host/host.c +++ b/tests/syscall/socket/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // ATTN: #define OE_LIBC_SUPPRESS_DEPRECATIONS diff --git a/tests/syscall/socket/socket_test.edl b/tests/syscall/socket/socket_test.edl index f7ecf55c23..3d8f364687 100644 --- a/tests/syscall/socket/socket_test.edl +++ b/tests/syscall/socket/socket_test.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/syscall/socketpair/CMakeLists.txt b/tests/syscall/socketpair/CMakeLists.txt index b6d4fc01cf..2531b479dc 100644 --- a/tests/syscall/socketpair/CMakeLists.txt +++ b/tests/syscall/socketpair/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/syscall/socketpair/enc/CMakeLists.txt b/tests/syscall/socketpair/enc/CMakeLists.txt index 769bca67cd..483f9a513b 100644 --- a/tests/syscall/socketpair/enc/CMakeLists.txt +++ b/tests/syscall/socketpair/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../socketpair_test.edl diff --git a/tests/syscall/socketpair/enc/enc.c b/tests/syscall/socketpair/enc/enc.c index 944ff8d714..4ecf42023e 100644 --- a/tests/syscall/socketpair/enc/enc.c +++ b/tests/syscall/socketpair/enc/enc.c @@ -1,4 +1,4 @@ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* Copyright (c) Open Enclave SDK contributors. */ /* Licensed under the MIT License. */ #include diff --git a/tests/syscall/socketpair/host/CMakeLists.txt b/tests/syscall/socketpair/host/CMakeLists.txt index 3e62292ec4..ec924ea6c4 100644 --- a/tests/syscall/socketpair/host/CMakeLists.txt +++ b/tests/syscall/socketpair/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/syscall/socketpair/host/host.c b/tests/syscall/socketpair/host/host.c index 3172f819c2..40553eedcf 100644 --- a/tests/syscall/socketpair/host/host.c +++ b/tests/syscall/socketpair/host/host.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #if !defined(_MSC_VER) diff --git a/tests/syscall/socketpair/socketpair_test.edl b/tests/syscall/socketpair/socketpair_test.edl index 2a044591b5..503ee2781c 100644 --- a/tests/syscall/socketpair/socketpair_test.edl +++ b/tests/syscall/socketpair/socketpair_test.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/thread/CMakeLists.txt b/tests/thread/CMakeLists.txt index 8632ba8548..b8d327b10e 100644 --- a/tests/thread/CMakeLists.txt +++ b/tests/thread/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/thread/enc/CMakeLists.txt b/tests/thread/enc/CMakeLists.txt index 3a554522c5..700e4f2c4d 100644 --- a/tests/thread/enc/CMakeLists.txt +++ b/tests/thread/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/thread/enc/cond_tests.cpp b/tests/thread/enc/cond_tests.cpp index 9aa9aa901a..b4c36808b9 100644 --- a/tests/thread/enc/cond_tests.cpp +++ b/tests/thread/enc/cond_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef _PTHREAD_ENC_ diff --git a/tests/thread/enc/enc.cpp b/tests/thread/enc/enc.cpp index 5c789bb8d8..494a24963f 100644 --- a/tests/thread/enc/enc.cpp +++ b/tests/thread/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef _PTHREAD_ENC_ diff --git a/tests/thread/enc/rwlock_tests.cpp b/tests/thread/enc/rwlock_tests.cpp index 6563f53f98..204b6d05f2 100644 --- a/tests/thread/enc/rwlock_tests.cpp +++ b/tests/thread/enc/rwlock_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifdef _PTHREAD_ENC_ diff --git a/tests/thread/enc/thread.h b/tests/thread/enc/thread.h index d428aae3fb..65afa10d6f 100644 --- a/tests/thread/enc/thread.h +++ b/tests/thread/enc/thread.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // Intentionally using the same guard as the internal thread.h as we diff --git a/tests/thread/host/CMakeLists.txt b/tests/thread/host/CMakeLists.txt index ae11b86ea5..659e6cbeca 100644 --- a/tests/thread/host/CMakeLists.txt +++ b/tests/thread/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../thread.edl host gen) diff --git a/tests/thread/host/host.cpp b/tests/thread/host/host.cpp index f9774582a0..8a15d7c24f 100644 --- a/tests/thread/host/host.cpp +++ b/tests/thread/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread/host/rwlocks_test_host.cpp b/tests/thread/host/rwlocks_test_host.cpp index a8a897792b..e3eb1b153b 100644 --- a/tests/thread/host/rwlocks_test_host.cpp +++ b/tests/thread/host/rwlocks_test_host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread/rwlock_tests.h b/tests/thread/rwlock_tests.h index 2edf378a3a..4be6cee1f2 100644 --- a/tests/thread/rwlock_tests.h +++ b/tests/thread/rwlock_tests.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _rwlock_tests_h diff --git a/tests/thread/thread.edl b/tests/thread/thread.edl index bde8862425..2be205f78e 100644 --- a/tests/thread/thread.edl +++ b/tests/thread/thread.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/thread_local/CMakeLists.txt b/tests/thread_local/CMakeLists.txt index 8761d6ec2d..04f145cfdb 100644 --- a/tests/thread_local/CMakeLists.txt +++ b/tests/thread_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/thread_local/enc/CMakeLists.txt b/tests/thread_local/enc/CMakeLists.txt index 962daab116..6ec3bb109f 100644 --- a/tests/thread_local/enc/CMakeLists.txt +++ b/tests/thread_local/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/thread_local/enc/enc.cpp b/tests/thread_local/enc/enc.cpp index ec38602cf0..97f645b5fc 100644 --- a/tests/thread_local/enc/enc.cpp +++ b/tests/thread_local/enc/enc.cpp @@ -1,6 +1,6 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local/enc/externs.cpp b/tests/thread_local/enc/externs.cpp index 0e5f08ef45..ba1bb88740 100644 --- a/tests/thread_local/enc/externs.cpp +++ b/tests/thread_local/enc/externs.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local/enc/visibility.h b/tests/thread_local/enc/visibility.h index 1a8cc9915e..3501020c24 100644 --- a/tests/thread_local/enc/visibility.h +++ b/tests/thread_local/enc/visibility.h @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #ifndef _VISIBILITY_SPEC_H diff --git a/tests/thread_local/host/CMakeLists.txt b/tests/thread_local/host/CMakeLists.txt index f32dd32824..54d398de1c 100644 --- a/tests/thread_local/host/CMakeLists.txt +++ b/tests/thread_local/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/thread_local/host/host.cpp b/tests/thread_local/host/host.cpp index b4a8f7f7b8..c4bff4bec6 100644 --- a/tests/thread_local/host/host.cpp +++ b/tests/thread_local/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local/thread_local.edl b/tests/thread_local/thread_local.edl index c3b3aa17e5..b020dfcc3e 100644 --- a/tests/thread_local/thread_local.edl +++ b/tests/thread_local/thread_local.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/thread_local_no_tdata/CMakeLists.txt b/tests/thread_local_no_tdata/CMakeLists.txt index 2259847018..ee970b321a 100644 --- a/tests/thread_local_no_tdata/CMakeLists.txt +++ b/tests/thread_local_no_tdata/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/thread_local_no_tdata/enc/CMakeLists.txt b/tests/thread_local_no_tdata/enc/CMakeLists.txt index 0d39d67508..d24113006c 100644 --- a/tests/thread_local_no_tdata/enc/CMakeLists.txt +++ b/tests/thread_local_no_tdata/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/thread_local_no_tdata/enc/enc.cpp b/tests/thread_local_no_tdata/enc/enc.cpp index 643bfadd93..6a6af39992 100644 --- a/tests/thread_local_no_tdata/enc/enc.cpp +++ b/tests/thread_local_no_tdata/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local_no_tdata/host/#host.cpp# b/tests/thread_local_no_tdata/host/#host.cpp# index f179b99099..060e621a6b 100644 --- a/tests/thread_local_no_tdata/host/#host.cpp# +++ b/tests/thread_local_no_tdata/host/#host.cpp# @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local_no_tdata/host/CMakeLists.txt b/tests/thread_local_no_tdata/host/CMakeLists.txt index a14807dcce..89137a3b9f 100644 --- a/tests/thread_local_no_tdata/host/CMakeLists.txt +++ b/tests/thread_local_no_tdata/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. diff --git a/tests/thread_local_no_tdata/host/host.cpp b/tests/thread_local_no_tdata/host/host.cpp index ae9fe24a0c..3c283c4674 100644 --- a/tests/thread_local_no_tdata/host/host.cpp +++ b/tests/thread_local_no_tdata/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/thread_local_no_tdata/no_tdata.edl b/tests/thread_local_no_tdata/no_tdata.edl index 0b7e553271..2b794f40eb 100644 --- a/tests/thread_local_no_tdata/no_tdata.edl +++ b/tests/thread_local_no_tdata/no_tdata.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/thread_locals/CMakeLists.txt b/tests/thread_locals/CMakeLists.txt index 1876b6898f..5cc4ee737d 100644 --- a/tests/thread_locals/CMakeLists.txt +++ b/tests/thread_locals/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(core) diff --git a/tests/threadcxx/CMakeLists.txt b/tests/threadcxx/CMakeLists.txt index 774f5eff87..01de514d96 100644 --- a/tests/threadcxx/CMakeLists.txt +++ b/tests/threadcxx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(host) diff --git a/tests/threadcxx/enc/CMakeLists.txt b/tests/threadcxx/enc/CMakeLists.txt index 23089fb5ca..a2ba07b235 100644 --- a/tests/threadcxx/enc/CMakeLists.txt +++ b/tests/threadcxx/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../threadcxx.edl enclave gen) diff --git a/tests/threadcxx/enc/cond_tests.cpp b/tests/threadcxx/enc/cond_tests.cpp index 94d92dc04d..32f057863d 100644 --- a/tests/threadcxx/enc/cond_tests.cpp +++ b/tests/threadcxx/enc/cond_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/threadcxx/enc/enc.cpp b/tests/threadcxx/enc/enc.cpp index a3876ca43a..02ad0ec693 100644 --- a/tests/threadcxx/enc/enc.cpp +++ b/tests/threadcxx/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/threadcxx/host/CMakeLists.txt b/tests/threadcxx/host/CMakeLists.txt index 706eca8675..a54e2c7172 100644 --- a/tests/threadcxx/host/CMakeLists.txt +++ b/tests/threadcxx/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. oeedl_file(../threadcxx.edl host gen) diff --git a/tests/threadcxx/host/host.cpp b/tests/threadcxx/host/host.cpp index 5c0463ad34..0863c18baf 100644 --- a/tests/threadcxx/host/host.cpp +++ b/tests/threadcxx/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/threadcxx/threadcxx.edl b/tests/threadcxx/threadcxx.edl index a1a8b8aa7f..a4ce4e3942 100644 --- a/tests/threadcxx/threadcxx.edl +++ b/tests/threadcxx/threadcxx.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/tls_e2e/CMakeLists.txt b/tests/tls_e2e/CMakeLists.txt index 71d2f7a12d..984a85851d 100644 --- a/tests/tls_e2e/CMakeLists.txt +++ b/tests/tls_e2e/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (BUILD_ENCLAVES) diff --git a/tests/tls_e2e/client_enc/CMakeLists.txt b/tests/tls_e2e/client_enc/CMakeLists.txt index 5377307ccf..9d723c9fb7 100644 --- a/tests/tls_e2e/client_enc/CMakeLists.txt +++ b/tests/tls_e2e/client_enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/tls_e2e/client_enc/client.cpp b/tests/tls_e2e/client_enc/client.cpp index 5cd120194c..4d899e43b4 100644 --- a/tests/tls_e2e/client_enc/client.cpp +++ b/tests/tls_e2e/client_enc/client.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/tls_e2e/common/utility.cpp b/tests/tls_e2e/common/utility.cpp index aa989eabd1..147b07730a 100644 --- a/tests/tls_e2e/common/utility.cpp +++ b/tests/tls_e2e/common/utility.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/tests/tls_e2e/common/utility.h b/tests/tls_e2e/common/utility.h index 8a8b7dc683..c30d7bc623 100644 --- a/tests/tls_e2e/common/utility.h +++ b/tests/tls_e2e/common/utility.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/tests/tls_e2e/host/CMakeLists.txt b/tests/tls_e2e/host/CMakeLists.txt index 434874578b..e83db9a811 100644 --- a/tests/tls_e2e/host/CMakeLists.txt +++ b/tests/tls_e2e/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. #include(oeedl_file) diff --git a/tests/tls_e2e/host/host.cpp b/tests/tls_e2e/host/host.cpp index dcd3eac8cc..08b3a3a568 100644 --- a/tests/tls_e2e/host/host.cpp +++ b/tests/tls_e2e/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/tls_e2e/host/tls_enc2enc.edl b/tests/tls_e2e/host/tls_enc2enc.edl index 26e4d9d813..64f9c68b95 100644 --- a/tests/tls_e2e/host/tls_enc2enc.edl +++ b/tests/tls_e2e/host/tls_enc2enc.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/tls_e2e/server_enc/CMakeLists.txt b/tests/tls_e2e/server_enc/CMakeLists.txt index 7a0e99bdc9..3be9f722d1 100644 --- a/tests/tls_e2e/server_enc/CMakeLists.txt +++ b/tests/tls_e2e/server_enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(oeedl_file) diff --git a/tests/tls_e2e/server_enc/server.cpp b/tests/tls_e2e/server_enc/server.cpp index 240dd99b0c..9668a8d62e 100644 --- a/tests/tls_e2e/server_enc/server.cpp +++ b/tests/tls_e2e/server_enc/server.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. // clang-format off diff --git a/tests/tls_e2e/tls_e2e.edl b/tests/tls_e2e/tls_e2e.edl index 0517695b8c..4c99bd6e4d 100644 --- a/tests/tls_e2e/tls_e2e.edl +++ b/tests/tls_e2e/tls_e2e.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tests/tools/CMakeLists.txt b/tests/tools/CMakeLists.txt index af3bd6422a..257f1018d3 100644 --- a/tests/tools/CMakeLists.txt +++ b/tests/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (OE_SGX) diff --git a/tests/tools/oecert/CMakeLists.txt b/tests/tools/oecert/CMakeLists.txt index aba00fe372..7da568ee38 100644 --- a/tests/tools/oecert/CMakeLists.txt +++ b/tests/tools/oecert/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. if (BUILD_ENCLAVES) diff --git a/tests/tools/oecert/enc/CMakeLists.txt b/tests/tools/oecert/enc/CMakeLists.txt index 78936ab659..b78b5a483e 100644 --- a/tests/tools/oecert/enc/CMakeLists.txt +++ b/tests/tools/oecert/enc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT oecert_t.h oecert_t.c oecert_args.h diff --git a/tests/tools/oecert/enc/enc.cpp b/tests/tools/oecert/enc/enc.cpp index 0edae0c31e..208811a1f8 100644 --- a/tests/tools/oecert/enc/enc.cpp +++ b/tests/tools/oecert/enc/enc.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/tools/oecert/host/CMakeLists.txt b/tests/tools/oecert/host/CMakeLists.txt index 8b708231da..8b56e19549 100644 --- a/tests/tools/oecert/host/CMakeLists.txt +++ b/tests/tools/oecert/host/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_custom_command(OUTPUT oecert_u.h oecert_u.c oecert_args.h diff --git a/tests/tools/oecert/host/host.cpp b/tests/tools/oecert/host/host.cpp index 31f2ff7f18..a53daef79f 100644 --- a/tests/tools/oecert/host/host.cpp +++ b/tests/tools/oecert/host/host.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tests/tools/oecert/oecert.edl b/tests/tools/oecert/oecert.edl index 8c4e07f531..fe54a474be 100644 --- a/tests/tools/oecert/oecert.edl +++ b/tests/tools/oecert/oecert.edl @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. enclave { diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 18f757bcb5..b63c8a014b 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_subdirectory(oeedger8r) diff --git a/tools/oeedger8r/CMakeLists.txt b/tools/oeedger8r/CMakeLists.txt index 8eca7d3149..24e641b49c 100644 --- a/tools/oeedger8r/CMakeLists.txt +++ b/tools/oeedger8r/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. # NOTE: The custom commands below first copy the input files to the diff --git a/tools/oeedger8r/dune-project b/tools/oeedger8r/dune-project index dbb3737c98..1c50ff9a28 100644 --- a/tools/oeedger8r/dune-project +++ b/tools/oeedger8r/dune-project @@ -1,6 +1,6 @@ (lang dune 1.11) -; Copyright (c) Microsoft Corporation. All rights reserved. +; Copyright (c) Open Enclave SDK contributors. ; Licensed under the MIT License. (name oeedger8r) diff --git a/tools/oeedger8r/src/Emitter.ml b/tools/oeedger8r/src/Emitter.ml index f216af89e9..fee548a3dd 100644 --- a/tools/oeedger8r/src/Emitter.ml +++ b/tools/oeedger8r/src/Emitter.ml @@ -1,4 +1,4 @@ -(* Copyright (c) Microsoft Corporation. All rights reserved. +(* Copyright (c) Open Enclave SDK contributors. Licensed under the MIT License. *) (** This module is Open Enclave's plugin for Intel's Edger8r, allowing diff --git a/tools/oeedger8r/src/dune b/tools/oeedger8r/src/dune index 4c3c0d9349..9825272bf5 100644 --- a/tools/oeedger8r/src/dune +++ b/tools/oeedger8r/src/dune @@ -1,4 +1,4 @@ -; Copyright (c) Microsoft Corporation. All rights reserved. +; Copyright (c) Open Enclave SDK contributors. ; Licensed under the MIT License. (executable diff --git a/tools/oesgx/CMakeLists.txt b/tools/oesgx/CMakeLists.txt index 44876a349f..6b191d3cfe 100644 --- a/tools/oesgx/CMakeLists.txt +++ b/tools/oesgx/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. add_executable(oesgx oesgx.c) diff --git a/tools/oesgx/oesgx.c b/tools/oesgx/oesgx.c index 645467d235..3303d13f4f 100644 --- a/tools/oesgx/oesgx.c +++ b/tools/oesgx/oesgx.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tools/oesign/CMakeLists.txt b/tools/oesign/CMakeLists.txt index 15a50c4a2b..8f42d7fee1 100644 --- a/tools/oesign/CMakeLists.txt +++ b/tools/oesign/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Microsoft Corporation. All rights reserved. +# Copyright (c) Open Enclave SDK contributors. # Licensed under the MIT License. include(CheckSymbolExists) diff --git a/tools/oesign/main.c b/tools/oesign/main.c index d08f6c1a7b..108eb3fb23 100644 --- a/tools/oesign/main.c +++ b/tools/oesign/main.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include diff --git a/tools/oesign/oedump.c b/tools/oesign/oedump.c index ba678bf926..da65a7a70c 100644 --- a/tools/oesign/oedump.c +++ b/tools/oesign/oedump.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include