forked from islet-project/islet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b104e45
commit f743bef
Showing
3 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
# Can use preferred one. | ||
|
||
Copyright (c) 2019 Samsung Inner Source, Sample Project, Seo-young Isabelle Hwang <[email protected]>. All Rights Reserved. | ||
Copyright (c) 2019 Samsung Inner Source, Sample Project, Myungjae Lee <[email protected]>. All Rights Reserved. | ||
Copyright (c) 2019 Samsung Inner Source, Sample Project, Ki Woong Ko <[email protected]>. All Rights Reserved. | ||
--------------------- | ||
Copyright (c) 2019 Samsung Inner Source, Sample Project. All Rights Reserved. | ||
Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,28 +3,28 @@ | |
# arm-cca | ||
This repository contains code for confidential computing on the ARM CCA architecture. | ||
|
||
# How to prepare build | ||
## How to prepare build | ||
```bash | ||
./scripts/init.sh | ||
``` | ||
|
||
# How to build | ||
## How to build | ||
```bash | ||
./scripts/build.sh | ||
``` | ||
|
||
# How to run | ||
## How to run | ||
```bash | ||
./scripts/run.sh | ||
``` | ||
|
||
# List of Maintainers | ||
## List of Maintainers | ||
- Beomheyn Kim ([email protected]) | ||
- Bokdeuk Jeong ([email protected]) | ||
- Sangwan Kwon ([email protected]) | ||
- Sungbae Yoo ([email protected]) | ||
|
||
|
||
# Governance | ||
## Governance | ||
All decisions in this project are made by consensus, respecting the principles and rules of the community. Please refer to the [Samsung Inner Source Governance](docs/Governance.md) in more detail. | ||
|