Add copyright headers, remove hardcoded subscription

This commit is contained in:
Amaury Chamayou 2019-04-30 11:05:13 +01:00
Родитель 590cd8e566
Коммит 608b036037
7 изменённых файлов: 12 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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"

Просмотреть файл

@ -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;

Просмотреть файл

@ -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

Просмотреть файл

@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the Apache 2.0 License.
import client
import sys
import os

Просмотреть файл

@ -1,3 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
// Local

Просмотреть файл

@ -1,3 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
// CCF