зеркало из https://github.com/microsoft/CCF.git
Add copyright headers, remove hardcoded subscription
This commit is contained in:
Родитель
590cd8e566
Коммит
608b036037
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче