From 608b0360379db49c7d1b28ea9da5fcdca57fa7a5 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 30 Apr 2019 11:05:13 +0100 Subject: [PATCH] Add copyright headers, remove hardcoded subscription --- .vsts-ci.yml | 3 --- samples/apps/smallbank/app/smallbank.cpp | 2 ++ samples/apps/smallbank/clients/small_bank_client.cpp | 2 ++ samples/apps/smallbank/smallbank.cmake | 2 ++ samples/apps/smallbank/tests/small_bank_client.py | 2 ++ samples/perf_client/perf_client.h | 2 ++ samples/perf_client/timing.h | 2 ++ 7 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 427c78d59..d43e2387c 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -6,9 +6,6 @@ trigger: jobs: - job: ACC_1804_build pool: Ubuntu-1804-SGX-Azure - variables: - subscription: 77aa5ac9-5c0f-487f-8b69-84df89c177c3 - steps: - template: .vsts-ci-templates/build_and_test.yml - template: .vsts-ci-templates/push_perf_data.yml diff --git a/samples/apps/smallbank/app/smallbank.cpp b/samples/apps/smallbank/app/smallbank.cpp index 975c44962..36b82c048 100644 --- a/samples/apps/smallbank/app/smallbank.cpp +++ b/samples/apps/smallbank/app/smallbank.cpp @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache 2.0 License. #include "enclave/appinterface.h" #include "node/entities.h" #include "node/rpc/userfrontend.h" diff --git a/samples/apps/smallbank/clients/small_bank_client.cpp b/samples/apps/smallbank/clients/small_bank_client.cpp index 47f7ec604..728cd6680 100644 --- a/samples/apps/smallbank/clients/small_bank_client.cpp +++ b/samples/apps/smallbank/clients/small_bank_client.cpp @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache 2.0 License. #include "perf_client.h" using namespace std; diff --git a/samples/apps/smallbank/smallbank.cmake b/samples/apps/smallbank/smallbank.cmake index c3172b05b..1b0f7ade9 100644 --- a/samples/apps/smallbank/smallbank.cmake +++ b/samples/apps/smallbank/smallbank.cmake @@ -1,3 +1,5 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache 2.0 License. # Small Bank Client executable add_client_exe(small_bank_client SRCS ${CMAKE_CURRENT_LIST_DIR}/clients/small_bank_client.cpp diff --git a/samples/apps/smallbank/tests/small_bank_client.py b/samples/apps/smallbank/tests/small_bank_client.py index 197dbee1c..56df4ec88 100644 --- a/samples/apps/smallbank/tests/small_bank_client.py +++ b/samples/apps/smallbank/tests/small_bank_client.py @@ -1,3 +1,5 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache 2.0 License. import client import sys import os diff --git a/samples/perf_client/perf_client.h b/samples/perf_client/perf_client.h index e602539cd..b943e067a 100644 --- a/samples/perf_client/perf_client.h +++ b/samples/perf_client/perf_client.h @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache 2.0 License. #pragma once // Local diff --git a/samples/perf_client/timing.h b/samples/perf_client/timing.h index 59bb8711c..7bcf1bd97 100644 --- a/samples/perf_client/timing.h +++ b/samples/perf_client/timing.h @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache 2.0 License. #pragma once // CCF